Definition Type: ComplexType
Name: CT_CellStyleXfs
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-styles.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into xf in schema sml-styles_xsd Drilldown into count in schema sml-styles_xsdXSD Diagram of CT_CellStyleXfs in schema sml-styles_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_CellStyleXfs">
    <xsd:sequence>
        <xsd:element name="xf" type="CT_Xf" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Formatting Elements</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="count" type="xsd:unsignedInt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Style Count</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
xf nsM:xf 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
count nsM:count Optional
Collapse Derivation Tree:
Collapse References:
nsM:cellStyleXfs