You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that I can create a valid Schematron that results in an invalid SVRL report.
It should be
# only failed assertions are reported
failed-assert =
element failed-assert {
attlist.assert-and-report, diagnostic-reference*, property-reference*, human-text?
}
# only successful asserts are reported
successful-report =
element successful-report {
attlist.assert-and-report, diagnostic-reference*, property-reference*, human-text?
}
The text was updated successfully, but these errors were encountered:
dmj
changed the title
svrl:failed-assert & svrl:successful-report require text content but sch:assert & sch:report can be empty
svrl:failed-assert & svrl:successful-report require text but sch:assert & sch:report can be empty
Dec 1, 2018
This means that I can create a valid Schematron that results in an invalid SVRL report.
It should be
The text was updated successfully, but these errors were encountered: