<!ATTLIST OPTIONS id ID #IMPLIED name CDATA #IMPLIED alias CDATA #IMPLIED idrefs IDREFS #IMPLIED condition CDATA #IMPLIED operation ( RESET | ADD | REMOVE) "ADD" position NMTOKEN #IMPLIED> |
Attribute | Mand. | Description | Default |
id | no | Identifier of the list of options. | |
name | no | Name of the list of options. | |
alias | no | Short name of the list of options. | |
idrefs | no | Reference on one or several option fields or options. | |
condition | no | Condition on this element. | |
operation | no | Operation to be done on the referenced field(s). | ADD |
position | no | Constraint for the positioning of the list of options. |
<!ELEMENT OPTIONS ((OPTION | OPTIONS)*, LABEL*)> |
Element | Mand. | Mult. | Description |
OPTION | yes | no | OPTIONS=Options and groups of options of the list. |
OPTIONS | yes | no | Sub-lists of options that are used for dictionaries. |
LABEL | no | yes | Dynamical labels of the option. |