summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/2.0-M4-RC2/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd04.xsd
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-03 08:26:19 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-03 08:26:19 +0000
commita2c3f4546c0c32c3d40c52c81b5fd5131ba19145 (patch)
tree34a20016e47a4de2c8eb44c2b6190e4f73aebad2 /tags/java/sca/2.0-M4-RC2/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd04.xsd
parent7a7471c7e4c95b758da192622f7476dce8f0faf8 (diff)
Tag 2.0 M4 RC2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832340 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/2.0-M4-RC2/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd04.xsd')
-rw-r--r--tags/java/sca/2.0-M4-RC2/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd04.xsd35
1 files changed, 35 insertions, 0 deletions
diff --git a/tags/java/sca/2.0-M4-RC2/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd04.xsd b/tags/java/sca/2.0-M4-RC2/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd04.xsd
new file mode 100644
index 0000000000..b808125568
--- /dev/null
+++ b/tags/java/sca/2.0-M4-RC2/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd04.xsd
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright(C) OASIS(R) 2006,2009. All Rights Reserved.
+ OASIS trademark, IPR and other policies apply. -->
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+ xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+ elementFormDefault="qualified">
+
+ <include schemaLocation="sca-contribution-1.1-cd04.xsd" />
+
+ <element name="export.cpp" type="sca:CPPExport"
+ substitutionGroup="sca:exportBase" />
+
+ <complexType name="CPPExport">
+ <complexContent>
+ <extension base="sca:Export">
+ <attribute name="name" type="QName" use="required" />
+ <attribute name="path" type="string" use="optional" />
+ </extension>
+ </complexContent>
+ </complexType>
+
+ <element name="import.cpp" type="sca:CPPImport"
+ substitutionGroup="sca:importBase" />
+
+ <complexType name="CPPImport">
+ <complexContent>
+ <extension base="sca:Import">
+ <attribute name="name" type="QName" use="required" />
+ <attribute name="location" type="string" use="required" />
+ </extension>
+ </complexContent>
+ </complexType>
+
+</schema> \ No newline at end of file