Definition Type: Element
Name: ClientParameterBindings
Namespace: http://schemas.microsoft.com/data/udc
Containing Schema: udc.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains parameters that provide a way for the client processing the UDC to perform text replacement anywhere within the ConnectionInfo section.
Collapse XSD Schema Diagram:
Drilldown into CredentialBinding in schema udc_xsd Drilldown into ClientParameterBinding in schema udc_xsdXSD Diagram of ClientParameterBindings in schema udc_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="ClientParameterBindings" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains parameters that provide a way for the client processing the UDC to perform text replacement anywhere within the ConnectionInfo section.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ClientParameterBinding" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:attribute name="Name" type="xsd:string" use="required">
                        <xsd:annotation>
                            <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:attribute>
                    <xsd:attribute name="Location" type="xsd:string" use="optional">
                        <xsd:annotation>
                            <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:attribute>
                    <xsd:attribute name="Item" type="xsd:string" use="optional">
                        <xsd:annotation>
                            <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:attribute>
                    <xsd:attribute name="DefaultValue" type="xsd:string" use="optional">
                        <xsd:annotation>
                            <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:attribute>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="CredentialBinding" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Contains information necessary to prompt the user for credentials and resolve any associated CredentialValue elements in the ConnectionInfo section.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="Credential" minOccurs="0" maxOccurs="unbounded">
                            <xsd:annotation>
                                <xsd:documentation>Contains the details of a particular set of credentials.</xsd:documentation>
                            </xsd:annotation>
                            <xsd:complexType>
                                <xsd:attribute name="Type" type="xsd:string" use="optional">
                                    <xsd:annotation>
                                        <xsd:documentation>Specifies the type for a particular set of credentials. This attribute and the Resource attribute are used to match a CredentialBinding element with a CredentialValue element.</xsd:documentation>
                                    </xsd:annotation>
                                </xsd:attribute>
                                <xsd:attribute name="DefaultValue" type="xsd:string" use="optional">
                                    <xsd:annotation>
                                        <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
                                    </xsd:annotation>
                                </xsd:attribute>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:sequence>
                    <xsd:attribute name="Resource" type="xsd:string" use="required">
                        <xsd:annotation>
                            <xsd:documentation>Specifies a string that represents the resource to be used with a particular set of credentials. This attribute and the Type attribute are used to match a CredentialBinding element with a CredentialValue element.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:attribute>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ClientParameterBinding udc:ClientParameterBinding 0 (1)
CredentialBinding udc:CredentialBinding 0 (1)