summaryrefslogtreecommitdiff
path: root/test/schematron/zvon5.sct
diff options
context:
space:
mode:
Diffstat (limited to 'test/schematron/zvon5.sct')
-rw-r--r--test/schematron/zvon5.sct12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/schematron/zvon5.sct b/test/schematron/zvon5.sct
deleted file mode 100644
index 36cb8bb..0000000
--- a/test/schematron/zvon5.sct
+++ /dev/null
@@ -1,12 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Select empty elements CCC">
- <rule context="CCC">
- <assert test="normalize-space(.) and *">Source contains an empty element CCC </assert>
- <report test="normalize-space(.) = ''">[1]An element CCC does not contain any text</report>
- <assert test="normalize-space(.)">[2]An element CCC does not contain any text</assert>
- <report test="not(*)">[1]An element CCC does not contain any child element</report>
- <assert test="*">[2]An element CCC does not contain any child element</assert>
- </rule>
- </pattern>
-</schema>
-