SignatureMethod

/FundsXML4/Signature/SignedInfo/SignatureMethod

Diagram

SignatureMethod HMACOutputLength ds:HMACOutputLengthType [1] @Algorithm anyURI [1]

Properties

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

Wildcards

Any Element Any namespace except target namespace [0..*]
Namespace
##other
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="SignatureMethod"
         type="ds:SignatureMethodType"/>

Referenced Type Definition (SignatureMethodType)

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