<xs:simpleType name="mei_data.FONTSTYLE"> <xs:restriction base="xs:token"> <xs:enumeration value="italic"> <xs:annotation> <xs:documentation>Text slants to right.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="normal"> <xs:annotation> <xs:documentation>Unadorned.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="oblique"> <xs:annotation> <xs:documentation>Text slants to the left.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |