biom:MinutiaeRidgeQualityMapFormatCodeSimpleType

simpleType MinutiaeRidgeQualityMapFormatCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for a format of ridge quality values in the ridge quality map

Diagram

Enumerations

ValueDefinition
RLERun-Length encoded
UNCUncompressed (concatenated decimal)

XML Schema

<xs:simpleType name="MinutiaeRidgeQualityMapFormatCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a format of ridge quality values in the ridge quality map
</xs:documentation>
</xs:annotation>
<xs:enumeration value="RLE">
<xs:annotation>
<xs:documentation>
Run-Length encoded
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNC">
<xs:annotation>
<xs:documentation>
Uncompressed (concatenated decimal)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>