CanonicalizationMethod

/FundsXML4/Signature/SignedInfo/CanonicalizationMethod

Diagram

CanonicalizationMethod @Algorithm anyURI [1]

Properties

Type
ds:CanonicalizationMethodType
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
3
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
anyURI

Wildcards

Any Element Any namespace [0..*]
Namespace
##any
Process Contents
STRICT (Must be valid according to schema)

Element Definition

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

Referenced Type Definition (CanonicalizationMethodType)

<complexType xmlns="http://www.w3.org/2001/XMLSchema"
             xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
             mixed="true"
             name="CanonicalizationMethodType">
   <sequence>
      <any maxOccurs="unbounded" minOccurs="0" namespace="##any"/>
      <!-- (0,unbounded) elements from (1,1) namespace -->
   </sequence>
   <attribute name="Algorithm" type="anyURI" use="required"/>
</complexType>