ENTITY analysis_model_relationship
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY analysis_model_relationship;
relationship_name : label;
relationship_description : OPTIONAL text;
relating_model : analysis_model;
related_model : analysis_model;
WHERE
WRA9 : relating_model :<>: related_model;
END_ENTITY;
Explicit Attributes
Entity analysis_model_relationship has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
relationship_name | label (STRING) | analysis_model_relationship |
relationship_description | text (STRING) | analysis_model_relationship |
relating_model | analysis_model (ENTITY) | analysis_model_relationship |
related_model | analysis_model (ENTITY) | analysis_model_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity analysis_model_relationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00