biom:ImpressionCaptureCodeSimpleType

simpleType ImpressionCaptureCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for a kind of impression capture by which an image was obtained

Diagram

Enumerations

ValueDefinition
0Plain contact
1Rolled contact
24Plain contactless - stationary subject
25Rolled contactless - stationary subject
28Other
29Unknown
4Latent Image
41Rolled contactless - moving subject
42Plain contactless - moving subject
8Livescan swipe

XML Schema

<xs:simpleType name="ImpressionCaptureCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of impression capture by which an image was obtained
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Plain contact
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Rolled contact
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="24">
<xs:annotation>
<xs:documentation>
Plain contactless - stationary subject
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="25">
<xs:annotation>
<xs:documentation>
Rolled contactless - stationary subject
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="28">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="29">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Latent Image
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="41">
<xs:annotation>
<xs:documentation>
Rolled contactless - moving subject
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="42">
<xs:annotation>
<xs:documentation>
Plain contactless - moving subject
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Livescan swipe
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>