Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.rmf.reqif10.pror.presentation.id/model/ID.ecore')
-rw-r--r--org.eclipse.rmf.reqif10.pror.presentation.id/model/ID.ecore17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.rmf.reqif10.pror.presentation.id/model/ID.ecore b/org.eclipse.rmf.reqif10.pror.presentation.id/model/ID.ecore
new file mode 100644
index 00000000..48649512
--- /dev/null
+++ b/org.eclipse.rmf.reqif10.pror.presentation.id/model/ID.ecore
@@ -0,0 +1,17 @@
+<?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"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlign" eType="#//IdVerticalAlign"
+ defaultValueLiteral="Top"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EEnum" name="IdVerticalAlign">
+ <eLiterals name="Top" literal="Top"/>
+ <eLiterals name="Center" value="1" literal="Center"/>
+ </eClassifiers>
+</ecore:EPackage>

Back to the top