%A_DECLARATION; : Declaration

ROLE

Declarations correspond to the different types of elements managed in a project.

ELEMENTS

<!ENTITY % A_DECLARATION 
	  (PROJECT |
	   CLASS |
	   %A_FIELD; |
	   %AN_ACTION; |
	   PREFERENCE |
	   FILTER |
	   SORT |
	   ROUTE |
	   UNITS |
	   UNIT |
	   PATH |
	   GROUP |
	   TAB |
	   EXTERN |
	   FORM_SAVE)>
Element Mand. Mult. Description
PROJECT yes no Sub-projects
CLASS yes no Applicative class
A_FIELD
yes no Field of an applicative class (the different types of fields are given below).
AN_ACTION
yes no Action invokable on the instances of applicative classes
(the different types of actions are given below).
PREFERENCE yes no Display preferences.
FILTER yes no Data filter.
SORT yes no Data sort.
ROUTE yes no Route.
UNITS yes no Unit list.
UNIT yes no Unit.
PATH yes no Path.
GROUP yes no Fields group.
TAB yes no Fields tab.
EXTERN yes no External reference.
FORM_SAVE yes no Save of a form.