Definition Type: ComplexType
Name: EncryptionMethodType
Namespace: http://www.w3.org/2001/04/xmlenc#
Containing Schema: xenc-schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OAEPparams Drilldown into KeySize Drilldown into AlgorithmXSD Diagram of EncryptionMethodType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<complexType name="EncryptionMethodType" mixed="true">
    <sequence>
        <element name="KeySize" type="xenc:KeySizeType" minOccurs="0" />
        <element name="OAEPparams" type="base64Binary" minOccurs="0" />
        <any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
    <attribute name="Algorithm" type="anyURI" use="required" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
KeySize xenc:KeySize 0 (1)
OAEPparams xenc:OAEPparams 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Algorithm xenc:Algorithm Required
Collapse Derivation Tree:
Collapse References:
xenc:EncryptionMethod