X509IssuerSerial
/FundsXML4/Signature/KeyInfo/X509Data/X509IssuerSerial
Diagram
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
Element Definition
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)
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>