File: objectsAndChangeDescriptionWithoutObjectsToDetach.xmi

package info (click to toggle)
eclipse-emf 2.42.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 73,344 kB
  • sloc: java: 711,198; xml: 12,829; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 769 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="ASCII"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.eclipse.org/emf/test.core.change/testLoadChangeDescritpion" xmlns:change="http://www.eclipse.org/emf/2003/Change">
  <Family>
    <spouse1 name="John"/>
    <spouse2 name="Lisa"/>
    <children name="Paul"/>
    <children name="Anna"/>
  </Family>
  <change:ChangeDescription>
    <objectChanges key="/0">
      <value featureName="spouse2" referenceValue="/1/@objectsToAttach.0"/>
      <value featureName="children">
        <listChanges kind="REMOVE" index="1"/>
      </value>
    </objectChanges>
    <objectsToAttach xsi:type="Person" name="Mary"/>
  </change:ChangeDescription>
</xmi:XMI>