Definition Type: SimpleType
Name: ST_TblLayoutType
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Documentation:
Table Layout Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_TblLayoutType in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_TblLayoutType">
    <xsd:annotation>
        <xsd:documentation>Table Layout Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="fixed">
            <xsd:annotation>
                <xsd:documentation>Fixed Width Table Layout</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="autofit">
            <xsd:annotation>
                <xsd:documentation>AutoFit Table Layout</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration fixed
Enumeration autofit
Collapse Derivation Tree:
  • ST_TblLayoutType
Collapse References:
w:type