You are here: MusicXML Reference > Score Schema (XSD) > Simple Types > Simple Type: midi-16

Simple Type: midi-16

Description

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

Derived By

Restricting xs:positiveInteger

Restrictions
  • The value must be greater than or equal to 1.

  • The value must be less than or equal to 16.

Referenced By
Definition
<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>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301