<custom-meta-wrap>

Metadata Data Name for Custom Metadata

Definition

Some DTDs and schemas allow for metadata above and beyond that which can be specified by this DTD. This element is a wrapper element used to contain all these additional metadata elements.

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  custom-meta-wrap
                        %custom-meta-wrap-model;                      >

Description

Custom Metadata <custom-meta>, one or more

This element may be contained in:

<article-meta> Article 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