|
ENTITY explicit_element_representation SUBTYPE OF (element_representation); model_ref : fea_model; matrix : explicit_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; WR2: SIZEOF (matrix.node_dof_list) = SIZEOF (SELF\element_representation.node_list); END_ENTITY; -- explicit_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; explicit_element_representation model_ref: fea_model; matrix: explicit_element_matrix; |
Global rules for this entity data type- |