ENTITY action_property_relationship

(* SCHEMA AP239_PRODUCT_LIFE_CYCLE_SUPPORT_MIM_LF; *)
 
ENTITY action_property_relationship;
  name : label;
  description : text;
  relating_action_property : action_property;
  related_action_property : action_property;
WHERE
  wr1 : relating_action_property :<>: related_action_property;
END_ENTITY; (* declared in: process_property_schema *)

Explicit Attributes

Entity action_property_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action_property_relationship
 descriptiontext (STRING)action_property_relationship
 relating_action_propertyaction_property (ENTITY)action_property_relationship
 related_action_propertyaction_property (ENTITY)action_property_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:42:54-04:00