%FIELD_BEGIN; : Begin for a field definition

ROLE

This entity allows to define the list of common elements for the begin definition of all the field types (except relations).

ELEMENTS

<!ENTITY % FIELD_BEGIN 
	  ((((%A_F_BIND;)?, IMPORT?) | PATH)?,
	   %COMMON_FIELD_BEGIN;)>
Element Mand. Mult. Description
A_F_BIND
yes no Binding with the physical level.
IMPORT no no Allows to import a value (or a computation on a list of values) of a field from a pointed object by a relation of the same class.
PATH yes no Allows to compute the value of the field using a path.
COMMON_FIELD_BEGIN
yes no Common begin part for a field description.