ENTITY time_interval_with_bounds

(* SCHEMA step_merged_ap_schema; *)
-- IN AP203e2/AP214/AP232/AP238 STEP-NC/AP242
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:
         EXISTS(primary_bound) OR EXISTS(secondary_bound);
      wr2:
         NOT ((EXISTS(primary_bound) AND EXISTS(secondary_bound)) AND EXISTS(duration));
      wr3:
         (EXISTS(primary_bound) AND NOT EXISTS(secondary_bound)) AND (NOT EXISTS(duration) OR duration_is_positive(duration));
      wr4:
         ((EXISTS(secondary_bound) AND NOT EXISTS(primary_bound)) AND EXISTS(duration)) AND duration_is_negative(duration);
END_ENTITY;

Explicit Attributes

Entity time_interval_with_bounds has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)time_interval
 namelabel (STRING)time_interval
 descriptiontext (STRING)time_interval
 primary_bounddate_time_or_event_occurrence (SELECT)time_interval_with_bounds
 secondary_bounddate_time_or_event_occurrence (SELECT)time_interval_with_bounds
 durationtime_measure_with_unit (ENTITY)time_interval_with_bounds

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity time_interval_with_bounds inherits from the following supertypes:
  time_interval

Subtypes

    No subtypes

Referenced By

Entity time_interval_with_bounds and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 description_item SELECT time_interval
 document_reference_item SELECT time_interval
 external_identification_item SELECT time_interval
 groupable_item SELECT time_interval
 identification_item SELECT time_interval
 multi_language_attribute_item SELECT time_interval
 retention ENTITY time_interval_with_bounds
 same_as_item SELECT time_interval
 time_interval_assignment ENTITY time_interval
 time_interval_based_effectivity ENTITY time_interval
 time_interval_relationship ENTITY time_interval


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:19-04:00