ENTITY applied_load_dynamic

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY applied_load_dynamic 
SUPERTYPE OF (ONEOF
		(applied_load_dynamic_acceleration, 
		applied_load_dynamic_velocity))
SUBTYPE OF (applied_load);
 	initial_value : OPTIONAL applied_load_static;
 	final_value : OPTIONAL applied_load_static;
 	maximum_value : OPTIONAL applied_load_static;
 	minimum_value : OPTIONAL applied_load_static;
 	number_of_cycles : OPTIONAL count_measure;
 	load_duration : OPTIONAL time_measure_with_unit;
 	load_frequency : OPTIONAL frequency_measure_with_unit;
WHERE
	WRA10 : EXISTS (initial_value) OR EXISTS (final_value) OR 
		EXISTS (maximum_value) OR EXISTS (minimum_value) OR 
		EXISTS (number_of_cycles) OR EXISTS (load_duration) OR EXISTS (load_frequency) OR
 		('STRUCTURAL_FRAME_SCHEMA.APPLIED_LOAD_DYNAMIC_ACCELERATION' IN TYPEOF (SELF)) OR
 		('STRUCTURAL_FRAME_SCHEMA.APPLIED_LOAD_DYNAMIC_VELOCITY' IN TYPEOF (SELF));
END_ENTITY;

Explicit Attributes

Entity applied_load_dynamic has the following local and inherited explicit attributes:
AttributeTypeDefined By
 applied_load_namelabel (STRING)applied_load
 initial_valueapplied_load_static (ENTITY)applied_load_dynamic
 final_valueapplied_load_static (ENTITY)applied_load_dynamic
 maximum_valueapplied_load_static (ENTITY)applied_load_dynamic
 minimum_valueapplied_load_static (ENTITY)applied_load_dynamic
 number_of_cyclescount_measure (NUMBER)applied_load_dynamic
 load_durationtime_measure_with_unit (ENTITY)applied_load_dynamic
 load_frequencyfrequency_measure_with_unit (ENTITY)applied_load_dynamic

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity applied_load_dynamic inherits from the following supertypes:
  applied_load

Subtypes

Entity applied_load_dynamic has the following subtypes:
    applied_load_dynamic_acceleration*
    applied_load_dynamic_velocity*
* - Immediate Subtypes

Referenced By

Entity applied_load_dynamic and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 applied_load ENTITY applied_load_dynamic
 loaded_product ENTITY applied_load
 load_connection ENTITY applied_load
 load_element_concentrated ENTITY applied_load
 load_element_distributed_curve ENTITY applied_load
 load_member_concentrated ENTITY applied_load
 load_member_distributed_curve ENTITY applied_load
 load_node ENTITY applied_load
 select_loading_item SELECT applied_load


[Top Level Definitions] [Exit]

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