biom:MinutiaeExaminerProgressCodeSimpleType
simpleType MinutiaeExaminerProgressCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a status of progress of an examiner's comparison of friction ridge impressions
Diagram
Enumerations
Value | Definition |
FINAL | Determination is acceptable for further processing |
PRELIMINARY | Work in progress |
XML Schema
<xs:simpleType name="MinutiaeExaminerProgressCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a status of progress of an examiner's comparison of friction ridge impressions</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="FINAL">
<xs:annotation>
<xs:documentation>
Determination is acceptable for further processing</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PRELIMINARY">
<xs:annotation>
<xs:documentation>
Work in progress</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>