PGPData
/FundsXML4/Signature/KeyInfo/PGPData
Diagram
Properties
- Type
- ds:PGPDataType
- 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
- 3
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
|
/ds:Signature/.../PGPKeyID
sequence
|
base64Binary | ||
|
/ds:Signature/.../PGPKeyPacket
sequence
|
base64Binary | ||
|
/ds:Signature/.../PGPKeyPacket
sequence
|
base64Binary |
Element Definition
Element Definition
<element xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
name="PGPData"
type="ds:PGPDataType"/>
Referenced Type Definition
(PGPDataType)
Referenced Type Definition (PGPDataType)
<complexType xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
name="PGPDataType">
<choice>
<sequence>
<element name="PGPKeyID" type="base64Binary"/>
<element minOccurs="0" name="PGPKeyPacket" type="base64Binary"/>
<any maxOccurs="unbounded"
minOccurs="0"
namespace="##other"
processContents="lax"/>
</sequence>
<sequence>
<element name="PGPKeyPacket" type="base64Binary"/>
<any maxOccurs="unbounded"
minOccurs="0"
namespace="##other"
processContents="lax"/>
</sequence>
</choice>
</complexType>