biom:ResolutionMeansCodeSimpleType

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

Definition

A data type for an information item for means of determining resolution.

Diagram

Enumerations

ValueDefinition
EST-AUTOResolution was estimated by an automated process.
EST-HUMANResolution was estimated by a human
FIXEDResolution is known since the image was acquired from a fixed-resolution capture device other than a flatbed scanner
FLATBEDResolution is known since the image was acquired from a flatbed scanner with a fixed resolution
FORMResolution was calculated based upon the use of a standard form with a known scale
RULERResolution was calculated based upon a ruler present in the image

XML Schema

<xs:simpleType name="ResolutionMeansCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an information item for means of determining resolution.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="EST-AUTO">
<xs:annotation>
<xs:documentation>
Resolution was estimated by an automated process.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EST-HUMAN">
<xs:annotation>
<xs:documentation>
Resolution was estimated by a human
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FIXED">
<xs:annotation>
<xs:documentation>
Resolution is known since the image was acquired from a fixed-resolution capture device other than a flatbed scanner
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FLATBED">
<xs:annotation>
<xs:documentation>
Resolution is known since the image was acquired from a flatbed scanner with a fixed resolution
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FORM">
<xs:annotation>
<xs:documentation>
Resolution was calculated based upon the use of a standard form with a known scale
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RULER">
<xs:annotation>
<xs:documentation>
Resolution was calculated based upon a ruler present in the image
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>