Overview Schemas Index

presentation_appearance_schema         


ENTITY symbol_style
          SUBTYPE OF (founded_item);
          name : label;
          style_of_symbol : symbol_style_select;
END_ENTITY; -- symbol_style

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
symbol_style
          name: label;
          style_of_symbol: symbol_style_select;

Users: by entity attributes

founded_item
          founded_item.users
                    founded_item_select
symbol_style
          presentation_style_assignment.styles
                    presentation_style_select

Users: by defined types, not used by any entity attribute

symbol_style
          -

Global rules for this entity data type

          -