SourceConsolidationType complexType

Contains the properties of a consolidation data source.

Type Information

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

Elements and Attributes

Child Elements

Element Description
Reference Contains the properties of a consolidation reference when in a SourceConsolidation element, or a cell range when in the ConsolidationReference element.
ConsolidationReference Contains the properties of a range data source.
Item Contains the name of a child item in a PivotTable field, or the index number of an item described by the PTLineItem element.
NoAutoPage Specifies whether page fields are created automatically for a consolidation.

Attributes

None.

Definition

      
<xsd:complexType name="SourceConsolidationType" >
  <xsd:sequence>
    <xsd:element name="Reference" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:sequence>
          <xsd:element name="ConsolidationReference" type="ConsolidationReferenceType">
          </xsd:element>
          <xsd:element name="Item" type="xsd:string" minOccurs="0" maxOccurs="4">
          </xsd:element>
        </xsd:sequence>
      </xsd:complexType>
    </xsd:element>
    <xsd:element name="NoAutoPage" minOccurs="0">
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>


    
©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