biom:FaceImageContourCategoryCodeSimpleType
simpleType FaceImageContourCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a kind of contour feature in a face image
Diagram
Enumerations
| Value | Definition |
| chin | Chin |
| eyebottom | Top of lower eye lid |
| eyetop | Bottom of upper eye lid |
| faceoutline | Face outline includes the entire head, all facial hair, and ears |
| lefteyebrow | Curvature of top of subject's left eye socket |
| leftnostril | Subject's left nostril |
| lowerlipbottom | Bottom of lower lip |
| lowerliptop | Top of lower lip |
| righteyebrow | Curvature of top of subject's right eye socket |
| rightnostril | Subject's right nostril |
| upperlipbottom | Bottom of upper lip |
| upperliptop | Top of upper lip |
XML Schema
<xs:simpleType name="FaceImageContourCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of contour feature in a face image</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="chin">
<xs:annotation>
<xs:documentation>
Chin</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="eyebottom">
<xs:annotation>
<xs:documentation>
Top of lower eye lid</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="eyetop">
<xs:annotation>
<xs:documentation>
Bottom of upper eye lid</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="faceoutline">
<xs:annotation>
<xs:documentation>
Face outline includes the entire head, all facial hair, and ears</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="lefteyebrow">
<xs:annotation>
<xs:documentation>
Curvature of top of subject's left eye socket</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="leftnostril">
<xs:annotation>
<xs:documentation>
Subject's left nostril</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="lowerlipbottom">
<xs:annotation>
<xs:documentation>
Bottom of lower lip</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="lowerliptop">
<xs:annotation>
<xs:documentation>
Top of lower lip</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="righteyebrow">
<xs:annotation>
<xs:documentation>
Curvature of top of subject's right eye socket</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="rightnostril">
<xs:annotation>
<xs:documentation>
Subject's right nostril</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="upperlipbottom">
<xs:annotation>
<xs:documentation>
Bottom of upper lip</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="upperliptop">
<xs:annotation>
<xs:documentation>
Top of upper lip</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>