Skip to main content
summaryrefslogtreecommitdiffstats
blob: ab0456fc247246bdc9944b12b7b5d8b4eb2a8013 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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="_CEv4EM7REeOlS6AUBGqBsw"
    name="root">
  <containmentRef1
      xsi:type="nodes:NodeFeatureMapNonContainment"
      xmi:id="_VtNNsNRpEeOZ_K3DPNcuBQ"
      name="mapNC1">
    <firstKeyNC
        href="#_lNZlINRpEeOZ_K3DPNcuBQ"/>
    <firstKeyNC
        href="#_k7yQsNRpEeOZ_K3DPNcuBQ"/>
    <firstKeyNC
        href="#_ldblMNRpEeOZ_K3DPNcuBQ"/>
  </containmentRef1>
  <containmentRef1
      xmi:id="_k7yQsNRpEeOZ_K3DPNcuBQ"
      name="node1"/>
  <containmentRef1
      xmi:id="_lNZlINRpEeOZ_K3DPNcuBQ"
      name="node2"/>
  <containmentRef1
      xmi:id="_ldblMNRpEeOZ_K3DPNcuBQ"
      name="node3"/>
</nodes:Node>

Back to the top