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 |
<INFO id="result"/> <INFO id="balance" type='ACTION'> <NAME value='Account'/> <GROUP value='Admin'/> <PREFIX value='result'/> </INFO> |