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
Value | Definition |
1 | Eye centers |
2 | Eyes, mouth |
3 | Eyes, nose, mouth |
4 | Eyes, nose, mouth and head |
5 | Facial 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:restriction base="xs:integer">
<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>