2.12.3.4 CT_SignatureLine

Target namespace: http://schemas.microsoft.com/office/drawing/2012/main

Referenced by: signatureLine

This complex type specifies the properties of signature lines.<118>

Attributes:

isSignatureLine: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether the image is a signature line object.

id: An ST_Guid ([ISO/IEC29500-1:2016] section 22.9.2.4) attribute that specifies the GUID of the signature line object.

provId: An ST_Guid ([ISO/IEC29500-1:2016] section 22.9.2.4) attribute that specifies the GUID of the provider that creates the signature line object.

signingInstructionsSet: A boolean ([XMLSCHEMA2/2] section 3.2.2) that specifies whether there is data in the signingInstructions attribute of the signature line object.

allowComments: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether the user can attach comments at signing time.

showSignDate: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether the signed image generated includes the signing date.

suggestedSigner: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the name of the suggested signer.

suggestedSigner2: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the title or additional information about the suggested signer.

suggestedSignerEmail: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the e-mail address of the suggested signer.

signingInstructions: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the signing instruction that is displayed to the signer.

addlXml: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies an optional XML text used to store additional info about the signature line object.

sigProvUrl: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the URL of the provider.

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

 <xsd:complexType name="CT_SignatureLine">
   <xsd:attribute name="isSignatureLine" type="xsd:boolean"/>
   <xsd:attribute name="id" type="a:ST_Guid"/>
   <xsd:attribute name="provId" type="a:ST_Guid"/>
   <xsd:attribute name="signingInstructionsSet" type="xsd:boolean"/>
   <xsd:attribute name="allowComments" type="xsd:boolean"/>
   <xsd:attribute name="showSignDate" type="xsd:boolean"/>
   <xsd:attribute name="suggestedSigner" type="xsd:string"/>
   <xsd:attribute name="suggestedSigner2" type="xsd:string"/>
   <xsd:attribute name="suggestedSignerEmail" type="xsd:string"/>
   <xsd:attribute name="signingInstructions" type="xsd:string"/>
   <xsd:attribute name="addlXml" type="xsd:string"/>
   <xsd:attribute name="sigProvUrl" type="xsd:string"/>
 </xsd:complexType>

See section 5.14 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).