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: Shtolo Errors in Express Code Generation


Title: Shtolo Errors in Express Code Generation

Rob and others,

I had not noticed this before, but the Shtolo parser picks up two errors which appear in the EXPRESS Code section of the models for DEX4 at present.

Since the entities are commented out (removed by C012), the errors occur where task_element is referenced (from within Task_method_Version).

(*Task_element - removed by a capability: "referencing_task" *)
(*

ENTITY Task_element
Error shtolo: All subtypes pruned by some capability

  ABSTRACT SUPERTYPE OF  (ONEOF ())
  SUBTYPE OF (Activity_method);
  notes : OPTIONAL LIST[1:?] OF Advisory_task_step;
END_ENTITY;

*)

(*Structured_task_element - removed by a capability: "referencing_task" *)
(*

ENTITY Structured_task_element
Error shtolo: All subtypes pruned by some capability

  ABSTRACT SUPERTYPE OF  (ONEOF ())
  SUBTYPE OF (Task_element);
END_ENTITY;

*)

I fixed the errors locally (within the longform schema generated) and re-parsed with eep.

The dex_lf.xml then displayed properly and has now been successfully transformed to P28 & checked in.

Regards,
Tim

NB This work around provides a temporary solution - the issue about the referential integrity remains.
*************************************************************************
*
* Mr. Timothy J. Turner BSC(Hons) MSc, MBCS
* Executive Consultant, Systems Integration Division
* LSC Group, Lincoln House, Wellington Crescent, Fradley Park, LICHFIELD, Staffordshire WS13 8RZ, ENGLAND
* UK Switchboard: +44-1543 446800 Fax: +44-1543 446900
* Mobile (US) telephone: +1-843-4759179
* Mobile (UK) telephone: +44-7785-393225
* e-mail: tjt@lsc.co.uk <mailto:tjt@lsc.co.uk> 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]