Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type midi-16384
Namespace No namespace
Annotations
The midi-16 type is used to express MIDI 1.0 values that range from 1 to 16,384.
Diagram
Diagram
Type restriction of xs:positiveInteger
Facets
maxInclusive 16384
minInclusive 1
Used by
Source
<xs:simpleType name="midi-16384">
  <xs:annotation>
    <xs:documentation>The midi-16 type is used to express MIDI 1.0 values that range from 1 to 16,384.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:positiveInteger">
    <xs:minInclusive value="1"/>
    <xs:maxInclusive value="16384"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd