summaryrefslogtreecommitdiffstats
path: root/tags/cpp-stable-20060304/sdo/runtime/core/test/my.xsd
blob: da66b397bffa681c05b95e741268f438656f021a (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
		targetNamespace="http://www.commonj.org/xmlns/sca/v0.0.1/" 
		xmlns:sca="http://www.commonj.org/xmlns/sca/v0.0.1/">

	<include schemaLocation="my-core.xsd"/>

	<include schemaLocation="my-implementation-local-java.xsd"/>


</schema>