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

ValueDefinition
EnrollBiometrically identify the person, enrolling into the system when necessary.
IdentifyBiometrically identify the person. Unmatched biometrics are not retained.
Identify OnlyBiometrically 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: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>