2.6.149 CT_CacheSourceExt

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main

Extended description of the data source whose data is stored in the pivot cache.

Child Elements:

sourceConnection: A CT_SourceConnection element that specifies the source connection of the pivot cache.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_CacheSourceExt">
   <xsd:sequence>
     <xsd:element ref="sourceConnection" minOccurs="1" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).