ENTITY week_of_year_and_day_date

(* SCHEMA integrated_cnc_schema; *)
ENTITY week_of_year_and_day_date
  SUBTYPE OF (date);
    week_component : week_in_year_number;
    day_component  : OPTIONAL day_in_week_number;
END_ENTITY; -- 10303-41: date_time_schema

Explicit Attributes

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

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity week_of_year_and_day_date inherits from the following supertypes:
  date

Subtypes

    No subtypes

Referenced By

Entity week_of_year_and_day_date and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 date ENTITY week_of_year_and_day_date
 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:24-02:00