← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 199: completed content package

 

------------------------------------------------------------
revno: 199
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Mon 2011-10-03 08:56:33 -0500
message:
  completed content package
modified:
  mlhim2-emf/org.mlhim2/mlhim2.ecore


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

Your team MLHIM Specifications Developers is subscribed to branch lp:mlhim-specs.
To unsubscribe from this branch go to https://code.launchpad.net/~mlhim-specs-dev/mlhim-specs/main/+edit-subscription
=== modified file 'mlhim2-emf/org.mlhim2/mlhim2.ecore'
--- mlhim2-emf/org.mlhim2/mlhim2.ecore	2011-10-03 13:25:01 +0000
+++ mlhim2-emf/org.mlhim2/mlhim2.ecore	2011-10-03 13:56:33 +0000
@@ -208,8 +208,27 @@
     <eClassifiers xsi:type="ecore:EClass" name="PointEvent" eSuperTypes="#//structures/Event"/>
   </eSubpackages>
   <eSubpackages name="content">
-    <eClassifiers xsi:type="ecore:EClass" name="Entry" abstract="true" eSuperTypes="#//common/Locatable"/>
-    <eClassifiers xsi:type="ecore:EClass" name="CareEntry" eSuperTypes="#//content/Entry"/>
-    <eClassifiers xsi:type="ecore:EClass" name="AdminEntry" eSuperTypes="#//content/Entry"/>
+    <eClassifiers xsi:type="ecore:EClass" name="Entry" abstract="true" eSuperTypes="#//common/Locatable">
+      <eStructuralFeatures xsi:type="ecore:EReference" name="language" lowerBound="1"
+          eType="#//datatypes/DvCodedString"/>
+      <eStructuralFeatures xsi:type="ecore:EReference" name="encoding" eType="#//datatypes/DvCodedString"/>
+      <eStructuralFeatures xsi:type="ecore:EReference" name="subject" lowerBound="1"
+          eType="#//common/PartyProxy"/>
+      <eStructuralFeatures xsi:type="ecore:EReference" name="provider" eType="#//common/PartyProxy"/>
+      <eStructuralFeatures xsi:type="ecore:EReference" name="other_participations"
+          upperBound="-1" eType="#//common/Participation"/>
+      <eStructuralFeatures xsi:type="ecore:EAttribute" name="workflow_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+      <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
+          eType="#//entity/Relationship"/>
+      <eStructuralFeatures xsi:type="ecore:EReference" name="attestation" eType="#//common/Attestation"/>
+    </eClassifiers>
+    <eClassifiers xsi:type="ecore:EClass" name="CareEntry" eSuperTypes="#//content/Entry">
+      <eStructuralFeatures xsi:type="ecore:EAttribute" name="guideline_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+      <eStructuralFeatures xsi:type="ecore:EAttribute" name="protocol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+    </eClassifiers>
+    <eClassifiers xsi:type="ecore:EClass" name="AdminEntry" eSuperTypes="#//content/Entry">
+      <eStructuralFeatures xsi:type="ecore:EReference" name="data" lowerBound="1"
+          eType="#//structures/Item"/>
+    </eClassifiers>
   </eSubpackages>
 </ecore:EPackage>