<OPTIONS> : List of options

ROLE

The list of options is a content list that contains OPTION elements and behaves as described in the Using content lists" chapter.

ATTRIBUTES

<!ATTLIST OPTIONS
	  id ID #IMPLIED
	  value CDATA #IMPLIED
	  option IDREF #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.  
option no Context reference on an option field (multiple dictionary case).  
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.  

ELEMENTS

<!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.