Definition Type: Element
Name: BaseItem
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies the name of the PivotItem that this PivotField is derived from. Used for PivotFields in the data area for certain calculation types. Used in conjunction with BaseField and Calculation.
Collapse XSD Schema Diagram:
XSD Diagram of BaseItem in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="BaseItem" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the name of the PivotItem that this PivotField is derived from. Used for PivotFields in the data area for certain calculation types.  Used in conjunction with BaseField and Calculation.</xsd:documentation>
    </xsd:annotation>
</xsd:element>