2.3.1.4.2 DigestValueType

Target namespace: http://www.w3.org/2000/09/xmldsig#

Referenced by: ReferenceType, DigestValue

The DigestValueType simple type specifies the encoded value of the digest. The content of the DigestMethodType is defined in section 4.3.3.6 of [XMLDSig].

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

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