Signature

/FundsXML4/Signature

Diagram

Signature SignedInfo ds:SignedInfoType [1] SignatureValue ds:SignatureValueType [1] KeyInfo ds:KeyInfoType [0..1] Object ds:ObjectType [0..*] @Id ID [1]

Properties

Type
ds:SignatureType
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
1
Sample Data

Child Elements & Attributes

Element Definition

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

Referenced Type Definition (SignatureType)

<complexType xmlns="http://www.w3.org/2001/XMLSchema"
             xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
             name="SignatureType">
   <sequence>
      <element ref="ds:SignedInfo"/>
      <element ref="ds:SignatureValue"/>
      <element minOccurs="0" ref="ds:KeyInfo"/>
      <element maxOccurs="unbounded" minOccurs="0" ref="ds:Object"/>
   </sequence>
   <attribute name="Id" type="ID" use="optional"/>
</complexType>