JATS-0009-007

Rule Overview

Message

article-version for JAV 2026 with @content-type="article-lifecycle-stage" should have @vocab-term and corresponding @article-version-type values from the list "Version of Record" (vor), "Proof" (pf), "Accepted Manuscript" (am), "Published Manuscript Under Review" (pmur), "Submitted Manuscript Under Review" (smur), "Author's Original" (ao)

Rule XPath:

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

not(@vocab-identifier = 'http://www.niso.org/schemas/jav/1.0/' and @content-type = 'article-lifecycle-stage') or (@vocab-term='Version of Record' and @article-version-type='vor') or (@vocab-term='Proof' and @article-version-type='pf') or (@vocab-term='Accepted Manuscript' and @article-version-type='am') or (@vocab-term='Published Manuscript Under Review' and @article-version-type='pmur') or (@vocab-term='Submitted Manuscript Under Review' and @article-version-type='smur') or (@vocab-term="Author's Original" and @article-version-type='ao')

Contexts