|
ENTITY colour_associated SUBTYPE OF (colour); name : label; variable_to_be_shown : SET [1:?] OF REAL; mapping : colour_association_table; END_ENTITY; -- colour_associated |
Entity data types and their attributescolour- colour_associated name: label; variable_to_be_shown: SET [1:?] OF REAL; mapping: colour_association_table; |
Global rules for this entity data type- |