biom:MinutiaeFeatureDetectionMethodCodeSimpleType

simpleType MinutiaeFeatureDetectionMethodCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a method by which minutiae features are detected and encoded

Diagram

Enumerations

ValueDefinition
AUTOThe fingerprint features were detected and encoded by an automated process without any possibility of human editing. The algorithm shall be noted in the appropriate information item
EDITThe fingerprint features were detected and encoded by an automated process, but manually edited. The algorithm and examiner's name shall be noted in the appropriate information items
MANThe fingerprint features were manually detected and encoded.The examiner's name shall be noted in the appropriate information item
REVThe fingerprint features were detected and encoded by an automated process, and manually reviewed without the need for manual editing. The algorithm and examiner's name shall be noted in the appropriate information items

XML Schema

<xs:simpleType name="MinutiaeFeatureDetectionMethodCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a method by which minutiae features are detected and encoded
</xs:documentation>
</xs:annotation>
<xs:enumeration value="AUTO">
<xs:annotation>
<xs:documentation>
The fingerprint features were detected and encoded by an automated process without any possibility of human editing. The algorithm shall be noted in the appropriate information item
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EDIT">
<xs:annotation>
<xs:documentation>
The fingerprint features were detected and encoded by an automated process, but manually edited. The algorithm and examiner's name shall be noted in the appropriate information items
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MAN">
<xs:annotation>
<xs:documentation>
The fingerprint features were manually detected and encoded.The examiner's name shall be noted in the appropriate information item
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="REV">
<xs:annotation>
<xs:documentation>
The fingerprint features were detected and encoded by an automated process, and manually reviewed without the need for manual editing. The algorithm and examiner's name shall be noted in the appropriate information items
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>