summaryrefslogtreecommitdiff
path: root/test/schemas/xsd-list-itemType_0.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/xsd-list-itemType_0.xsd')
-rw-r--r--test/schemas/xsd-list-itemType_0.xsd14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/schemas/xsd-list-itemType_0.xsd b/test/schemas/xsd-list-itemType_0.xsd
deleted file mode 100644
index b96dbb4..0000000
--- a/test/schemas/xsd-list-itemType_0.xsd
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-
-<!-- This test checks the implementation of the "itemType" attribute of the xsd:list element. -->
-
-<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://FOO" xmlns:foo="http://FOO">
-
- <element name="foo">
- <simpleType>
- <list itemType="string"/>
- </simpleType>
- </element>
-
-
-</schema> \ No newline at end of file