<meta-name>

Metadata Data Name for Custom Metadata

The field name of a custom metadata element, inserted to capture metadata information that is beyond this Tag Set

Remarks

Some Tag Sets allow for metadata above and beyond that which is specified in this Tag Set. To capture this metadata during conversion, use the <custom-meta> element, which contains one name/value pair with few constraints on the length or content of the value. For example, if an element named <prev-journal-title> contains an older title for this journal, as part of the journal metadata, use the <custom-meta> element, with a <meta-name> of “prev-journal-title” and a <meta-value> containing the older name.

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  meta-name    (#PCDATA %meta-name-elements;)*              >

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x)*

Description

Any combination of:

This element may be contained in:

<custom-meta>

Example

...
<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>
...

Module

common3.ent