Definition Type: Element
Name: Connection
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 connection string of a data source, or the location of the data for a chart.
Collapse XSD Schema Diagram:
XSD Diagram of Connection in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Connection" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Contains the connection string of a data source, or the location of the data for a chart.</xsd:documentation>
    </xsd:annotation>
</xsd:element>