biom:FaceImageDescriptionCodeSimpleType
simpleType FaceImageDescriptionCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a facial expression of the subject and other attributes associated with the subject's captured facial image, including physical characteristics
Diagram
Enumerations
Value | Definition |
BEARD | Having beard |
BLINK | Blinking (either or both eyes closed) |
CLEAR GLASSES | Subject wearing clear glasses |
DARK GLASSES | Subject wearing dark or visible colored glasses (medical) |
DISTORTING CONDITION | Having distorting medical condition impacting feature point detection |
EYES AWAY | Looking away from the camera |
FROWNING | Frowning |
HAT | Head covering/hat |
LEFT EYE PATCH | Subject wearing left eye patch |
MOUSTACHE | Having mustache |
MOUTH OPEN | Subject having mouth open |
NEUTRAL | Neutral (non-smiling) with both eyes open and mouth closed |
NO EAR | Ear(s) obscured by hair |
RAISED BROWS | Raising eyebrows |
RIGHT EYE PATCH | Subject wearing right eye patch |
SCARF | Wearing scarf |
SMILE | Smiling where the inside of the mouth and/or teeth is not exposed (closed jaw) |
SQUINTING | Squinting |
TEETH VISIBLE | Having teeth visible |
UNKNOWN | Expression unspecified |
XML Schema
<xs:simpleType name="FaceImageDescriptionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a facial expression of the subject and other attributes associated with the subject's captured facial image, including physical characteristics</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BEARD">
<xs:annotation>
<xs:documentation>
Having beard</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BLINK">
<xs:annotation>
<xs:documentation>
Blinking (either or both eyes closed)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CLEAR GLASSES">
<xs:annotation>
<xs:documentation>
Subject wearing clear glasses</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DARK GLASSES">
<xs:annotation>
<xs:documentation>
Subject wearing dark or visible colored glasses (medical)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DISTORTING CONDITION">
<xs:annotation>
<xs:documentation>
Having distorting medical condition impacting feature point detection</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EYES AWAY">
<xs:annotation>
<xs:documentation>
Looking away from the camera</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FROWNING">
<xs:annotation>
<xs:documentation>
Frowning</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HAT">
<xs:annotation>
<xs:documentation>
Head covering/hat</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LEFT EYE PATCH">
<xs:annotation>
<xs:documentation>
Subject wearing left eye patch</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MOUSTACHE">
<xs:annotation>
<xs:documentation>
Having mustache</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MOUTH OPEN">
<xs:annotation>
<xs:documentation>
Subject having mouth open</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NEUTRAL">
<xs:annotation>
<xs:documentation>
Neutral (non-smiling) with both eyes open and mouth closed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NO EAR">
<xs:annotation>
<xs:documentation>
Ear(s) obscured by hair</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RAISED BROWS">
<xs:annotation>
<xs:documentation>
Raising eyebrows</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RIGHT EYE PATCH">
<xs:annotation>
<xs:documentation>
Subject wearing right eye patch</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SCARF">
<xs:annotation>
<xs:documentation>
Wearing scarf</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SMILE">
<xs:annotation>
<xs:documentation>
Smiling where the inside of the mouth and/or teeth is not exposed (closed jaw)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SQUINTING">
<xs:annotation>
<xs:documentation>
Squinting</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TEETH VISIBLE">
<xs:annotation>
<xs:documentation>
Having teeth visible</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
Expression unspecified</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>