summaryrefslogtreecommitdiffstats
path: root/libxml2/test/schemas/import2_0.imp
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/schemas/import2_0.imp')
-rw-r--r--libxml2/test/schemas/import2_0.imp24
1 files changed, 0 insertions, 24 deletions
diff --git a/libxml2/test/schemas/import2_0.imp b/libxml2/test/schemas/import2_0.imp
deleted file mode 100644
index 298e6b1..0000000
--- a/libxml2/test/schemas/import2_0.imp
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://FOO"
- xmlns:foo="http://FOO"
- xmlns:bar="http://BAR"
- elementFormDefault="qualified">
-
- <!-- We need to import the namespace for the schema to be valid. -->
- <xsd:import namespace="http://BAR"/>
-
- <xsd:element name="foo">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="foo.B" type="bar:fooType"/>
- <xsd:element ref="bar:bar"/>
- </xsd:sequence>
- <xsd:attribute name="foo.attr"/>
-
- </xsd:complexType>
- </xsd:element>
-
-
-
-</xsd:schema>