<xsd:complexType name="RefreshInfoType">
<xsd:annotation>
<xsd:documentation>Contains information to be used when data is refreshed.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="NextId" type="xsd:integer">
<xsd:annotation>
<xsd:documentation>Specifies the next available unique identification number that can be assigned to a column.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ColumnInfo" type="ColumnInfoType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains information about a column.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DoNotPersist" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether to preserve sort and filter settings for a column.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DoNotPersistSort" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether sort settings are preserved for a column.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DoNotPersstAF" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether filter settings are preserved for a column.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Sort" type="xsd:string" minOccurs="0">
<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="CaseSensitive" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether sorting is case-sensitive.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FuturePersist" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Reserved for future use.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="HeaderRow" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether the header row is included in a sort.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="IdWrapped" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether all possible identification numbers assigned to columns have been used and whether previously used numbers are being implemented.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NoTitles" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether column titles are included in a query.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AlertVersion" type="xsd:int" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Reserved for future use.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SortOrder" type="xsd:int" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the index number of a sort order used in a custom sort.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ExtraLeftColumns" type="xsd:int" default="0" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the number of columns to the left of a query table included in a sort.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ExtraRightColumns" type="xsd:int" default="0" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the number of columns to the right of a query table included in a sort.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DeletedTitle" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains the column title deleted from a query.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|