biom:INCITSMinutiaCategoryCodeSimpleType
simpleType INCITSMinutiaCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/
Definition
A data type for a kind of minutia, as defined by the ANSI INCITS 378-2004 Standard
Diagram
Enumerations
Value | Definition |
0 | Other |
1 | Ridge ending |
2 | Ridge bifurcation |
XML Schema
<xs:simpleType name="INCITSMinutiaCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of minutia, as defined by the ANSI INCITS 378-2004 Standard</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Ridge ending</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Ridge bifurcation</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>