2.2.1.1.17 xdSignatureRelationEnum

The xdSignatureRelationEnum simple type specifies enumeration values for specifying a "countersign", "cosign", or "single" value.

cosign: This value evaluates to "cosign".

countersign: This value evaluates to "countersign".

single: This value evaluates to "single".

Referenced By

signedDataBlock.xsfschema@mode

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="xdSignatureRelationEnum">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="countersign"/>
     <xsd:enumeration value="cosign"/>
     <xsd:enumeration value="single"/>
   </xsd:restriction>
 </xsd:simpleType>