| <?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="component" nsURI="http://www.eclipse.org/sirius/sample/component" |
| nsPrefix="component"> |
| <eClassifiers xsi:type="ecore:EClass" name="Component"> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="payload" lowerBound="1" |
| eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" |
| eType="#//Component" containment="true"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" |
| eType="#//Component" eOpposite="#//Component/opposites"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//Component"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="opposites" upperBound="-1" |
| eType="#//Component" eOpposite="#//Component/references"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="references2" upperBound="-1" |
| eType="#//Component"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="aliases" upperBound="-1" |
| eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| </eClassifiers> |
| </ecore:EPackage> |