Wrapper element for narrative introductory material such as a Preface, Foreword, Dedication, or “Introduction to the Fifth Edition”, etc.
<!ELEMENT front-matter %front-matter-model; >
(ack | bio | dedication | fn-group | glossary | toc | toc-group | front-matter-part | foreword | preface | notes | xi:include)+
One or more of any of:
<book dtd-version="1.0">
<book-meta>...</book-meta>
<front-matter>
<front-matter-part>
<book-part-meta>
<title-group>
<title>About this book</title>
</title-group>
</book-part-meta>
<named-book-part-body>
<sec sec-type="miscinfo">
<title>The NCBI Handbook</title>
<p>Bioinformatics consists of a computational approach
to biomedical information management and analysis. It is
being used increasingly as a component of research within
both academic and industrial settings and is becoming
integrated into both undergraduate and postgraduate
curricula. The new generation of biology graduates is
emerging with experience in using bioinformatics resources
and, in some cases, programming skills.</p>
...
</sec>
</named-book-part-body>
</front-matter-part>
</front-matter>
...
</book>