kbenne / cbecc

Automatically exported from code.google.com/p/cbecc
0 stars 0 forks source link

Backward Compatibility for v3b - Lighting Power Allowances #884

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The following properties (enumerated lists) have been removed from the data 
model:
  -IntLtgSys:AreaCatAllowType
  -IntLtgSys:TailoredMthdAllowType

The above properties have been replaced by the single property (enumerated 
list):
  -IntLtgSys:AllowType
The new property has the the combined enumerations of the original two 
properties

Suggested functionality for backward compatibility is as follows:

In v3a input files where either AreaCatAllowType or TailoredMthdAllowType is 
specified, map the specified value to 'AllowType'.  If both AreaCatAllowType 
and TailoredMthdAllowType are specified, set AllowType to "- none specified -"

Original issue reported on code.google.com by lu...@360-analytics.com on 19 Dec 2014 at 4:30

GoogleCodeExporter commented 9 years ago
Backward compatibility updates incorporated into either SVN r2891 or r2902

Original comment by scriswel...@gmail.com on 10 Feb 2015 at 6:37