|
ENTITY table_record_field_representation_with_clipping_box SUBTYPE OF (table_record_field_representation); clipping_box : planar_box; WHERE WR1: item_in_context (SELF.clipping_box, SELF\representation.context_of_items); END_ENTITY; -- table_record_field_representation_with_clipping_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 - table_record_field_representation - table_record_field_representation_with_clipping_box clipping_box: planar_box; |
Global rules for this entity data type- |