summaryrefslogtreecommitdiff
path: root/test/schematron/zvon11.sct
diff options
context:
space:
mode:
Diffstat (limited to 'test/schematron/zvon11.sct')
-rw-r--r--test/schematron/zvon11.sct8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/schematron/zvon11.sct b/test/schematron/zvon11.sct
deleted file mode 100644
index 79b01fd..0000000
--- a/test/schematron/zvon11.sct
+++ /dev/null
@@ -1,8 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Attributes present">
- <rule context="BBB">
- <assert test="not(@aaa) or (@aaa and @bbb)">The element must not have an isolated aaa attribute</assert>
- <assert test="not(@bbb) or (@aaa and @bbb)">The element must not have an isolated bbb attribute</assert>
- </rule>
- </pattern>
-</schema>