Definition Type: ComplexType
Name: tblGridElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a table grid.
Collapse XSD Schema Diagram:
Drilldown into gridCol in schema wordnet_xsdXSD Diagram of tblGridElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="tblGridElt">
    <xsd:annotation>
        <xsd:documentation>Defines a table grid.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="gridCol" type="tblGridColElt" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Defines a single grid entry. For more information, see tblGrid.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
gridCol W:gridCol 1 unbounded
Collapse Derivation Tree:
Collapse References:
W:tblGrid