Definition Type: ComplexType
Name: ReferenceType
Namespace: http://www.w3.org/2000/09/xmldsig#
Containing Schema: xmldsig-core-schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DigestValue Drilldown into DigestMethod Drilldown into Transforms Drilldown into Type Drilldown into URI Drilldown into IdXSD Diagram of ReferenceType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<complexType name="ReferenceType">
    <sequence>
        <element ref="ds:Transforms" minOccurs="0" />
        <element ref="ds:DigestMethod" />
        <element ref="ds:DigestValue" />
    </sequence>
    <attribute name="Id" type="ID" use="optional" />
    <attribute name="URI" type="anyURI" use="optional" />
    <attribute name="Type" type="anyURI" use="optional" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Transforms ds:Transforms 0 (1)
DigestMethod ds:DigestMethod (1) (1)
DigestValue ds:DigestValue (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Id ds:Id Optional
URI ds:URI Optional
Type ds:Type Optional
Collapse Derivation Tree:
Collapse References:
ds:Reference