biom:PhysicalFeatureColorCodeSimpleType

simpleType PhysicalFeatureColorCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.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>