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:
AttributeTypeDefined By
 relationship_namelabel (STRING)analysis_model_relationship
 relationship_descriptiontext (STRING)analysis_model_relationship
 relating_modelanalysis_model (ENTITY)analysis_model_relationship
 related_modelanalysis_model (ENTITY)analysis_model_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity analysis_model_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 select_analysis_model_item SELECT analysis_model_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00