Overview Schemas Index

date_time_schema         


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

Entity data types and their attributes

time_interval
          id: identifier;
          name: label;
          (OPT) description: text;
time_interval_with_bounds
          (OPT) primary_bound: date_time_or_event_occurrence;
          (OPT) secondary_bound: date_time_or_event_occurrence;
          (OPT) duration: time_measure_with_unit;

Users

time_interval
          issue_reference_mapping.items
                    issue_reference_item
                              ap233_issue_reference_item
          time_interval_assignment.assigned_time_interval
          time_interval_based_effectivity.effectivity_period
          time_interval_relationship.related_time_interval
          time_interval_relationship.relating_time_interval
time_interval_with_bounds

Global rules for this entity data type

          -