File: objectsAndChangeDescriptionWithoutObjectsToDetach.xmi

package info (click to toggle)
eclipse-emf 2.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 50,964 kB
  • sloc: java: 407,889; xml: 7,165; sh: 200; makefile: 13
file content (18 lines) | stat: -rwxr-xr-x 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>