[Table of Contents] [docx version]
Error! No text of specified style in document.
title (Title)
The name or title given to the color definition header.
Parent Elements |
colorsDef (§5.9.4.3); colorsDefHdr (§5.9.4.4) |
Attributes |
Description |
lang (Language) |
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. |
val (Description Value) |
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>