OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

plcs-dex message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Error in path for template representing_count


Peter, I just raised the following issues while validating one of our business templates.
 
in representing_count the instantiation path is incorrect,
 
This did not get picked up by the ESL tools - so you might want to log that too.
 
The si_unit refered to below must be of type boolean not string

-- Set the Unit attributes
Unit.si_unit = 'false'
Unit.name = '/IGNORE'
i.e. either;
Unit.si_unit = .F. 
 
The resulting instances of this template include;
 
#6 = UNIT('/IGNORE', 'false');
#5 = VALUE_WITH_UNIT(#6, 1.);
 
However, the type of unit is missing. Given the select type options of any_number_value, any_string_value, plane_angle_measure or length_measure, one of these should be populated in the template to produce a valid instantiation. For example,
 
#6 = UNIT('/IGNORE',.F.);
#5 = VALUE_WITH_UNIT(#6,ANY_NUMBER_VALUE(1.));
 
Also, the templates figure 3 is misleading - there is no indication of the representation or need for the type of unit to be used.
 
If one is not to be specified, then it needs to be part of the instantiation path.
 
regards,
Tim
 
NB Maybe you could also check your other templates that make use of si_units and correct where necessary?
 
*************************************************************************
*
* Mr. Timothy J. Turner BSC(Hons) MSc, MBCS
* Executive Consultant, System Integration Dept
* LSC Group, Lincoln House, Wellington Crescent, Fradley Park, LICHFIELD, Staffordshire WS13 8RZ, ENGLAND
* UK Switchboard: +44-1543 446800 Fax: +44-1543 446900
* US Direct telephone: +1-843-588 9679 (Folly)
* US Mobile telephone: +1-843-4759179
* Mobile (UK) telephone: +44-7885-393225
* e-mail: tjt@lsc.co.uk <mailto:tjt@lsc.co.uk>  or timturner11@bellsouth.net  Internet: <http://www.lsc.co.uk/>
*
*************************************************************************
 


DISCLAIMER: ***SECURITY LABEL: NOT PROTECTIVELY MARKED*** The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. This e-mail originates from LSC Group. Registered in England & Wales No 2275471 Registered Office: Devonport Royal Dockyard, Devonport, Plymouth, PL1 4SG





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]