Skip to main content
summaryrefslogtreecommitdiffstats
blob: 54602874fb72baa8334912b43a421b2adc8f6a3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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:NodeFeatureMapContainment2" name="n2">
      <multiple name="b"/>
      <single name="a"/>
    </containmentRef1>
</nodes:Node>

Back to the top