biom:ImageScanCategoryCodeSimpleType

simpleType ImageScanCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for a kind of image scan

Diagram

Enumerations

ValueDefinition
0Undefined
1Progressive

XML Schema

<xs:simpleType name="ImageScanCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of image scan
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Undefined
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Progressive
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>