An object that holds the components of a Munsell color description (intensity, modifier, and hue). These components can be used to programmatically construct a color description, for example:1) intensity = dark2) modifier = greenish3) hue = Graycan be used to construct a color name of "dark greenish Grey" which, for example, would correspond to one or more Munsell color codes.
Database handle for the object. It is of XML type ID, so is constrained to beunique in the XML document within which it occurs. An external identifier for the object inthe form of a URI may be constructed using standard XML and XPointer methods. This is doneby concatenating the URI for the document, a fragment separator, and the value of the idattribute.
Source
<element name="ColorComponents" type="diggs:ColorComponentsType"><annotation><documentation>An object that holds the components of a Munsell color description (intensity, modifier, and hue). These components can be used to programmatically construct a color description, for example: 1) intensity = dark 2) modifier = greenish 3) hue = Gray can be used to construct a color name of "dark greenish Grey" which, for example, would correspond to one or more Munsell color codes.</documentation></annotation></element>