Definition Type: SimpleType
Name: tableWidthPropertyType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines a property that uses a table-width value.
Collapse XSD Schema Diagram:
XSD Diagram of tableWidthPropertyType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="tableWidthPropertyType">
    <xsd:annotation>
        <xsd:documentation>Defines a property that uses a table-width value.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="nil">
            <xsd:annotation>
                <xsd:documentation>Not set; if width is 0, treat as 'none'; if nonzero, treat as ftsDxa</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="pct">
        </xsd:enumeration>
        <xsd:enumeration value="dxa">
        </xsd:enumeration>
        <xsd:enumeration value="auto">
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration nil
Enumeration pct
Enumeration dxa
Enumeration auto
Collapse Derivation Tree:
  • tableWidthPropertyType
Collapse References:
W:type