<xs:simpleType name="mei_data.HORIZONTALALIGNMENT"> <xs:restriction base="xs:token"> <xs:enumeration value="left"> <xs:annotation> <xs:documentation>Left aligned.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="right"> <xs:annotation> <xs:documentation>Right aligned.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="center"> <xs:annotation> <xs:documentation>Centered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="justify"> <xs:annotation> <xs:documentation>Left and right aligned.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |