ncic:SKINCodeSimpleType

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

Definition

A data type for 6 - Skin Tone (SKN) and Person with Information Skin Tone (PSK) Field Codes

Diagram

Enumerations

ValueDefinition
ALBALBINO
BLKBLACK
DBRDARK BROWN
DRKDARK
FARFAIR
LBRLIGHT BROWN
LGTLIGHT
MBRMEDIUM BROWN
MEDMEDIUM
OLVOLIVE
RUDRUDDY
SALSALLOW
YELYELLOW

XML Schema

<xs:simpleType name="SKINCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 6 - Skin Tone (SKN) and Person with Information Skin Tone (PSK) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="ALB">
<xs:annotation>
<xs:documentation>
ALBINO
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BLK">
<xs:annotation>
<xs:documentation>
BLACK
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DBR">
<xs:annotation>
<xs:documentation>
DARK BROWN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DRK">
<xs:annotation>
<xs:documentation>
DARK
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FAR">
<xs:annotation>
<xs:documentation>
FAIR
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LBR">
<xs:annotation>
<xs:documentation>
LIGHT BROWN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LGT">
<xs:annotation>
<xs:documentation>
LIGHT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MBR">
<xs:annotation>
<xs:documentation>
MEDIUM BROWN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MED">
<xs:annotation>
<xs:documentation>
MEDIUM
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLV">
<xs:annotation>
<xs:documentation>
OLIVE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RUD">
<xs:annotation>
<xs:documentation>
RUDDY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SAL">
<xs:annotation>
<xs:documentation>
SALLOW
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="YEL">
<xs:annotation>
<xs:documentation>
YELLOW
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>