ENTITY control

(* SCHEMA structural_analysis_design; *)
  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

Explicit Attributes

Entity control has the following local and inherited explicit attributes:
AttributeTypeDefined By
 model_reffea_model (ENTITY)control
 control_ididentifier (STRING)control
 creating_softwaretext (STRING)control
 descriptiontext (STRING)control
 user_defined_controlSET OF text (STRING)control
 intended_analysis_codeSET OF text (STRING)control

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity control and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 analysis_step ENTITY control
 approval_item SELECT control
 element_sequence ENTITY control
 node_sequence ENTITY control
 retention_item SELECT control


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:15:05-04:00