|
ENTITY Boolean_representation_item SUBTYPE OF (Representation_item); the_value : BOOLEAN; END_ENTITY; -- Boolean_representation_item |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Boolean_representation_item the_value: BOOLEAN; |
Global rules for this entity data type- |