Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xsd.ui.tests/testresources/XSD/Includes/circular/test/Main002.xsd')
-rw-r--r--tests/org.eclipse.wst.xsd.ui.tests/testresources/XSD/Includes/circular/test/Main002.xsd26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/org.eclipse.wst.xsd.ui.tests/testresources/XSD/Includes/circular/test/Main002.xsd b/tests/org.eclipse.wst.xsd.ui.tests/testresources/XSD/Includes/circular/test/Main002.xsd
deleted file mode 100644
index 5ae82a28e..000000000
--- a/tests/org.eclipse.wst.xsd.ui.tests/testresources/XSD/Includes/circular/test/Main002.xsd
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://www.example.org/Main"
- xmlns:tns="http://www.example.org/Main"
- elementFormDefault="qualified" xmlns:p="http://www.example.org/Import">
-
- <include schemaLocation="../Include1.xsd"></include>
-
- <include schemaLocation="../Include2.xsd"></include>
-
- <include schemaLocation="../Include3.xsd"></include>
-
- <include schemaLocation="../Include4.xsd"></include>
-
- <include schemaLocation="../Include5.xsd"></include>
-
- <include schemaLocation="../Include6.xsd"></include>
-
- <element name="MainElem1" type="string">
- <annotation>
- <appinfo>
- <p:ImpElem1></p:ImpElem1>
- </appinfo>
- </annotation>
- </element>
-</schema> \ No newline at end of file

Back to the top