|
ENTITY point_element_representation SUBTYPE OF (element_representation); model_ref : fea_model; matrix_set : SET [1:?] OF point_element_matrix; UNIQUE UR1 : model_ref, name; WHERE WR1: SIZEOF (QUERY(item <* SELF\representation.items | 'STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA.' + 'FEA_AXIS2_PLACEMENT_3D' IN TYPEOF (item))) = 1; FU1: required_0d_nodes ( SELF\element_representation.node_list); END_ENTITY; -- point_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; point_element_representation model_ref: fea_model; matrix_set: SET [1:?] OF point_element_matrix; |
Global rules for this entity data type- |