biom:MinutiaeRidgeFlowMapFormatCodeSimpleType

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

Definition

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

Diagram

Enumerations

ValueDefinition
B64Base 64
UNCUncompressed (concatenated hexadecimal)

XML Schema

<xs:simpleType name="MinutiaeRidgeFlowMapFormatCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a format of ridge flow values in the ridge flow map
</xs:documentation>
</xs:annotation>
<xs:enumeration value="B64">
<xs:annotation>
<xs:documentation>
Base 64
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNC">
<xs:annotation>
<xs:documentation>
Uncompressed (concatenated hexadecimal)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>