Overview Schemas Index

presentation_appearance_schema         


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 attributes

founded_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 attributes

founded_item
          founded_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 attribute

surface_side_style
          -

Global rules for this entity data type

          -