scr:FingerprintCategoryCodeSimpleType

simpleType FingerprintCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.1/

Definition

A data type for a kind of fingerprint type.

Diagram

Enumerations

ValueDefinition
1Right Thumb
10Left Little
11Plain Right Thumb
12Plain Left Thumb
13Plain Right Four Fingers
14Plain Left Four Fingers
15Left and Right Thumbs
2Right Index
3Right Middle
4Right Ring
5Right Little
6Left Thumb
7Left Index
8Left Middle
9Left Ring

XML Schema

<xs:simpleType name="FingerprintCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of fingerprint type.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Right Thumb
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Left Little
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
Plain Right Thumb
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="12">
<xs:annotation>
<xs:documentation>
Plain Left Thumb
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="13">
<xs:annotation>
<xs:documentation>
Plain Right Four Fingers
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="14">
<xs:annotation>
<xs:documentation>
Plain Left Four Fingers
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="15">
<xs:annotation>
<xs:documentation>
Left and Right Thumbs
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Right Index
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Right Middle
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Right Ring
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Right Little
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Left Thumb
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Left Index
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Left Middle
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Left Ring
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>