<xsd:simpleType name="ST_TextDirection">
<xsd:annotation>
<xsd:documentation>Text Flow Direction</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="lrTb">
<xsd:annotation>
<xsd:documentation>Left to Right, Top to Bottom</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="tbRl">
<xsd:annotation>
<xsd:documentation>Top to Bottom, Right to Left</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="btLr">
<xsd:annotation>
<xsd:documentation>Bottom to Top, Left to Right</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="lrTbV">
<xsd:annotation>
<xsd:documentation>Left to Right, Top to Bottom Rotated</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="tbRlV">
<xsd:annotation>
<xsd:documentation>Top to Bottom, Right to Left Rotated</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="tbLrV">
<xsd:annotation>
<xsd:documentation>Top to Bottom, Left to Right Rotated</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|