KeyValue

/FundsXML4/Signature/KeyInfo/KeyValue

Diagram

KeyValue DSAKeyValue ds:DSAKeyValueType [1] RSAKeyValue ds:RSAKeyValueType [1]

Properties

Type
ds:KeyValueType
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 [1]
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="KeyValue"
         type="ds:KeyValueType"/>

Referenced Type Definition (KeyValueType)

<complexType xmlns="http://www.w3.org/2001/XMLSchema"
             xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
             mixed="true"
             name="KeyValueType">
   <choice>
      <element ref="ds:DSAKeyValue"/>
      <element ref="ds:RSAKeyValue"/>
      <any namespace="##other" processContents="lax"/>
   </choice>
</complexType>