ncic:FPatternCodeSimpleType
simpleType FPatternCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 1.8: Fingerprint Pattern Classification (FPC) Field Codes
Diagram
Enumerations
Value | Definition |
AU | ARCH |
LS | LOOP - LEFT SLANT |
RS | LOOP - RIGHT SLANT |
SR | COMPLETE SCAR/MUTILATED PATTERN |
UC | UNABLE TO CLASSIFY |
UP | UNABLE TO PRINT (E.G., BANDAGED) |
WU | WHORL |
XX | MISSING/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:restriction base="xs:token">
<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>