|
ENTITY fea_model SUPERTYPE OF (ONEOF (fea_model_2d, fea_model_3d)) SUBTYPE OF (representation); creating_software : text; intended_analysis_code : SET [1:?] OF text; analysis_type : text; UNIQUE UR1 : name; END_ENTITY; -- fea_model |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; fea_model creating_software: text; intended_analysis_code: SET [1:?] OF text; analysis_type: text; |
| fea_model_2d (structural_response_representation_schema) |
| fea_model_3d (structural_response_representation_schema) |
Global rules for this entity data type- |