Definition Type: Element
Name: tblGrid
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Type: W:tblGridElt
Containing Schema: wordnet.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into gridCol in schema wordnet_xsd Drilldown into tblGridElt in schema wordnet_xsdXSD Diagram of tblGrid in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
gridCol W:gridCol 1 unbounded
Collapse Derivation Tree: