<xsd:simpleType name="ST_RectAlignment">
<xsd:annotation>
<xsd:documentation>Rectangle Alignments</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="tl">
<xsd:annotation>
<xsd:documentation>Rectangle Alignment Enum ( Top Left )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="t">
<xsd:annotation>
<xsd:documentation>Rectangle Alignment Enum ( Top )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="tr">
<xsd:annotation>
<xsd:documentation>Rectangle Alignment Enum ( Top Right )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="l">
<xsd:annotation>
<xsd:documentation>Rectangle Alignment Enum ( Left )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ctr">
<xsd:annotation>
<xsd:documentation>Rectangle Alignment Enum ( Center )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="r">
<xsd:annotation>
<xsd:documentation>Rectangle Alignment Enum ( Right )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="bl">
<xsd:annotation>
<xsd:documentation>Rectangle Alignment Enum ( Bottom Left )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="b">
<xsd:annotation>
<xsd:documentation>Rectangle Alignment Enum ( Bottom )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="br">
<xsd:annotation>
<xsd:documentation>Rectangle Alignment Enum ( Bottom Right )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|