Template:— independent_property_limit (indpt_prp_limit) Date: 2009/04/27 13:25:29
Revision: 1.13

Issue raised against: independent_property_limit

GENERAL issues


Closed issue Issue: DNV-1 by Jon Rustand, DNV (2007-12-3) editorial issue
Resolution: Accept. Status: closed

Issue file: D:\users\rbn\projects\010937_DNV_dexlib\docs\review\checklists_12_07\all_template_issues.xls Template: independent_property_limit Check list clause: 6 Illegal ref. in template.xml (double undesrcore):dvlp/independent_property_limit__inst_tmpl.giz
Comment: (Johan Nielsen 2008-02-24)
Fixed.


Closed issue Issue: DNV-2 by Jon Rustand, DNV (2007-12-3) editorial issue
Resolution: Accept. Status: closed

Issue file: D:\users\rbn\projects\010937_DNV_dexlib\docs\review\checklists_12_07\all_template_issues.xls Template: independent_property_limit Check list clause: 66 Should not end with a '%' character: $representing_value_limit.representation%
Comment: (Johan Nielsen 2008-02-24)
Fixed.


Closed issue Issue: GYL-13 by Leif Gyllstrom (08-01-24) minor_technical issue
Resolution: Accept. Status: closed

Declaration of input parameter value should be changed from:
< param_in name="limit" type="SELECT" select_type="measure_value">
<description>
The value of the property.
The datatype must also be indicated in this parameter, e.g.
"ANY_NUMBER_VALUE(5)".
</description>
</param_in>
to something like:
<param_in name="limit" type="TYPE" defined_type="any_number_value">
<description>
The value of the property. The datatype is always 'any_number_value'
and should not be registered together with the value, i.e. enter the
value as a number, without datatype.
</description>
</param_in>
Comment: (Johan Nielsen 2008-02-24)
Fixed.


Closed issue Issue: JNN-1 by Johan Nielsen, Eurostep (2008-02-24) minor_technical issue
Resolution: Accept. Status: closed

Template: independent_property_limit Check list clause: 10 "Error T1: There is no template_proxy in the capability Representing_independent_property for the template independent_property_limit" is displayed.
Comment: (Johan Nielsen 2008-02-25)
Fixed.


Closed issue Issue: PHX-1 by Patrick Houbaux (08-04-16) minor_technical issue
Resolution: Accept. Status: closed

INDEPENDENT_PROPERTY_LIMIT: path referring to a reference parameter which is not declared (^representation). It should be.
Comment: (Peter Bergström 2008-12-09)
Implemented.


Closed issue Issue: PBM-1 by Peter Bergström (2009-03-23) editorial issue
Resolution: Accept. Status: closed

Parameter @unit is incorrectly described, it is not a class of a unit, it is a name of a unit. The description of parameter @unit_ecl_id needs also changing.
A default value for @context would also be good, suggest Numerical_representation_context.
Comment: (Peter Bergström 2009-03-23)
Fixed both issues.


Closed issue Issue: GYL-2 by Leif Gyllström (2009-04-27) editorial issue
Resolution: Accept. Status: closed

The input parameter @context shall be of class Representation_context and not Numerical_representation_context.
Comment: (Leif Gyllström 2009-04-27)
Fixed