X509Data

/FundsXML4/Signature/KeyInfo/X509Data

Diagram

X509Data X509IssuerSerial ds:X509IssuerSerialType [1] X509SKI base64Binary [1] X509SubjectName string [1] X509Certificate base64Binary [1] X509CRL base64Binary [1]

Properties

Type
ds:X509DataType
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

Element Definition

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

Referenced Type Definition (X509DataType)

<complexType xmlns="http://www.w3.org/2001/XMLSchema"
             xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
             name="X509DataType">
   <sequence maxOccurs="unbounded">
      <choice>
         <element name="X509IssuerSerial" type="ds:X509IssuerSerialType"/>
         <element name="X509SKI" type="base64Binary"/>
         <element name="X509SubjectName" type="string"/>
         <element name="X509Certificate" type="base64Binary"/>
         <element name="X509CRL" type="base64Binary"/>
         <any namespace="##other" processContents="lax"/>
      </choice>
   </sequence>
</complexType>