Node type: Element (may contain text and/or other elements)
Whitespace: Protected
Text that is displayed to a form user as a selectable option in a selection list.
Any combination:
= 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>