Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type root-step
Namespace No namespace
Annotations
The root-step type represents the pitch step of the root of the current chord within the harmony element. The text attribute indicates how the root should appear on the page  if not using the element contents.
Diagram
Diagram musicxml60.tmp#id84 musicxml78.tmp#id538 musicxml6.tmp#id142
Type extension of step
Type hierarchy
Used by
Element root/root-step
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="root-step">
  <xs:annotation>
    <xs:documentation>The root-step type represents the pitch step of the root of the current chord within the harmony element. The text attribute indicates how the root should appear on the page if not using the element contents.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="step">
      <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 root-step/@text
Namespace No namespace
Type xs:string
Properties
content: simple
Used by
Complex Type root-step
Source
<xs:attribute name="text" type="xs:string"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd