Definition Type: ComplexType
Name: tblElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Represents the table element, which is analogous to the HTML <table> tag.
Collapse XSD Schema Diagram:
Drilldown into permEnd in schema wordnet_xsd Drilldown into permStart in schema wordnet_xsd Drilldown into proofErr in schema wordnet_xsd Drilldown into runLevelElts in schema wordnet_xsd Drilldown into tr in schema wordnet_xsd Drilldown into tblGrid in schema wordnet_xsd Drilldown into tblPr in schema wordnet_xsd Drilldown into annotation in schema aml_xsdXSD Diagram of tblElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="tblElt">
    <xsd:annotation>
        <xsd:documentation>Represents the table element, which is analogous to the HTML &lt;table&gt; tag.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="aml:annotation" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Table Bookmarks</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tblPr" type="tblPrElt">
            <xsd:annotation>
                <xsd:documentation>Defines the table-wide properties.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tblGrid" type="tblGridElt">
            <xsd:annotation>
                <xsd:documentation>Defines the grid for the table. All columns (including the space before and after a row) will reference this grid. All columns assume one grid unit unless otherwise stated. All before or after values assume zero grid units unless otherwise stated.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice minOccurs="1" maxOccurs="unbounded">
            <xsd:element name="tr" type="rowElt" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Represents the table row data.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:group ref="runLevelElts" minOccurs="0">
            </xsd:group>
            <xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="skip">
            </xsd:any>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation aml:annotation 0 unbounded
tblPr W:tblPr (1) (1)
tblGrid W:tblGrid (1) (1)
tr W:tr 0 unbounded
proofErr W:proofErr 0 (1)
permStart W:permStart 0 (1)
permEnd W:permEnd 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
<xs:group> W:runLevelElts 0 (1)
Collapse Derivation Tree:
Collapse References:
W:tbl