Definition Type: Element
Name: tblLayout
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Type: W:tableLayoutType
Containing Schema: wordnet.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Specifies whether the table is of fixed width. If not specified, the contents of the table will be taken in to account during layout.
Collapse XSD Schema Diagram:
Drilldown into type in schema wordnet_xsd Drilldown into tableLayoutType in schema wordnet_xsdXSD Diagram of tblLayout in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="tblLayout" type="tableLayoutType" minOccurs="0" maxOccurs="1">
    <xsd:annotation>
        <xsd:documentation>Specifies whether the table is of fixed width. If not specified, the contents of the table will be taken in to account during layout.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
type W:type (Optional)
Collapse Derivation Tree: