xenc:AgreementMethodType

Complex Type Information

Model

xenc:KA-Nonce{0,1} , ANY element from ANY namespace OTHER than 'http://www.w3.org/2001/04/xmlenc#' , xenc:OriginatorKeyInfo{0,1} , xenc:RecipientKeyInfo{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
Algorithm anyURI required

Used By

Source

<complexType name="AgreementMethodType" mixed="true">
  <sequence>
    <element name="KA-Nonce" minOccurs="0" type="base64Binary"/>
    <!-- <element ref="ds:DigestMethod" minOccurs="0"/> -->
    <any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
    <element name="OriginatorKeyInfo" minOccurs="0" type="ds:KeyInfoType"/>
    <element name="RecipientKeyInfo" minOccurs="0" type="ds:KeyInfoType"/>
  </sequence>
  <attribute name="Algorithm" type="anyURI" use="required"/>
</complexType>