Definition Type: Element
Name: SourceDataFile
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Contains the name of source data file (such as an .mdb file) from which the data for the PivotTable view was originally retrieved.
Collapse XSD Schema Diagram:
XSD Diagram of SourceDataFile in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="SourceDataFile" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Contains the name of source data file (such as an .mdb file) from which the data for the PivotTable view was originally retrieved.</xsd:documentation>
    </xsd:annotation>
</xsd:element>