biom:FaceImageLightingArtifactsCodeSimpleType

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

Definition

A data type for a lighting artifact in a face image

Diagram

Enumerations

ValueDefinition
FFace shadows
HHot spots
RReflections from eye glasses

XML Schema

<xs:simpleType name="FaceImageLightingArtifactsCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a lighting artifact in a face image
</xs:documentation>
</xs:annotation>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
Face shadows
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
Hot spots
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
Reflections from eye glasses
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>