<?xml version="1.0" encoding="utf-16"?>
<complexType name="EncryptedType" abstract="true">
<sequence>
<element name="EncryptionMethod" type="xenc:EncryptionMethodType" minOccurs="0" />
<element ref="ds:KeyInfo" minOccurs="0" />
<element ref="xenc:CipherData" />
<element ref="xenc:EncryptionProperties" minOccurs="0" />
</sequence>
<attribute name="Id" type="ID" use="optional" />
<attribute name="Type" type="anyURI" use="optional" />
<attribute name="MimeType" type="string" use="optional" />
<attribute name="Encoding" type="anyURI" use="optional" />
</complexType>
|