<meta-value>

Metadata Data Value for Custom Metadata

The value of a custom metadata field that is named by the <meta-name> element

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-value   (#PCDATA %meta-value-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