JATS-0032-005

Rule Overview

Message

sec with title "title" must have the @sec-type value from the list: correction-statement, correction-notice, correction-notice-minor, correction-notice-major

Rule XPath:

This rule REPORTS an alert when the following is TRUE:

matches(title, 'Correction Statement', 'i') and not(tokenize(@sec-type, ' ') = ('correction-statement', 'correction-notice', 'correction-notice-minor', 'correction-notice-major'))

Contexts