<ARRAY> : Array field

Java class : leon.info.LyArrayFieldInfo

ROLE

The ARRAY element defines an array of values. All the elements of the array are of the same type.

ATTRIBUTES

<!ATTLIST ARRAY
	  id ID #REQUIRED>
Attribute Mand. Description Default
id yes Identifier of the array field.  

ELEMENTS

<!ELEMENT ARRAY 
	  (%FIELD_BEGIN;,
	   (%A_FIELD;)?,
	   NROWS?,
	   %FIELD_END;)>
Element Mand. Mult. Description
FIELD_BEGIN
yes no Begin of field description.
A_FIELD
yes no Field representing the type of the array.
NROWS no no Number of desired lines for the array.
FIELD_END
yes no End of field description.

SAMPLE

<ARRAY id="userTelephoneList" cMin='0' cMax='3'>
	<NAME value="USER_TELEPHONES"/>
	<F_MARKS create='true' set='true'/>
	<FIELD_REF idref="userTelephone"/>
</ARRAY>