tns:NotaryCertificatesType

Information about at least one, but could be multiple, notary 
certificates issued by Notaries Public.

Complex Type Information

Model

Used By

Source

<xsd:complexType name="NotaryCertificatesType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Information about at least one, but could be multiple, notary certificates issued by Notaries Public.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="NotaryCertificate" type="tns:NotaryCertificateType" minOccurs="1" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">Details about each individual notary certificate.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>