blob: f46f2b4d6859ed0e02928ba3590f9987450bd737 [file] [log] [blame]
<?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="workSpaceModel"
nsURI="http://eclipse.org/emf/ecp/common/model/workspaceModel" nsPrefix="org.eclipse.emf.ecp.common.model">
<eClassifiers xsi:type="ecore:EClass" name="ECPWorkspace">
<eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1"
eType="#//ECPProject" containment="true" eOpposite="#//ECPProject/workspace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activeProject" eType="#//ECPProject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ECPProject" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="workspace" eType="#//ECPWorkspace"
eOpposite="#//ECPWorkspace/projects"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootObject" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
</ecore:EPackage>