← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 231: Removed Event and subclasses.

 

------------------------------------------------------------
revno: 231
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Sat 2012-04-07 20:25:19 -0500
message:
  Removed Event and subclasses.
modified:
  mlhim2-emf/org.mlhim2/model/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/model/mlhim2.ecore'
--- mlhim2-emf/org.mlhim2/model/mlhim2.ecore	2011-12-07 05:35:42 +0000
+++ mlhim2-emf/org.mlhim2/model/mlhim2.ecore	2012-04-08 01:25:19 +0000
@@ -51,7 +51,7 @@
       <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1"
           eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
       <eStructuralFeatures xsi:type="ecore:EAttribute" name="charset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
-      <eStructuralFeatures xsi:type="ecore:EReference" name="language" eType="#//datatypes/DvCodedString"/>
+      <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
     </eClassifiers>
     <eClassifiers xsi:type="ecore:EClass" name="DvParsable" eSuperTypes="#//datatypes/DvEncapsulated">
       <eStructuralFeatures xsi:type="ecore:EAttribute" name="dv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
@@ -332,16 +332,6 @@
     <eClassifiers xsi:type="ecore:EClass" name="Element" eSuperTypes="#//structures/Item">
       <eStructuralFeatures xsi:type="ecore:EReference" name="dv" eType="#//datatypes/DvAny"/>
     </eClassifiers>
-    <eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="#//structures/Item">
-      <eStructuralFeatures xsi:type="ecore:EReference" name="time" eType="#//datatypes/DvDateTime"/>
-      <eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="#//datatypes/DvAny"/>
-    </eClassifiers>
-    <eClassifiers xsi:type="ecore:EClass" name="IntervalEvent" eSuperTypes="#//structures/Event">
-      <eStructuralFeatures xsi:type="ecore:EReference" name="width" eType="#//datatypes/DvDuration"/>
-      <eStructuralFeatures xsi:type="ecore:EReference" name="math_function" eType="#//datatypes/DvCodedString"/>
-      <eStructuralFeatures xsi:type="ecore:EReference" name="sample_count" eType="#//datatypes/DvCount"/>
-    </eClassifiers>
-    <eClassifiers xsi:type="ecore:EClass" name="PointEvent" eSuperTypes="#//structures/Event"/>
   </eSubpackages>
   <eSubpackages name="content" nsURI="http://www.mlhim.org/mlhim2/content"; nsPrefix="mlhim2">
     <eClassifiers xsi:type="ecore:EClass" name="Entry" abstract="true" eSuperTypes="#//common/Locatable">