Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 17376d37ca4a9b2939dd9442984790f99d8e1c24 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?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="diagramholder" nsURI="http://www.eclipse.org/papyrus/migration/diagramholder"
    nsPrefix="res">
  <eClassifiers xsi:type="ecore:EClass" name="DiagramHolder" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EAnnotation">
    <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDiagrams" upperBound="-1"
        eType="ecore:EClass http://www.eclipse.org/gmf/runtime/1.0.2/notation#//Diagram"/>
  </eClassifiers>
</ecore:EPackage>

Back to the top