Overview Schemas Index

presentation_appearance_schema         


ENTITY point_style
          SUBTYPE OF (founded_item);
          name : label;
          marker : marker_select;
          marker_size : size_select;
          marker_colour : colour;
END_ENTITY; -- point_style

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
point_style
          name: label;
          marker: marker_select;
          marker_size: size_select;
          marker_colour: colour;

Users: by entity attributes

founded_item
          founded_item.users
                    founded_item_select
point_style
          presentation_style_assignment.styles
                    presentation_style_select

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

point_style
          -

Global rules for this entity data type

          -