← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~cdd-dev/cdd/trunk] Rev 244: Had to comment out annotations inside enumerations.

 

------------------------------------------------------------
revno: 244
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: cdd
timestamp: Fri 2012-08-31 10:54:52 -0300
message:
  Had to comment out annotations inside enumerations.
modified:
  src/xls2ccd/xls2ccd.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/xls2ccd/xls2ccd.py'
--- src/xls2ccd/xls2ccd.py	2012-08-31 13:19:46 +0000
+++ src/xls2ccd/xls2ccd.py	2012-08-31 13:54:52 +0000
@@ -208,11 +208,11 @@
             enum = (ccd_dict[k][n][0]).replace("'",'')
             adoc = (ccd_dict[k][n][1]).replace("'",'') + " : " + (ccd_dict[k][n][2]).replace("'",'')
             f.write("""       <xs:enumeration value='"""+enum+"""'/>
-                                 <xs:annotation>
+                                 <!--<xs:annotation>
                                     <xs:documentation>
                                       """ + adoc + """
                                     </xs:documentation>
-                                 </xs:annotation>
+                                 </xs:annotation>-->
             """)
         f.write("""
               </xs:restriction>