biom:FingerprintOffCenterCodeSimpleType
simpleType FingerprintOffCenterCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for an off-center position of a finger or thumb image
Diagram
Enumerations
Value | Definition |
L | The left side of a finger or thumb in an image |
R | The right side of the finger or thumb in an image |
T | The 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:restriction base="xs:token">
<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>