list (selection)

Node type: Block element (can contain only other elements)

Whitespace: Not protected

Definition

A list of options to be selected by a form user.

Child Nodes or Content

Attribute: print

Choice of one:

Icon identifying optional elements = Optional element or attribute

Parent Elements

textInput (block)

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>