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 'plugins/org.eclipse.wst.common.modulecore/schema/componentCore.xsd')
-rw-r--r--plugins/org.eclipse.wst.common.modulecore/schema/componentCore.xsd52
1 files changed, 0 insertions, 52 deletions
diff --git a/plugins/org.eclipse.wst.common.modulecore/schema/componentCore.xsd b/plugins/org.eclipse.wst.common.modulecore/schema/componentCore.xsd
deleted file mode 100644
index a2d882842..000000000
--- a/plugins/org.eclipse.wst.common.modulecore/schema/componentCore.xsd
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.eclipse.org/webtools/moduleCore" xmlns:tns="http://www.eclipse.org/webtools/moduleCore">
- <element name="project-modules">
- <complexType>
- <sequence minOccurs="1" maxOccurs="unbounded">
- <element name="wb-module">
- <complexType>
- <sequence minOccurs="0" maxOccurs="1">
- <element name="module-type">
- <complexType>
- <attribute name="module-type-id"
- type="string">
- </attribute>
- </complexType>
- </element>
- <sequence minOccurs="0" maxOccurs="unbounded">
- <element name="wb-resource">
- <complexType>
- <attribute name="source-path"
- type="string" use="required">
- </attribute>
- <attribute name="deploy-path"
- type="string" use="required">
- </attribute>
- </complexType>
- </element>
- </sequence>
- <sequence minOccurs="0" maxOccurs="unbounded">
- <element name="dependent-module">
- <complexType>
- <attribute name="handle"
- type="string" use="required">
- </attribute>
- <attribute name="deploy-path"
- type="string" use="required">
- </attribute>
- <attribute name="dependency-type"
- type="string">
- </attribute>
- </complexType>
- </element>
- </sequence>
- </sequence>
- <attribute name="deploy-name" type="string" use="required"></attribute>
- </complexType>
- </element>
- </sequence>
- <attribute name="id" type="string"></attribute>
- </complexType>
- </element>
-
-</schema> \ No newline at end of file

Back to the top