ENTITY date
(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP214
-- DIFF IN AP224
-- DIFF IN AP232
ENTITY date
   SUPERTYPE OF (ONEOF(calendar_date, ordinal_date, week_of_year_and_day_date, year_month));
      year_component : year_number;
END_ENTITY;
Explicit Attributes
Entity date has the following local and inherited explicit attributes:
| Attribute | Type | Defined By | 
|---|
 |  year_component | year_number (INTEGER) | date |  
 
 | 
Derived Attributes
    No derived attributes
Inverse Attributes
    No Inverse AttributesSupertypes
    No supertypesSubtypes
Entity date has the following subtypes:
    calendar_date*
    date_representation_item*
    ordinal_date*
    week_of_year_and_day_date*
    year_month*
* - Immediate Subtypes
Referenced By
Entity date and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:15-04:00