<xs:simpleType name="LAlign"> <xs:restriction base="xs:token"> <xs:enumeration value="top"/> <xs:enumeration value="bottom"/> <xs:enumeration value="left"/> <xs:enumeration value="right"/> </xs:restriction> </xs:simpleType>