The SEDRIS Data Representation Model
APPENDIX A - Classes Relative Time Interval |
---|
An instance of this DRM class specifies an interval of time, defined by a start time and a stop time that are relative to another time.
The <Relative Time Interval> instance specifies the time period for which a transmittal should be considered to be valid. The stop time can be considered to be the time at which the validity expires.
This class provides a mechanism for specifying a time interval in terms of times relative to another time. The time interval is used to specify ISO 19115-compliant metadata that describes a time period that is significant for some high-level DRM object (e.g., an instance of <Transmittal Root>, <Model>, or <Image>) and as a general-purpose mechanism for describing time intervals. <Relative Time Interval> allows potential users of a transmittal or DRM object to evaluate a time period significant for that transmittal or DRM object without necessarily obtaining or examining the transmittal or DRM object directly.
This is specified by omitting the <Absolute Time> component. If there is no <Absolute Time> component, the deltas are relative to simulation start.
SE_Time_Significance | time_significance; | 2 |
---|
The time_significance field specifies the usage of the time information.
The delta_start_days field specifies the starting whole day of the interval, relative to the specified time.
The delta_stop_days field specifies the stopping whole day of the interval, relative to the specified time.
The delta_start_hours field specifies the starting whole hour of the interval, relative to the specified time.
The delta_stop_hours field specifies the stopping whole hour of the interval, relative to the specified time.
The delta_start_minutes field specifies the starting whole minute of the interval, relative to the specified time.
The delta_stop_minutes field specifies the stopping whole minute of the interval, relative to the specified time.
The delta_start_seconds field specifies the starting second of the interval, relative to the specified time.
The delta_stop_seconds field specifies the stopping second of the interval, relative to the specified time.
|