Definition Type: Element
Name: SourceName
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 field in the data source that the PivotField represents. Not required if the name element of the PivotField matches the field name in the data source.
Collapse XSD Schema Diagram:
XSD Diagram of SourceName in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="SourceName" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the field in the data source that the PivotField represents. Not required if the name element of the PivotField matches the field name in the data source.</xsd:documentation>
    </xsd:annotation>
</xsd:element>