diff options
Diffstat (limited to 'libxml2/test/schematron/zvon10.sct')
-rw-r--r-- | libxml2/test/schematron/zvon10.sct | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libxml2/test/schematron/zvon10.sct b/libxml2/test/schematron/zvon10.sct deleted file mode 100644 index 783fac5..0000000 --- a/libxml2/test/schematron/zvon10.sct +++ /dev/null @@ -1,15 +0,0 @@ -<schema xmlns="http://www.ascc.net/xml/schematron" > - <pattern name="Open model"> - <rule context="AAA"> - <assert test="BBB"> BBB element is not present</assert> - <assert test="CCC"> CCC element is not present</assert> - </rule> - </pattern> - <pattern name="Closed model"> - <rule context="AAA"> - <assert test="BBB"> BBB element is not present</assert> - <assert test="CCC"> CCC element is not present</assert> - <assert test="count(BBB|CCC) = count (*)">There is an extra element</assert> - </rule> - </pattern> -</schema> |