<sec-meta>

Section Metadata

Definition

In some books, individual chapters, modules, or other types of book parts have different authors, or some book parts are authored by different contributors from the enclosing book. This wrapper element for section-level metadata is used to capture information concerning those contributors.

Model Information

Content Model

<!ELEMENT  sec-meta     %sec-meta-model;                             >

Description

The following, in order:

This element may be contained in:

<abstract> Abstract; <ack> Acknowledgments; <app> Appendix; <boxed-text> Boxed Text; <notes> Notes; <sec> Section; <trans-abstract> Translated Abstract

Tagged Example


<book>
<book-meta>
...
<book-title-group>
<book-title>Clinical Methods</book-title>
<subtitle>The History, Physical, and Laboratory Examinations</subtitle>
</book-title-group>
<edition>3rd</edition>
<contrib-group>
<contrib contrib-type="editor">
<name><surname>Walker</surname>
<given-names>H. Kenneth</given-names></name>
</contrib>
...
</contrib-group>
...
</book-meta>
<body>
<book-part id="bid.2" book-part-number="1" book-part-type="chapter">
<book-part-meta>
<title-group>
<title>Introduction</title>
</title-group>
</book-part-meta>
<body>
<sec>
<sec-meta>
<contrib-group>
<contrib>
<name>
<surname>Nardone</surname>
<given-names>David A.</given-names>
</name>
</contrib>
</contrib-group>
</sec-meta>
<label>2</label>
<title>Collecting and Analyzing Data: Doing and 
Thinking</title>
<p>Clinicians embrace problem solving as one of 
their primary goals in patient care ...</p>
</sec>
</body>
</book-part>
</body>
</book>



Module

section.ent