biom:MinutiaeRidgeCountResidualCodeSimpleType
simpleType MinutiaeRidgeCountResidualCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a half of the octant in which a neighboring minutia lies
Diagram
Enumerations
Value | Definition |
0 | Neighboring minutia lies in the clockwise half of the octant |
1 | Neighboring 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:restriction base="xs:integer">
<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>