biom:FrictionRidgeImageTonalReversalCodeSimpleType
simpleType FrictionRidgeImageTonalReversalCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a full or partial reversal of ridge and valley tones
Diagram
Enumerations
Value | Definition |
N | Negative; ridges are light and valleys are dark throughout the image |
P | Partial; ridges are light and valleys are dark only in portions of the image |
U | Unknown |
XML Schema
<xs:simpleType name="FrictionRidgeImageTonalReversalCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a full or partial reversal of ridge and valley tones</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
Negative; ridges are light and valleys are dark throughout the image</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
Partial; ridges are light and valleys are dark only in portions of the image</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>