AgreementMethodType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Algorithm xs:anyURI required

Used By

Element AgreementMethod

Source

<xs:complexType name="AgreementMethodType" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element ref="xmlenc:KA-Nonce"/>
    <xs:element ref="ds:DigestMethod"/>
    <xs:element ref="xmlenc:OriginatorKeyInfo"/>
    <xs:element ref="xmlenc:RecipientKeyInfo"/>
  </xs:choice>
  <xs:attribute name="Algorithm" use="required" type="xs:anyURI"/>
</xs:complexType>