<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:
<dgm:catLst> <dgm:cat type="mainScheme" pri="10300"/> </dgm:catLst>
In this example we see a <catLst>
defined which holds a single color transform category (§5.9.4.1). ]
Child Elements |
Subclause |
---|---|
|
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>