mei:mei_data.INTERVAL.MELODIC

Simple Type Information

Used By

Source

<xs:simpleType name="mei_data.INTERVAL.MELODIC">
  <xs:union memberTypes="xs:decimal">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:pattern value="u|d|s"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:pattern value="(\+|\-)?[AdMmP][0-9]+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>