Definition Type: ComplexType
Name: EncryptedKeyType
Namespace: http://www.w3.org/2001/04/xmlenc#
Type: xenc:EncryptedType
Containing Schema: xenc-schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CarriedKeyName in schema xenc-schema_xsd Drilldown into ReferenceList in schema xenc-schema_xsd Drilldown into EncryptionProperties in schema xenc-schema_xsd Drilldown into CipherData in schema xenc-schema_xsd Drilldown into KeyInfo in schema xmldsig-core-schema_xsd1 Drilldown into EncryptionMethod in schema xenc-schema_xsd Drilldown into Encoding in schema xenc-schema_xsd Drilldown into MimeType in schema xenc-schema_xsd Drilldown into Type in schema xenc-schema_xsd Drilldown into Id in schema xenc-schema_xsd Drilldown into EncryptedType in schema xenc-schema_xsd Drilldown into Recipient in schema xenc-schema_xsdXSD Diagram of EncryptedKeyType in schema xenc-schema_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<complexType name="EncryptedKeyType">
    <complexContent>
        <extension base="xenc:EncryptedType">
            <sequence>
                <element ref="xenc:ReferenceList" minOccurs="0" />
                <element name="CarriedKeyName" type="string" minOccurs="0" />
            </sequence>
            <attribute name="Recipient" type="string" use="optional" />
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EncryptionMethod xenc:EncryptionMethod 0 (1)
KeyInfo ds:KeyInfo 0 (1)
CipherData xenc:CipherData (1) (1)
EncryptionProperties xenc:EncryptionProperties 0 (1)
ReferenceList xenc:ReferenceList 0 (1)
CarriedKeyName xenc:CarriedKeyName 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
Id xenc:Id Optional
Type xenc:Type Optional
MimeType xenc:MimeType Optional
Encoding xenc:Encoding Optional
Recipient xenc:Recipient Optional
Collapse Derivation Tree:
Collapse References:
xenc:EncryptedKey