lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5551] Use a more appropriate type for 'FundAllocations'


From: Greg Chicares
Subject: [lmi-commits] [5551] Use a more appropriate type for 'FundAllocations'
Date: Mon, 27 Aug 2012 10:41:19 +0000

Revision: 5551
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5551
Author:   chicares
Date:     2012-08-27 10:41:19 +0000 (Mon, 27 Aug 2012)
Log Message:
-----------
Use a more appropriate type for 'FundAllocations'

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/cell.rnc
    lmi/trunk/input.hpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2012-08-26 12:57:15 UTC (rev 5550)
+++ lmi/trunk/ChangeLog 2012-08-27 10:41:19 UTC (rev 5551)
@@ -30645,3 +30645,10 @@
   regex_test.cpp
 Create regexen to test input sequences.
 
+20120827T1041Z <address@hidden> [567]
+
+  cell.rnc
+  input.hpp
+Use a more appropriate type for 'FundAllocations'. It does not conform
+to the input_sequence grammar.
+

Modified: lmi/trunk/cell.rnc
===================================================================
--- lmi/trunk/cell.rnc  2012-08-26 12:57:15 UTC (rev 5550)
+++ lmi/trunk/cell.rnc  2012-08-27 10:41:19 UTC (rev 5551)
@@ -140,7 +140,7 @@
     ,## Annual flat extra per thousand of specified amount.
      element FlatExtra                        {numeric_sequence}
     ,## As yet unused: cf. 'fund_input_method'.
-     element FundAllocations                  {numeric_sequence}
+     element FundAllocations                  {text}
     ,## Fund-allocation override: cf. 'fund_input_method'.
      element FundChoiceType                   {fund_input_method}
     ,## Insured's gender for insurance purposes.

Modified: lmi/trunk/input.hpp
===================================================================
--- lmi/trunk/input.hpp 2012-08-26 12:57:15 UTC (rev 5550)
+++ lmi/trunk/input.hpp 2012-08-27 10:41:19 UTC (rev 5551)
@@ -402,7 +402,7 @@
     numeric_sequence         FlatExtra                       ;
     numeric_sequence         PolicyLevelFlatExtra            ;
     numeric_sequence         HoneymoonValueSpread            ;
-    numeric_sequence         FundAllocations                 ; // INPUT !! 
http://savannah.nongnu.org/support/?104481
+    datum_string             FundAllocations                 ; // INPUT !! 
http://savannah.nongnu.org/support/?104481
     numeric_sequence         CashValueEnhancementRate        ;
     mce_yes_or_no            CreateSupplementalReport        ;
     mce_report_column        SupplementalReportColumn00      ;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]