biom:ExtendedFeatureSetProfileCodeSimpleType

simpleType ExtendedFeatureSetProfileCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/

Definition

A data type to describe the level of minutiae mark-up

Diagram

Enumerations

ValueDefinition
1Minimal markup profile
10Skeleton profile
11Minutiae ridge count profile
2Quick minutiae search profile
20Legacy IAFIS latent feature search profile
21Quick minutiae search profile without image
3Detailed markup profile
30Search response profile with all, and corresponding minutiae
31Search response profile without corresponding minutiae
90Full annotation profile

XML Schema

<xs:simpleType name="ExtendedFeatureSetProfileCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type to describe the level of minutiae mark-up
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Minimal markup profile
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Skeleton profile
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
Minutiae ridge count profile
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Quick minutiae search profile
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="20">
<xs:annotation>
<xs:documentation>
Legacy IAFIS latent feature search profile
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="21">
<xs:annotation>
<xs:documentation>
Quick minutiae search profile without image
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Detailed markup profile
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="30">
<xs:annotation>
<xs:documentation>
Search response profile with all, and corresponding minutiae
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="31">
<xs:annotation>
<xs:documentation>
Search response profile without corresponding minutiae
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="90">
<xs:annotation>
<xs:documentation>
Full annotation profile
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>