Skip to main content
summaryrefslogtreecommitdiffstats
blob: 518c8a03a254fda9e0d94189d7a6ea8cba71a84c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?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="_root"
    name="Root">
  <containmentRef1 xsi:type="nodes:NodeOppositeRefOneToMany" name="a" source="b"/>
  <containmentRef1 xsi:type="nodes:NodeOppositeRefOneToMany" name="b" destination="a"/>
</nodes:Node>

Back to the top