Uses the Component:ColorGroupType
Table 6.21. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| ColorItem |
Identifies the item for which color is being described. | 1..1 | Field | scl:ColorItemEnumeratedType | |
| ManufacturerColor |
Manufacturer-assigned color code. | 0..1 | Field | oag:CodeType | |
| ColorDescription |
Description of a color. | 0..* | Field | oag:TextType | |
| ColorName |
The name of a color, e.g. Hawthorn Green. | 0..1 | Field | oag:NameType | |
| ColorCodeChangeIndicator |
Indicates whether or not the color code (e.g., Interior Color Code, Exterior Color Code) can be changed. | 0..1 | Field | oag:IndicatorType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.27. ColorGroup
<ColorGroup>
<ColorItem>......</ColorItem> [1..1]
<ManufacturerColor>......</ManufacturerColor> [0..1]
<ColorDescription>......</ColorDescription> [0..*]
<ColorName>......</ColorName> [0..1]
<ColorCodeChangeIndicator>......</ColorCodeChangeIndicator> [0..1]
</ColorGroup>