summaryrefslogtreecommitdiff
path: root/test/schematron/zvon13.sct
diff options
context:
space:
mode:
Diffstat (limited to 'test/schematron/zvon13.sct')
-rw-r--r--test/schematron/zvon13.sct7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/schematron/zvon13.sct b/test/schematron/zvon13.sct
deleted file mode 100644
index cd433e0..0000000
--- a/test/schematron/zvon13.sct
+++ /dev/null
@@ -1,7 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Sum equals 100%.">
- <rule context="Total">
- <assert test="sum(//Percent) = 100">The values do not sum to 100%. </assert>
- </rule>
- </pattern>
-</schema>