summaryrefslogtreecommitdiff
path: root/test/schematron/zvon10.sct
diff options
context:
space:
mode:
Diffstat (limited to 'test/schematron/zvon10.sct')
-rw-r--r--test/schematron/zvon10.sct15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/schematron/zvon10.sct b/test/schematron/zvon10.sct
deleted file mode 100644
index 783fac5..0000000
--- a/test/schematron/zvon10.sct
+++ /dev/null
@@ -1,15 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Open model">
- <rule context="AAA">
- <assert test="BBB"> BBB element is not present</assert>
- <assert test="CCC"> CCC element is not present</assert>
- </rule>
- </pattern>
- <pattern name="Closed model">
- <rule context="AAA">
- <assert test="BBB"> BBB element is not present</assert>
- <assert test="CCC"> CCC element is not present</assert>
- <assert test="count(BBB|CCC) = count (*)">There is an extra element</assert>
- </rule>
- </pattern>
-</schema>