| diagram | 
					  | 
				
				
					| namespace | 
					http://www.w3.org/2001/04/xmlenc# | 
				
				
					| properties | 
					 | 
				
				
					| children | 
					xenc:EncryptionMethod ds:KeyInfo xenc:CipherData xenc:EncryptionProperties | 
				
				
					| used by | 
					 | 
				
				
					| attributes | 
					| Name   | Type   | Use   | Default   | Fixed   | Annotation |  | Id   | xs:ID   | optional   |    |    |   |  | Type   | xs:anyURI   | optional   |    |    |   |  | MimeType   | xs:string   | optional   |    |    |   |  | Encoding   | xs:anyURI   | optional   |    |    |   |  
  | 
				
				
					| source | 
					<xs:complexType name="EncryptedType" abstract="true"> 
  <xs:sequence> 
    <xs:element name="EncryptionMethod" type="xenc:EncryptionMethodType" minOccurs="0"/> 
    <xs:element ref="ds:KeyInfo" minOccurs="0"/> 
    <xs:element ref="xenc:CipherData"/> 
    <xs:element ref="xenc:EncryptionProperties" minOccurs="0"/> 
  </xs:sequence> 
  <xs:attribute name="Id" type="ID" use="optional"/> 
  <xs:attribute name="Type" type="anyURI" use="optional"/> 
  <xs:attribute name="MimeType" type="string" use="optional"/> 
  <xs:attribute name="Encoding" type="anyURI" use="optional"/> 
</xs:complexType> |