Definition Type: SimpleType
Name: tabJCValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines tab-justification settings.
Collapse XSD Schema Diagram:
XSD Diagram of tabJCValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="tabJCValue">
    <xsd:annotation>
        <xsd:documentation>Defines tab-justification settings.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="clear">
            <xsd:annotation>
                <xsd:documentation>Clear the tab that appears at this position due to inherited properties from a style.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="left">
            <xsd:annotation>
                <xsd:documentation>Extend text to the right of the tab stop.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="center">
            <xsd:annotation>
                <xsd:documentation>Center text at the tab stop.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="right">
            <xsd:annotation>
                <xsd:documentation>Extend text to the left of the tab stop.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="decimal">
            <xsd:annotation>
                <xsd:documentation>Align a decimal point at the tab stop.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="bar">
            <xsd:annotation>
                <xsd:documentation>Insert a vertical line at the tab stop.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="list">
            <xsd:annotation>
                <xsd:documentation>Special tab stop used for lists only.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration clear
Enumeration left
Enumeration center
Enumeration right
Enumeration decimal
Enumeration bar
Enumeration list
Collapse Derivation Tree:
Collapse References:
W:val