2.2.1.1.16 xdSignedDataBlockMessage

The xdSignedDataBlockMessage simple type specifies restrictions for specifying the confirmation message that is displayed when a digital signature is applied to the form or section of the form.

Referenced By

confirmationMessage.signatureLine.xsf2.2.3.2.13

message.signedDataBlock.xsfschema

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

 <xsd:simpleType name="xdSignedDataBlockMessage">
   <xsd:restriction base="xsd:string">
     <xsd:maxLength value="255"/>
   </xsd:restriction>
 </xsd:simpleType>