biom:FingerprintOffCenterCodeSimpleType

simpleType FingerprintOffCenterCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for an off-center position of a finger or thumb image

Diagram

Enumerations

ValueDefinition
LThe left side of a finger or thumb in an image
RThe right side of the finger or thumb in an image
TThe plain or rolled tip of the finger or thumb in an image

XML Schema

<xs:simpleType name="FingerprintOffCenterCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an off-center position of a finger or thumb image
</xs:documentation>
</xs:annotation>
<xs:enumeration value="L">
<xs:annotation>
<xs:documentation>
The left side of a finger or thumb in an image
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
The right side of the finger or thumb in an image
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="T">
<xs:annotation>
<xs:documentation>
The plain or rolled tip of the finger or thumb in an image
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>