|
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 attributesColourname: STRING; Pre_defined_colour - |
Users: by entity attributesColourCurve_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 attributePre_defined_colour- |
Global rules for this entity data type- |