biom:MinutiaeValueAssessmentResultCodeSimpleType

simpleType MinutiaeValueAssessmentResultCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/

Definition

A data type for a result of an examiner's assessment of the value of the friction ridge impression

Diagram

Enumerations

ValueDefinition
LIMITEDThe impression is of limited, marginal, value. It is not of value for individualization, but may be appropriate for exclusion
NONPRINTThe image is not a friction ridge impression
NOVALUEThe impression is of no value, is not appropriate for further analysis, and has no use for potential comparison
VALUEThe impression is of value and is appropriate for further analysis and potential comparison. Sufficient details exist to render an individualization and/or exclusion decision

XML Schema

<xs:simpleType name="MinutiaeValueAssessmentResultCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a result of an examiner's assessment of the value of the friction ridge impression
</xs:documentation>
</xs:annotation>
<xs:enumeration value="LIMITED">
<xs:annotation>
<xs:documentation>
The impression is of limited, marginal, value. It is not of value for individualization, but may be appropriate for exclusion
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NONPRINT">
<xs:annotation>
<xs:documentation>
The image is not a friction ridge impression
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NOVALUE">
<xs:annotation>
<xs:documentation>
The impression is of no value, is not appropriate for further analysis, and has no use for potential comparison
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VALUE">
<xs:annotation>
<xs:documentation>
The impression is of value and is appropriate for further analysis and potential comparison. Sufficient details exist to render an individualization and/or exclusion decision
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>