|
ENTITY linear_constraint_equation_element SUBTYPE OF (constraint_element); freedoms_and_coefficients : SET [1:?] OF linear_constraint_equation_nodal_term; description : text; END_ENTITY; -- linear_constraint_equation_element |
Entity data types and their attributesconstraint_elementelement_id: identifier; steps: SET [1:?] OF control_analysis_step; linear_constraint_equation_element freedoms_and_coefficients: SET [1:?] OF linear_constraint_equation_nodal_term; description: text; |
Global rules for this entity data type- |