summaryrefslogtreecommitdiff
path: root/test/schematron/zvon9.sct
diff options
context:
space:
mode:
Diffstat (limited to 'test/schematron/zvon9.sct')
-rw-r--r--test/schematron/zvon9.sct9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/schematron/zvon9.sct b/test/schematron/zvon9.sct
deleted file mode 100644
index 6f67877..0000000
--- a/test/schematron/zvon9.sct
+++ /dev/null
@@ -1,9 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Test attribute">
- <rule context="CCC">
- <report test="parent::BBB and not(@id)">Attribute id is missing</report>
- <report test="not(parent::BBB) and @id">Attribute id is used in wrong context</report>
- </rule>
- </pattern>
-</schema>
-