<catLst> (Category List)

This element is simply a list of <cat> elements.

example:
<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. ]

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>