|
ENTITY surface_side_style SUBTYPE OF (founded_item); name : label; styles : SET [1:7] OF surface_style_element_select; WHERE WR1: SIZEOF(QUERY( style1 <* SELF.styles | SIZEOF(QUERY( style2 <* SELF.styles - style1 | TYPEOF(style1) = TYPEOF(style2) )) > 0 )) = 0; END_ENTITY; -- surface_side_style |
Entity data types and their attributesfounded_item(DER) users: SET [0:?] OF founded_item_select; surface_side_style name: label; styles: SET [1:7] OF surface_style_element_select; |
Users: by entity attributesfounded_itemfounded_item.users founded_item_select surface_side_style surface_style_usage.style surface_side_style_select Users: by defined types, not used by any entity attributesurface_side_style- |
Global rules for this entity data type- |