◇◆
<foreword> Foreword
A named book component that contains text which is called a “Foreword”; each publisher
is free to define that term.
Note: A publisher could choose to call this component just another <front-matter-part>, but many publishers specifically identify forewords, so this element was included
in the BITS Tag Set.
Attributes
Namespaces
xmlns:mml (fixed value = http://www.w3.org/1998/Math/MathML)
xmlns:xlink (fixed value = http://www.w3.org/1999/xlink)
xmlns:xsi (fixed value = http://www.w3.org/2001/XMLSchema-instance)
Models and Context
May be contained in
Description
The following, in order:
- <book-part-meta> Book Part Metadata, zero or one
- <named-book-part-body> Named Book Part Body, zero or one
- <back> Back Matter for a Book Part, zero or one
Content Model
<!ELEMENT foreword %foreword-model; >
Expanded Content Model
(book-part-meta?, named-book-part-body?, back?)
Tagged Sample
Front matter of a book
...
<front-matter>
<foreword>
<book-part-meta>
<title-group>
<title>Foreword</title>
</title-group>
<fpage>xi</fpage>
<lpage>xi</lpage>
</book-part-meta>
<named-book-part-body>
<p>The Treatment Improvement Protocol (TIP) series fulfills the Substance
Abuse and Mental Health Services Administration’s (SAMHSA’s)
mission to improve prevention and treatment of ...</p>
<p>The talent, dedication, and hard work that TIPs panelists and reviewers
bring to this highly participatory process have helped ...</p>
</named-book-part-body>
</foreword>
</front-matter>
...