Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element pitch/step
Namespace No namespace
Annotations
The step element represents a pitch step using the English letters A through G.
Diagram
Diagram musicxml60.tmp#id84
Type step
Properties
content: simple
Facets
enumeration A, B, C, D, E, F, G
Source
<xs:element name="step" type="step">
  <xs:annotation>
    <xs:documentation>The step element represents a pitch step using the English letters A through G.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element pitch/alter
Namespace No namespace
Annotations
The alter element represents chromatic alteration in number of semitones (e.g., -1 for flat, 1 for sharp). Decimal values like 0.5 (quarter tone sharp) may be used for microtones.
Diagram
Diagram musicxml79.tmp#id81
Type semitones
Properties
content: simple
minOccurs: 0
Source
<xs:element name="alter" type="semitones" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The alter element represents chromatic alteration in number of semitones (e.g., -1 for flat, 1 for sharp). Decimal values like 0.5 (quarter tone sharp) may be used for microtones.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element pitch/octave
Namespace No namespace
Annotations
The octave element represents octaves by the numbers 0 to 9, where 4 indicates the octave started by middle C.
Diagram
Diagram musicxml37.tmp#id80
Type octave
Properties
content: simple
Facets
maxInclusive 9
minInclusive 0
Source
<xs:element name="octave" type="octave">
  <xs:annotation>
    <xs:documentation>The octave element represents octaves by the numbers 0 to 9, where 4 indicates the octave started by middle C.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type pitch
Namespace No namespace
Annotations
Pitch is represented as a combination of the step of the diatonic scale, the chromatic alteration, and the octave.
Diagram
Diagram musicxml232.tmp#id807 musicxml232.tmp#id808 musicxml232.tmp#id809
Used by
Element full-note/pitch
Model step , alter{0,1} , octave
Children alter, octave, step
Source
<xs:complexType name="pitch">
  <xs:annotation>
    <xs:documentation>Pitch is represented as a combination of the step of the diatonic scale, the chromatic alteration, and the octave.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="step" type="step">
      <xs:annotation>
        <xs:documentation>The step element represents a pitch step using the English letters A through G.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="alter" type="semitones" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The alter element represents chromatic alteration in number of semitones (e.g., -1 for flat, 1 for sharp). Decimal values like 0.5 (quarter tone sharp) may be used for microtones.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="octave" type="octave">
      <xs:annotation>
        <xs:documentation>The octave element represents octaves by the numbers 0 to 9, where 4 indicates the octave started by middle C.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd