<choices>

The <choices> element contains a list of <choice> elements. It is used when the user will need to choose one of several actions while performing the steps of a task.

Content models

See appendix for information about this element in OASIS document type shells.

Inheritance

- topic/ul task/choices

Example

This section is non-normative.

<step><cmd>Choose a server.</cmd>
<choices>
<choice>If you have a remote server you want to test on, type the
IP address or hostname of the server here.</choice>
<choice>If you want to do local testing, just type localhost.</choice>
</choices>
</step>

Content model

(<data> | <data-about>)*, <choice>+

Contained by

<step>

In order
  1. Zero or more of the following
    • <data>
    • <data-about>
  2. One or more <choice>

Contained by

  • <step>

Inheritance

- topic/ul task/choices

The <choices> element is specialized from <ul>. It is defined in the task module.

Attributes

The following attributes are available on this element: Universal attribute group and outputclass.