Complex Types | EncryptedDataType, EncryptedKeyType |
<xs:complexType name="EncryptedType"> <xs:sequence> <xs:element ref="xmlenc:EncryptionMethod"/> <xs:element minOccurs="0" ref="ds:KeyInfo"/> <xs:element minOccurs="0" ref="xmlenc:CipherData"/> <xs:element minOccurs="0" ref="xmlenc:EncryptionProperties"/> </xs:sequence> <xs:attribute name="Id" type="xs:ID"/> <xs:attribute name="Type" type="xs:anyURI"/> <xs:attribute name="MimeType" type="xs:string"/> <xs:attribute name="Encoding" type="xs:anyURI"/> </xs:complexType> |