mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00676
[Branch ~cdd-dev/cdd/trunk] Rev 224: Updated the default namespaces to 2_3_1 and rdf:about to "http://www.mlhim.org/ccd/<ccd_id>"
------------------------------------------------------------
revno: 224
committer: Eduardo C. P. Ribeiro <eduardo.cesar@xxxxxxx>
branch nick: cdd
timestamp: Sun 2012-08-26 19:23:11 -0300
message:
Updated the default namespaces to 2_3_1 and rdf:about to "http://www.mlhim.org/ccd/<ccd_id>"
modified:
src/cdd_version.py
src/cdg_main.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/cdd_version.py'
--- src/cdd_version.py 2012-08-26 13:17:32 +0000
+++ src/cdd_version.py 2012-08-26 22:23:11 +0000
@@ -1,2 +1,2 @@
-REVNO = 222
+REVNO = 223
VERSION = '2.3.0 Rev. %d' % (int(REVNO) + 1)
=== modified file 'src/cdg_main.py'
--- src/cdg_main.py 2012-08-26 13:17:32 +0000
+++ src/cdg_main.py 2012-08-26 22:23:11 +0000
@@ -463,19 +463,17 @@
f.write("""<?xml version="1.1" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:mlhim2="http://www.mlhim.org/xmls/mlhim2/2_3_0"
- elementFormDefault="qualified"
- targetNamespace="http://www.mlhim.org/xmls/mlhim2/2_3_0">
+ xmlns:mlhim2="http://www.mlhim.org/xmls/mlhim2/2_3_1" elementFormDefault="qualified"
+ targetNamespace="http://www.mlhim.org/xmls/mlhim2/2_3_1">
<xs:annotation>
<xs:documentation source="http://www.mlhim.org" xml:lang="{language}">
This is a {title} Concept Constraint Definition schema file (CCD).
<rdf:RDF
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:dc= "http://purl.org/dc/elements/1.1/">
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc= "http://purl.org/dc/elements/1.1/">
- <rdf:Description rdf:about="http://www.hkcr.net/ccd/{ccd_id}">
+ <rdf:Description rdf:about="http://www.mlhim.org/ccd/{ccd_id}">
<dc:title>{title}</dc:title>
<dc:creator>{creator} <{creator_email}> </dc:creator>
{contributors}