X509Data

/FundsXML4/Signature/KeyInfo/X509Data

Diagram

X509Data 1..∞ 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"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
3

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
ds:X509IssuerSerialType
base64Binary SGVsbG8gV29ybGQ=
string ExampleText
base64Binary SGVsbG8gV29ybGQ=
base64Binary SGVsbG8gV29ybGQ=

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>