Explicit product set Application Object


An Explicit_product_set is a Product_specification_or_set that is defined by either:

EXAMPLE - The parts of type XYZ_123 produced by J. Bloggs and Co. in 1998 is an Explicit_product_set.

EXAMPLE - The parts of type XYZ_123 with serial numbers 98/001 to 98/035 is an Explicit_product_set.

EXPRESS specification:

*)
ENTITY Explicit_product_set
  SUBTYPE OF (Product_specification_or_set);
END_ENTITY;
(*