Definition Type: ComplexType
Name: SortingType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Contains the sorting specifications and sort options used in the most recent sort.
Collapse XSD Schema Diagram:
Drilldown into AlternateMethod in schema excel_xsd Drilldown into CaseSensitive in schema excel_xsd Drilldown into LeftToRight in schema excel_xsd Drilldown into Descending in schema excel_xsd Drilldown into Sort in schema excel_xsdXSD Diagram of SortingType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="SortingType">
    <xsd:annotation>
        <xsd:documentation>Contains the sorting specifications and sort options used in the most recent sort.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:sequence maxOccurs="3">
            <xsd:element name="Sort" type="xsd:string">
                <xsd:annotation>
                    <xsd:documentation>Specifies a range of cells or the name of a range to sort, or whether a query table has been sorted.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Descending" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Specifies the direction of the sort.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:element name="LeftToRight" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether a sort is done left to right by column or top to bottom by row, or whether a workbook or worksheet is printed left to right.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="CaseSensitive" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether sorting is case-sensitive.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="AlternateMethod" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether special sorting methods are used to sort a range.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Sort x:Sort (1) (1)
Descending x:Descending 0 (1)
LeftToRight x:LeftToRight 0 (1)
CaseSensitive x:CaseSensitive 0 (1)
AlternateMethod x:AlternateMethod 0 (1)
Collapse Derivation Tree:
Collapse References:
x:Sorting