biom:MinutiaeAnalysisComplexityCodeSimpleType
simpleType MinutiaeAnalysisComplexityCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a level of complexity of an examiner's analysis
Diagram
Enumerations
Value | Definition |
COMPLEX | Examiner's analysis was complex |
XML Schema
<xs:simpleType name="MinutiaeAnalysisComplexityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a level of complexity of an examiner's analysis</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="COMPLEX">
<xs:annotation>
<xs:documentation>
Examiner's analysis was complex</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>