blob: 150704ece3285bbdb6715cfed15ba59c32612349 [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="helloworldext"
nsURI="helloworldext" nsPrefix="helloworldext">
<eClassifiers xsi:type="ecore:EClass" name="GreetingMessage">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Greeting">
<eStructuralFeatures xsi:type="ecore:EReference" name="greetingMessage" eType="#//GreetingMessage"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="person" eType="#//Person"
containment="true"/>
</eClassifiers>
</ecore:EPackage>