Publication Date

A Publication date for the book must be captured in a <pub-date> element

The <pub-date> element must have a @iso-8601-date attribute containing a ISO-8601 formated date (See https://www.iso.org/iso-8601-date-and-time-format.html)

The <pub-date> must have <day> , <month> and <year> child elements populated with the correct numerical values.

The date values must include leading zeros

Example

<pub-date iso-8601-date="2021-11-01">
  <day>01</day>
  <month>11</month>
  <year>2021</year>
</pub-date>