<xs:simpleType name="mei_data.NOTEHEADMODIFIER.pat"> <xs:union> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="centertext\((A|B|C|D|E|F|G)(f|♭|n|♮|s|♯)?\)"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="centertext\(H(s|♯)?\)"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |