<custom-meta-group>

Custom Metadata Group

Some tag sets allow for metadata beyond that which is named by this Tag Set. This element is used to contain these additional elements.

Remarks

This element (<custom-meta-group>) has been significantly remodeled in version 3.0 of the Tag Set. The values and/or usage in version 3.0 are not backward-compatible with that in previous versions of the Tag Set. 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.

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:

<article-meta>, <front-stub>

Example

...
<front>
<journal-meta>
<journal-id>BioDiv Mut</journal-id>
<journal-title-group>
<journal-title>Biodiversity &amp; 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><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>
...

Module

common3.ent