diff options
Diffstat (limited to 'test/schematron/zvon14.sct')
-rw-r--r-- | test/schematron/zvon14.sct | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/schematron/zvon14.sct b/test/schematron/zvon14.sct deleted file mode 100644 index f98b6d8..0000000 --- a/test/schematron/zvon14.sct +++ /dev/null @@ -1,10 +0,0 @@ -<schema xmlns="http://www.ascc.net/xml/schematron" > - <pattern name="a child of selected elements"> - <rule context="CCC"> - <assert test="parent::*[name()='BBB' or name()='DDD']">Element CCC must not be a child of element - <name path="parent::*"/> - </assert> - </rule> - </pattern> -</schema> - |