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: Representation of scrap


Hi

Sean has raised the following issue against: Capability (C045): representing_product_as_realized

 

Open issueIssue: SMB-1 by Sean Barker (04-06-23) minor_technical issue
Resolution: Accept. Status: open

How are scrap items to be designated? (I would suspect that merely classifying them as "scrap" would be unsafe, and would not cope with items broken in two.)

 

I think that there are two ways of addressing this. Either by classification, or adding the entity “product_as_scrapped” to the product_as_individual module.

In other words, modifying the EXPRESS to

 

ENTITY Product_as_individual
  ABSTRACT SUPERTYPE OF (ONEOF (Product_as_planned,
                                Product_as_realized,
                                Product_as_scrapped))
  SUBTYPE OF (Product_version);
END_ENTITY;

 

ENTITY Product_as_planned
  SUBTYPE OF (Product_as_individual);
END_ENTITY;

 

ENTITY Product_planned_to_realized;
  realized_product : Product_as_realized;
  scrapped_product : Product_as_scrapped;

END_ENTITY;

 

We may want a different term to scrapped.

 

Any views?

Regards
Rob

-------------------------------------------   
Rob Bodington
Eurostep Limited
Web Page:
http://www.eurostep.com http://www.share-a-space.com
Email: Rob.Bodington@eurostep.com
Phone: +44 (0)1454 270030
Mobile: +44 (0)7796 176 401

 



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