DigestMethod

/FundsXML4/Signature/SignedInfo/Reference/DigestMethod

Diagram

DigestMethod @Algorithm anyURI [1]

Properties

Type
ds:DigestMethodType
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

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
anyURI

Wildcards

Any Element Any namespace except target namespace [0..*]
Namespace
##other
Process Contents
LAX (Validate if schema available, otherwise skip)

Element Definition

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

Referenced Type Definition (DigestMethodType)

<complexType xmlns="http://www.w3.org/2001/XMLSchema"
             xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
             mixed="true"
             name="DigestMethodType">
   <sequence>
      <any maxOccurs="unbounded"
           minOccurs="0"
           namespace="##other"
           processContents="lax"/>
   </sequence>
   <attribute name="Algorithm" type="anyURI" use="required"/>
</complexType>