Definition Type: Element
Name: SubType
Namespace: http://schemas.microsoft.com/data/udc
Containing Schema: udc.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Further describes the type of connection to the data source. One example is the DSP sub-type for binding SOAP data.
Collapse XSD Schema Diagram:
Drilldown into MajorVersion in schema udc_xsd Drilldown into MinorVersion in schema udc_xsd Drilldown into Type in schema udc_xsdXSD Diagram of SubType in schema udc_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
Type udc:Type Required
MinorVersion udc:MinorVersion Required
MajorVersion udc:MajorVersion Required