|
ENTITY node_set SUBTYPE OF (geometric_representation_item); nodes : SET [1:?] OF node_representation; WHERE WR1: SIZEOF (QUERY (tmp <* nodes | tmp\representation.context_of_items :<>: nodes[1]\representation.context_of_items)) = 0; END_ENTITY; -- node_set |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; node_set nodes: SET [1:?] OF node_representation; |
Global rules for this entity data type- |