summaryrefslogtreecommitdiff
path: root/test/schematron/zvon8.sct
diff options
context:
space:
mode:
Diffstat (limited to 'test/schematron/zvon8.sct')
-rw-r--r--test/schematron/zvon8.sct10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/schematron/zvon8.sct b/test/schematron/zvon8.sct
deleted file mode 100644
index 5641ecd..0000000
--- a/test/schematron/zvon8.sct
+++ /dev/null
@@ -1,10 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Test count">
- <rule context="/*">
- <report test="count(//BBB) = count(//AAA)">O.K.</report>
- <assert test="count(//BBB) &lt;= count(//AAA)">Some AAA are missing</assert>
- <report test="count(//BBB) &lt; count(//AAA)">Some BBB are missing</report>
- </rule>
- </pattern>
-</schema>
-