| <?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="eCoreContainemntTree" nsURI="http://www.eclipse.org/qvt/examples/0.1/ECoreContainemntTree" |
| nsPrefix="eCoreContainemntTree"> |
| <eClassifiers xsi:type="ecore:EClass" name="Node"> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" |
| eType="#//Node" eOpposite="#//Node/children"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" |
| eType="#//Node" eOpposite="#//Node/parent"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="subTypes" upperBound="-1" |
| eType="#//Node" eOpposite="#//Node/superTypes"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="superTypes" upperBound="-1" |
| eType="#//Node" eOpposite="#//Node/subTypes"/> |
| </eClassifiers> |
| </ecore:EPackage> |