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