<xs:simpleType name="ST_HorizontalAlignment" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="Left" /> <xs:enumeration value="Stretch" /> </xs:restriction> </xs:simpleType>