biom:MinutiaeRidgeFlowMapFormatCodeSimpleType
simpleType MinutiaeRidgeFlowMapFormatCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a format of ridge flow values in the ridge flow map
Diagram
Enumerations
Value | Definition |
B64 | Base 64 |
UNC | Uncompressed (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:restriction base="xs:token">
<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>