SignatureValue

/FundsXML4/Signature/SignatureValue

Diagram

SignatureValue @Id ID [1]

Properties

Type
ds:SignatureValueType
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
2
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
ID

Element Definition

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

Referenced Type Definition (SignatureValueType)

<complexType xmlns="http://www.w3.org/2001/XMLSchema"
             xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
             name="SignatureValueType">
   <simpleContent>
      <extension base="base64Binary">
         <attribute name="Id" type="ID" use="optional"/>
      </extension>
   </simpleContent>
</complexType>