biom:ImageOcclusionCategoryCodeSimpleType

simpleType ImageOcclusionCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a kind of blockage in an image

Diagram

Enumerations

ValueDefinition
CShadow cast
HHair, hat, veil, burka, or other head covering (face only)
LEyelashes or reflections of eyelashes (iris only)
OAny other occlusion, such as eyeglass frames blocking the image
RReflection of an object
SSpecularity, reflection of light

XML Schema

<xs:simpleType name="ImageOcclusionCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of blockage in an image
</xs:documentation>
</xs:annotation>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Shadow cast
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
Hair, hat, veil, burka, or other head covering (face only)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="L">
<xs:annotation>
<xs:documentation>
Eyelashes or reflections of eyelashes (iris only)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
Any other occlusion, such as eyeglass frames blocking the image
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
Reflection of an object
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
Specularity, reflection of light
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>