-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Define the production rules for SVRL #7
Comments
SVRL appears in an informative part of the standard, but agree that more clarity would help. |
There is a mapping given here that may be useful input:
https://schematron.com/schematron_open_documentation/schematron_cheat_sheet.html
Rick
…On Wed, Apr 26, 2023 at 3:06 AM Andrew Sales ***@***.***> wrote:
SVRL appears in an informative part of the standard, but agree that more
clarity would help.
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF65KKJ5VWUO54TY2HHCZP3XDAACBANCNFSM46NU7VLQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: <Schematron/schematron-enhancement-proposals/issues/7/1522134048@
github.com>
|
add optional role attribute to pattern and group, to facilitate svrl:active-*/@ROLE; add optional role attribute to svrl:diagnostic-reference, in line with svrl:property-reference re Schematron/schematron-enhancement-proposals#5, Schematron/schematron-enhancement-proposals#7
@rjelliffe - a few notes about the mapping. For For For |
Annex D now includes a mapping, also highlighting where none exists. |
There is a schema for SVRL but there are no "production rules". What I mean is that it is not defined that when a pattern gets active a
<svrl:active-pattern .../>
is produced. And when a rule fires<svrl:fired-rule .../>
. Etc.Of course it's obvious, but a specification should IMHO not leave things to being obvious. It should define the exact rules for producing an SVRL document based on a Schematron validation run.
The text was updated successfully, but these errors were encountered: