The Dropdown GUI element allows one to select one value out of a number of options. For example:
This element also allows one to use external services. To use an external option service, one specifies the modelURI attribute:
| Attribute name | Description |
| modelURI | If specified, the modelURI points to an external option service. The option service should output the following XML response: <options xmlns="http://www.xmlpipe.org/xpe/manual" > <option value="{option value}" xmlns="" > Option display </option> + </options> |