|
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(item <* items | 'PICTURE_REPRESENTATION_MIM.STYLED_ITEM' IN TYPEOF(item))) = 1; WR2: SIZEOF (QUERY (se <* QUERY (item <* SELF.items | ('PICTURE_REPRESENTATION_MIM.STYLED_ITEM' IN TYPEOF (item))) | NOT ('PICTURE_REPRESENTATION_MIM.PICTURE_REPRESENTATION_ITEM' IN TYPEOF (se\styled_item.item)) )) = 0; 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- |