Syntax #
s.ui.screen
Purpose #
The s.ui.screen annotation is used to tag a span element as being a representation of a part of a text-based user interface. Examples of text-based user interfaces include DOS or the Windows command console.
Example #
The following is an example of a time when you might want to use the annotation
The following is an example of a rule that will apply the annotation
The following is the DITA XML output for the rule:
<p>The top bar of the GOS User Interface appears as: <screen>FILE EDIT OPTIONS HELP EXIT</screen></p>
<p>These commands can be entered by the user in the main console.</p>