<xsd:complexType name="NotaryCertificateContentType">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">Information about the notary certificate and the Notary Public who signed the certificate.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="NotarizationType" type="tns:NotarizationActType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The type of notarization act - Acknowledgment, Jurat, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NotarizationDate" type="tns:DateTimeType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The date of the notary certificate, i.e. the date and time at which the document was notarized.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="NotarizationInternationalLocation" type="tns:InternationalAddressType" minOccurs="1" 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="NotarizationUSLocation" type="tns:USAddressType" minOccurs="1" 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="StatutoryContent" type="xsd:anyType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The statutory legal content required as part of the notary certificate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |