| <?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.reqif10.pror/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-" |
| unsettable="true"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="count" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" |
| unsettable="true"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlign" eType="ecore:EEnum #//IdVerticalAlign" |
| defaultValueLiteral="Top" unsettable="true"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EEnum" name="IdVerticalAlign"> |
| <eLiterals name="Top" literal="Top"/> |
| <eLiterals name="Center" value="1" literal="Center"/> |
| </eClassifiers> |
| </ecore:EPackage> |