Definition Type: ComplexType
Name: CT_Items
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-pivotTable.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into item in schema sml-pivottable_xsd Drilldown into count in schema sml-pivottable_xsdXSD Diagram of CT_Items in schema sml-pivottable_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Items">
    <xsd:sequence>
        <xsd:element name="item" maxOccurs="unbounded" type="CT_Item">
            <xsd:annotation>
                <xsd:documentation>PivotTable Field Item</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
item nsM:item (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
count nsM:count (Optional)
Collapse Derivation Tree:
Collapse References:
nsM:items