<xs:simpleType name="mei_data.ROTATIONDIRECTION"> <xs:restriction base="xs:token"> <xs:enumeration value="none"> <xs:annotation> <xs:documentation>No rotation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="down"> <xs:annotation> <xs:documentation>Rotated 180 degrees.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="left"> <xs:annotation> <xs:documentation>Rotated 270 degrees clockwise.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ne"> <xs:annotation> <xs:documentation>Rotated 45 degrees clockwise.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="nw"> <xs:annotation> <xs:documentation>Rotated 315 degrees clockwise.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="se"> <xs:annotation> <xs:documentation>Rotated 135 degrees clockwise.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="sw"> <xs:annotation> <xs:documentation>Rotated 225 degrees clockwise.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |