Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6283279f6715ad9532f991e46f3fb812412447e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?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="id"
    nsURI="http://pror.org/presentation/id" nsPrefix="id">
  <eClassifiers xsi:type="ecore:EClass" name="IdConfiguration" eSuperTypes="../../org.eclipse.rmf.pror.reqif10/model/configuration.ecore#//ProrPresentationConfiguration">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" lowerBound="1"
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="REQ-"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="count" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
  </eClassifiers>
</ecore:EPackage>

Back to the top