indexed

Indexed

Indicates whether a unit (e.g., a book, dedication, chapter, etc.) should be processed by indexing software or human indexers

Remarks

Note: Indexing is often turned off (value “no”) for bibliographies and other references, as opposed to the body of a document.

Used on these Elements:

ValueMeaning
noIndexing is turned off, i.e., indexing software or human indexers should not index this unit.
yesIndexing is turned on, i.e., indexing software or human indexers should index this unit.
Restriction@indexed is an optional attribute; there is no default.

Example


<book
  xmlns:mml="http://www.w3.org/1998/Math/MathML"
  xmlns:xi="http://www.w3.org/2001/XInclude"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  book-type="gov"
  dtd-version="2.0"
  indexed="yes"
  xml:lang="en">
<book-meta>...</book-meta>
<book-body>...</book-body>
<book-back>...</book-back>
</book>