An option of a select type widget.
If options are passed from XML content schema definitions as widget configuration options,
the following syntax is used for defining the option values:
value='{text}' default='{true|false}' option='{text}' help='{text}|{more option definitions}
For example:
value='value1' default='true' option='option1' help='help1'|value='value2' option='option2' help='help2'
The elements default , option and help are all optional, only a
value must be present in the input. |