biom:ImageOcclusionOpacityCodeSimpleType
simpleType ImageOcclusionOpacityCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for an opacity of a blockage in an image
Diagram
Enumerations
Value | Definition |
I | Interference |
L | Partial light |
S | Partial shadow |
T | Total |
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:restriction base="xs:token">
<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>