<custom-meta-group>
Custom Metadata Group
Container element for metadata not otherwise defined in the Tag Suite.
Remarks
Historical Note: This element (<custom-meta-group>) was significantly remodeled
from previous versions of this Tag Set. The current NISO JATS values are backwards compatible
with the last NLM version, but not with earlier versions. Specifically, the <custom-meta-group> element replaces the <custom-meta-wrap> element, which is no longer available.
Content Model
<!ELEMENT custom-meta-group %custom-meta-group-model; >
Expanded Content Model
(custom-meta+)
Description
<custom-meta> Custom Metadata, one or more
This element may be contained in:
Example 1
Recording a 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>
...
Example 2
Recording a previous journal title:
...
<front>
<journal-meta>
<journal-id>BioDiv Mut</journal-id>
<journal-title-group>
<journal-title>Biodiversity & Mutation</journal-title>
</journal-title-group>
<issn>...</issn>
</journal-meta>
<article-meta>
<title-group>
<article-title>Black Smokers Sufrous Life</article-title>
</title-group>
<pub-date iso-8601-date="2009"><year>2009</year></pub-date>
<fpage>87</fpage>
<lpage>93</lpage>
<custom-meta-group>
<custom-meta>
<meta-name>prev-journal-title</meta-name>
<meta-value>Evolution of Biodiversity</meta-value>
</custom-meta>
</custom-meta-group>
</article-meta>
</front>
...