Definition Type: ComplexType
Name: CT_Location
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-pivotTable.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into colPageCount in schema sml-pivottable_xsd Drilldown into rowPageCount in schema sml-pivottable_xsd Drilldown into firstDataCol in schema sml-pivottable_xsd Drilldown into firstDataRow in schema sml-pivottable_xsd Drilldown into firstHeaderRow in schema sml-pivottable_xsd Drilldown into ref in schema sml-pivottable_xsdXSD Diagram of CT_Location in schema sml-pivottable_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Location">
    <xsd:attribute name="ref" use="required" type="ST_Ref">
        <xsd:annotation>
            <xsd:documentation>Reference</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="firstHeaderRow" use="required" type="xsd:unsignedInt">
        <xsd:annotation>
            <xsd:documentation>First Header Row</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="firstDataRow" use="required" type="xsd:unsignedInt">
        <xsd:annotation>
            <xsd:documentation>PivotTable Data First Row</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="firstDataCol" use="required" type="xsd:unsignedInt">
        <xsd:annotation>
            <xsd:documentation>First Data Column</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="rowPageCount" type="xsd:unsignedInt" default="0">
        <xsd:annotation>
            <xsd:documentation>Rows Per Page Count</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="colPageCount" type="xsd:unsignedInt" default="0">
        <xsd:annotation>
            <xsd:documentation>Columns Per Page</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
ref nsM:ref Required
firstHeaderRow nsM:firstHeaderRow Required
firstDataRow nsM:firstDataRow Required
firstDataCol nsM:firstDataCol Required
rowPageCount nsM:rowPageCount 0 (Optional)
colPageCount nsM:colPageCount 0 (Optional)
Collapse Derivation Tree:
Collapse References:
nsM:location