Definition Type: Element
Name: useExplicit
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 password in schema udcsoap_xsd Drilldown into userId in schema udcsoap_xsdXSD Diagram of useExplicit in schema udcsoap_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="useExplicit" maxOccurs="1" minOccurs="1">
    <xsd:annotation>
        <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="userId" maxOccurs="1" minOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:attribute name="Resource" type="xsd:string">
                        <xsd:annotation>
                            <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:attribute>
                    <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:complexType>
            </xsd:element>
            <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>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
userId udcs:userId 1 1
password udcs:password 1 1