CacheFile element (QTSourceType complexType)

Specifies the name of the file containing the supporting records for a PivotTable view or report.

Usage

      
<CacheFile
	Href="xsd:string"
/>

    

Element Information

Element type Anonymous
Namespace urn:schemas-microsoft-com:office:excel
Schema name XML Spreadsheet 2000

Elements and Attributes

Parent Elements

Element Description
QTSource Describes the properties of the query table on which a PivotTable view or report is based.

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
Href xsd:string required Specifies the name of the file containing the supporting records for a PivotTable view or report. See external namespace.

Definition

      
<xsd:element name="CacheFile" minOccurs="0" >
  <xsd:complexType>
    <xsd:attribute name="Href" type="xsd:string" use="required">
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp