summaryrefslogtreecommitdiffstats
path: root/libxml2/test/schemas/include2_0.inc
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/schemas/include2_0.inc')
-rw-r--r--libxml2/test/schemas/include2_0.inc17
1 files changed, 0 insertions, 17 deletions
diff --git a/libxml2/test/schemas/include2_0.inc b/libxml2/test/schemas/include2_0.inc
deleted file mode 100644
index 3104cd5..0000000
--- a/libxml2/test/schemas/include2_0.inc
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0"?>
-<xsd:schema
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- elementFormDefault="qualified" attributeFormDefault="qualified"
- blockDefault="extension" finalDefault="extension">
-
- <xsd:element name="bar">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="bar.B" type="xsd:anyType"/>
- </xsd:sequence>
- <xsd:attribute name="bar"/>
- </xsd:complexType>
-
- </xsd:element>
-
-</xsd:schema> \ No newline at end of file