2.2.3.2.16 suggestedSignerEmailAddress

The suggestedSignerEmailAddress element MUST be ignored.

Parent Elements

signatureLine

Attributes:

isCalculation: This attribute MUST be ignored.

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

 <xsd:element name="suggestedSignerEmailAddress" type="xsf3:xdSignatureLinePropertyType" minOccurs="0"/>
 <xsd:complexType name="xdSignatureLinePropertyType">
   <xsd:simpleContent>
     <xsd:extension base="xsd:string">
       <xsd:attribute name="isCalculation" type="xsf:xdYesNo" use="required"/>
     </xsd:extension>
   </xsd:simpleContent>
 </xsd:complexType>