2.3.4.2.38 DataConnections_Type

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

Referenced by: DataConnections

A complex type that specifies a collection of data connections in a web drawing.

Child Elements:

DataConnection: A DataConnection_Type element that specifies a data connection.

Attributes:

NextID: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the next sequential identifier of a DataConnection_Type. It MUST be a value that is one greater than the largest value found amongst the ID attributes of all DataConnection_Type elements in this collection.

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

 <xsd:complexType name="DataConnections_Type">
   <xsd:sequence>
     <xsd:element name="DataConnection" type="DataConnection_Type" minOccurs="1" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="NextID" type="xsd:unsignedInt" use="required"/>
 </xsd:complexType>