suppress Suppress

Indicates whether a title should be suppressed for print or display.
OPTIONAL on element: <title>
Value Meaning
no Do not suppress this title.
yes Suppress this title.
Restriction @suppress is an optional attribute; there is no default.
Tagged Sample

Display the title as usual

The section’s title does not show in the Table of Contents, but displays in the narrative text
...
<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>
...