<xs:simpleType name="mei_data.NOTATIONTYPE"> <xs:restriction base="xs:token"> <xs:enumeration value="cmn"> <xs:annotation> <xs:documentation>Common Music Notation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="mensural"> <xs:annotation> <xs:documentation>Mensural notation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="mensural.black"> <xs:annotation> <xs:documentation>Black mensural notation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="mensural.white"> <xs:annotation> <xs:documentation>White mensural notation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="neume"> <xs:annotation> <xs:documentation>Neumatic notation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="tab"> <xs:annotation> <xs:documentation>Tablature notation.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |