<xsd:complexType name="NotarizedDocumentType">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">This element represents the electronically notarized document.</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 set of one or more documents being notarized and the signers' information and their 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="NotaryCertificates" type="tns:NotaryCertificatesType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The set of one or more notary certificates issued by at least one, or multiple Notaries Public for set of SignedDocuments.</xsd:documentation>
</xsd:annotation>
</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> |