Definition Type: ComplexType
Name: EncryptedType
Namespace: http://www.w3.org/2001/04/xmlenc#
Containing Schema: xenc-schema.xsd
Abstract True
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of EncryptedType in schema xenc-schema_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<complexType name="EncryptedType" abstract="true">
    <sequence>
        <element name="EncryptionMethod" type="xenc:EncryptionMethodType" minOccurs="0" />
        <element ref="ds:KeyInfo" minOccurs="0" />
        <element ref="xenc:CipherData" />
        <element ref="xenc:EncryptionProperties" minOccurs="0" />
    </sequence>
    <attribute name="Id" type="ID" use="optional" />
    <attribute name="Type" type="anyURI" use="optional" />
    <attribute name="MimeType" type="string" use="optional" />
    <attribute name="Encoding" type="anyURI" use="optional" />
</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)
Collapse Child Attributes:
Name Type Default Value Use
Id xenc:Id Optional
Type xenc:Type Optional
MimeType xenc:MimeType Optional
Encoding xenc:Encoding Optional
Collapse Derivation Tree:
Collapse References:
xenc:EncryptedDataType, xenc:EncryptedKeyType