EncryptedType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Encoding xs:anyURI optional
Id xs:ID optional
MimeType xs:string optional
Type xs:anyURI optional

Used By

Source

<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>