<xsd:complexType name="QTSourceType">
<xsd:annotation>
<xsd:documentation>Describes the properties of the query table on which a PivotTable view or report is based.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="DataMember" type="xsd:string" default="XLDataSource" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the data source of the PivotTable view or report. It is set to the text "XLDataSource".</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CacheFile" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the name of the file containing the supporting records for a PivotTable view or report.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="Href" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Specifies the name of the file containing the supporting records for a PivotTable view or report.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="QuerySource" type="QTQuerySourceType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Describes the data source that a query table was based on when it was created from an external source.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CacheIndex" type="xsd:integer" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains a unique identifier for the cache containing the supporting records for a PivotTable view or report.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|