|
ENTITY node SUPERTYPE OF ((node_with_vector ANDOR node_with_solution_coordinate_system)) SUBTYPE OF (node_representation); WHERE WR1: SIZEOF (QUERY(item <* SELF\representation.items | 'GEOMETRY_SCHEMA.POINT' IN TYPEOF (item))) = 1; END_ENTITY; -- node |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; node_representation model_ref: fea_model; node - |
| node_with_solution_coordinate_system (structural_response_representation_schema) |
| node_with_vector (structural_response_representation_schema) |
Global rules for this entity data type- |