Definition Type: ComplexType
Name: CT_TblGridBase
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into gridCol in schema wml_xsdXSD Diagram of CT_TblGridBase in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TblGridBase">
    <xsd:sequence>
        <xsd:element name="gridCol" type="CT_TblGridCol" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Grid Column Definition</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
gridCol w:gridCol 0 unbounded
Collapse Derivation Tree:
Collapse References:
w:CT_TblGrid, w:tblGrid