ENTITY ordinal_date
(* SCHEMA integrated_cnc_schema; *)
ENTITY ordinal_date
SUBTYPE OF (date);
day_component : day_in_year_number;
WHERE
WR1: NOT leap_year(SELF.year_component) AND ((1 <= day_component) AND (
day_component <= 365)) OR leap_year(SELF.year_component) AND
((1 <= day_component) AND (day_component <= 366));
END_ENTITY; -- 10303-41: date_time_schema
Explicit Attributes
Entity ordinal_date has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity ordinal_date inherits from the following supertypes:
date
Subtypes
No subtypesReferenced By
Entity ordinal_date and its supertypes are referenced by the following definitions:
[Top Level Definitions] Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:21-02:00