Definition Type Complex Type
Name BindingType
Namespace http://schemas.microsoft.com/office/excel/2003/xml
Abstract False
Documentation Contains information necessary for connecting to an XML data source.
XSD Schema excel2003xml.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="BindingType" >
  <xsd:annotation>
    <xsd:documentation>Contains information necessary for connecting to an XML data source.</xsd:documentation>
  </xsd:annotation>

  <xsd:sequence>
    <xsd:element minOccurs="0" name="MapID" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>Contains the ID of the map that a binding will use when working with an XML data source.</xsd:documentation>
      </xsd:annotation>

    </xsd:element>

    <xsd:element minOccurs="0" ref="udc:DataSource"/>
  </xsd:sequence>

  <xsd:attribute name="ID" type="xsd:string" use="required">
    <xsd:annotation>
      <xsd:documentation>Specifies the unique identifier for a binding.</xsd:documentation>
    </xsd:annotation>

  </xsd:attribute>

  <xsd:attribute default="normal" name="LoadMode" use="optional">
    <xsd:annotation>
      <xsd:documentation>Specifies how the data is to be loaded.</xsd:documentation>
    </xsd:annotation>

    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="normal"/>
        <xsd:enumeration value="om"/>
        <xsd:enumeration value="delay"/>
        <xsd:enumeration value="async"/>
      </xsd:restriction>

    </xsd:simpleType>

  </xsd:attribute>

  <xsd:attribute default="True" name="Async" use="optional">
    <xsd:annotation>
      <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
    </xsd:annotation>

    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="True"/>
        <xsd:enumeration value="true"/>
        <xsd:enumeration value="False"/>
        <xsd:enumeration value="false"/>
      </xsd:restriction>

    </xsd:simpleType>

  </xsd:attribute>

</xsd:complexType>
Child Elements
Name Type Min Occurs Max Occurs
Child Attributes
Name Type Default Value Use
Derivation Tree
[No Sub Types]
BindingType
    x2:Binding
        x2:Binding
References
x2:Binding
Generated using Liquid XML Studio by Liquid Technologies Ltd