2.2.1.2.135 signSignatureLineAction

The signSignatureLineAction element MUST be ignored.

Parent Elements

rule

Attributes:

checkHost: This attribute MUST be ignored.

checkHostEnabled: This attribute MUST be ignored.

defaultSignaturePicture: This attribute MUST be ignored.

isExpression: This attribute MUST be ignored.

isSignaturePictureExpression: This attribute MUST be ignored.

matchCriteria: This attribute MUST be ignored.

matchValue: This attribute MUST be ignored.

signaturePictureEnabled: This attribute MUST be ignored.

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

 <xsd:element name="signSignatureLineAction">
   <xsd:complexType>
     <xsd:attribute name="matchCriteria" type="xsf:xdSignSignatureLineRuleEnum" use="required"/>
     <xsd:attribute name="matchValue" type="xsd:string" use="required"/>
     <xsd:attribute name="isExpression" type="xsf:xdYesNo" use="required"/>
     <xsd:attribute name="signaturePictureEnabled" type="xsf:xdYesNo" use="required"/>
     <xsd:attribute name="defaultSignaturePicture" type="xsd:string" use="optional"/>
     <xsd:attribute name="isSignaturePictureExpression" type="xsf:xdYesNo" use="required"/>
     <xsd:attribute name="checkHostEnabled" type="xsf:xdYesNo" use="required"/>
     <xsd:attribute name="checkHost" type="xsd:string" use="optional"/>
   </xsd:complexType>
 </xsd:element>