Membership of product feature space Application Object


A Membership_of_product_feature_space is a Classification that is between a Product_specification_of_set and a Product_feature_space and that indicates the Product_specification_or_set is a member of the Product_feature_space.

NOTE - This relationship enables:

EXPRESS specification:

*)
ENTITY Membership_of_product_feature_space
  SUBTYPE OF (Classification);
  class  :  Product_feature_space;
  member  :  Product_specification_or_set;
END_ENTITY;
(*

Attribute definitions:

class : the Product_feature_space that has the member.

member : the Product_specification_or_set that is a member of the class.