Collection

Capture the collection information for an article using a <subj-group> element.

The <subj-group> element must contain a @subj-group-type attribute with a value of special.

The <subj-group> element must contain a child <compound-subject> element which itself contains two <compound-subject-part> elements:
  • One with a @content-type attribute of value collection-name containing the name of the collection.
  • One with a @content-type attribute of value collection-id containing the id of the collection.

Example

<subj-group subj-group-type="special">
  <compound-subject>
    <compound-subject-part content-type="collection-name">Toward Carbon Neutrality: Improving
  Resource Efficiency</compound-subject-part>
    <compound-subject-part content-type="collection-id">erl-221215-75</compound-subject-part>
  </compound-subject>
</subj-group>