biom:FaceImageLightingArtifactsCodeSimpleType
simpleType FaceImageLightingArtifactsCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a lighting artifact in a face image
Diagram
Enumerations
Value | Definition |
F | Face shadows |
H | Hot spots |
R | Reflections 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:restriction base="xs:token">
<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>