Octaves are represented by the numbers 0 to 9, where 4 indicates the octave started by middle C. |
Complex Type | key-octave |
Elements | display-step-octave/display-octave, pitch/octave, tuning/tuning-octave |
<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> |