blob: 7a7c87e0a84f572d1f0214c8ba00219956ce6f0f [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="talltree" nsURI="http://www.eclipse.org/qvt/examples/0.1/TallTree"
nsPrefix="talltree">
<eClassifiers xsi:type="ecore:EClass" name="TallNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#//TallNode" containment="true" eOpposite="#//TallNode/parent"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//TallNode"
eOpposite="#//TallNode/children"/>
</eClassifiers>
</ecore:EPackage>