Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element degree/degree-value
Namespace No namespace
Diagram
Diagram musicxml215.tmp#id405 musicxml6.tmp#id142 musicxml215.tmp#id404
Type degree-value
Properties
content: complex
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:element name="degree-value" type="degree-value"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element degree/degree-alter
Namespace No namespace
Diagram
Diagram musicxml79.tmp#id81 musicxml6.tmp#id142 musicxml171.tmp#id408 musicxml171.tmp#id407
Type degree-alter
Type hierarchy
Properties
content: complex
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
plus-minus yes-no optional
relative-x tenths optional
relative-y tenths optional
Source
<xs:element name="degree-alter" type="degree-alter"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element degree/degree-type
Namespace No namespace
Diagram
Diagram musicxml252.tmp#id62 musicxml253.tmp#id411 musicxml6.tmp#id142 musicxml253.tmp#id410
Type degree-type
Type hierarchy
Properties
content: complex
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:element name="degree-type" type="degree-type"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type degree
Namespace No namespace
Annotations
The degree type is used to add, alter, or subtract individual notes in the chord. The print-object attribute can be used to keep the degree from printing separately when it has already taken into account in the text attribute of the kind element. The degree-value and degree-type text attributes specify how the value and type of the degree should be displayed.
	
A harmony of kind "other" can be spelled explicitly by using a series of degree elements together with a root.
Diagram
Diagram musicxml4.tmp#id138 musicxml181.tmp#id403 musicxml181.tmp#id406 musicxml181.tmp#id409
Used by
Model degree-value , degree-alter , degree-type
Children degree-alter, degree-type, degree-value
Attributes
QName Type Fixed Default Use Annotation
print-object yes-no optional
Source
<xs:complexType name="degree">
  <xs:annotation>
    <xs:documentation>The degree type is used to add, alter, or subtract individual notes in the chord. The print-object attribute can be used to keep the degree from printing separately when it has already taken into account in the text attribute of the kind element. The degree-value and degree-type text attributes specify how the value and type of the degree should be displayed. A harmony of kind "other" can be spelled explicitly by using a series of degree elements together with a root.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="degree-value" type="degree-value"/>
    <xs:element name="degree-alter" type="degree-alter"/>
    <xs:element name="degree-type" type="degree-type"/>
  </xs:sequence>
  <xs:attributeGroup ref="print-object"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd