biom:MinutiaeRidgeCountResidualCodeSimpleType

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

Definition

A data type for a half of the octant in which a neighboring minutia lies

Diagram

Enumerations

ValueDefinition
0Neighboring minutia lies in the clockwise half of the octant
1Neighboring minutia lies in the counterclockwise half of the octant

XML Schema

<xs:simpleType name="MinutiaeRidgeCountResidualCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a half of the octant in which a neighboring minutia lies
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Neighboring minutia lies in the clockwise half of the octant
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Neighboring minutia lies in the counterclockwise half of the octant
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>