<xs:simpleType name="mei_data.TEXTRENDITIONPAR"> <xs:union> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(underline|overline|line-through|strike)\(\d+\)"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(letter-spacing|line-height)\((\+|-)?\d+(\.\d+)?%?\)"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |