JATS-0033-005

Rule Overview

Message

make-live date should have attributes date-type="make-live", publication-format="electronic", iso-8601-date attribute with a correctly formatted date and time in UTC, and year, month, and day elements

Rule XPath:

This rule ASSERTS the following, raising an alert if FALSE:

not(@date-type='make-live') or (@publication-format='electronic' and matches(@iso-8601-date, '^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(Z|\+00:00)$') and (@iso-8601-date castable as xs:dateTime) and year and month and day)