Skip to main content
summaryrefslogtreecommitdiffstats
blob: d9fa29589d7ef243a235e5b26926363c82949f81 (plain) (blame)
1
2
3
4
5
6
7
<?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="x" nsURI="http://example.org/x" nsPrefix="x">
  <eClassifiers xsi:type="ecore:EClass" name="X">
    <eStructuralFeatures xsi:type="ecore:EReference" name="w" eType="ecore:EClass w.ecore#//W"/>
  </eClassifiers>
</ecore:EPackage>

Back to the top