biom:SlapFingerPositionCodeSimpleType

simpleType SlapFingerPositionCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/

Definition

A data type for a standard flat capture position

Diagram

Enumerations

ValueDefinition
11Plain right thumb
12Plain left thumb
13Plain right four fingers
14Plain left four fingers
15Left and Right thumbs

XML Schema

<xs:simpleType name="SlapFingerPositionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a standard flat capture position
</xs:documentation>
</xs:annotation>
<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:restriction>
</xs:simpleType>