[Table of Contents] [docx version]

Error! No text of specified style in document.

cat (Color Transform Category)

This element specifies the category in the user interface that a color transform is to be displayed within.

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

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

In this example we see a cat defined with a type and priority. end example]

Parent Elements

catLst5.9.4.2)

 

Attributes

Description

pri (Priority)

The priority within the category for this color variation determines the order in which it will display in the user interface. The lower numbers are to be displayed at the beginning of the list.

 

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

type (Category Type)

The category type used to organize the color transforms in the user interface.

 

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

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

<complexType name="CT_CTCategory">

   <attribute name="type" type="xsd:anyURI" use="required"/>

   <attribute name="pri" type="xsd:unsignedInt" use="required"/>

</complexType>