summaryrefslogtreecommitdiff
path: root/test/schematron/zvon6.sct
diff options
context:
space:
mode:
Diffstat (limited to 'test/schematron/zvon6.sct')
-rw-r--r--test/schematron/zvon6.sct8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/schematron/zvon6.sct b/test/schematron/zvon6.sct
deleted file mode 100644
index 678ae58..0000000
--- a/test/schematron/zvon6.sct
+++ /dev/null
@@ -1,8 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Predefined values">
- <rule context="AAA">
- <report test="normalize-space(.) = 'aaa' or normalize-space(.) = 'bbb'">O.K.</report>
- <assert test="normalize-space(.) = 'aaa' or normalize-space(.) = 'bbb'">The AAA value is not permitted.</assert>
- </rule>
- </pattern>
-</schema>