scr:ActivityRequestCategoryCodeSimpleType
simpleType ActivityRequestCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.1/
Definition
A data type for a kind of activity request.
Diagram
Enumerations
| Value | Definition | 
| Enroll | Biometrically identify the person, enrolling into the system when necessary. | 
| Identify | Biometrically identify the person. Unmatched biometrics are not retained. | 
| Identify Only | Biometrically identify the person, but dont retain any information. | 
XML Schema
<xs:simpleType name="ActivityRequestCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of activity request.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Enroll">
<xs:annotation>
<xs:documentation>
Biometrically identify the person, enrolling into the system when necessary.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Identify">
<xs:annotation>
<xs:documentation>
Biometrically identify the person. Unmatched biometrics are not retained.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Identify Only">
<xs:annotation>
<xs:documentation>
Biometrically identify the person, but dont retain any information.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>