Overview Schemas Index

presentation_resource_schema         


ENTITY colour_rgb
          SUBTYPE OF (colour_specification);
          red : REAL;
          green : REAL;
          blue : REAL;
WHERE
          WR1: {0.0 <= red <= 1.0};
          WR2: {0.0 <= green <= 1.0};
          WR3: {0.0 <= blue <= 1.0};
END_ENTITY; -- colour_rgb

Entity data types and their attributes

colour
          -
colour_specification
          name: label;
colour_rgb
          red: REAL;
          green: REAL;
          blue: REAL;

Users: by entity attributes

colour
          curve_style.curve_colour
          fill_area_style_colour.fill_colour
          fill_area_style_tile_coloured_region.region_colour
          light_source.light_colour
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_242
          point_style.marker_colour
          surface_rendering_properties.rendered_colour
          surface_style_reflectance_ambient_diffuse_specular.specular_colour
          surface_style_rendering.surface_colour
          symbol_colour.colour_of_symbol
          text_style_for_defined_font.text_colour
colour_specification
          state_variable_with_colour.associated_colour
colour_rgb

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

colour_rgb
          -

Global rules for this entity data type

          dependent_instantiable_colour_rgb (automotive_design)