scr:FingerprintCaptureTechniqueCategoryCodeSimpleType
simpleType FingerprintCaptureTechniqueCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a kind of fingerprint capture technique type.
Diagram
Enumerations
Value | Definition |
Flat | Flat |
Rolled | Rolled |
Slapped | Slapped |
XML Schema
<xs:simpleType name="FingerprintCaptureTechniqueCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of fingerprint capture technique type.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Flat">
<xs:annotation>
<xs:documentation>
Flat</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Rolled">
<xs:annotation>
<xs:documentation>
Rolled</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Slapped">
<xs:annotation>
<xs:documentation>
Slapped</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>