scr:FingerprintCaptureTechniqueCategoryCodeSimpleType

simpleType FingerprintCaptureTechniqueCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/

Definition

A data type for a kind of fingerprint capture technique type.

Diagram

Enumerations

ValueDefinition
FlatFlat
RolledRolled
SlappedSlapped

XML Schema

<xs:simpleType name="FingerprintCaptureTechniqueCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of fingerprint capture technique type.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Flat">
<xs:annotation>
<xs:documentation>
Flat
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Rolled">
<xs:annotation>
<xs:documentation>
Rolled
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Slapped">
<xs:annotation>
<xs:documentation>
Slapped
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>