summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/workspace-manager/src/main/resources/contrib1/contrib1.composite
blob: e2823f38a2103435707f3e971f61e440b21d8043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" 
           xmlns:tns="http://someuri"
           targetNamespace="http://someotheruri"
           name="AComposite">

       <component name="Component1">
         <tns:implementation.xyz anAttribute="abcde"/>
         <reference name="component2" target="Component2"/>
       </component>

       <component name="Component2">
         <tns:implementation.xyz anAttribute="fghij"/>
       </component> 
    
</composite>