An individual selection within a drop-down menu.
The value in label="" is displayed to the user; the value in data="" is written to a variable named dropdown_value when the user selects that item. The variable can then be evaluated and used in the next node.
Child of: <items>
Parent of: Nothing
See also: <dropdown>
Example:
<item label="Choice 1" data="1"/>