ENTITY date

(* SCHEMA integrated_cnc_schema; *)
ENTITY date
  SUPERTYPE OF (ONEOF(calendar_date, ordinal_date, 
      week_of_year_and_day_date));
    year_component : year_number;
END_ENTITY; -- 10303-41: date_time_schema

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_and_time ENTITY date
 date_assignment ENTITY date
 date_time_select SELECT date


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:17-02:00