<!ATTLIST ARRAY id ID #REQUIRED> |
Attribute | Mand. | Description | Default |
id | yes | Identifier of the array field. |
<!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. |
<ARRAY id="userTelephoneList" cMin='0' cMax='3'> <NAME value="USER_TELEPHONES"/> <F_MARKS create='true' set='true'/> <FIELD_REF idref="userTelephone"/> </ARRAY> |