Each <choice> element describes one way
that the user could accomplish the current step.
Contains
Note: These models represent only the default document types distributed by OASIS.
Actual content models will differ with each new document type.
Contained by
Doctype |
Content model |
ditabase, task (strict), task (general), machineryTask, learningContent |
choices |
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>