← Back to team overview

cdd-dev team mailing list archive

[Branch ~cdd-dev/cdd/trunk] Rev 278: Changed version of namespace from 2.3.1 to 2.4.0

 

------------------------------------------------------------
revno: 278
committer: Eduardo C. P. Ribeiro <eduardo.cesar@xxxxxxx>
branch nick: devel
timestamp: Sun 2012-10-14 03:21:54 -0300
message:
  Changed version of namespace from 2.3.1 to 2.4.0
modified:
  src/2.0/cdd.py


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

Your team CDD 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-10-01 02:59:35 +0000
+++ src/2.0/cdd.py	2012-10-14 06:21:54 +0000
@@ -2255,9 +2255,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/xmlns/mlhim2/2_3_1"; 
+	   xmlns:mlhim2="http://www.mlhim.org/xmlns/mlhim2/2_4_0"; 
 	   elementFormDefault="qualified"
-	   targetNamespace="http://www.mlhim.org/xmlns/mlhim2/2_3_1";
+	   targetNamespace="http://www.mlhim.org/xmlns/mlhim2/2_4_0";
 	   xmlns:data-view="http://www.w3.org/2003/g/data-view#"; 
 	   data-view:transformation="http://www.mlhim.org/ccd/ccd_md_view.xsl";>
 
@@ -2291,7 +2291,7 @@
     </xs:appinfo>
   </xs:annotation>
 
-  <xs:include schemaLocation="http://www.mlhim.org/xmlns/mlhim2/2_3_1/mlhim2.xsd"/>
+  <xs:include schemaLocation="http://www.mlhim.org/xmlns/mlhim2/2_4_0/mlhim2.xsd"/>
 
   <xs:element name="{ccd_id}" type="mlhim2:{UUID_complex}"/>
   <xs:complexType name="{UUID_complex}">