summaryrefslogtreecommitdiff
path: root/test/schemas/annot-err_0.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/annot-err_0.xsd')
-rw-r--r--test/schemas/annot-err_0.xsd21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/schemas/annot-err_0.xsd b/test/schemas/annot-err_0.xsd
deleted file mode 100644
index 94d818c..0000000
--- a/test/schemas/annot-err_0.xsd
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://FOO"
- xmlns:goo="http://GOO"
- xmlns:but="http://BUT">
- <xsd:element name="foo" xml:lang="hhh">
- <xsd:annotation id="id1" death="is a good entertainer" but:such="is life">
- I shouldn't do this here...
- <xsd:appinfo id="id2" source="somewhere"
- goo:fun="bag" fun="another fun-bag">
- weeelll
- </xsd:appinfo>
- <xsd:documentation xml:lang="*" id="id3" source="anywhere"
- goo:mothers="of invention" mothers="don't do your dishes">
- hmmmmmm
- </xsd:documentation>
- ...and here as well - more than ever
- </xsd:annotation>
- </xsd:element>
-
-</xsd:schema>