biom:FingerViewCodeSimpleType

simpleType FingerViewCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/

Definition

A data type for a kind of finger view

Diagram

Enumerations

ValueDefinition
EJIEntire Joint Image
FV1Full Finger Rolled Image
FV2Full Finger Plain Image - left side
FV3Full Finger Plain Image - center
FV4Full Finger Plain Image - right side
NAOnly a proximal, distal or medial segment is available
TIPRolled tip image (Type-14) ; latent fingertip (Type-13)
TPPRolled tip image (Type-14) ; latent fingertip (Type-13)

XML Schema

<xs:simpleType name="FingerViewCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of finger view
</xs:documentation>
</xs:annotation>
<xs:enumeration value="EJI">
<xs:annotation>
<xs:documentation>
Entire Joint Image
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FV1">
<xs:annotation>
<xs:documentation>
Full Finger Rolled Image
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FV2">
<xs:annotation>
<xs:documentation>
Full Finger Plain Image - left side
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FV3">
<xs:annotation>
<xs:documentation>
Full Finger Plain Image - center
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FV4">
<xs:annotation>
<xs:documentation>
Full Finger Plain Image - right side
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NA">
<xs:annotation>
<xs:documentation>
Only a proximal, distal or medial segment is available
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TIP">
<xs:annotation>
<xs:documentation>
Rolled tip image (Type-14) ; latent fingertip (Type-13)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TPP">
<xs:annotation>
<xs:documentation>
Rolled tip image (Type-14) ; latent fingertip (Type-13)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>