The selectionTypeEnum element defines the selection method of the choices (single or multiple selection).
Element Structure
The selectionTypeEnum element structure is as follows:
<xs:simpleType name="selectionType"> <xs:restriction base="xs:string"> <xs:enumeration value="MULTIPLE" /> <xs:enumeration value="SINGLE" /> </xs:restriction> </xs:simpleType> |
Sub-elements
The selectionTypeEnum element contains the following sub-elements:
Name |
Data Type |
Comment |
---|---|---|
selectionType |
string |
•Multiple: Adds checkboxes to the collection display and enables multiple selection. •Single: Not currently implemented. In the future, this will enable single selection in a table. |