DigestValue

/FundsXML4/Signature/SignedInfo/Reference/DigestValue

Diagram

DigestValue

Properties

Type
ds:DigestValueType
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
4
Sample Data

Element Definition

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

Referenced Type Definition (DigestValueType)

<simpleType xmlns="http://www.w3.org/2001/XMLSchema"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            name="DigestValueType">
   <restriction base="base64Binary"/>
</simpleType>