← Back to team overview

mlhim-owners team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/mlhim-emf] Rev 31: Completed attributes in Support package.

 

------------------------------------------------------------
revno: 31
committer: Tim Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-emf
timestamp: Fri 2011-03-04 01:23:49 -0300
message:
  Completed attributes in Support package.
modified:
  org.mlhim.rm/model/mlhim2.ecore


--
lp:~mlhim-specs-dev/mlhim-specs/mlhim-emf
https://code.launchpad.net/~mlhim-specs-dev/mlhim-specs/mlhim-emf

Your team Multi-level Healthcare Information Modelling Owners is subscribed to branch lp:~mlhim-specs-dev/mlhim-specs/mlhim-emf.
To unsubscribe from this branch go to https://code.launchpad.net/~mlhim-specs-dev/mlhim-specs/mlhim-emf/+edit-subscription
=== modified file 'org.mlhim.rm/model/mlhim2.ecore'
--- org.mlhim.rm/model/mlhim2.ecore	2011-03-04 00:26:08 +0000
+++ org.mlhim.rm/model/mlhim2.ecore	2011-03-04 04:23:49 +0000
@@ -4,9 +4,16 @@
     xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"; name="mlhim2"
     nsURI="http://mlhim2/1.0"; nsPrefix="mlhim2">
   <eSubpackages name="Support" nsURI="http://www.mlhim.org/rm/support"; nsPrefix="rm.support">
-    <eClassifiers xsi:type="ecore:EClass" name="ObjectRef"/>
+    <eClassifiers xsi:type="ecore:EClass" name="ObjectRef">
+      <eStructuralFeatures xsi:type="ecore:EAttribute" name="uuid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+      <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+      <eStructuralFeatures xsi:type="ecore:EAttribute" name="obj_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+    </eClassifiers>
     <eClassifiers xsi:type="ecore:EClass" name="EntityRef" eSuperTypes="#//Support/ObjectRef"/>
-    <eClassifiers xsi:type="ecore:EClass" name="ExceptionalValue" abstract="true"/>
+    <eClassifiers xsi:type="ecore:EClass" name="ExceptionalValue" abstract="true">
+      <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+      <eStructuralFeatures xsi:type="ecore:EAttribute" name="meaning" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+    </eClassifiers>
     <eClassifiers xsi:type="ecore:EClass" name="NI" eSuperTypes="#//Support/ExceptionalValue"/>
     <eClassifiers xsi:type="ecore:EClass" name="INV" eSuperTypes="#//Support/NI"/>
     <eClassifiers xsi:type="ecore:EClass" name="MSK" eSuperTypes="#//Support/NI"/>