Navigation

calendar_date

EXPRESS specification:

ENTITY calendar_date
SUBTYPE OF ( date);
day_component  :  day_in_month_number;
month_component  :  month_in_year_number;
WHERE
WRC1  :  valid_calendar_date (SELF);
END_ENTITY;

References (8):

Name Type Referred through Express-G
date Entity
Subtype
No Diagram
date_and_time Entity
Attribute 'date_component'
No Diagram
dispatch Entity
Attribute 'dispatch_date'
Attribute 'delivery_date'
No Diagram
item_ref_source_library Entity
Attribute 'date_of_library'
No Diagram
managed_data_item_with_history Entity
Attribute 'date_first_managed'
Attribute 'date_last_managed'
No Diagram
procure Entity
Attribute 'delivery_dates'
No Diagram

Inheritance graph

ENTITY calendar_date;
ENTITY date;
year_component  :  year_number;
ENTITY calendar_date;
day_component  :  day_in_month_number;
month_component  :  month_in_year_number;
END_ENTITY;