← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 262: Working on namespace corrections.

 

------------------------------------------------------------
revno: 262
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Fri 2012-06-01 15:12:06 -0300
message:
  Working on namespace corrections.
removed:
  schemas/xsd_validator.zip
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-31 14:33:14 +0000
+++ schemas/ccd.xsd	2012-06-01 18:12:06 +0000
@@ -8,15 +8,13 @@
   <xs:include schemaLocation="http://www.mlhim.org/xmls/mlhim2/2_3_0/structures.xsd"/>
   <xs:include schemaLocation="http://www.mlhim.org/xmls/mlhim2/2_3_0/content.xsd"/>
   
-<xs:element name="ccd" type="mlhim2:ccd_def"></xs:element>
 
-  <xs:complexType name="ccd_def">
-    <xs:complexContent>
-      <xs:extension base="xs:anySimpleType">
+  <xs:complexType name="CCD">
+  <xs:complexContent>
         <xs:sequence>
           <xs:element name="definition" type="mlhim2:Locatable"/>
         </xs:sequence>
-      </xs:extension>
-    </xs:complexContent>
+ </xs:complexContent>       
   </xs:complexType>
+  
 </xs:schema>

=== removed file 'schemas/xsd_validator.zip'
Binary files schemas/xsd_validator.zip	2012-05-29 19:35:53 +0000 and schemas/xsd_validator.zip	1970-01-01 00:00:00 +0000 differ