← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 228: Added valid_trues and valid_falses to DvBoolean in Ecore.

 

------------------------------------------------------------
revno: 228
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Mon 2011-11-28 10:13:43 -0600
message:
  Added valid_trues and valid_falses to DvBoolean in Ecore.
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-11-28 16:10:26 +0000
+++ mlhim2-emf/org.mlhim2/model/mlhim2.ecore	2011-11-28 16:13:43 +0000
@@ -12,6 +12,10 @@
     <eClassifiers xsi:type="ecore:EClass" name="DvBoolean" eSuperTypes="#//datatypes/DvAny">
       <eOperations name="convert" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
       <eStructuralFeatures xsi:type="ecore:EAttribute" name="dv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+      <eStructuralFeatures xsi:type="ecore:EAttribute" name="valid_trues" upperBound="-1"
+          eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEnumerator"/>
+      <eStructuralFeatures xsi:type="ecore:EAttribute" name="valid_falses" upperBound="-1"
+          eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEnumerator"/>
     </eClassifiers>
     <eClassifiers xsi:type="ecore:EClass" name="DvURI" eSuperTypes="#//datatypes/DvString">
       <eOperations name="validURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>