%A_FIELD; : Field

Java class : leon.info.LyFieldInfo

ROLE

Cette entité permet de répertorier les différents types de champ supportés. 

ELEMENTS

<!ENTITY % A_FIELD 
	  (DATE |
	   NUMBER |
	   TEXT |
	   RELATION |
	   CHOICE |
	   FILE |
	   STRUCT |
	   ARRAY |
	   FIELD)>
Element Mand. Mult. Description
DATE yes no Field of Date type.
NUMBER yes no Field of Number type.
TEXT yes no Field of Text type.
RELATION yes no Field of Relation type.
CHOICE yes no Field of Choice type.
FILE yes no Field of File type.
STRUCT yes no Field of Structure type.
ARRAY yes no Field of Array type.
FIELD yes no Definition of a field.