<OPTION> : Option

Java class : leon.info.LyChoiceOption

ROLE

An option element represents a possible selection amongst the list of options of the choice field.

ATTRIBUTES

<!ATTLIST OPTION
	  id ID #REQUIRED
	  value CDATA #IMPLIED
	  default ( true | false) "false">
Attribute Mand. Description Default
id yes This is the identifier of the option.  
value no This is the internal value associated to the option. This is the value is transmitted to the data connection. Usually short integers or strings are used for this attribute.  
default no Indicates if the option is selected in a form at the start of a creation action. If the choice allows multiple selections, defining several default options is permitted. Otherwise, only the first default option will be taken into account. false