biom:SegmentLocationCodeSimpleType
simpleType SegmentLocationCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a finger segment location
Diagram
Enumerations
Value | Definition |
DST | Distal Segment |
MED | Medial Segment |
NA | A full finger view, tip or the entire joint image locations |
PRX | Proximal Segment |
UNK | The image is of an unknown segment of a finger or thumb |
XML Schema
<xs:simpleType name="SegmentLocationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a finger segment location</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="DST">
<xs:annotation>
<xs:documentation>
Distal Segment</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MED">
<xs:annotation>
<xs:documentation>
Medial Segment</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NA">
<xs:annotation>
<xs:documentation>
A full finger view, tip or the entire joint image locations</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PRX">
<xs:annotation>
<xs:documentation>
Proximal Segment</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNK">
<xs:annotation>
<xs:documentation>
The image is of an unknown segment of a finger or thumb</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>