Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element display-step-octave/display-step
Namespace No namespace
Diagram
Diagram musicxml60.tmp#id84
Type step
Properties
content: simple
Facets
enumeration A, B, C, D, E, F, G
Source
<xs:element name="display-step" type="step"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element display-step-octave/display-octave
Namespace No namespace
Diagram
Diagram musicxml37.tmp#id80
Type octave
Properties
content: simple
Facets
maxInclusive 9
minInclusive 0
Source
<xs:element name="display-octave" type="octave"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type display-step-octave
Namespace No namespace
Annotations
The display-step-octave type contains the sequence of elements used by both the rest and unpitched elements. This group is used to place rests and unpitched elements on the staff without implying that these elements have pitch. Positioning follows the current clef. If percussion clef is used, the display-step and display-octave elements are interpreted as if in treble clef, with a G in octave 4 on line 2. If not present, the note is placed on the middle line of the staff, generally used for one-line staffs.
Diagram
Diagram musicxml153.tmp#id670 musicxml153.tmp#id671
Used by
Model display-step , display-octave
Children display-octave, display-step
Source
<xs:complexType name="display-step-octave">
  <xs:annotation>
    <xs:documentation>The display-step-octave type contains the sequence of elements used by both the rest and unpitched elements. This group is used to place rests and unpitched elements on the staff without implying that these elements have pitch. Positioning follows the current clef. If percussion clef is used, the display-step and display-octave elements are interpreted as if in treble clef, with a G in octave 4 on line 2. If not present, the note is placed on the middle line of the staff, generally used for one-line staffs.</xs:documentation>
  </xs:annotation>
  <xs:sequence minOccurs="0">
    <xs:element name="display-step" type="step"/>
    <xs:element name="display-octave" type="octave"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd