Definition Type: ComplexType
Name: tabElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a tab stop.
Collapse XSD Schema Diagram:
Drilldown into cTlc in schema wordnetaux_xsd Drilldown into tlc in schema wordnetaux_xsd Drilldown into wTab in schema wordnetaux_xsdXSD Diagram of tabElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="tabElt">
    <xsd:annotation>
        <xsd:documentation>Defines a tab stop.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute ref="wx:wTab" use="optional">
        <xsd:annotation>
            <xsd:documentation>This is the width (in twips) of the tab.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="wx:tlc" use="optional">
        <xsd:annotation>
            <xsd:documentation>This is the tab leader character hint.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="wx:cTlc" use="optional">
        <xsd:annotation>
            <xsd:documentation>This is the count of cTlc that this tab evaluates to</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
wTab wx:wTab Optional
tlc wx:tlc Optional
cTlc wx:cTlc Optional
Collapse Derivation Tree:
Collapse References:
W:tab