[Table of Contents] [docx version]
Error! No text of specified style in document.
catLst (Category List)
This element is simply a list of categories.
[Example: Consider the following example of a catLst in use in DiagramML:
<catLst>
<cat type="Simple" pri="10000"/>
</catLst>
In this example two categories defined in the category list. end example]
Parent Elements |
styleDef (§5.9.5.7); styleDefHdr (§5.9.5.8) |
Child Elements |
Subclause |
cat (Category) |
§5.9.5.1 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SDCategories">
<sequence minOccurs="0" maxOccurs="unbounded">
<element name="cat" type="CT_SDCategory" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>