Definition Type: Element
Name: Binding
Namespace: http://schemas.microsoft.com/office/excel/2003/xml
Type: x2:BindingType
Containing Schema: excel2003xml.xsd
Abstract
Documentation:
Contains information necessary for connecting to an XML data source.
Collapse XSD Schema Diagram:
Drilldown into DataSource in schema udc_xsd Drilldown into MapID in schema excel2003xml_xsd Drilldown into Async in schema excel2003xml_xsd Drilldown into LoadMode in schema excel2003xml_xsd Drilldown into ID in schema excel2003xml_xsd Drilldown into BindingType in schema excel2003xml_xsdXSD Diagram of Binding in schema excel2003xml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Binding" type="BindingType">
    <xsd:annotation>
        <xsd:documentation>Contains information necessary for connecting to an XML data source.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MapID x2:MapID 0 (1)
DataSource udc:DataSource 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ID x2:ID Required
LoadMode x2:LoadMode normal Optional
Async x2:Async True Optional
Collapse Derivation Tree: