biom:EFSFeatureColor
A field enables a latent print examiner to annotate individual features with color for display and / or comment. It consists of multiple subfields, each containing four information items.
Element information
Namespace: http://release.niem.gov/niem/domains/biometrics/4.0/
Schema document: domains/biometrics/4.0/biom.xsd
Type: biom:EFSFeatureColorType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- biom:FeatureColorFieldReferencedCode [0..*]A data for one or both of the third or fourth information items shall be present in each subfield. The first two information items are mandatory. The first information item, feature - field number / FTF, indicates the field which is annotated with color for display and / or comment. This information item is selected from the Field number column of Table 57 EFS codes for field numbers used for feature color.
- biom:FeatureColorFieldOccurenceReferencedValue [0..*]A second information item, feature _ field occurrence / FTO, indicates which repeating subfield of the specified field the label is applied to. Note that this is a 1-based index, not a 0-based index. Occurrences are numbered starting with 1.
- biom:FeatureColorHexidecimalValue [0..*]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.
- biom:FeatureColorCommentText [0..*]A fourth information item, feature _ comment / COM, allows a free text comment or description to be provided by the examiner about the referenced field and subfield in this instance of a Type-9 record.
- biom:EFSFeatureColorAugmentationPointAbstract [0..*]An augmentation point for EFSFeatureColor type
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group biom:EFSFeatureColorAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:uri | [0..1] | xsd:anyURI | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Used in
Sample instance
<biom:EFSFeatureColor> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <biom:FeatureColorFieldReferencedCode>320</biom:FeatureColorFieldReferencedCode> <biom:FeatureColorFieldOccurenceReferencedValue>1</biom:FeatureColorFieldOccurenceReferencedValue> <biom:FeatureColorHexidecimalValue>0FB7</biom:FeatureColorHexidecimalValue> <biom:FeatureColorCommentText>string</biom:FeatureColorCommentText> <biom:EFSFeatureColorAugmentationPoint>any content</biom:EFSFeatureColorAugmentationPoint> </biom:EFSFeatureColor>