|
ENTITY node_representation SUPERTYPE OF (ONEOF (node, dummy_node, geometric_node)) SUBTYPE OF (representation); model_ref : fea_model; UNIQUE UR1 : model_ref, name; END_ENTITY; -- node_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; node_representation model_ref: fea_model; |
| dummy_node (structural_response_representation_schema) |
| geometric_node (structural_response_representation_schema) |
| node (structural_response_representation_schema) |
Global rules for this entity data type- |