ColorGroup

Uses the Component:ColorGroupType

Fields and Components

Table 6.43. Fields and Components

Name Description Occurrence Type Data Type User Notes
ColorItemCode

Identifies the item for which color is being described.

1..1Field scl:ColorItemEnumeratedType  
ManufacturerColorCode

Manufacturer-assigned color code.

0..1Field udt:CodeType  
ColorDescription

Description of a color.

0..*Field udt:TextType  
ColorName

The name of a color, e.g. Hawthorn Green.

0..1Field udt:NameType  
ColorCodeChangeIndicator

Indicates whether or not the color code (e.g., Interior Color Code, Exterior Color Code) can be changed.

0..1Field udt:IndicatorType  

Sample XML

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.43. ColorGroup

<ColorGroup>
     <ColorItemCode>......</ColorItemCode>     [1..1]
     <ManufacturerColorCode>......</ManufacturerColorCode>     [0..1]
     <ColorDescription>......</ColorDescription>     [0..*]
     <ColorName>......</ColorName>     [0..1]
     <ColorCodeChangeIndicator>......</ColorCodeChangeIndicator>     [0..1]
</ColorGroup>