biom:ExtendedFeatureSetProfileCodeSimpleType
simpleType ExtendedFeatureSetProfileCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type to describe the level of minutiae mark-up
Diagram
Enumerations
| Value | Definition |
| 1 | Minimal markup profile |
| 10 | Skeleton profile |
| 11 | Minutiae ridge count profile |
| 2 | Quick minutiae search profile |
| 20 | Legacy IAFIS latent feature search profile |
| 21 | Quick minutiae search profile without image |
| 3 | Detailed markup profile |
| 30 | Search response profile with all, and corresponding minutiae |
| 31 | Search response profile without corresponding minutiae |
| 90 | Full 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:restriction base="xs:token">
<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>