<xsd:complexType name="CT_SignatureLine">
<xsd:attributeGroup ref="v:AG_Ext" />
<xsd:attribute name="issignatureline" type="ST_TrueFalse">
<xsd:annotation>
<xsd:documentation>Signature Line Flag</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="id" type="ST_Guid">
<xsd:annotation>
<xsd:documentation>Unique ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="provid" type="ST_Guid">
<xsd:annotation>
<xsd:documentation>Signature Provider ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="signinginstructionsset" type="ST_TrueFalse">
<xsd:annotation>
<xsd:documentation>Use Signing Instructions Flag</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="allowcomments" type="ST_TrueFalse">
<xsd:annotation>
<xsd:documentation>User-specified Comments Flag</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showsigndate" type="ST_TrueFalse">
<xsd:annotation>
<xsd:documentation>Show Signed Date Flag</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="suggestedsigner" type="xsd:string" form="qualified">
<xsd:annotation>
<xsd:documentation>Suggested Signer Line 1</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="suggestedsigner2" type="xsd:string" form="qualified">
<xsd:annotation>
<xsd:documentation>Suggested Signer Line 2</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="suggestedsigneremail" type="xsd:string" form="qualified">
<xsd:annotation>
<xsd:documentation>Suggested Signer E-mail Address</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="signinginstructions" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Instructions for Signing</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="addlxml" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Additional Signature Information</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sigprovurl" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Signature Provider Download URL</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|