biom:FrictionRidgeImageCenterLocationMethodCodeSimpleType
simpleType FrictionRidgeImageCenterLocationMethodCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a method of locating the center of a friction ridge impression
Diagram
Enumerations
Value | Definition |
0 | Uppermost point of the ridge with greatest curvature |
1 | Overall finger or toe print focal point |
H | Human estimate of finger center |
L | Lateral center only |
XML Schema
<xs:simpleType name="FrictionRidgeImageCenterLocationMethodCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a method of locating the center of a friction ridge impression</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Uppermost point of the ridge with greatest curvature</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Overall finger or toe print focal point</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
Human estimate of finger center</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="L">
<xs:annotation>
<xs:documentation>
Lateral center only</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>