Overview Schemas Index

presentation_resource_schema         


ENTITY state_variable_with_colour;
          state_variable : REAL;
          associated_colour : colour_specification;
END_ENTITY; -- state_variable_with_colour

Entity data types and their attributes

state_variable_with_colour
          state_variable: REAL;
          associated_colour: colour_specification;

Users: by entity attributes

state_variable_with_colour
          colour_association_table.discrete_states_with_colours

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

state_variable_with_colour
          -

Global rules for this entity data type

          -