← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 283: Corrected inheritance for ItemType and EntryType.

 

------------------------------------------------------------
revno: 283
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Thu 2012-07-19 11:49:14 -0300
message:
  Corrected inheritance for ItemType and EntryType.
modified:
  schemas/mlhim2.xsd


--
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 'schemas/mlhim2.xsd'
--- schemas/mlhim2.xsd	2012-07-19 13:42:09 +0000
+++ schemas/mlhim2.xsd	2012-07-19 14:49:14 +0000
@@ -4,12 +4,12 @@
 
   <xs:element name="CCD" type="mlhim2:CCDType"/>
   
-  <xs:element name="Entry" abstract="true" type="mlhim2:EntryType"/>
+  <xs:element name="Entry" abstract="true" substitutionGroup="mlhim2:Definition" type="mlhim2:EntryType"/>
   <xs:element name="CareEntry" substitutionGroup="mlhim2:Entry" type="mlhim2:CareEntryType"/>
   <xs:element name="AdminEntry" substitutionGroup="mlhim2:Entry" type="mlhim2:AdminEntryType"/>
   <xs:element name="DemographicEntry" substitutionGroup="mlhim2:Entry" type="mlhim2:DemographicEntryType"/>
   
-  <xs:element name="Item" abstract="true" substitutionGroup="mlhim2:Locatable" type="mlhim2:ItemType"/>
+  <xs:element name="Item" abstract="true" substitutionGroup="mlhim2:Definition" type="mlhim2:ItemType"/>
   <xs:element name="Slot" substitutionGroup="mlhim2:Item" type="mlhim2:SlotType"/>
   <xs:element name="Cluster" substitutionGroup="mlhim2:Item" type="mlhim2:ClusterType"/>
   <xs:element name="Element" substitutionGroup="mlhim2:Item" type="mlhim2:ElementType"/>
@@ -1016,7 +1016,7 @@
       </xs:documentation>
     </xs:annotation>
     <xs:complexContent>
-      <xs:extension base="mlhim2:LocatableType"/>
+      <xs:extension base="mlhim2:DefinitionType"/>
     </xs:complexContent>
   </xs:complexType>
   
@@ -1082,7 +1082,7 @@
       </xs:documentation>
     </xs:annotation>
     <xs:complexContent>
-      <xs:extension base="mlhim2:LocatableType">
+      <xs:extension base="mlhim2:DefinitionType">
         <xs:sequence>
           <xs:element maxOccurs="1" minOccurs="1" name="language" type="mlhim2:DvCodedStringType"/>
           <xs:element name="encoding" type="mlhim2:DvCodedStringType"/>