ENTITY date

(* SCHEMA building_design_schema; *)
  ENTITY date
    SUPERTYPE OF (ONEOF (calendar_date,ordinal_date,
        week_of_year_and_day_date));
      year_component : year_number;
  END_ENTITY; -- date

Explicit Attributes

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

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity date has the following subtypes:
    calendar_date*
    ordinal_date*
    week_of_year_and_day_date*
* - Immediate Subtypes

Referenced By

Entity date and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 date_assignment ENTITY date
 date_time_select SELECT date


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:41:29-04:00