Definition Type: SimpleType
Name: ST_Axis
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-pivotTableShared.xsd
Documentation:
PivotTable Axis
Collapse XSD Schema Diagram:
XSD Diagram of ST_Axis in schema sml-pivottableshared_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_Axis">
    <xsd:annotation>
        <xsd:documentation>PivotTable Axis</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="axisRow">
            <xsd:annotation>
                <xsd:documentation>Row Axis</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="axisCol">
            <xsd:annotation>
                <xsd:documentation>Column Axis</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="axisPage">
            <xsd:annotation>
                <xsd:documentation>Include Count Filter</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="axisValues">
            <xsd:annotation>
                <xsd:documentation>Values Axis</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration axisRow
Enumeration axisCol
Enumeration axisPage
Enumeration axisValues
Collapse Derivation Tree:
Collapse References:
nsM:axis, nsM:axis, nsM:axis