summaryrefslogtreecommitdiff
path: root/test/schemas/idc-keyref-err1_0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/idc-keyref-err1_0.xml')
-rw-r--r--test/schemas/idc-keyref-err1_0.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/schemas/idc-keyref-err1_0.xml b/test/schemas/idc-keyref-err1_0.xml
new file mode 100644
index 0000000..64a1d0b
--- /dev/null
+++ b/test/schemas/idc-keyref-err1_0.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<Foo
+ xmlns="urn:test:foo"
+ xmlns:foo="urn:test:foo"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="urn:test:foo idc-keyref_1.xsd">
+
+ <Def>
+ <Link foo:linkKey="L4"/>
+ </Def>
+
+ <Ref foo:linkRef="L4"/>
+
+</Foo> \ No newline at end of file