tns:NotaryCertificateType

Information about the notary certificate and the Notary
Public who signed the certificate.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Id xsd:ID required

Used By

Source

<xsd:complexType name="NotaryCertificateType">
  <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="CertificateContent" type="tns:NotaryCertificateContentType" minOccurs="1" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">Details about the notarization act, such as type of notraization, date, location, etc.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="NotaryPublic" type="tns:NotaryPublicType" minOccurs="1" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">The Notary Public performing the notarization.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="Id" type="xsd:ID" use="required"/>
</xsd:complexType>