<INFO> : Imported element

Java class : leon.info.LyInfo

ROLE

The INFO tag allows to specify a field to be imported from an include (INCLUDE).

ATTRIBUTES

<!ATTLIST INFO
	  id ID #REQUIRED
	  type ( CLASS | ACTION | COMPOUND_ACTION | TAB_ACTION | DATE | NUMBER | TEXT | RELATION | CHOICE | FILE | STRUCT | ARRAY | FILTER | UNITS | UNIT | REGEX | CHARTYPE | CONTROL | L_GEN | L_SQL | L_LDAP | L_FILE) "CLASS">
Attribute Mand. Description Default
id yes Identifier of imported element.  
type no Type of imported element. Supported types are:
- CLASS : class,
- ACTION : action,
- COMPOUND_ACTION : compound action,
- TAB_ACTION : tab action,
- DATE: date field,
- NUMBER: number field,
- TEXT: text field,
- RELATION: relation field,
- CHOICE: choice field,
- FILE: file field,
- STRUCT: structure field,
- ARRAY: array field,
- FILTER: filter field,
- UNITS: dictionary of units,
- UNIT: unit,
- REGEX: regular expression,
- CHARTYPE: set of characters,
- CONTROL: control.
CLASS

ELEMENTS

<!ELEMENT INFO 
	  (NAME?,
	   ALIAS?,
	   GROUP?,
	   PREFIX?)>
Element Mand. Mult. Description
NAME no no Name of imported element.
ALIAS no no Short name of imported element.
GROUP no no Group of imported element.
PREFIX no no Prefix of imported element.

SAMPLE

<INFO id="result"/>

<INFO id="balance" type='ACTION'>
	<NAME value='Account'/>
	<GROUP value='Admin'/>
	<PREFIX value='result'/>
</INFO>