2.4.4.2.4 CT_Bindings

Referenced by: CT_BindingConnection

The CT_Bindings complex type specifies all the rows in a recordset that are bound to shapes.

Child Elements:

Binding : A list of CT_Binding elements.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_Bindings">
   <xsd:sequence>
     <xsd:element name="Binding" minOccurs="1" maxOccurs="unbounded" type="CT_Binding"/>
   </xsd:sequence>
 </xsd:complexType>