biom:ImageDistortionSeverityCodeSimpleType

simpleType ImageDistortionSeverityCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/

Definition

A data type for a severity of distortion in an image

Diagram

Enumerations

ValueDefinition
MildMild
ModerateModerate
SevereSevere

XML Schema

<xs:simpleType name="ImageDistortionSeverityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a severity of distortion in an image
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Mild">
<xs:annotation>
<xs:documentation>
Mild
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Moderate">
<xs:annotation>
<xs:documentation>
Moderate
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Severe">
<xs:annotation>
<xs:documentation>
Severe
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>