Definition Type: ComplexType
Name: tabsElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a collection of tab stops.
Collapse XSD Schema Diagram:
Drilldown into tab in schema wordnet_xsdXSD Diagram of tabsElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="tabsElt">
    <xsd:annotation>
        <xsd:documentation>Defines a collection of tab stops.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="tab" type="tabStopProperty" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Represents a tab stop.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tab W:tab 1 unbounded
Collapse Derivation Tree:
Collapse References:
W:tabs