[Table of Contents] [docx version]

Error! No text of specified style in document.

catLst (Color Transform Category List)

This element defines a list of color transform categories. This list can be used to populate user interface components which could separate color transforms into categories.

[Example: Consider the following example of a catLst in DiagramML:

<dgm:catLst>

<dgm:cat type="mainScheme" pri="10300"/>

</dgm:catLst>

In this example we see a catLst defined which holds a single color transform category5.9.4.1). end example]

Parent Elements

colorsDef5.9.4.3); colorsDefHdr5.9.4.4)

 

Child Elements

Subclause

cat (Color Transform Category)

§5.9.4.1

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_CTCategories">

   <sequence minOccurs="0" maxOccurs="unbounded">

   <element name="cat" type="CT_CTCategory" minOccurs="0" maxOccurs="unbounded"/>

   </sequence>

</complexType>