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
Value | Definition |
EJI | Entire Joint Image |
FV1 | Full Finger Rolled Image |
FV2 | Full Finger Plain Image - left side |
FV3 | Full Finger Plain Image - center |
FV4 | Full Finger Plain Image - right side |
NA | Only a proximal, distal or medial segment is available |
TIP | Rolled tip image (Type-14) ; latent fingertip (Type-13) |
TPP | Rolled 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:restriction base="xs:token">
<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>