%A_DECLARATION; : Declaration

ROLE

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

ELEMENTS

<!ENTITY % A_DECLARATION 
	  (INCLUDE |
	   PROJECT |
	   CLASS |
	   %A_FIELD; |
	   %AN_ACTION; |
	   %A_LOCATION; |
	   NOTIFIER |
	   FILTER |
	   SORT |
	   ROUTE |
	   PREFERENCE |
	   UNITS |
	   UNITS_REF |
	   UNIT |
	   PATH |
	   REGEX |
	   CHARTYPE |
	   GROUP |
	   TAB |
	   EXTERN)>
Element Mand. Mult. Description
INCLUDE yes no Inclusions
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).
A_LOCATION
yes no Data location
(the different types of data locations are given below).
NOTIFIER yes no A_DECLARATION.NOTIFIER
FILTER yes no Data filter.
SORT yes no Data sort.
ROUTE yes no Route.
PREFERENCE yes no Display preferences.
UNITS yes no Unit list.
UNITS_REF yes no Unit list reference.
UNIT yes no Unit.
PATH yes no Path.
REGEX yes no Regular expression.
CHARTYPE yes no Set of characters.
GROUP yes no Fields group.
TAB yes no Fields tab.
EXTERN yes no External reference.