Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: f586872d916886737d9d4be50139d514c4366330 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                                                                                                                 
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="package2"
    nsURI="http://cdo.eclipse.org/tests/PackageRegistry/SubclassTest2.ecore" nsPrefix="p2">
  <eClassifiers xsi:type="ecore:EClass" name="Child7" eSuperTypes="SubclassTest1.ecore#//RootClass"/>
  <eClassifiers xsi:type="ecore:EClass" name="Child8" eSuperTypes="SubclassTest1.ecore#//RootAbstractClass SubclassTest1.ecore#//RootClass SubclassTest1.ecore#//RootInterface"/>
</ecore:EPackage>

Back to the top