ENTITY date

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)

ENTITY date
SUPERTYPE OF (ONEOF(calendar_date)); 
 	year_component : year_number;
END_ENTITY;  (*  STEP Part 41 trimmed (2nd edition unchanged) *)

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
 select_generic_item SELECT date


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00