biom:MinutiaeLocalQualityIssuesCategoryCodeSimpleType
simpleType MinutiaeLocalQualityIssuesCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a kind of localized friction ridge transfer quality issue
Diagram
Enumerations
Value | Definition |
ARTIFACT | Digital artifacts, such as occasionally caused by compression or livescan devices |
BACKGROUND | Interference with background makes following ridges difficult (e.g. check patterns) |
COMPRESSED | Distorted area in which ridges are compressed together |
DISTORT | Miscellaneous distortion (See also Compressed and Stretched) |
NEGATIVE | Used if only a portion of the friction ridge image is tonally reversed (has ridges and valleys inverted so that ridges appear white and valleys appear black). Note that the FrictionRidgeImageTonalReversalCode element is used if the entire image is tonally reversed |
OTHER | Other quality issues not characterized elsewhere; details should be noted in comments |
OVERDEV | Overdeveloped area: excessive processing medium such as ink, powder, etc. |
OVERLAP | Area in which another friction ridge impression is superimposed over the impression of interest |
SMEAR | Smeared or smudged area |
STRETCHED | Distorted area in which ridges are stretched apart from each other |
TAPE | Lifting tape artifacts (crease, bubble, etc.) |
XML Schema
<xs:simpleType name="MinutiaeLocalQualityIssuesCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of localized friction ridge transfer quality issue</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ARTIFACT">
<xs:annotation>
<xs:documentation>
Digital artifacts, such as occasionally caused by compression or livescan devices</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BACKGROUND">
<xs:annotation>
<xs:documentation>
Interference with background makes following ridges difficult (e.g. check patterns)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="COMPRESSED">
<xs:annotation>
<xs:documentation>
Distorted area in which ridges are compressed together</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DISTORT">
<xs:annotation>
<xs:documentation>
Miscellaneous distortion (See also Compressed and Stretched)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NEGATIVE">
<xs:annotation>
<xs:documentation>
Used if only a portion of the friction ridge image is tonally reversed (has ridges and valleys inverted so that ridges appear white and valleys appear black). Note that the FrictionRidgeImageTonalReversalCode element is used if the entire image is tonally reversed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OTHER">
<xs:annotation>
<xs:documentation>
Other quality issues not characterized elsewhere; details should be noted in comments</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OVERDEV">
<xs:annotation>
<xs:documentation>
Overdeveloped area: excessive processing medium such as ink, powder, etc.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OVERLAP">
<xs:annotation>
<xs:documentation>
Area in which another friction ridge impression is superimposed over the impression of interest</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SMEAR">
<xs:annotation>
<xs:documentation>
Smeared or smudged area</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STRETCHED">
<xs:annotation>
<xs:documentation>
Distorted area in which ridges are stretched apart from each other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TAPE">
<xs:annotation>
<xs:documentation>
Lifting tape artifacts (crease, bubble, etc.)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>