ENTITY date

(* SCHEMA technical_data_packaging; *)
  ENTITY date
    SUPERTYPE OF (ONEOF (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_and_time ENTITY date
 date_assignment ENTITY date
 date_time_select SELECT date


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:35-04:00