summaryrefslogtreecommitdiffstats
path: root/sdo-java/tags/1.0-incubator-M3/sdo/impl/src/test/resources/foo-ext.xml
blob: 000909a52e53fb3e5219f6b7ce615212d25826fc (plain)
1
2
3
4
5
6
7
8
9
<module name="m" xmlns="http://foo" xmlns:bar="http://bar"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://bar foo-ext.xsd http://foo foo.xsd ">
	<component name="c">
		<bar:implementation.mock myAttr="helloworld.HelloWorldImpl"
			listAttr="1 2">1<bar:myElement>Dummy</bar:myElement>2
		</bar:implementation.mock>	
	</component>
</module>