<xs:simpleType name="mei_data.LIGATUREFORM"> <xs:restriction base="xs:token"> <xs:enumeration value="recta"> <xs:annotation> <xs:documentation>Notes are "squeezed" together.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="obliqua"> <xs:annotation> <xs:documentation>Individual notes are replaced by an oblique figure.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |