SubType element

Further describes the type of connection to the data source. One example is the DSP sub-type for binding SOAP data.

Usage

      
<SubType
	Type="xsd:string"
	MinorVersion="xsd:string"
	MajorVersion="xsd:string"
/>

    

Element Information

Element type Anonymous
Namespace http://schemas.microsoft.com/data/udc
Schema name Universal Data Connection

Elements and Attributes

Parent Elements

Element Description
Type Contains the attributes and elements that define the type of connection described by the UDC file.

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
Type xsd:string required Specifies which of the three types of data binding to use for the data connection: SOAP, XMLFile (for accessing XML files), or PartToPart (for communicating between Web Parts). See external namespace.
MinorVersion xsd:string required Defines the format version of the elements defined by this Type. See external namespace.
MajorVersion xsd:string required Defines the format version of the elements defined by this Type. See external namespace.

Definition

      
<xsd:element name="SubType" minOccurs="0" >
  <xsd:complexType>
    <xsd:sequence>
      <xsd:any processContents="skip" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="Type" type="xsd:string" use="required">
    </xsd:attribute>
    <xsd:attribute name="MinorVersion" type="xsd:string" use="required">
    </xsd:attribute>
    <xsd:attribute name="MajorVersion" type="xsd:string" use="required">
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp