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