← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 202: completed ccd and metadata packages

 

------------------------------------------------------------
revno: 202
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Mon 2011-10-03 17:22:21 -0500
message:
  completed ccd and metadata packages
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 22:06:23 +0000
+++ mlhim2-emf/org.mlhim2/mlhim2.ecore	2011-10-03 22:22:21 +0000
@@ -232,9 +232,18 @@
       <eStructuralFeatures xsi:type="ecore:EAttribute" name="contents" lowerBound="1"
           eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
     </eClassifiers>
+    <eClassifiers xsi:type="ecore:EClass" name="MetaData">
+      <eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="2"
+          upperBound="-1" eType="#//metadata/MetaDataSet"/>
+    </eClassifiers>
   </eSubpackages>
   <eSubpackages name="ccd">
-    <eClassifiers xsi:type="ecore:EClass" name="CCD"/>
+    <eClassifiers xsi:type="ecore:EClass" name="CCD">
+      <eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1"
+          eType="#//common/Locatable"/>
+      <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" lowerBound="1"
+          eType="#//metadata/MetaData"/>
+    </eClassifiers>
   </eSubpackages>
   <eSubpackages name="structures">
     <eClassifiers xsi:type="ecore:EClass" name="Item" abstract="true" eSuperTypes="#//common/Locatable"/>