mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00404
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 201: completed common package
------------------------------------------------------------
revno: 201
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Mon 2011-10-03 17:06:23 -0500
message:
completed common 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 14:24:16 +0000
+++ mlhim2-emf/org.mlhim2/mlhim2.ecore 2011-10-03 22:06:23 +0000
@@ -198,8 +198,26 @@
<eStructuralFeatures xsi:type="ecore:EReference" name="start_time" eType="#//datatypes/DvDateTime"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="end_time" eType="#//datatypes/DvDateTime"/>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="FeederAudit"/>
- <eClassifiers xsi:type="ecore:EClass" name="FeederAuditDetails"/>
+ <eClassifiers xsi:type="ecore:EClass" name="FeederAudit">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="originating_system_audit"
+ lowerBound="1" eType="#//common/FeederAuditDetails"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="originating_system_ids"
+ lowerBound="1" upperBound="-1" eType="#//datatypes/DvIdentifier"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="feeder_system_audit"
+ eType="#//common/FeederAuditDetails"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="feeder_system_ids" upperBound="-1"
+ eType="#//datatypes/DvIdentifier"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="original_content" lowerBound="1"
+ eType="#//datatypes/DvParsable"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="FeederAuditDetails">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="system_id" eType="#//datatypes/DvIdentifier"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="provider" eType="#//common/PartyIdentified"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//entity/Location"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="time" eType="#//datatypes/DvDateTime"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="subject" eType="#//common/PartyProxy"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="version_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ </eClassifiers>
</eSubpackages>
<eSubpackages name="metadata">
<eClassifiers xsi:type="ecore:EClass" name="MetaDataSet">