Definition Type: ComplexType
Name: CT_TableStyle
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-styles.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tableStyleElement in schema sml-styles_xsd Drilldown into count in schema sml-styles_xsd Drilldown into table in schema sml-styles_xsd Drilldown into pivot in schema sml-styles_xsd Drilldown into name in schema sml-styles_xsdXSD Diagram of CT_TableStyle in schema sml-styles_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TableStyle">
    <xsd:sequence>
        <xsd:element name="tableStyleElement" type="CT_TableStyleElement" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Table Style</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="name" type="xsd:string" use="required">
        <xsd:annotation>
            <xsd:documentation>Table Style Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="pivot" type="xsd:boolean" use="optional" default="true">
        <xsd:annotation>
            <xsd:documentation>Pivot Style</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="table" type="xsd:boolean" use="optional" default="true">
        <xsd:annotation>
            <xsd:documentation>Table</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="count" type="xsd:unsignedInt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Table Style Count</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tableStyleElement nsM:tableStyleElement 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name nsM:name Required
pivot nsM:pivot true Optional
table nsM:table true Optional
count nsM:count Optional
Collapse Derivation Tree:
Collapse References:
nsM:tableStyle