summaryrefslogtreecommitdiff
path: root/test/schemas/anyAttr-errors1_0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/anyAttr-errors1_0.xml')
-rw-r--r--test/schemas/anyAttr-errors1_0.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/schemas/anyAttr-errors1_0.xml b/test/schemas/anyAttr-errors1_0.xml
deleted file mode 100644
index 769a5bb..0000000
--- a/test/schemas/anyAttr-errors1_0.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<foo
- xmlns="http://FOO"
- xmlns:foo="http://FOO"
- xmlns:bar="http://BAR"
- xmlns:import="http://IMPORT"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://FOO file:///c:/dev/libxml2/patches/2004-05-17/anyAttr-errors1_0.xsd">
-
- <!-- not allowed: foo:barC -->
- <basic.B foo:barC="o"/>
- <!-- not allowed: foo:barC -->
- <basic.C foo:barC="o"/>
- <!-- not allowed: barA, bar:barB -->
- <basic.D barA="o" bar:barB="o"/>
- <!-- not allowed: bar:barB -->
- <inters.2_1 barA="o" bar:barB="o" foo:barC="o"/>
- <!-- not allowed: barA, foo:barC -->
- <inters.3_1 barA="o" bar:barB="o" foo:barC="o"/>
- <!-- not allowed: bar:barB -->
- <inters.4_1 barA="o" bar:barB="o" foo:barC="o"/>
- <!-- not allowed: barA, foo:barC -->
- <inters.6_1 barA="o" bar:barB="o" foo:barC="o"/>
-</foo>
-
-