j:PersonSkinToneCodeSimpleType
simpleType PersonSkinToneCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/
Definition
A data type for a code set identifying the skin color or tone of a person.
Diagram
Enumerations
| Value | Definition | 
| Albino | Albino | 
| Black | Black | 
| Dark | Dark | 
| Dark Brown | Dark Brown | 
| Fair | Fair | 
| Light | Light | 
| Light Brown | Light Brown | 
| Medium | Medium | 
| Medium Brown | Medium Brown | 
| Olive | Olive | 
| Ruddy | Ruddy | 
| Sallow | Sallow | 
| Unknown | Unknown | 
| Yellow | Yellow | 
XML Schema
<xs:simpleType name="PersonSkinToneCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set identifying the skin color or tone of a person.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Albino">
<xs:annotation>
<xs:documentation>
Albino</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Black">
<xs:annotation>
<xs:documentation>
Black</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Dark">
<xs:annotation>
<xs:documentation>
Dark</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Dark Brown">
<xs:annotation>
<xs:documentation>
Dark Brown</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Fair">
<xs:annotation>
<xs:documentation>
Fair</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Light">
<xs:annotation>
<xs:documentation>
Light</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Light Brown">
<xs:annotation>
<xs:documentation>
Light Brown</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Medium">
<xs:annotation>
<xs:documentation>
Medium</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Medium Brown">
<xs:annotation>
<xs:documentation>
Medium Brown</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Olive">
<xs:annotation>
<xs:documentation>
Olive</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ruddy">
<xs:annotation>
<xs:documentation>
Ruddy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Sallow">
<xs:annotation>
<xs:documentation>
Sallow</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Yellow">
<xs:annotation>
<xs:documentation>
Yellow</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>