MULTIPLE_SELECT

Domains which should display as multiple select list boxes in forms are specified here. The MULTIPLE attribute, if true, allows multiple selection in the list.

Figure 1. Multiple Select Section Example
<MULTIPLE_SELECT>
  <DOMAIN NAME="PRIMARY_ID" MULTIPLE="true"/>
  <DOMAIN NAME="OTHER_ID" MULTIPLE="true"/>
</MULTIPLE_SELECT>