Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element root/root-step
Namespace No namespace
Diagram
Diagram musicxml60.tmp#id84 musicxml78.tmp#id538 musicxml6.tmp#id142 musicxml78.tmp#id537
Type root-step
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="root-step" type="root-step"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element root/root-alter
Namespace No namespace
Diagram
Diagram musicxml79.tmp#id81 musicxml4.tmp#id138 musicxml6.tmp#id142 musicxml80.tmp#id541 musicxml80.tmp#id540
Type root-alter
Type hierarchy
Properties
content: complex
minOccurs: 0
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
location left-right optional
print-object yes-no optional
relative-x tenths optional
relative-y tenths optional
Source
<xs:element name="root-alter" type="root-alter" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type root
Namespace No namespace
Annotations
The root type indicates a pitch like C, D, E vs. a function indication like I, II, III. It is used with chord symbols in popular music. The root element has a root-step and optional root-alter element similar to the step and alter elements, but renamed to distinguish the different musical meanings.
Diagram
Diagram musicxml21.tmp#id536 musicxml21.tmp#id539
Used by
Model root-step , root-alter{0,1}
Children root-alter, root-step
Source
<xs:complexType name="root">
  <xs:annotation>
    <xs:documentation>The root type indicates a pitch like C, D, E vs. a function indication like I, II, III. It is used with chord symbols in popular music. The root element has a root-step and optional root-alter element similar to the step and alter elements, but renamed to distinguish the different musical meanings.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="root-step" type="root-step"/>
    <xs:element name="root-alter" type="root-alter" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd