Container element for section-level metadata that is different from the parent document.
<!ELEMENT sec-meta %sec-meta-model; >
((contrib-group)*, (abstract)*, (kwd-group)*, permissions?)
The following, in order:
<abstract>, <ack>, <app>, <bio>, <boxed-text>, <notes>, <question>, <sec>, <trans-abstract>
Section metadata for a seciton within a chapter
<book dtd-version="1.0">
<book-meta>
...
<book-title-group>
<book-title>Clinical Methods</book-title>
<subtitle>The History, Physical, and Laboratory Examinations</subtitle>
</book-title-group>
<contrib-group>
<contrib contrib-type="editor">
<name><surname>Walker</surname>
<given-names>H. Kenneth</given-names></name>
</contrib>
...
</contrib-group>
...
</book-meta>
<book-body>
<book-part id="bid.2" book-part-type="chapter">
<book-part-meta>
<title-group>
<label>1</label>
<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>
</book-body>
</book>
App Navigation Information:
...
<sec>
<sec-meta>
<kwd-group specific-use="mobile-nav">
<nested-kwd>
<kwd>dosing</kwd>
<nested-kwd>
<kwd>geriatric</kwd>
<nested-kwd>
<kwd>Digoxin</kwd>
</nested-kwd>
</nested-kwd>
</nested-kwd>
</kwd-group>
<kwd-group specific-use="mobile-nav">
<nested-kwd>
<kwd>Digoxin</kwd>
<nested-kwd>
<kwd>dosing</kwd>
<nested-kwd>
<kwd>geriatric</kwd>
</nested-kwd>
</nested-kwd>
</nested-kwd>
</kwd-group>
</sec-meta>
<title>Dosing Table, Geriatric</title>
...
</sec>
...