blob: 75c051342315312aa0c140ea17b0d1e89142318a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:tns="http://someuri"
targetNamespace="http://contrib2"
name="BComposite">
<component name="Component3">
<tns:implementation.xyz anAttribute="abcdef.xyz"/>
<reference name="component2" target="Component2"/>
</component>
</composite>
|