suppress

Suppress

Indicates whether a title should be suppressed for print or display.

Used on Element: <title>

ValueMeaning
noDo not suppress this title.
yesSuppress this title.
Restriction@suppress is an optional attribute; there is no default.

Example

...
<sec id="s8904" disp-level="level2" 
  sec-type="learning-objectives">
<title show-in-toc="no" suppress="no">Objectives</title>
<p>When you have completed this segment, you should 
be able to assess ...</p>
</sec>
...