biom:FaceImageFeaturePointTierCodeSimpleType

simpleType FaceImageFeaturePointTierCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a number assigned to the tier level of a particular face image feature point

Diagram

Enumerations

ValueDefinition
1Eye centers
2Eyes, mouth
3Eyes, nose, mouth
4Eyes, nose, mouth and head
5Facial feature points and contours for eyes, brows, nose, mouth and face outline

XML Schema

<xs:simpleType name="FaceImageFeaturePointTierCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a number assigned to the tier level of a particular face image feature point
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Eye centers
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Eyes, mouth
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Eyes, nose, mouth
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Eyes, nose, mouth and head
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Facial feature points and contours for eyes, brows, nose, mouth and face outline
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>