JATS-0037-005

Rule Overview

Message

Article with section heading "Expression of Concern" must have article-type "expression-of-concern"

Rule XPath:

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

if (matches(., 'Expression\s+of\s+Concern', 'i')) then ancestor::article[@article-type = 'expression-of-concern'] else true()