<xsd:complexType name="SignedDocumentType">
<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="Document" type="tns:DocumentType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The Base64-encoded document that is being notarized.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DocumentMIMEType" type="tns:SignedDocumentMIMEType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The MIME type of the notarized document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DocumentMIMETypeComments" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">Any comments about the document MIME-type if the "other" type is chosen by the application. This implies that the standard list does not contain the required type, and the creating application must provide a hint to receiving applications on how to process the specific document.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1024"/>
<xsd:whiteSpace value="preserve"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="DocumentComments" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">Any comments about the document that may be provided by the software creating this element, or by the Notary Public or Signers.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1024"/>
<xsd:whiteSpace value="preserve"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="Id" type="xsd:ID" use="required"/>
</xsd:complexType> |