Definition Type: SimpleType
Name: ST_TableType
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-table.xsd
Documentation:
Table Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_TableType in schema sml-table_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_TableType">
    <xsd:annotation>
        <xsd:documentation>Table Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="worksheet">
            <xsd:annotation>
                <xsd:documentation>Worksheet</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="xml">
            <xsd:annotation>
                <xsd:documentation>XML</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="queryTable">
            <xsd:annotation>
                <xsd:documentation>Query Table</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration worksheet
Enumeration xml
Enumeration queryTable
Collapse Derivation Tree:
Collapse References:
nsM:tableType