option

Node type: Element (may contain text and/or other elements)

Whitespace: Protected

Definition

Text that is displayed to a form user as a selectable option in a selection list.

Child Nodes or Content

Attribute: paraID

Attribute: defaultSelection

Attribute: highlight

Any combination:

Icon identifying optional elements = Optional element or attribute

Parent Elements

listItem (selection list)

Code Sample

<list listFormat="singleSelect">

<title paraID="11">Gender</title>

<listItem>

<option paraID="12">Male</option>

</listItem>

<listItem>

<option paraID="13">Female</option>

</listItem>

</list>