tutorialinfo

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

The tutorialinfo element contains additional information that is useful when the task is part of a tutorial.

Content models

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

Inheritance

- topic/itemgroup task/tutorialinfo

Example

<steps>
  <step>
    <cmd>Do this</cmd>
    <tutorialinfo>In your editor, open the first element and click on 
      the dialog.</tutorialinfo>
  </step>
  <step>
    <cmd>Do that</cmd>
    <tutorialinfo>Move the framulator into the foobar box.</tutorialinfo>
  </step>
</steps>
 

Attributes

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