Definition Type: Element
Name: Credential
Namespace: http://schemas.microsoft.com/data/udc
Containing Schema: udc.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Contains the details of a particular set of credentials.
Collapse XSD Schema Diagram:
Drilldown into DefaultValue in schema udc_xsd Drilldown into Type in schema udc_xsdXSD Diagram of Credential in schema udc_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
Type udc:Type Optional
DefaultValue udc:DefaultValue Optional