show-in-toc

Show in Table of Contents Flag

Indicates whether a title should be included in a Table of Contents.

Used on Element: <title>

ValueMeaning
noDo not included this title in the Table of Contents.
yesInclude this title in the Table of Contents.
Restriction@show-in-toc 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>
...