Showing:

Attributes
Diagrams
Properties
Source
Used by
Element xenc:EncryptionMethodType / xenc:KeySize
Namespace http://www.w3.org/2001/04/xmlenc#
Diagram
Diagram PES_Aller277.tmp#id960
Type xenc:KeySizeType
Properties
content: simple
minOccurs: 0
Source
<element name="KeySize" type="xenc:KeySizeType" minOccurs="0"/>
Element xenc:EncryptionMethodType / xenc:OAEPparams
Namespace http://www.w3.org/2001/04/xmlenc#
Diagram
Diagram
Type base64Binary
Properties
content: simple
minOccurs: 0
Source
<element name="OAEPparams" type="base64Binary" minOccurs="0"/>
Complex Type xenc:EncryptionMethodType
Namespace http://www.w3.org/2001/04/xmlenc#
Diagram
Diagram PES_Aller93.tmp#id962 PES_Aller93.tmp#id959 PES_Aller93.tmp#id961
Properties
mixed: true
Used by
Model xenc:KeySize{0,1} , xenc:OAEPparams{0,1} , ANY element from ANY namespace OTHER than 'http://www.w3.org/2001/04/xmlenc#'
Children xenc:KeySize, xenc:OAEPparams
Attributes
QName Type Fixed Default Use Annotation
Algorithm anyURI required
Source
<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>
Attribute xenc:EncryptionMethodType / @Algorithm
Namespace No namespace
Type anyURI
Properties
use: required
Used by
Source
<attribute name="Algorithm" type="anyURI" use="required"/>