Definition Type: Element
Name: password
Namespace: http://schemas.microsoft.com/data/udc/soap
Containing Schema: udcsoap.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Documentation:
Does not apply to Excel data connections.
Collapse XSD Schema Diagram:
Drilldown into CredentialValue in schema udcsoap_xsd Drilldown into Type in schema udcsoap_xsdXSD Diagram of password in schema udcsoap_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="password" maxOccurs="1" minOccurs="1">
    <xsd:annotation>
        <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute name="Type" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="CredentialValue" type="xsd:string">
            <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 udcs:Type (Optional)
CredentialValue udcs:CredentialValue (Optional)