Definition Type: Attribute
Name: Type
Namespace: http://schemas.microsoft.com/data/udc
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: udc.xsd
ContentType Restriction
Use Required
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).
Collapse XSD Schema Diagram:
XSD Diagram of Type in schema udc_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration SOAP
Enumeration XMLFile
Enumeration PartToPart