A code list that enumerates the types of notary acts. |
<xsd:simpleType name="NotarizationActType"> <xsd:annotation> <xsd:documentation xml:lang="en-US">A code list that enumerates the types of notary acts.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:token"> <xsd:enumeration value="Acknowledgment"/> <xsd:enumeration value="Attestation"/> <xsd:enumeration value="CertifiedCopy"/> <xsd:enumeration value="Jurat"/> <xsd:enumeration value="Other"/> </xsd:restriction> </xsd:simpleType> |