<xs:simpleType name="mei_data.FONTSIZETERM"> <xs:restriction base="xs:token"> <xs:enumeration value="xx-small"> <xs:annotation> <xs:documentation>Relative font size.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="x-small"> <xs:annotation> <xs:documentation>Relative font size.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="small"> <xs:annotation> <xs:documentation>Relative font size.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="medium"> <xs:annotation> <xs:documentation>Relative font size.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="large"> <xs:annotation> <xs:documentation>Relative font size.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="x-large"> <xs:annotation> <xs:documentation>Relative font size.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="xx-large"> <xs:annotation> <xs:documentation>Relative font size.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="smaller"> <xs:annotation> <xs:documentation>Relative font size.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="larger"> <xs:annotation> <xs:documentation>Relative font size.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |