<xsd:element name="Type" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Contains the attributes and elements that define the type of connection described by the UDC file.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="SubType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Further describes the type of connection to the data source. One example is the DSP sub-type for binding SOAP data.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:any processContents="skip" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="Type" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>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).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="MinorVersion" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Defines the format version of the elements defined by this Type.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="MajorVersion" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Defines the format version of the elements defined by this Type.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="Type" use="required">
<xsd:annotation>
<xsd:documentation>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).</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="SOAP" />
<xsd:enumeration value="XMLFile" />
<xsd:enumeration value="PartToPart" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="MajorVersion" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Defines the format version of the elements defined by this Type.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="MinorVersion" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Defines the format version of the elements defined by this Type.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
|