Definition Type: ComplexType
Name: EncryptionInfoType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Security.xsd
Abstract
Documentation:
Encryption information. Includes tokens used, federation lists, etc.
Collapse XSD Schema Diagram:
Drilldown into pwgEncryptionInfo Drilldown into samlEncryptionInfo Drilldown into xmlEncryptionInfo Drilldown into EncryptionTypeXSD Diagram of EncryptionInfoType
Collapse XSD Schema Code:
<?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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EncryptionType pwg:EncryptionType (1) (1)
xmlEncryptionInfo pwg:xmlEncryptionInfo (1) (1)
samlEncryptionInfo pwg:samlEncryptionInfo (1) (1)
pwgEncryptionInfo pwg:pwgEncryptionInfo (1) (1)
Collapse Derivation Tree:
Collapse References:
pwg:EncryptionUsed