Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.rmf.pror.reqif10.presentation.id/model/ID.ecore')
-rw-r--r--org.eclipse.rmf.pror.reqif10.presentation.id/model/ID.ecore6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.rmf.pror.reqif10.presentation.id/model/ID.ecore b/org.eclipse.rmf.pror.reqif10.presentation.id/model/ID.ecore
index 6283279f..48649512 100644
--- a/org.eclipse.rmf.pror.reqif10.presentation.id/model/ID.ecore
+++ b/org.eclipse.rmf.pror.reqif10.presentation.id/model/ID.ecore
@@ -7,5 +7,11 @@
<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