%A_DECLARATION; : Declaration

ROLE

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

ELEMENTS

<!ENTITY % A_DECLARATION 
	  (PROJECT |
	   CLASS |
	   %A_FIELD; |
	   FILTER |
	   ROUTE |
	   UNITS |
	   UNITS_REF |
	   UNIT |
	   REGEX |
	   CHARTYPE |
	   EXTERN)>
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).
FILTER yes no Data filter.
ROUTE yes no Route.
UNITS yes no Unit list.
UNITS_REF yes no Unit list reference.
UNIT yes no Unit.
REGEX yes no Regular expression.
CHARTYPE yes no Set of characters.
EXTERN yes no External reference.