Definition Type: SimpleType
Name: ST_FieldSortType
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-pivotTable.xsd
Documentation:
Field Sort Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_FieldSortType in schema sml-pivottable_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_FieldSortType">
    <xsd:annotation>
        <xsd:documentation>Field Sort Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="manual">
            <xsd:annotation>
                <xsd:documentation>Manual Sort</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="ascending">
            <xsd:annotation>
                <xsd:documentation>Ascending</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="descending">
            <xsd:annotation>
                <xsd:documentation>Descending</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration manual
Enumeration ascending
Enumeration descending
Collapse Derivation Tree:
Collapse References:
nsM:sortType