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

ValueDefinition
FINALDetermination is acceptable for further processing
PRELIMINARYWork 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: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>