<xs:simpleType name="mei_data.DURATION.cmn"> <xs:restriction base="xs:token"> <xs:enumeration value="long"> <xs:annotation> <xs:documentation>Quadruple whole note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="breve"> <xs:annotation> <xs:documentation>Double whole note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1"> <xs:annotation> <xs:documentation>Whole note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2"> <xs:annotation> <xs:documentation>Half note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4"> <xs:annotation> <xs:documentation>Quarter note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="8"> <xs:annotation> <xs:documentation>8th note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="16"> <xs:annotation> <xs:documentation>16th note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="32"> <xs:annotation> <xs:documentation>32nd note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="64"> <xs:annotation> <xs:documentation>64th note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="128"> <xs:annotation> <xs:documentation>128th note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="256"> <xs:annotation> <xs:documentation>256th note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="512"> <xs:annotation> <xs:documentation>512th note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1024"> <xs:annotation> <xs:documentation>1024th note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2048"> <xs:annotation> <xs:documentation>2048th note.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |