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:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | action_property_relationship |
| description | text (STRING) | action_property_relationship |
| relating_action_property | action_property (ENTITY) | action_property_relationship |
| related_action_property | action_property (ENTITY) | action_property_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced 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