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
Value | Definition |
C | Shadow cast |
H | Hair, hat, veil, burka, or other head covering (face only) |
L | Eyelashes or reflections of eyelashes (iris only) |
O | Any other occlusion, such as eyeglass frames blocking the image |
R | Reflection of an object |
S | Specularity, 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:restriction base="xs:token">
<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>