tns:SignedDocumentsType

Information about the notarized document, the actual document
itself, and information about the signers (not the Notary).

Complex Type Information

Model

Used By

Source

<xsd:complexType name="SignedDocumentsType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Information about the notarized document, the actual document itself, and information about the signers (not the Notary).</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="SignedDocument" type="tns:SignedDocumentType" minOccurs="1" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">The Base64-encoded document that is being notarized.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>