← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~cdd-dev/cdd/trunk] Rev 262: Merged from the 2.0 development tree - Changed xmls to xmlns.

 

Merge authors:
  Eduardo César (eduardo.cesar)
------------------------------------------------------------
revno: 262 [merge]
committer: Eduardo C. P. Ribeiro <eduardo.cesar@xxxxxxx>
branch nick: mirror
timestamp: Wed 2012-09-19 23:00:00 -0300
message:
  Merged from the 2.0 development tree - Changed xmls to xmlns.
modified:
  src/2.0/cdd.py


--
lp:cdd
https://code.launchpad.net/~cdd-dev/cdd/trunk

Your team MLHIM Specifications Developers is subscribed to branch lp:cdd.
To unsubscribe from this branch go to https://code.launchpad.net/~cdd-dev/cdd/trunk/+edit-subscription
=== modified file 'src/2.0/cdd.py'
--- src/2.0/cdd.py	2012-09-17 23:10:23 +0000
+++ src/2.0/cdd.py	2012-09-20 01:54:44 +0000
@@ -2256,9 +2256,9 @@
         f.write("""<?xml version="1.0" encoding="UTF-8"?>
 
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";
-	   xmlns:mlhim2="http://www.mlhim.org/xmls/mlhim2/2_3_1"; 
+	   xmlns:mlhim2="http://www.mlhim.org/xmlns/mlhim2/2_3_1"; 
 	   elementFormDefault="qualified"
-	   targetNamespace="http://www.mlhim.org/xmls/mlhim2/2_3_1";
+	   targetNamespace="http://www.mlhim.org/xmlns/mlhim2/2_3_1";
 	   xmlns:data-view="http://www.w3.org/2003/g/data-view#"; 
 	   data-view:transformation="http://www.mlhim.org/ccd/ccd_md_view.xsl";>
 
@@ -2292,7 +2292,7 @@
     </xs:appinfo>
   </xs:annotation>
 
-  <xs:include schemaLocation="http://www.mlhim.org/xmls/mlhim2/2_3_1/mlhim2.xsd"/>
+  <xs:include schemaLocation="http://www.mlhim.org/xmlns/mlhim2/2_3_1/mlhim2.xsd"/>
 
   <xs:element name="{ccd_id}" type="mlhim2:{UUID_complex}"/>
   <xs:complexType name="{UUID_complex}">