summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/2.0-M1/tools/eclipse/plugins/core/xsd/sca-contribution.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/tags/2.0-M1/tools/eclipse/plugins/core/xsd/sca-contribution.xsd')
-rw-r--r--sca-java-1.x/tags/2.0-M1/tools/eclipse/plugins/core/xsd/sca-contribution.xsd21
1 files changed, 21 insertions, 0 deletions
diff --git a/sca-java-1.x/tags/2.0-M1/tools/eclipse/plugins/core/xsd/sca-contribution.xsd b/sca-java-1.x/tags/2.0-M1/tools/eclipse/plugins/core/xsd/sca-contribution.xsd
new file mode 100644
index 0000000000..6861d7afd9
--- /dev/null
+++ b/sca-java-1.x/tags/2.0-M1/tools/eclipse/plugins/core/xsd/sca-contribution.xsd
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- (c) Copyright SCA Collaboration 2006, 2007 -->
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
+ elementFormDefault="qualified">
+
+ <include schemaLocation="sca-core.xsd"/>
+
+ <element name="contribution" type="sca:Contribution"/>
+
+ <complexType name="Contribution">
+ <sequence>
+ <choice minOccurs="0" maxOccurs="unbounded">
+ <any namespace="##any" processContents="lax"/>
+ </choice>
+ </sequence>
+ <anyAttribute namespace="##any" processContents="lax"/>
+ </complexType>
+
+</schema> \ No newline at end of file