ENTITY loading_combination

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY loading_combination;
 	loading_combination_name : label;
 	loading_combination_description : OPTIONAL text;
 	loaded_model : OPTIONAL analysis_model;
DERIVE
	cases : SET [1:?] OF load_combination_occurrence := bag_to_set 
		(USEDIN(SELF, 'STRUCTURAL_FRAME_SCHEMA.LOAD_COMBINATION_OCCURRENCE.PARENT_LOAD_COMBINATION'));
INVERSE
	load_cases : SET [1:?] OF load_combination_occurrence FOR parent_load_combination;
END_ENTITY;

Explicit Attributes

Entity loading_combination has the following local and inherited explicit attributes:
AttributeTypeDefined By
 loading_combination_namelabel (STRING)loading_combination
 loading_combination_descriptiontext (STRING)loading_combination
 loaded_modelanalysis_model (ENTITY)loading_combination

Derived Attributes

Entity loading_combination has the following local and inherited derived attributes:
AttributeTypeDefined By
 casesSET OF load_combination_occurrence (ENTITY)loading_combination

Inverse Attributes

Entity loading_combination has the following local and inherited inverse attributes:
AttributeTypeDefined By
 load_casesSET OF load_combination_occurrence (ENTITY)loading_combination

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity loading_combination and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 analysis_results_set_combined ENTITY loading_combination
 load_combination_occurrence ENTITY loading_combination
 select_loading_item SELECT loading_combination


[Top Level Definitions] [Exit]

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