biom:MinutiaeDistinctiveFeatureCategoryCodeSimpleType
simpleType MinutiaeDistinctiveFeatureCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/
Definition
A data type for a kind of distinctive feature in a friction ridge image
Diagram
Enumerations
| Value | Definition |
| CLEAR | Large clear field of ridges; large clear area with no minutiae |
| CORE | Unusually distinctive core area |
| CREASE | Unusually distinctive crease |
| DELTA | Unusually distinctive delta area |
| DYSPLASIA | Disassociated ridges; dysplasia |
| MINGROUP | Unusual group or cluster of minutiae |
| MINUTIA | Unusually shaped minutia |
| OTHERFEAT | Other unusual features not characterized elsewhere; details should be noted in comments |
| SCAR | Scar |
| WART | Wart or blister |
XML Schema
<xs:simpleType name="MinutiaeDistinctiveFeatureCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of distinctive feature in a friction ridge image</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="CLEAR">
<xs:annotation>
<xs:documentation>
Large clear field of ridges; large clear area with no minutiae</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CORE">
<xs:annotation>
<xs:documentation>
Unusually distinctive core area</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CREASE">
<xs:annotation>
<xs:documentation>
Unusually distinctive crease</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DELTA">
<xs:annotation>
<xs:documentation>
Unusually distinctive delta area</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DYSPLASIA">
<xs:annotation>
<xs:documentation>
Disassociated ridges; dysplasia</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MINGROUP">
<xs:annotation>
<xs:documentation>
Unusual group or cluster of minutiae</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MINUTIA">
<xs:annotation>
<xs:documentation>
Unusually shaped minutia</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OTHERFEAT">
<xs:annotation>
<xs:documentation>
Other unusual features not characterized elsewhere; details should be noted in comments</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SCAR">
<xs:annotation>
<xs:documentation>
Scar</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WART">
<xs:annotation>
<xs:documentation>
Wart or blister</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>