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/id.xsd')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/id.xsd29
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/id.xsd b/tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/id.xsd
deleted file mode 100644
index 20f40ba6..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/id.xsd
+++ /dev/null
@@ -1,29 +0,0 @@
-<xs:schema
- xmlns:xs = "http://www.w3.org/2001/XMLSchema"
- xmlns:ids = "http://www.w3.org/XQueryTest/ididrefs"
- targetNamespace = "http://www.w3.org/XQueryTest/ididrefs"
- elementFormDefault = "qualified">
-
- <xs:element name = "IDS" type = "ids:rootContent"/>
-
- <xs:complexType name = "rootContent">
- <xs:sequence>
- <xs:element name="elementwithid-1" type = "ids:elementWithIDAttribute"/>
- <xs:element name="elementwithid-2" type = "ids:elementWithIDAttribute"/>
- <xs:element name="elementwithid-3" type = "ids:elementWithIDAttribute"/>
- <xs:element name="elementwithid-4" type = "ids:elementWithIDAttribute"/>
- <xs:element name="elementwithid-5" type = "ids:elementWithIDAttribute"/>
- <xs:element name="elementwithid-6" type = "ids:elementWithIDAttribute"/>
- <xs:element name="elementwithidref-1" type = "xs:IDREF"/>
- <xs:element name="elementwithidref-2" type = "xs:IDREF"/>
- <xs:element name="elementwithidref-3" type = "xs:IDREF"/>
- <xs:element name="elementwithidref-4" type = "xs:IDREF"/>
- <xs:element name="elementwithidref-5" type = "xs:IDREF"/>
- <xs:element name="elementwithidref-6" type = "xs:IDREF"/>
- </xs:sequence>
- </xs:complexType>
-
- <xs:complexType name="elementWithIDAttribute">
- <xs:attribute name="anId" type="xs:ID" use="required" />
- </xs:complexType>
-</xs:schema> \ No newline at end of file

Back to the top