Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type octave
Namespace No namespace
Annotations
Octaves are represented by the numbers 0 to 9, where 4 indicates the octave started by middle C.
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 9
minInclusive 0
Used by
Source
<xs:simpleType name="octave">
  <xs:annotation>
    <xs:documentation>Octaves are represented by the numbers 0 to 9, where 4 indicates the octave started by middle C.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="9"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd