<sec-meta> Section Metadata

Container element for section-level metadata that is different from the parent document.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  sec-meta     %sec-meta-model;                             >
Expanded Content Model

((object-id)*, (contrib-group)*, (abstract)*, (kwd-group)*, (subj-group)*, (self-uri)*, (related-article | related-object)*, permissions?)

Tagged Samples
Section author who is not a book author
<book dtd-version="2.1">  
 <book-meta>
  ...
  <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">
   ...
   <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>
Section with nested keywords
...  
<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>  
...
Section with related book
...  
<sec>
 <sec-meta>
  <contrib-group>
   <contrib contrib-type="author">
    <name><surname>Peniston</surname>
     <given-names>Sharon L.</given-names></name>
   </contrib>
  </contrib-group>
  <related-object source-type="book" source-id-type="url" 
    source-id="http://locatorplus.gov/cgi-bin/Pwebrecon.cgi?DB=local&amp;v1=1&amp;
    ti=1,1&amp;Search_Arg=9608322&amp;Search_Code=0359&amp;CNT=1&amp;SID=1">
   <person-group person-group-type="editor">
    <name><surname>Kunin</surname>
     <given-names>Calvin M.</given-names></name>
   </person-group>
   <source>Urinary tract infections: detection, prevention, 
    and management</source>
   <edition>5</edition>
   <publisher-name>Williams &amp; Wilkins</publisher-name>
   <publisher-loc>Baltimore</publisher-loc>
   <year iso-8601-date="1997">1997</year>
   <isbn>0683181025</isbn>
   <size units="pages">419</size>
  </related-object>
 </sec-meta>
 <title>Mitigating Properties of High-potency Cranberry Supplements</title>
 ...
</sec>  
...
Section with related article
...  
<sec>
 <sec-meta>
  <contrib-group>
   <contrib contrib-type="author">
    <name><surname>Miller</surname>
     <given-names>Donna B.</given-names></name>
   </contrib>
  </contrib-group>
  <related-article related-article-type="companion" ext-link-type="doi" 
    xlink:href="http://www.ncbi.nlm.nih.gov/pubmed/25604847" vol="52"
    page="209">
   <person-group person-group-type="author">
    <name><surname>Sharkey</surname>
     <given-names>P.</given-names></name>
   </person-group>
   <article-title>Geographic migration of black and white 
    families over four generations</article-title>
   <source>Demography</source>
   <year iso-8601-date="2015-02">2015</year>
   <month>Feb</month>
   <volume>52</volume><issue>1</issue>
   <fpage>209</fpage><lpage>231</lpage>
   <pub-id pub-id-type="doi">10.1007/s13524-014-0368-8</pub-id>
  </related-article>
 </sec-meta>
 <title>Socio-economic Aspects of the Great Migration</title>
 ...
</sec>  
...
Related Resources