<custom-meta-group> Custom Metadata Group

Container element for metadata not otherwise defined in the Tag Suite.

Usage/Remarks

NLM DTD Historical Note

This element (<custom-meta-group>) was significantly remodeled from previous versions of this Tag Set. The current NISO JATS values are backward compatible with all JATS versions and with the last NLM version, but not with earlier NLM DTD versions. Specifically, the <custom-meta-group> element replaces the <custom-meta-wrap> element, which is no longer available.
Related Elements
The element <custom-meta-group> is a grouping element that holds one or more <custom-meta> elements. Each <custom-meta> element contains a name/value pair, <meta-name> and <meta-value> respectively, which name and provide a value for a single metadata field.
Attributes

Base Attributes

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

(custom-meta+)

Tagged Samples
CrossMark identifier
...
<article-meta>
 ...
 <counts>
  <page-count count="1"/>
 </counts>
 <custom-meta-group>
  <custom-meta>
   <meta-name>crossmark</meta-name>
   <meta-value>2013-02-15T11:32:17</meta-value>
  </custom-meta>
 </custom-meta-group>
</article-meta>
...
Previous journal title
...
<front>
 <journal-meta>
  <journal-title-group>
   <journal-title>Biodiversity &amp; Mutation</journal-title>
  </journal-title-group>
  ...
  <custom-meta-group>
   <custom-meta>
    <meta-name>prev-journal-title</meta-name>
    <meta-value>Evolution of Biodiversity</meta-value>
   </custom-meta>
  </custom-meta-group>
 </journal-meta>
 <article-meta>...</article-meta>
</front>
...
Related Resources