JATS-0007-009

Rule Overview

Message

An "Expression of Concern" article 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()

Related rules