biom:PhysicalFeatureColorCodeSimpleType

simpleType PhysicalFeatureColorCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for a color of a physical feature. This code is used to indicate the color of a SMT

Diagram

Enumerations

ValueDefinition
BLACKBlack
BLUEBlue
BROWNBrown
GRAYGray
GREENGreen
MULTIMulti-colored
ORANGEOrange
OUTLINEOutline
PURPLEPurple
REDRed
WHITEWhite
YELLOWYellow

XML Schema

<xs:simpleType name="PhysicalFeatureColorCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a color of a physical feature. This code is used to indicate the color of a SMT
</xs:documentation>
</xs:annotation>
<xs:enumeration value="BLACK">
<xs:annotation>
<xs:documentation>
Black
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BLUE">
<xs:annotation>
<xs:documentation>
Blue
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BROWN">
<xs:annotation>
<xs:documentation>
Brown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GRAY">
<xs:annotation>
<xs:documentation>
Gray
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GREEN">
<xs:annotation>
<xs:documentation>
Green
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MULTI">
<xs:annotation>
<xs:documentation>
Multi-colored
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ORANGE">
<xs:annotation>
<xs:documentation>
Orange
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OUTLINE">
<xs:annotation>
<xs:documentation>
Outline
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PURPLE">
<xs:annotation>
<xs:documentation>
Purple
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RED">
<xs:annotation>
<xs:documentation>
Red
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WHITE">
<xs:annotation>
<xs:documentation>
White
</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>