We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As reported by @dmj, a pattern may be active without necessarily having rules that fire.
David writes: "If I validate the [...] SVRL report [...] with Jing it complains about the following structure:
<svrl:fired-rule context="mods:name[not(parent::mods:subject)]"/> <svrl:active-pattern/> <svrl:active-pattern/>
Read: We have an active pattern with no matching rule.
But the RelaxNG of SVRL requires at least one svrl:fired-rule after an svrl:active-pattern."
svrl:fired-rule
svrl:active-pattern
Therefore he proposes https://github.com/Schematron/schema/blob/c785b593daf8b33ebd1bf7a942dd6ecd4c2d7bfd/svrl.rnc#L45 should be amended to read:
(fired-rule, (failed-assert | successful-report)*)*)+
The text was updated successfully, but these errors were encountered:
Addressed in the latest edition of the standard; will close if/when standard becomes publicly available.
Sorry, something went wrong.
No branches or pull requests
As reported by @dmj, a pattern may be active without necessarily having rules that fire.
David writes:
"If I validate the [...] SVRL report [...] with Jing it complains about
the following structure:
Read: We have an active pattern with no matching rule.
But the RelaxNG of SVRL requires at least one
svrl:fired-rule
after ansvrl:active-pattern
."Therefore he proposes
https://github.com/Schematron/schema/blob/c785b593daf8b33ebd1bf7a942dd6ecd4c2d7bfd/svrl.rnc#L45
should be amended to read:
(fired-rule, (failed-assert | successful-report)*)*)+
The text was updated successfully, but these errors were encountered: