Definition Type: ComplexType
Name: CT_TableStyleElement
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-styles.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into dxfId in schema sml-styles_xsd Drilldown into size in schema sml-styles_xsd Drilldown into type in schema sml-styles_xsdXSD Diagram of CT_TableStyleElement in schema sml-styles_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TableStyleElement">
    <xsd:attribute name="type" type="ST_TableStyleType" use="required">
        <xsd:annotation>
            <xsd:documentation>Table Style Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="size" type="xsd:unsignedInt" use="optional" default="1">
        <xsd:annotation>
            <xsd:documentation>Band Size</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="dxfId" type="ST_DxfId" use="optional">
        <xsd:annotation>
            <xsd:documentation>Formatting Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
type nsM:type Required
size nsM:size 1 Optional
dxfId nsM:dxfId Optional
Collapse Derivation Tree:
Collapse References:
nsM:tableStyleElement