XML Schema Documentation

Complex Type: X509DataType

[Table of contents]

Super-types: None
Sub-types: None
Name X509DataType
Abstract no
XML Instance Representation
<...>
Start Sequence [1..*]
Start Choice [1]
<ds:X509IssuerSerial> ds:X509IssuerSerialType </ds:X509IssuerSerial> [1]
<ds:X509SKI> base64Binary </ds:X509SKI> [1]
<ds:X509SubjectName> string </ds:X509SubjectName> [1]
<ds:X509Certificate> base64Binary </ds:X509Certificate> [1]
<ds:X509CRL> base64Binary </ds:X509CRL> [1]
Allow any elements from a namespace other than this schema's namespace (lax validation). [1]
End Choice
End Sequence
</...>
Diagram
type_X509IssuerSerialType
Schema Component Representation
<complexType 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>