<xsd:simpleType name="PersonIdentificationMethodType">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">A code list that enumerates the different ways a signer was identified by the notary public.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Produced Approved Identification Document"/>
<xsd:enumeration value="Produced Government-issued Identification Document"/>
<xsd:enumeration value="Personally Known to Credible Witnesses"/>
<xsd:enumeration value="Personally Known to Notary Public"/>
</xsd:restriction>
</xsd:simpleType> |