blob: c833444f5abef4993c5dd2118adf619ef95d68d8 [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="minisd" nsURI="minisd" nsPrefix="">
<eClassifiers xsi:type="ecore:EClass" name="Scenario" eSuperTypes="#//Block"/>
<eClassifiers xsi:type="ecore:EClass" name="Participant">
<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="Step" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Step">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sub" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="steps" upperBound="-1"
eType="#//Step" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//Block"/>
<eClassifiers xsi:type="ecore:EClass" name="Alt" eSuperTypes="#//Step">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1"
eType="#//Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Step">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Participant"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Participant"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>