midi-16

The midi-16 type is used to express MIDI 1.0 values that range from 1 to 16.

Simple Type Information

Used By

Source

<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>