biom:FingerprintPatternGeneralClassCodeSimpleType
simpleType FingerprintPatternGeneralClassCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a class of fingerprint pattern used by most automated fingerprint information systems
Diagram
Enumerations
Value | Definition |
AU | Arch |
DR | Unable to classify; disassociated ridges or dysplasia |
LS | Left slant loop |
RS | Right slant loop |
SR | Unable to classify; complete scar |
UC | Unable to classify |
UP | Temporarily unable to print (e.g. bandaged) |
WU | Whorl |
XX | Unable 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:restriction base="xs:token">
<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>