|
ENTITY symbol_representation_with_blanking_box SUBTYPE OF (symbol_representation); blanking : planar_box; WHERE WR1: item_in_context (SELF.blanking, SELF\representation.context_of_items); END_ENTITY; -- symbol_representation_with_blanking_box |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; symbol_representation - symbol_representation_with_blanking_box blanking: planar_box; |
Global rules for this entity data type- |