<xsd:simpleType name="ActivityRequestCategoryCodeSimpleType">
<xsd:annotation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Enroll">
<xsd:annotation>
<xsd:documentation>Biometrically identify the person, enrolling into the system when necessary.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Identify">
<xsd:annotation>
<xsd:documentation>Biometrically identify the person. Unmatched biometrics are not retained.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Identify Only">
<xsd:annotation>
<xsd:documentation>Biometrically identify the person, but dont retain any information.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|