<xs:simpleType name="mei_data.FILL"> <xs:restriction base="xs:token"> <xs:enumeration value="void"> <xs:annotation> <xs:documentation>Unfilled</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="solid"> <xs:annotation> <xs:documentation>Filled</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="top"> <xs:annotation> <xs:documentation>Top half filled</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="bottom"> <xs:annotation> <xs:documentation>Bottom half filled</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="left"> <xs:annotation> <xs:documentation>Left half filled</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="right"> <xs:annotation> <xs:documentation>Right half filled</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |