|
ENTITY geometric_node SUBTYPE OF (node_representation); WHERE WR1: SIZEOF (QUERY(item <* SELF\representation.items | 'GEOMETRY_SCHEMA.POINT' IN TYPEOF (item))) = 1; END_ENTITY; -- geometric_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; geometric_node - |
Global rules for this entity data type- |