|
ENTITY local_time; hour_component : hour_in_day; minute_component : OPTIONAL minute_in_hour; second_component : OPTIONAL second_in_minute; zone : coordinated_universal_time_offset; WHERE WR1: valid_time (SELF); END_ENTITY; -- local_time |
Entity data types and their attributeslocal_timehour_component: hour_in_day; (OPT) minute_component: minute_in_hour; (OPT) second_component: second_in_minute; zone: coordinated_universal_time_offset; |
Global rules for this entity data type- |