Category Element
Categories are used to organize goals in a goal plan. When creating the goal, the user chooses which category the goals should be listed under. Once a goal is created, a user may change the category by editing the goal. The number of categories on a goal plan depends on the customer requirements and needs.
The <category> element is used to configure categories in the goal plan template XML.

Default Category Element
The <default-category> or catch-all category is the one that defaults for the user when a new goal is created. If another category is not specified during the goal creation process, it is placed in this category.
Categories can be organized in the order that the customer decides, but the <default-category>, if defined, will always be the latest category displayed in the goal plan.

Note
Some considerations about the<default-category>
element: - It is not mandatory to specify a
<default-category>
in your goal plan template. - The
<default-category>
assignment can only be changed from XML. - The
<default-category>
cannot be reordered. It is locked in Manage Templates and attempting the change in XML would trigger an error, due to the order of elements.