summaryrefslogtreecommitdiff
path: root/test/schematron/zvon12.sct
diff options
context:
space:
mode:
Diffstat (limited to 'test/schematron/zvon12.sct')
-rw-r--r--test/schematron/zvon12.sct8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/schematron/zvon12.sct b/test/schematron/zvon12.sct
deleted file mode 100644
index 049b125..0000000
--- a/test/schematron/zvon12.sct
+++ /dev/null
@@ -1,8 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Number of characters in an abbreviation">
- <rule context="BBB">
- <report test="string-length(@bbb) &lt; 2">There is not enough letters in the abbreviation</report>
- <report test="string-length(@bbb) > 3">There is too much letters in the abbreviation</report>
- </rule>
- </pattern>
-</schema>