2.3.4.2.40 DataRecordSets_Type

Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core

Referenced by: DataRecordSets

A complex type that specifies a collection of recordsets and the data binding between those recordsets and shapes in drawing pages.

Child Elements:

DataRecordSet: A DataRecordSet_Type element that specifies a recordset and the data binding between that recordset and shapes in drawing pages.

Attributes:

NextID: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that is unused and MUST be ignored.

ActiveRecordsetID: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that is unused and MUST be ignored.

DataWindowOrder: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that is unused and MUST be ignored.

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

 <xsd:complexType name="DataRecordSets_Type">
   <xsd:sequence>
     <xsd:element name="DataRecordSet" type="DataRecordSet_Type" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="NextID" type="xsd:unsignedInt" use="required"/>
   <xsd:attribute name="ActiveRecordsetID" type="xsd:unsignedInt"/>
   <xsd:attribute name="DataWindowOrder" type="xsd:string"/>
 </xsd:complexType>