blob: 9b56f92027f269ea596cd5a1d8b201aaec9d2fb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:tns="http://someuri"
xmlns:test="http://test"
targetNamespace="http://contrib1"
name="AComposite">
<component name="Component1">
<tns:implementation.xyz anAttribute="abcdef.xyz"/>
<reference name="component2" target="Component2"/>
</component>
<component name="Component2">
<tns:implementation.xyz anAttribute="fghij"/>
</component>
</composite>
|