<catLst> (Category List)

This element is simply a list of categories.

example:
@<catLst>@@@<cat type="Simple" pri="10000"/>
@@<cat type="3D" pri="11100"/>
@</catLst>

In this example two categories defined in the category list. ]

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>