%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 
	  (NAME?,
	   LABEL*,
	   ALIAS?,
	   (TAB | TAB_REF)?,
	   (GROUP | GROUP_REF)?,
	   F_MARKS*)>
Element Mand. Mult. Description
NAME no no Displayable name of the field.
LABEL no yes Dynamic labels of the field.
ALIAS no no Short name of the field.
TAB yes no Name of the tab to which the field belongs in a form view.
TAB_REF yes no Reference of a fields tab.
GROUP yes no Name of the group to which the field belongs.
GROUP_REF yes no Reference of a fields group.
F_MARKS no yes Marks of the field.