Overview Schemas Index

finite_element_analysis_control_and_result_schema         


ENTITY control;
          model_ref : fea_model;
          control_id : identifier;
          creating_software : text;
          description : text;
          user_defined_control : SET [1:?] OF text;
          intended_analysis_code : SET [1:?] OF text;
UNIQUE
          UR1 : model_ref, control_id;
END_ENTITY; -- control

Entity data types and their attributes

control
          model_ref: fea_model;
          control_id: identifier;
          creating_software: text;
          description: text;
          user_defined_control: SET [1:?] OF text;
          intended_analysis_code: SET [1:?] OF text;

Users: by entity attributes

control
          analysis_step.analysis_control
          applied_approval_assignment.items
                    approval_item
                              Ap209e2_analysis_approval_item
          element_sequence.control_ref
          node_sequence.control_ref
          retention_assignment.items
                    retention_item

Users: by defined types, not used by any entity attribute

control
          Ap209e2_analysis_approval_item
                    applied_approval_assignment.items

Global rules for this entity data type

          -