XML Schema Documentation

Complex Type: PGPDataType

[Table of contents]

Super-types: None
Sub-types: None
Name PGPDataType
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<ds:PGPKeyID> base64Binary </ds:PGPKeyID> [1]
<ds:PGPKeyPacket> base64Binary </ds:PGPKeyPacket> [0..1]
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<ds:PGPKeyPacket> base64Binary </ds:PGPKeyPacket> [1]
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
End Choice
</...>
Diagram
Schema Component Representation
<complexType name="PGPDataType">
<choice>
<sequence>
<element name="PGPKeyID" type=" base64Binary "/>
<element name="PGPKeyPacket" type=" base64Binary " minOccurs="0"/>
<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence>
<element name="PGPKeyPacket" type=" base64Binary "/>
<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</choice>
</complexType>