Membership of activity or state space Application Object


A Membership_of_activity_or_state_space is a Classification that is between an Activity or State and an Activity_or_state_space and that indicates the Activity or State is a member of the Activity_or_state_space.

EXPRESS specification:

*)
ENTITY Membership_of_activity_space
  SUBTYPE OF (Classification);
  class  :  Activity_or_state_space;
  member  :  Activity_or_state_select;
END_ENTITY;
(*

Attribute definitions:

class : the Activity_or_state_space that has the member.

member : the Activity or State that is a member of the class.