ncic:FPatternCodeSimpleType

simpleType FPatternCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.2/

Definition

A data type for 1.8: Fingerprint Pattern Classification (FPC) Field Codes

Diagram

Enumerations

ValueDefinition
AUARCH
LSLOOP - LEFT SLANT
RSLOOP - RIGHT SLANT
SRCOMPLETE SCAR/MUTILATED PATTERN
UCUNABLE TO CLASSIFY
UPUNABLE TO PRINT (E.G., BANDAGED)
WUWHORL
XXMISSING/AMPUTATED FINGER

XML Schema

<xs:simpleType name="FPatternCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 1.8: Fingerprint Pattern Classification (FPC) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="AU">
<xs:annotation>
<xs:documentation>
ARCH
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LS">
<xs:annotation>
<xs:documentation>
LOOP - LEFT SLANT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RS">
<xs:annotation>
<xs:documentation>
LOOP - RIGHT SLANT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SR">
<xs:annotation>
<xs:documentation>
COMPLETE SCAR/MUTILATED PATTERN
</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>
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>
MISSING/AMPUTATED FINGER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>