Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xsd.ui.tests/testresources/XSD/Includes/RefByElement/Unused/Main-Group.xsd')
-rw-r--r--tests/org.eclipse.wst.xsd.ui.tests/testresources/XSD/Includes/RefByElement/Unused/Main-Group.xsd20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/org.eclipse.wst.xsd.ui.tests/testresources/XSD/Includes/RefByElement/Unused/Main-Group.xsd b/tests/org.eclipse.wst.xsd.ui.tests/testresources/XSD/Includes/RefByElement/Unused/Main-Group.xsd
deleted file mode 100644
index f497b0107..000000000
--- a/tests/org.eclipse.wst.xsd.ui.tests/testresources/XSD/Includes/RefByElement/Unused/Main-Group.xsd
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsd:schema targetNamespace="http://www.example.org/Main"
- elementFormDefault="qualified"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns="http://www.example.org/Main">
-
- <xsd:include schemaLocation="../../Include1.xsd"></xsd:include>
-
- <xsd:group name="MainGroup1">
- <xsd:sequence>
- <xsd:element name="localElem1" type="xsd:string"></xsd:element>
- <xsd:choice>
- <xsd:element name="localElem2" type="xsd:string"></xsd:element>
- <xsd:element ref="MainElement1"></xsd:element>
- </xsd:choice>
- </xsd:sequence>
- </xsd:group>
-
- <xsd:element name="MainElement1" type="xsd:string"></xsd:element>
-</xsd:schema> \ No newline at end of file

Back to the top