Definition Type: Attribute
Name: Resource
Namespace: http://schemas.microsoft.com/data/udc
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: udc.xsd
Use (Optional)
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.
Collapse XSD Schema Diagram:
XSD Diagram of Resource in schema udc_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>