Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: db6bf4c5e82e082770c85212c380bcc521452688 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?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="root"
    nsURI="http://www.eclipse.org/papyrus/properties/root" nsPrefix="root">
  <eClassifiers xsi:type="ecore:EClass" name="PropertiesRoot">
    <eStructuralFeatures xsi:type="ecore:EReference" name="environments" upperBound="-1"
        eType="ecore:EClass platform:/plugin/org.eclipse.papyrus.views.properties.model/Model/Properties.ecore#//environment/Environment"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="contexts" upperBound="-1"
        eType="ecore:EClass platform:/plugin/org.eclipse.papyrus.views.properties.model/Model/Properties.ecore#//contexts/Context"/>
  </eClassifiers>
</ecore:EPackage>

Back to the top