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