biom:HypothenarPositionCodeSimpleType
simpleType HypothenarPositionCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for extended palm position exemplar or search captures
Diagram
Enumerations
Value | Definition |
33 | Right Hypothenar |
36 | Left Hypothenar |
XML Schema
<xs:simpleType name="HypothenarPositionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for extended palm position exemplar or search captures</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="33">
<xs:annotation>
<xs:documentation>
Right Hypothenar</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="36">
<xs:annotation>
<xs:documentation>
Left Hypothenar</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>