<xsd:complexType name="WitnessedDocumentType">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">A document whose signing is witnessed by the Notary Public but which does not contain a notarial certificate.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="SignedDocuments" type="tns:SignedDocumentsType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The actual document being notarized and the signers' information and signatures.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DocumentSigners" type="tns:DocumentSignersType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The set of one or more signers of the documents being notarized.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NotariesPublic" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The Notary Public performing the notarization.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="NotaryPublic" type="tns:NotaryPublicType" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The Notary Public performing the notarization.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="NotarySignatures" type="tns:NotarySignaturesType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The set of one or more notary signatures created by at least one, or multiple Notaries Public for the set of SignedDocuments and NotaryCertificates.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="Id" type="xsd:ID" use="required"/>
</xsd:complexType> |