SPKIData

/FundsXML4/Signature/KeyInfo/SPKIData

Diagram

SPKIData 1..∞ SPKISexp base64Binary [1]

Properties

Type
ds:SPKIDataType
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
base64Binary

Wildcards

Any Element Any namespace except target namespace [0..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="SPKIData"
         type="ds:SPKIDataType"/>

Referenced Type Definition (SPKIDataType)

<complexType xmlns="http://www.w3.org/2001/XMLSchema"
             xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
             name="SPKIDataType">
   <sequence maxOccurs="unbounded">
      <element name="SPKISexp" type="base64Binary"/>
      <any minOccurs="0" namespace="##other" processContents="lax"/>
   </sequence>
</complexType>