<xs:simpleType name="mei_data.LINEWIDTHTERM"> <xs:restriction base="xs:token"> <xs:enumeration value="narrow"> <xs:annotation> <xs:documentation>Default line width.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="medium"> <xs:annotation> <xs:documentation>Twice as wide as narrow.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="wide"> <xs:annotation> <xs:documentation>Twice as wide as medium.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |