biom:ImageOcclusionOpacityCodeSimpleType

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

Definition

A data type for an opacity of a blockage in an image

Diagram

Enumerations

ValueDefinition
IInterference
LPartial light
SPartial shadow
TTotal

XML Schema

<xs:simpleType name="ImageOcclusionOpacityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an opacity of a blockage in an image
</xs:documentation>
</xs:annotation>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
Interference
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="L">
<xs:annotation>
<xs:documentation>
Partial light
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
Partial shadow
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="T">
<xs:annotation>
<xs:documentation>
Total
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>