<desc>
(Description)
This element holds a description for a color definition. The description can be used to describe the qualities associated with a particular color transform definition.
Attributes |
Description |
---|---|
|
The natural language of the color transform definition. The possible values for this attribute are defined by the XML Schema string datatype. |
|
The string which is used as the description of the color transform definition. The possible values for this attribute are defined by the XML Schema string datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_CTDescription">
<attribute name="lang" type="xsd:string" use="optional" default=""/>
<attribute name="val" type="xsd:string" use="required"/>
</complexType>