ENTITY calendar_date

(* SCHEMA step_merged_ap_schema; *)
ENTITY calendar_date
   SUBTYPE OF (date);
      day_component : day_in_month_number;
      month_component : month_in_year_number;
   WHERE
      WR1:
         valid_calendar_date(SELF);
END_ENTITY;

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
 action_item SELECT calendar_date
 approval_item SELECT date
 classification_item SELECT calendar_date
 date ENTITY calendar_date
 date_and_time ENTITY date
 date_assignment ENTITY date
 date_time_select SELECT date
 dependent_instantiable_date RULE date
 groupable_item SELECT calendar_date
 same_as_item SELECT calendar_date
 valid_calendar_date FUNCTION calendar_date
 week_of_year_and_day_date ENTITY date


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:14-04:00