choption

Darwin Information Typing Architecture (DITA) Version 1.3 Part 3: All-Inclusive Edition

Document
Darwin Information Typing Architecture (DITA) Version 1.3 Part 3: All-Inclusive Edition
Version
1.3
Author
OASIS DITA Technical Committee

The choption element describes an option in a choice table that a user could choose to accomplish a step of a task. In a user interface, for example, this might be the name of radio button.

Content models

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

Inheritance

- topic/stentry task/choption

Example

<step><cmd>Then this</cmd>
  <choicetable>
    <chhead>
      <choptionhd>Do something</choptionhd>
      <chdeschd>And this happens</chdeschd>
    </chhead>
    <chrow><choption>Do this</choption>
      <chdesc>and this will happen</chdesc></chrow>
    <chrow><choption>Do that</choption>
      <chdesc>and that will happen</chdesc></chrow>
  </choicetable>
</step>

Attributes

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