<xs:simpleType name="eAnchor_"> <xs:restriction base="jdftyp:EnumerationBaseType"> <xs:enumeration value="TopLeft"/> <xs:enumeration value="TopCenter"/> <xs:enumeration value="TopRight"/> <xs:enumeration value="CenterLeft"/> <xs:enumeration value="Center"/> <xs:enumeration value="CenterRight"/> <xs:enumeration value="BottomLeft"/> <xs:enumeration value="BottomCenter"/> <xs:enumeration value="BottomRight"/> </xs:restriction> </xs:simpleType> |