summaryrefslogtreecommitdiffstats
path: root/tags/cpp-stable-20060304/sdo/runtime/core/test/t2/includeother.xsd
blob: 7e42346471405bd22b093abe37f46fc5fc10c480 (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 = "includeother1.xsd"/>
	<xsd:include schemaLocation = "./includeother2.xsd"/>
	<xsd:include schemaLocation = "../Debug/includeother3.xsd"/>


  </xsd:schema>