Skip to main content
summaryrefslogtreecommitdiffstats
blob: 46c16c93b80368dec8d4c507760813d8eb6c299e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<nodes:Node xmi:version="2.0" 
	xmlns:xmi="http://www.omg.org/XMI" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xmlns:nodes="http://www.eclipse.org/emf/compare/tests/nodes" 
	xmi:id="_other__root" 
	name="root">
  <containmentRef1 xsi:type="nodes:NodeSingleValueContainment" 
  	xmi:id="_cr1" name="other1"/>
  <containmentRef1 xsi:type="nodes:NodeSingleValueContainment" 
  	xmi:id="_cr2" name="other2"/>
  <containmentRef1 xsi:type="nodes:NodeSingleValueContainment" 
  	xmi:id="_cr3" name="other3"/>
</nodes:Node>

Back to the top