Custom Metadata

Capture custom meta-data for an article in a <custom-meta-group> element.

Capture each piece of custom meta-data in a child <custom-meta> element.

See the following sections for instructions on the relevant custom meta-data:

Example

<custom-meta-group>
  <custom-meta>
    <meta-name>ccc</meta-name>
    <meta-value>1367-2630/23/063005+17$33.00</meta-value>
  </custom-meta>
<custom-meta>
    <meta-name>printed</meta-name>
    <meta-value>Printed in the UK</meta-value>
  </custom-meta>
<custom-meta>
    <meta-name>crossmark</meta-name>
    <meta-value>yes</meta-value>
  </custom-meta>
</custom-meta-group>