JATS-0044-004

Rule Overview

Message

@charoff attribute should contain a number between 0 and 100

Rule XPath:

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

not(@charoff) or (@charoff castable as xs:double and number(@charoff) ge 0 and number(@charoff) le 100)