tns:NotaryPublicType

A Notary Public officer authorized by the state.

Complex Type Information

Model

Attributes

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

Used By

Source

<xsd:complexType name="NotaryPublicType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">A Notary Public officer authorized by the state.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="NotaryName" type="tns:PersonNameType" minOccurs="1" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">The full name of the Notary Public.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="NotaryCommissionNumber" type="tns:NotaryCommissionNumberType" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">The commission number of the Notary Public.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="NotaryCommissionExpiryDate" type="tns:DateTimeType" minOccurs="1" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">The date when the Notary Public's commission expires. The time is always assumed to be the midnight hour of the date at the location where the Notary performs his/her duties.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:choice>
      <xsd:element name="NotaryInternationalJurisdiction" type="tns:InternationalAddressType" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en-US">The geopolitical jurisdiction outside the US where the Notary Public is authorized to perform their duty.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="NotaryUSJurisdiction" type="tns:USAddressType" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en-US">The geopolitical jurisdiction in the US where the Notary Public is authorized to perform their duty.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:choice>
    <xsd:element name="NotaryBondNumber" type="tns:NotaryBondNumberType" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">The bind number posted by the Notary Public, if any.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="NotaryVerificationURI" type="xsd:anyURI" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">An optional URL where information about the Notary Public can be verified by applications, if necessary.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="Id" type="xsd:ID" use="optional"/>
</xsd:complexType>