blob: c3c7fa5a7b1befcbbfe8e6168f5039f08e11b7be [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="CompetitionDsl">
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<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="Competition" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1"
eType="#//Group" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="competitors" upperBound="-1"
eType="#//Competitor" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Competitor" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="information" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="group" eType="#//Group"
eOpposite="#//Group/competitors"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="competitors" upperBound="-1"
eType="#//Competitor" eOpposite="#//Competitor/group"/>
</eClassifiers>
</ecore:EPackage>