Namespace |
http://www.w3.org/2000/09/xmldsig# |
Diagram
|
|
Properties
|
|
Used by
|
|
Model |
ds:KeyName | ds:KeyValue | ds:RetrievalMethod | ds:X509Data | ds:PGPData | ds:SPKIData | ds:MgmtData | ANY element from ANY namespace OTHER than 'http://www.w3.org/2000/09/xmldsig#' |
Children |
ds:KeyName, ds:KeyValue, ds:MgmtData, ds:PGPData, ds:RetrievalMethod, ds:SPKIData, ds:X509Data |
Attributes
|
QName |
Type |
Fixed |
Default |
Use |
Annotation |
Id |
ID |
|
|
optional |
|
|
Source
|
<complexType name="KeyInfoType" mixed="true">
<choice maxOccurs="unbounded">
<element ref="ds:KeyName"/>
<element ref="ds:KeyValue"/>
<element ref="ds:RetrievalMethod"/>
<element ref="ds:X509Data"/>
<element ref="ds:PGPData"/>
<element ref="ds:SPKIData"/>
<element ref="ds:MgmtData"/>
<any processContents="lax" namespace="##other"/>
</choice>
<attribute name="Id" type="ID" use="optional"/>
</complexType> |
|
Schema location |
file:/Applications/oxygen/frameworks/xmldsig/xmldsig-core-schema.xsd |