scr:ComplexionCategoryCodeSimpleType
simpleType ComplexionCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a kind of complexion.
Diagram
Enumerations
| Value | Definition |
| ALB | ALBINO |
| BLK | BLACK |
| DBR | DARK BROWN |
| DRK | DARK |
| FAR | FAIR |
| LBR | LIGHT BROWN |
| LGT | LIGHT |
| MBR | MEDIUM BROWN |
| MED | MEDIUM |
| OLV | OLIVE |
| RUD | RUDDY |
| SAL | SALLOW |
| YEL | YELLOW |
XML Schema
<xs:simpleType name="ComplexionCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of complexion.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<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>