Definition Type: ComplexType
Name: PGPDataType
Namespace: http://www.w3.org/2000/09/xmldsig#
Containing Schema: xmldsig-core-schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PGPKeyPacket Drilldown into PGPKeyPacket Drilldown into PGPKeyIDXSD Diagram of PGPDataType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PGPKeyID ds:PGPKeyID (1) (1)
PGPKeyPacket ds:PGPKeyPacket 0 (1)
PGPKeyPacket ds:PGPKeyPacket (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
ds:PGPData