summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/java-stable-20060304/spec/sca/src/main/resources/schemas/sca.xsd
blob: b0493eb42e4c2823451486ce4fb285d56d772c77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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:sca="http://www.osoa.org/xmlns/sca/0.9">

	<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>