The midi-16 type is used to express MIDI 1.0 values that range from 1 to 128. |
<xs:simpleType name="midi-128"> <xs:annotation> <xs:documentation>The midi-16 type is used to express MIDI 1.0 values that range from 1 to 128.</xs:documentation> </xs:annotation> <xs:restriction base="xs:positiveInteger"> <xs:minInclusive value="1"/> <xs:maxInclusive value="128"/> </xs:restriction> </xs:simpleType> |