|
ENTITY analysis_item_within_representation; name : label; description : text; item : representation_item; rep : representation; WHERE WR1: SIZEOF (QUERY (tmp <* using_representations(item) | tmp :=: rep)) = 1; END_ENTITY; -- analysis_item_within_representation |
Entity data types and their attributesanalysis_item_within_representationname: label; description: text; item: representation_item; rep: representation; |
Global rules for this entity data type- |