Last active
March 2, 2021 18:48
-
-
Save dmj/589a5c5c7fb0908c6653839a6e211e23 to your computer and use it in GitHub Desktop.
Recursive sch:include
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" abstract="true"> | |
<sch:assert test="false()"/> | |
</sch:rule> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="*"> | |
<sch:extends href="abstract-rule.sch"/> | |
</sch:rule> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="*"> | |
<sch:assert test="false()"/> | |
</sch:rule> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2"> | |
<sch:include href="pattern.sch"/> | |
</sch:schema> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment