ENTITY time_interval_with_bounds
(* SCHEMA technical_data_packaging; *)
ENTITY time_interval_with_bounds
SUBTYPE OF (time_interval);
primary_bound : OPTIONAL date_time_or_event_occurrence;
secondary_bound : OPTIONAL date_time_or_event_occurrence;
duration : OPTIONAL time_measure_with_unit;
WHERE
wr1: (NOT (EXISTS(secondary_bound) AND EXISTS(duration)));
wr2: (EXISTS(primary_bound) OR EXISTS(secondary_bound));
END_ENTITY; -- time_interval_with_bounds
Explicit Attributes
Entity time_interval_with_bounds has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity time_interval_with_bounds inherits from the following supertypes:
time_interval
Subtypes
No subtypesReferenced By
Entity time_interval_with_bounds and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:35-04:00