<!ATTLIST OPTIONS id ID #IMPLIED value 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. | |
value | no | Value 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)*> |
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. |