summaryrefslogtreecommitdiffstats
path: root/tags/java-stable-20060304/sca/model/src/main/resources/model/sca.xsd
blob: c2438bc1d446205733fa81ef03ac56c26a1f0ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!-- (c) Copyright BEA Systems Inc. and IBM Corporation 2005 -->
<schema xmlns="http://www.w3.org/2001/XMLSchema"
		targetNamespace="http://www.osoa.org/xmlns/sca/0.9" 
		xmlns:sdojava="commonj.sdo/java"
		xmlns:sca="http://www.osoa.org/xmlns/sca/0.9"
		sdojava:package="org.apache.tuscany.model.scdl">

	<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-binding-webservice.xsd"/>
	<include schemaLocation="sca-binding-sca.xsd"/>	

</schema>