Skip to main content
summaryrefslogtreecommitdiffstats
blob: 064d43bf7ff51589127160b210314d38993e1334 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="ASCII"?>
<nodes:NodeMultipleContainment
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:nodes="http://www.eclipse.org/emf/compare/tests/nodes"
    name="Root"
    xmi:id="_r">
  <containmentRef2 xsi:type="nodes:Node" name="A" xmi:id="_a"/>
  <containmentRef2 xsi:type="nodes:Node" name="B" xmi:id="_b"/>
</nodes:NodeMultipleContainment>

Back to the top