← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 253: ccd.xsd is completed in move to elements vs. attributes.

 

------------------------------------------------------------
revno: 253
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Mon 2012-05-28 14:38:54 -0300
message:
  ccd.xsd is completed in move to elements vs. attributes.
modified:
  schemas/ccd.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/ccd.xsd'
--- schemas/ccd.xsd	2012-05-28 17:25:39 +0000
+++ schemas/ccd.xsd	2012-05-28 17:38:54 +0000
@@ -9,7 +9,9 @@
   <xs:complexType name="CCD">
     <xs:complexContent>
       <xs:extension base="xs:anySimpleType">
+      <xs:sequence>
         <xs:element name="definition" type="mlhim2:Locatable" minOccurs="1" maxOccurs="1" />
+      </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>