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

Parent Elements

<colorsDef>5.9.4.3); <colorsDefHdr>5.9.4.4)

Attributes

Description

<lang> (Language)

The natural language of the color transform definition.

The possible values for this attribute are defined by the XML Schema string datatype.

<val> (Description Value)

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>