summaryrefslogtreecommitdiffstats
path: root/branches/sca-android/samples/calculator-android/res/raw/sca.xsd
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-13 20:48:01 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-13 20:48:01 +0000
commit66b717ff298aeaa02af8b3e37ab67f9442919f60 (patch)
tree598f947454265d3b6a8bba2ccdf13f38ae21c33f /branches/sca-android/samples/calculator-android/res/raw/sca.xsd
parent1195364128f6513c02bded22580fa0e830e587d6 (diff)
Moved calculator-android sample to the samples directory.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695028 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-android/samples/calculator-android/res/raw/sca.xsd')
-rw-r--r--branches/sca-android/samples/calculator-android/res/raw/sca.xsd22
1 files changed, 22 insertions, 0 deletions
diff --git a/branches/sca-android/samples/calculator-android/res/raw/sca.xsd b/branches/sca-android/samples/calculator-android/res/raw/sca.xsd
new file mode 100644
index 0000000000..e108342693
--- /dev/null
+++ b/branches/sca-android/samples/calculator-android/res/raw/sca.xsd
@@ -0,0 +1,22 @@
+<?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">
+
+ <include schemaLocation="sca_core.xsd"/>
+
+ <include schemaLocation="sca_interface_java.xsd"/>
+ <include schemaLocation="sca_interface_wsdl.xsd"/>
+
+ <include schemaLocation="sca_implementation_java.xsd"/>
+ <include schemaLocation="sca_implementation_composite.xsd"/>
+
+ <include schemaLocation="sca_binding_webservice.xsd"/>
+ <include schemaLocation="sca_binding_jms.xsd"/>
+ <include schemaLocation="sca_binding_sca.xsd"/>
+
+ <include schemaLocation="sca_definitions.xsd"/>
+ <include schemaLocation="sca_policy.xsd"/>
+
+</schema> \ No newline at end of file