Definition Type Element
Name CredentialValue
Namespace http://schemas.microsoft.com/data/udc
Abstract False
Documentation Contains information necessary to prompt the user for credentials and resolve any associated CredentialValue elements in the ConnectionInfo section.
XSD Schema udc.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CredentialValue" >
  <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:attribute name="Resource" type="xsd:string">
      <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:attribute name="Type" type="xsd:string">
      <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:complexType>

</xsd:element>
Child Attributes
Name Type Default Value Use
Derivation Tree
[No Sub Types]
CredentialValue
    udc:CredentialValue
References
udc:CredentialValue
Generated using Liquid XML Studio by Liquid Technologies Ltd