2.3.1 DataSource

A container for the elements of the UDC file.

Child Elements

ConnectionInfo

Description

Name

Type

Attributes:

MajorVersion: The major version of the UDC file.

MinorVersion: The minor version of the UDC file.

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

 <xsd:element name="DataSource">
   <xsd:complexType>
     <xsd:all>
       <xsd:element name="Name" type="xsd:string"/>
       <xsd:element name="Description" type="xsd:string"/>
       <xsd:element ref="udc:Type"/>
       <xsd:element ref="udc:ConnectionInfo"/>
     </xsd:all>
     <xsd:attribute name="MajorVersion" fixed="2" use="required" type="xsd:int"/>
     <xsd:attribute name="MinorVersion" fixed="0" use="required" type="xsd:int"/>
   </xsd:complexType>
 </xsd:element>