|
ENTITY auxiliary_geometric_instance_aggregator SUBTYPE OF (geometric_representation_item); shape_element : geometric_representation_item; auxiliary_items : SET [1:?] OF geometric_representation_item; WHERE WR1: SIZEOF(QUERY(q <* auxiliary_items | shape_element IN using_items(q,[]))) = 0; END_ENTITY; -- auxiliary_geometric_instance_aggregator |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; auxiliary_geometric_instance_aggregator shape_element: geometric_representation_item; auxiliary_items: SET [1:?] OF geometric_representation_item; |
Global rules for this entity data type- |