j:PersonSkinToneCodeSimpleType
simpleType PersonSkinToneCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/
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>