[Table of Contents] [docx version]
Error! No text of specified style in document.
catLst (Category List)
This element is simply a list of cat elements.
[Example: Consider the following example of a catLst element in a DrawingML diagram:
<catLst>
<cat type="list" pri="18000" />
<cat type="relationship" pri="19000" />
</catLst>
In this example we define two different categories which are to be displayed in the user interface. end example]
Parent Elements |
layoutDef (§5.9.2.16); layoutDefHdr (§5.9.2.17) |
Child Elements |
Subclause |
cat (Category) |
§5.9.2.4 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Categories">
<sequence>
<element name="cat" type="CT_Category" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>