Journal Publication Date Range

Capture the publication date range for a journal in a <publication-date-range> element.

The <publication-date-range> element must contain a child <publication-start-date> element containing the date the journal began publishing formatted as an ISO 8601 date.

If the journal is archived then the <publication-date-range> element must also contain a child <publication-end-date> element containing the date the journal ended publishing formatted as an ISO 8601 date.

Active Title

<publication-date-range>
  <publication-start-date>2009-03-01</publication-start-date>
</publication-date-range>

Archived Title

<publication-date-range>
  <publication-start-date>2018-12-01</publication-start-date>
  <publication-end-date>2022-12-31</publication-end-date>
</publication-date-range>