<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="EncryptionInfoType">
<xs:annotation>
<xs:documentation>
Encryption information. Includes tokens used, federation lists, etc.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="EncryptionType" type="EncryptionTypeType" />
<xs:choice>
<xs:element name="xmlEncryptionInfo" type="xenc:EncryptedType" />
<xs:element name="samlEncryptionInfo" type="saml:EncryptedElementType" />
<xs:element name="pwgEncryptionInfo" type="JobPasswordEncryptionType" />
<!-- add other encryption info element (xacml, saml, etc.) -->
</xs:choice>
</xs:sequence>
</xs:complexType>
|