ENTITY date

(* SCHEMA explicit_draughting; *)
  ENTITY date
    SUPERTYPE OF (calendar_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*
* - Immediate Subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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