<xsd:complexType name="DocumentSignerType">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">A signer of the notarized document and their name, address and identification documentation details.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="SignerName" type="tns:PersonNameType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The full name of the signer of the notarized document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SignerTitle" type="tns:PersonTitleType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The business title of the signer, when a notarized document is signed in an official capacity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="SignerInternationalAddress" type="tns:InternationalAddressType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The international address of the signer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SignerUSAddress" type="tns:USAddressType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The US address of the signer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="SignerIdentificationMethod" type="tns:PersonIdentificationMethodType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The method of identifying the signer, if any. This is not required for Attestations or Certified Documents, so is made optional.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element ref="ds:Signature" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The X509 digital signature of the signer. If this group element is used, it will typically contain the signer's signature and digital certificate elements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SignerSignature" type="xsd:anyType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The signature of the signer. This can be any type of electronic signature, an image of a signature or thumb-print, or anything that can be captured electronically and which is acceptable by law.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="Id" type="xsd:ID" use="required"/>
</xsd:complexType> |