KeyValue
/FundsXML4/Signature/KeyInfo/KeyValue
Diagram
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
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| ds:DSAKeyValueType | |||
| ds:RSAKeyValueType |
Wildcards
Any Element
Any namespace except target namespace
[1]
- Namespace
- ##other
- Process Contents
- LAX (Validate if schema available, otherwise skip)
Element Definition
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)
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>