biom:FeatureLineColorValue
element FeatureLineColorValue in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A fifth information item, line color / TLC, 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="FeatureLineColorValue" type="biom:HexTripleByteType" nillable="true">
<xs:annotation>
<xs:documentation>
A fifth information item, line color / TLC, 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>