summaryrefslogtreecommitdiffstats
path: root/sca-cpp/tags/cpp-stable-20060304/sdo/runtime/core/test/include.xsd
blob: 67f3cb55013542643a012812864d8451149a1c84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
    <xsd:schema  
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 	xmlns:sdo="commonj.sdo"
 	xmlns:sdoxml="commonj.sdo/xml"
	xmlns:company="companyNS"
	targetNamespace="companyNS">

	<xsd:include schemaLocation = "include1.xsd"/>
	<xsd:include schemaLocation = "./include2.xsd"/>
	<xsd:include schemaLocation = "../t2/include3.xsd"/>


   </xsd:schema>