summaryrefslogtreecommitdiff
path: root/test/schematron/zvon15.sct
diff options
context:
space:
mode:
Diffstat (limited to 'test/schematron/zvon15.sct')
-rw-r--r--test/schematron/zvon15.sct11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/schematron/zvon15.sct b/test/schematron/zvon15.sct
deleted file mode 100644
index 7da5d86..0000000
--- a/test/schematron/zvon15.sct
+++ /dev/null
@@ -1,11 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="id is the only permited attribute name">
- <rule context="*">
- <report test="@*[not(name()='id')]">Attribute
- <name path="@*[not(name()='id')]"/> is forbidden in element
- <name/>
- </report>
- </rule>
- </pattern>
-</schema>
-