Definition Type: SimpleType
Name: ST_TextDirection
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Documentation:
Text Flow Direction
Collapse XSD Schema Diagram:
XSD Diagram of ST_TextDirection in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration lrTb
Enumeration tbRl
Enumeration btLr
Enumeration lrTbV
Enumeration tbRlV
Enumeration tbLrV
Collapse Derivation Tree:
  • ST_TextDirection
Collapse References:
w:val