|
ENTITY element_representation SUPERTYPE OF (ONEOF (volume_3d_element_representation, axisymmetric_volume_2d_element_representation, plane_volume_2d_element_representation, surface_3d_element_representation, axisymmetric_surface_2d_element_representation, plane_surface_2d_element_representation, curve_3d_element_representation, axisymmetric_curve_2d_element_representation, plane_curve_2d_element_representation, point_element_representation, directionally_explicit_element_representation, explicit_element_representation, substructure_element_representation)) SUBTYPE OF (representation); node_list : LIST [1:?] OF node_representation; WHERE WR1: SIZEOF (QUERY(item <* node_list | 'STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA.' + 'GEOMETRIC_NODE' IN TYPEOF (item))) = 0; END_ENTITY; -- element_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; element_representation node_list: LIST [1:?] OF node_representation; |
| axisymmetric_curve_2d_element_representation (structural_response_representation_schema) |
| axisymmetric_surface_2d_element_representation (structural_response_representation_schema) |
| axisymmetric_volume_2d_element_representation (structural_response_representation_schema) |
| curve_3d_element_representation (structural_response_representation_schema) |
| directionally_explicit_element_representation (structural_response_representation_schema) |
| explicit_element_representation (structural_response_representation_schema) |
| plane_curve_2d_element_representation (structural_response_representation_schema) |
| plane_surface_2d_element_representation (structural_response_representation_schema) |
| plane_volume_2d_element_representation (structural_response_representation_schema) |
| point_element_representation (structural_response_representation_schema) |
| substructure_element_representation (structural_response_representation_schema) |
| surface_3d_element_representation (structural_response_representation_schema) |
| volume_3d_element_representation (structural_response_representation_schema) |
Global rules for this entity data type- |