summaryrefslogtreecommitdiff
path: root/test/schemas/bug141312_0.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/bug141312_0.xsd')
-rw-r--r--test/schemas/bug141312_0.xsd16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/schemas/bug141312_0.xsd b/test/schemas/bug141312_0.xsd
deleted file mode 100644
index c9a7e2c..0000000
--- a/test/schemas/bug141312_0.xsd
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<schema
- xmlns="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://FOO"
- xmlns:foo="http://FOO">
-
- <element name="foo" type="foo:fooType" nillable="false" />
-
- <complexType name="fooType" mixed="true">
- <simpleContent>
- <extension base="string" />
- </simpleContent>
- </complexType>
-
-</schema>
-