<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

Base 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
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&rsquo;s (SAMHSA&rsquo;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>
...
Related Resources