ENTITY calendar_date

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)

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;  (*  STEP Part 41 (unchanged in 2nd edition)  *)

Explicit Attributes

Entity calendar_date has the following local and inherited explicit attributes:
AttributeTypeDefined By
 year_componentyear_number (INTEGER)date
 day_componentday_in_month_number (INTEGER)calendar_date
 month_componentmonth_in_year_number (INTEGER)calendar_date

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity calendar_date inherits from the following supertypes:
  date

Subtypes

    No subtypes

Referenced By

Entity calendar_date and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 date ENTITY calendar_date
 date_and_time ENTITY calendar_date
 dispatch ENTITY calendar_date
 item_ref_source_library ENTITY calendar_date
 managed_data_item_with_history ENTITY calendar_date
 procure ENTITY calendar_date
 select_generic_item SELECT date
 valid_calendar_date FUNCTION calendar_date


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00