Definition Type: ComplexType
Name: CT_Table
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-table.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema sml-table_xsd Drilldown into tableStyleInfo in schema sml-table_xsd Drilldown into tableColumns in schema sml-table_xsd Drilldown into sortState in schema sml-table_xsd Drilldown into autoFilter in schema sml-table_xsd Drilldown into connectionId in schema sml-table_xsd Drilldown into totalsRowCellStyle in schema sml-table_xsd Drilldown into dataCellStyle in schema sml-table_xsd Drilldown into headerRowCellStyle in schema sml-table_xsd Drilldown into totalsRowBorderDxfId in schema sml-table_xsd Drilldown into tableBorderDxfId in schema sml-table_xsd Drilldown into headerRowBorderDxfId in schema sml-table_xsd Drilldown into totalsRowDxfId in schema sml-table_xsd Drilldown into dataDxfId in schema sml-table_xsd Drilldown into headerRowDxfId in schema sml-table_xsd Drilldown into published in schema sml-table_xsd Drilldown into totalsRowShown in schema sml-table_xsd Drilldown into totalsRowCount in schema sml-table_xsd Drilldown into insertRowShift in schema sml-table_xsd Drilldown into insertRow in schema sml-table_xsd Drilldown into headerRowCount in schema sml-table_xsd Drilldown into tableType in schema sml-table_xsd Drilldown into ref in schema sml-table_xsd Drilldown into comment in schema sml-table_xsd Drilldown into displayName in schema sml-table_xsd Drilldown into name in schema sml-table_xsd Drilldown into id in schema sml-table_xsdXSD Diagram of CT_Table in schema sml-table_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Table">
    <xsd:sequence>
        <xsd:element name="autoFilter" type="CT_AutoFilter" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Table AutoFilter</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="sortState" type="CT_SortState" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Sort State</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tableColumns" type="CT_TableColumns" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Table Columns</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tableStyleInfo" type="CT_TableStyleInfo" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Table Style</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Future Feature Data Storage Area</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>Table Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="name" type="ST_Xstring" use="optional">
        <xsd:annotation>
            <xsd:documentation>Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="displayName" type="ST_Xstring" use="required">
        <xsd:annotation>
            <xsd:documentation>Table Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="comment" type="ST_Xstring" use="optional">
        <xsd:annotation>
            <xsd:documentation>Table Comment</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ref" type="ST_Ref" use="required">
        <xsd:annotation>
            <xsd:documentation>Reference</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="tableType" type="ST_TableType" use="optional" default="worksheet">
        <xsd:annotation>
            <xsd:documentation>Table Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="headerRowCount" type="xsd:unsignedInt" use="optional" default="1">
        <xsd:annotation>
            <xsd:documentation>Header Row Count</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="insertRow" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Insert Row Showing</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="insertRowShift" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Insert Row Shift</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="totalsRowCount" type="xsd:unsignedInt" use="optional" default="0">
        <xsd:annotation>
            <xsd:documentation>Totals Row Count</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="totalsRowShown" type="xsd:boolean" use="optional" default="true">
        <xsd:annotation>
            <xsd:documentation>Totals Row Shown</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="published" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Published</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="headerRowDxfId" type="ST_DxfId" use="optional">
        <xsd:annotation>
            <xsd:documentation>Header Row Format Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="dataDxfId" type="ST_DxfId" use="optional">
        <xsd:annotation>
            <xsd:documentation>Data Area Format Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="totalsRowDxfId" type="ST_DxfId" use="optional">
        <xsd:annotation>
            <xsd:documentation>Totals Row Format Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="headerRowBorderDxfId" type="ST_DxfId" use="optional">
        <xsd:annotation>
            <xsd:documentation>Header Row Border Format Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="tableBorderDxfId" type="ST_DxfId" use="optional">
        <xsd:annotation>
            <xsd:documentation>Table Border Format Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="totalsRowBorderDxfId" type="ST_DxfId" use="optional">
        <xsd:annotation>
            <xsd:documentation>Totals Row Border Format Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="headerRowCellStyle" type="ST_Xstring" use="optional">
        <xsd:annotation>
            <xsd:documentation>Header Row Style</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="dataCellStyle" type="ST_Xstring" use="optional">
        <xsd:annotation>
            <xsd:documentation>Data Style Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="totalsRowCellStyle" type="ST_Xstring" use="optional">
        <xsd:annotation>
            <xsd:documentation>Totals Row Style</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="connectionId" type="xsd:unsignedInt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Connection ID</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
autoFilter nsM:autoFilter 0 1
sortState nsM:sortState 0 1
tableColumns nsM:tableColumns 1 1
tableStyleInfo nsM:tableStyleInfo 0 1
extLst nsM:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
id nsM:id Required
name nsM:name Optional
displayName nsM:displayName Required
comment nsM:comment Optional
ref nsM:ref Required
tableType nsM:tableType worksheet Optional
headerRowCount nsM:headerRowCount 1 Optional
insertRow nsM:insertRow false Optional
insertRowShift nsM:insertRowShift false Optional
totalsRowCount nsM:totalsRowCount 0 Optional
totalsRowShown nsM:totalsRowShown true Optional
published nsM:published false Optional
headerRowDxfId nsM:headerRowDxfId Optional
dataDxfId nsM:dataDxfId Optional
totalsRowDxfId nsM:totalsRowDxfId Optional
headerRowBorderDxfId nsM:headerRowBorderDxfId Optional
tableBorderDxfId nsM:tableBorderDxfId Optional
totalsRowBorderDxfId nsM:totalsRowBorderDxfId Optional
headerRowCellStyle nsM:headerRowCellStyle Optional
dataCellStyle nsM:dataCellStyle Optional
totalsRowCellStyle nsM:totalsRowCellStyle Optional
connectionId nsM:connectionId Optional
Collapse Derivation Tree:
Collapse References:
nsM:table