biom:FingerprintPatternGeneralClassCodeSimpleType

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

Definition

A data type for a class of fingerprint pattern used by most automated fingerprint information systems

Diagram

Enumerations

ValueDefinition
AUArch
DRUnable to classify; disassociated ridges or dysplasia
LSLeft slant loop
RSRight slant loop
SRUnable to classify; complete scar
UCUnable to classify
UPTemporarily unable to print (e.g. bandaged)
WUWhorl
XXUnable to print; amputation

XML Schema

<xs:simpleType name="FingerprintPatternGeneralClassCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a class of fingerprint pattern used by most automated fingerprint information systems
</xs:documentation>
</xs:annotation>
<xs:enumeration value="AU">
<xs:annotation>
<xs:documentation>
Arch
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DR">
<xs:annotation>
<xs:documentation>
Unable to classify; disassociated ridges or dysplasia
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LS">
<xs:annotation>
<xs:documentation>
Left slant loop
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RS">
<xs:annotation>
<xs:documentation>
Right slant loop
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SR">
<xs:annotation>
<xs:documentation>
Unable to classify; complete scar
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UC">
<xs:annotation>
<xs:documentation>
Unable to classify
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UP">
<xs:annotation>
<xs:documentation>
Temporarily unable to print (e.g. bandaged)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WU">
<xs:annotation>
<xs:documentation>
Whorl
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XX">
<xs:annotation>
<xs:documentation>
Unable to print; amputation
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>