choice

Darwin Information Typing Architecture (DITA) Version 1.3 Part 2: Technical Content Edition

Document
Darwin Information Typing Architecture (DITA) Version 1.3 Part 2: Technical Content Edition
Version
1.3
Author
OASIS DITA Technical Committee

Each choice element describes one way that the user could perform the current step.

Content models

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

Inheritance

- topic/li task/choice

Example

<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>

Attributes

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