Definition Type: ComplexType
Name: CT_Tuple
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 hier in schema sml-pivottable_xsd Drilldown into fld in schema sml-pivottable_xsdXSD Diagram of CT_Tuple in schema sml-pivottable_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Tuple">
    <xsd:attribute name="fld" type="xsd:unsignedInt">
        <xsd:annotation>
            <xsd:documentation>Field Index</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="hier" type="xsd:unsignedInt">
        <xsd:annotation>
            <xsd:documentation>Hierarchy Index</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="item" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>Item Index</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
fld nsM:fld (Optional)
hier nsM:hier (Optional)
item nsM:item Required
Collapse Derivation Tree:
Collapse References:
nsM:tpl