Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type degree-value
Namespace No namespace
Annotations
The content of the degree-value type is a number indicating the degree of the chord (1 for the root, 3 for third, etc).  The text attribute specifies how the type of the degree should be displayed.
Diagram
Diagram musicxml215.tmp#id405 musicxml6.tmp#id142
Type extension of xs:positiveInteger
Used by
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
relative-x tenths optional
relative-y tenths optional
text xs:string optional
Source
<xs:complexType name="degree-value">
  <xs:annotation>
    <xs:documentation>The content of the degree-value type is a number indicating the degree of the chord (1 for the root, 3 for third, etc). The text attribute specifies how the type of the degree should be displayed.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:positiveInteger">
      <xs:attribute name="text" type="xs:string"/>
      <xs:attributeGroup ref="print-style"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute degree-value/@text
Namespace No namespace
Type xs:string
Properties
content: simple
Used by
Complex Type degree-value
Source
<xs:attribute name="text" type="xs:string"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd