Reference

/FundsXML4/Signature/SignedInfo/Reference

Diagram

Reference Transforms ds:TransformsType [0..1] DigestMethod ds:DigestMethodType [1] DigestValue ds:DigestValueType [1] @Id ID [1] @URI anyURI [1] @Type anyURI [1]

Properties

Type
ds:ReferenceType
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
3

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
ds:TransformsType
ds:DigestMethodType
ds:DigestValueType SGVsbG8gV29ybGQ=
ID id_generated
anyURI http://example.com/sample
anyURI http://example.com/sample

Element Definition

<element xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
         name="Reference"
         type="ds:ReferenceType"/>

Referenced Type Definition (ReferenceType)

<complexType xmlns="http://www.w3.org/2001/XMLSchema"
             xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
             name="ReferenceType">
   <sequence>
      <element minOccurs="0" ref="ds:Transforms"/>
      <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>