<xsd:complexType name="ConsolidationReferenceType">
<xsd:annotation>
<xsd:documentation>Contains the properties of a range data source.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="FileName" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains the name of the file that contains the source range of a PivotTable report.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="Name" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Contains the user-defined name of an object, range, or reference to another workbook, the location and name of a text file, or the built-in name of a range.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Reference" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Contains the properties of a consolidation reference when in a SourceConsolidation element, or a cell range when in the ConsolidationReference element.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|