| diagram | ![]()  | 
				||||||||||||
| namespace | http://www.w3.org/2000/09/xmldsig# | ||||||||||||
| properties | 
  | 
				||||||||||||
| children | ds:KeyName ds:KeyValue ds:RetrievalMethod ds:X509Data ds:PGPData ds:SPKIData ds:MgmtData | ||||||||||||
| used by | 
  | 
				||||||||||||
| attributes | 
  | 
				||||||||||||
| source | <xs:complexType name="KeyInfoType" mixed="true"> <xs:choice maxOccurs="unbounded"> <xs:element ref="ds:KeyName"/> <xs:element ref="ds:KeyValue"/> <xs:element ref="ds:RetrievalMethod"/> <xs:element ref="ds:X509Data"/> <xs:element ref="ds:PGPData"/> <xs:element ref="ds:SPKIData"/> <xs:element ref="ds:MgmtData"/> <xs:any namespace="##other" processContents="lax"/> <!-- (1,1) elements from (0,unbounded) namespaces --> </xs:choice> <xs:attribute name="Id" type="ID" use="optional"/> </xs:complexType>  | 
				
| type | xs:ID | ||
| properties | 
  | 
				||
| source | <xs:attribute name="Id" type="ID" use="optional"/> |