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