|
ENTITY picture_representation SUBTYPE OF (presentation_view); SELF\representation.items : SET [2:?] OF picture_representation_item_select; INVERSE size : presentation_size FOR unit; WHERE WR1: SIZEOF(QUERY(items <* SELF\representation.items | 'PICTURE_REPRESENTATION_MIM.PICTURE_REPRESENTATION_ITEM' IN TYPEOF(items))) = 1; END_ENTITY; -- picture_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; presentation_representation (RT) context_of_items: geometric_representation_context; presentation_view - picture_representation (RT) items: SET [2:?] OF picture_representation_item_select; (INV) size: presentation_size FOR unit; |
Global rules for this entity data type- |