biom:ImpressionCaptureCodeSimpleType
simpleType ImpressionCaptureCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/
Definition
A data type for a kind of impression capture by which an image was obtained
Diagram
Enumerations
| Value | Definition |
| 0 | Plain contact |
| 1 | Rolled contact |
| 24 | Plain contactless - stationary subject |
| 25 | Rolled contactless - stationary subject |
| 28 | Other |
| 29 | Unknown |
| 4 | Latent Image |
| 41 | Rolled contactless - moving subject |
| 42 | Plain contactless - moving subject |
| 8 | Livescan 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:restriction base="xs:integer">
<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>