octave

Octaves are represented by the numbers 0 to 9, where 4 indicates the octave started by middle C.

Simple Type Information

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>