You are here: MusicXML Reference > Score Schema (XSD) > Complex Types > Complex Type: degree-value

Complex Type: degree-value

Description

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 in a score. The degree-value symbol attribute indicates that a symbol should be used in specifying the degree. If the symbol attribute is present, the value of the text attribute follows the symbol.

Derived By

Extending xs:positiveInteger

Attributes
Name  Type  Required?  Default  Description 
symbol  degree-symbol-value  No 
text  xs:token  No  The text attribute specifies how the type of the degree should be displayed in a score.
default-x  tenths  No 
default-y  tenths  No 
relative-x  tenths  No 
relative-y  tenths  No 
font-family  comma-separated-text  No 
font-style  font-style  No 
font-size  font-size  No 
font-weight  font-weight  No 
color  color  No 
Referenced By
Definition
<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 in a score. The degree-value symbol attribute indicates that a symbol should be used in specifying the degree. If the symbol attribute is present, the value of the text attribute follows the symbol.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:positiveInteger">
      <xs:attribute name="symbol" type="degree-symbol-value">
        <xsd:annotation>
          <xsd:documentation>
          </xsd:documentation>
        </xsd:annotation>
      </xs:attribute>
      <xs:attribute name="text" type="xs:token">
        <xsd:annotation>
          <xsd:documentation>
          </xsd:documentation>
        </xsd:annotation>
      </xs:attribute>
      <xs:attributeGroup ref="print-style" />
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301