Node type: Block element (can contain only other elements)
Whitespace: Not protected
A list of options to be selected by a form user.
Attribute: listFormat (selection list)
Attribute: print
One or more:
= Optional element or attribute
<list listFormat="singleSelect">
<title paraID="11">Gender</title>
<listItem>
<option paraID="12">Male</option>
</listItem>
<listItem>
<option paraID="13">Female</option>
</listItem>
</list>