<title>
(Title)
The name or title given to the color definition header.
Attributes |
Description |
---|---|
|
The natural language of the title or description of a color transform definition. The possible values for this attribute are defined by the XML Schema string datatype. |
|
A string used for a description of a 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_CTName">
<attribute name="lang" type="xsd:string" use="optional" default=""/>
<attribute name="val" type="xsd:string" use="required"/>
</complexType>