ENTITY context_dependent_action_relationship
(* SCHEMA engineering_properties_schema; *)
ENTITY context_dependent_action_relationship;
name : label;
relating_relationship : action_relationship;
related_relationship : action_relationship;
UNIQUE
UR1 : relating_relationship, related_relationship;
WHERE
WR1:
relating_relationship.relating_action :=: related_relationship.relating_action;
END_ENTITY;
Explicit Attributes
Entity context_dependent_action_relationship has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | context_dependent_action_relationship |
| relating_relationship | action_relationship (ENTITY) | context_dependent_action_relationship |
| related_relationship | action_relationship (ENTITY) | context_dependent_action_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity context_dependent_action_relationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:50-04:00