summaryrefslogtreecommitdiff
path: root/test/schemas/import2_0.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/import2_0.xsd')
-rw-r--r--test/schemas/import2_0.xsd24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/schemas/import2_0.xsd b/test/schemas/import2_0.xsd
deleted file mode 100644
index 6922bec..0000000
--- a/test/schemas/import2_0.xsd
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:foo="http://FOO"
- targetNamespace="http://BAR"
- elementFormDefault="qualified">
-
- <xsd:import namespace="http://FOO" schemaLocation="import2_0.imp"/>
-
- <xsd:simpleType name="fooType">
- <xsd:restriction base="xsd:string">
- <xsd:maxLength value="10"/>
- </xsd:restriction>
- </xsd:simpleType>
-
- <xsd:element name="bar">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element ref="foo:foo" minOccurs="0"/>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
-
-
-</xsd:schema>