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:
| Attribute | Type | Defined By |
|---|
| model_ref | fea_model (ENTITY) | control |
| control_id | identifier (STRING) | control |
| creating_software | text (STRING) | control |
| description | text (STRING) | control |
| user_defined_control | SET OF text (STRING) | control |
| intended_analysis_code | SET OF text (STRING) | control |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity control and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:15:05-04:00