<xs:simpleType name="mei_data.SIZE"> <xs:restriction base="xs:token"> <xs:enumeration value="normal"> <xs:annotation> <xs:documentation>Default size.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="cue"> <xs:annotation> <xs:documentation>Reduced size.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |