biom:FrictionRidgeImageTonalReversalCodeSimpleType

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

Definition

A data type for a full or partial reversal of ridge and valley tones

Diagram

Enumerations

ValueDefinition
NNegative; ridges are light and valleys are dark throughout the image
PPartial; ridges are light and valleys are dark only in portions of the image

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: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:restriction>
</xs:simpleType>