Overview Schemas Index

Colour_arm         


ENTITY Pre_defined_colour
          SUBTYPE OF (Colour);
WHERE
          WR1: SELF.name IN ['red', 'green', 'blue', 'yellow', 'magenta', 'cyan', 'black', 'white'];
END_ENTITY; -- Pre_defined_colour

Entity data types and their attributes

Colour
          name: STRING;
Pre_defined_colour
          -

Users: by entity attributes

Colour
          Curve_appearance.colour
          Light_source.colour
          Point_appearance.colour
          Solid_fill_area_style.fill_colour
          Surface_colour.assigned_colour
          Surface_style_rendering.assigned_colour
          Text_style.text_colour
Pre_defined_colour

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

Pre_defined_colour
          -

Global rules for this entity data type

          -