complexType AgreementMethodType
diagram gluon3_1_p1490.png
namespace http://www.w3.org/2001/04/xmlenc#
properties
mixed true
children xenc:KA-Nonce xenc:OriginatorKeyInfo xenc:RecipientKeyInfo
used by
element AgreementMethod
attributes
Name  Type  Use  Default  Fixed  Annotation
Algorithm  xs:anyURI  required      
source <xs:complexType name="AgreementMethodType" mixed="true">
 
<xs:sequence>
   
<xs:element name="KA-Nonce" type="base64Binary" minOccurs="0"/>
   
<!-- <element ref="ds:DigestMethod" minOccurs="0"/> -->
   
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="OriginatorKeyInfo" type="ds:KeyInfoType" minOccurs="0"/>
   
<xs:element name="RecipientKeyInfo" type="ds:KeyInfoType" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="Algorithm" type="anyURI" use="required"/>
</xs:complexType>

attribute AgreementMethodType/@Algorithm
type xs:anyURI
properties
use required
source <xs:attribute name="Algorithm" type="anyURI" use="required"/>

element AgreementMethodType/KA-Nonce
diagram gluon3_1_p1491.png
namespace http://www.w3.org/2001/04/xmlenc#
type xs:base64Binary
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="KA-Nonce" type="base64Binary" minOccurs="0"/>

element AgreementMethodType/OriginatorKeyInfo
diagram gluon3_1_p1492.png
namespace http://www.w3.org/2001/04/xmlenc#
type ds:KeyInfoType
properties
minOcc 0
maxOcc 1
content complex
mixed true
children ds:KeyName ds:KeyValue ds:RetrievalMethod ds:X509Data ds:PGPData ds:SPKIData ds:MgmtData
attributes
Name  Type  Use  Default  Fixed  Annotation
Id  xs:ID  optional      
source <xs:element name="OriginatorKeyInfo" type="ds:KeyInfoType" minOccurs="0"/>

element AgreementMethodType/RecipientKeyInfo
diagram gluon3_1_p1493.png
namespace http://www.w3.org/2001/04/xmlenc#
type ds:KeyInfoType
properties
minOcc 0
maxOcc 1
content complex
mixed true
children ds:KeyName ds:KeyValue ds:RetrievalMethod ds:X509Data ds:PGPData ds:SPKIData ds:MgmtData
attributes
Name  Type  Use  Default  Fixed  Annotation
Id  xs:ID  optional      
source <xs:element name="RecipientKeyInfo" type="ds:KeyInfoType" minOccurs="0"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy