biom:INCITSMinutiaCategoryCodeSimpleType

simpleType INCITSMinutiaCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/

Definition

A data type for a kind of minutia, as defined by the ANSI INCITS 378-2004 Standard

Diagram

Enumerations

ValueDefinition
0Other
1Ridge ending
2Ridge 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: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>