biom:FeatureColorHexidecimalValue
element FeatureColorHexidecimalValue in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A third information item, feature _ color / FTC, is an RGB color value expressed as a hexadecimal number.Some basic colors are red (FF0000), yellow (FFFF00), blue (0000FF), green (008000), black (000000) and white (FFFFFF). Leading zeros are required.
Diagram
XML Schema
<xs:element name="FeatureColorHexidecimalValue" type="niem-xs:hexBinary" nillable="true">
<xs:annotation>
<xs:documentation>
A third information item, feature _ color / FTC, is an RGB color value expressed as a hexadecimal number.Some basic colors are red (FF0000), yellow (FFFF00), blue (0000FF), green (008000), black (000000) and white (FFFFFF). Leading zeros are required.</xs:documentation>
</xs:annotation>
</xs:element>