Definition Type: Element
Name: SourceConnectionFile
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:
Specifies the name of the query file that was used to query the data source.
Collapse XSD Schema Diagram:
XSD Diagram of SourceConnectionFile in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="SourceConnectionFile" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Specifies the  name of the query file that was used to query the data source.</xsd:documentation>
    </xsd:annotation>
</xsd:element>