Message
@charoff attribute should contain a number between 0 and 100
@charoff attribute should contain a number between 0 and 100
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)