%FIELD_END; : End of a field definition

ROLE

This entity allows to define the list of common elements for the end definition of all the field types.

ELEMENTS

<!ENTITY % FIELD_END 
	  (FORMULA?,
	   DATA*,
	   (CONTROL | CONTROL_REF)*)>
Element Mand. Mult. Description
FORMULA no no This is the formula for computing the field value with an expression language.
DATA no yes Specific data of the field.
CONTROL yes no Applicative control for this field.
CONTROL_REF yes no Applicative control reference for this field.