<xs:simpleType name="ST_DockFlag" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="ST_String"> <xs:enumeration value="top" /> <xs:enumeration value="left" /> <xs:enumeration value="right" /> <xs:enumeration value="bottom" /> <xs:enumeration value="float" /> <xs:enumeration value="group" /> </xs:restriction> </xs:simpleType>