biom:FaceImageContourCategoryCodeSimpleType

simpleType FaceImageContourCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for a kind of contour feature in a face image

Diagram

Enumerations

ValueDefinition
chinChin
eyebottomTop of lower eye lid
eyetopBottom of upper eye lid
faceoutlineFace outline includes the entire head, all facial hair, and ears
lefteyebrowCurvature of top of subject's left eye socket
leftnostrilSubject's left nostril
lowerlipbottomBottom of lower lip
lowerliptopTop of lower lip
righteyebrowCurvature of top of subject's right eye socket
rightnostrilSubject's right nostril
upperlipbottomBottom of upper lip
upperliptopTop 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: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>