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.xml.xpath2.processor.tests/TestSources/strong-queries-results-q2.xsd')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/strong-queries-results-q2.xsd26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/strong-queries-results-q2.xsd b/tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/strong-queries-results-q2.xsd
deleted file mode 100644
index 119235d5..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/strong-queries-results-q2.xsd
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- elementFormDefault="qualified"
- targetNamespace="http://www.example.com/zips"
- xmlns:zips="http://www.example.com/zips">
-
- <xs:element name="zips">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="zips:row"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="row">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="zips:city"/>
- <xs:element ref="zips:state"/>
- <xs:element ref="zips:zip"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="city" type="xs:string"/>
- <xs:element name="state" type="xs:string"/>
- <xs:element name="zip" type="xs:integer"/>
-</xs:schema> \ No newline at end of file

Back to the top