<xs:simpleType name="mei_data.METERSIGN"> <xs:restriction base="xs:token"> <xs:enumeration value="common"> <xs:annotation> <xs:documentation>Common time; i.e. 4/4.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="cut"> <xs:annotation> <xs:documentation>Cut time; i.e. 2/2.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |