<cat> (Category)

This element specifies a category in the user interface where this layout definition will display to the user.

example:
<catLst>                                   
	<cat type="relationship" pri="19000" />
</catLst>

In this example we define a single category called relationship which has a priority of 19000. ]

Parent Elements

<catLst>5.9.2.5)

Attributes

Description

<pri> (Priority)

The priority within the category for this diagram determines the order in which it will display in the user interface. Lower numbers are displayed at the beginning of the list.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

<type> (Category Type)

Specifies the category type associated with the element.

The possible values for this attribute are defined by the XML Schema anyURI datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Category">
	<attribute name="type" type="xsd:anyURI" use="required"/>
	<attribute name="pri" type="xsd:unsignedInt" use="required"/>
</complexType>