X509IssuerSerial

/FundsXML4/Signature/KeyInfo/X509Data/X509IssuerSerial

Diagram

X509IssuerSerial X509IssuerName string [1] X509SerialNumber integer [1]

Properties

Type
ds:X509IssuerSerialType
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
5
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
string ExampleText
integer 6667

Element Definition

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

Referenced Type Definition (X509IssuerSerialType)

<complexType xmlns="http://www.w3.org/2001/XMLSchema"
             xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
             name="X509IssuerSerialType">
   <sequence>
      <element name="X509IssuerName" type="string"/>
      <element name="X509SerialNumber" type="integer"/>
   </sequence>
</complexType>