blob: 59b2e0adad35c0dc37b8031da8231a8546219d3f [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="risks" nsURI="risks" nsPrefix="risks">
<eClassifiers xsi:type="ecore:EClass" name="System">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="risks" upperBound="-1"
eType="#//Risk" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Risk">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="likelihood" eType="#//Scale"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#//Scale"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="closed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Scale">
<eLiterals name="LOW" value="1"/>
<eLiterals name="MEDIUM" value="2"/>
<eLiterals name="HIGH" value="3"/>
</eClassifiers>
</ecore:EPackage>