Definition Type: ComplexType
Name: CT_Formats
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-pivotTable.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into format in schema sml-pivottable_xsd Drilldown into count in schema sml-pivottable_xsdXSD Diagram of CT_Formats in schema sml-pivottable_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Formats">
    <xsd:sequence>
        <xsd:element name="format" maxOccurs="unbounded" type="CT_Format">
            <xsd:annotation>
                <xsd:documentation>PivotTable Format</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="count" type="xsd:unsignedInt" default="0">
        <xsd:annotation>
            <xsd:documentation>Formats Count</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
format nsM:format (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
count nsM:count 0 (Optional)
Collapse Derivation Tree:
Collapse References:
nsM:formats