<meta-name>

Metadata Data Name for Custom Metadata

Definition

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-wrap> acts as a wrapper element to contain an infinite number of <custom-meta> elements. Each <custom-meta> element houses a name/value pair, <meta-name> and <meta-value> respectively, which name and provide a value for a single metadata field.

Model Information

Content Model

<!ELEMENT  meta-name    (#PCDATA %meta-name-elements;)*              >

Description

Any combination of:

This element may be contained in:

<custom-meta> Custom Metadata

Tagged Example

   
...
<front>
<journal-meta>...</journal-meta>
<article-meta>
...
<pub-date><year>2004</year></pub-date>
<fpage>780</fpage><lpage>785</lpage>
<custom-meta-wrap>
<custom-meta>
<meta-name>journalsubtitle</meta-name>
<meta-value>for biotechnology professionals</meta-value>
</custom-meta>
</custom-meta-wrap>
</article-meta>
</front>
...


   

Module

common.ent