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 time period for which a SEDRIS transmittal should be considered to be valid. The stop time can be considered to be an "expiration date".
This class provides a means to specify a time interval in terms of times relative to another time. The time interval is used to specify ISO 19115-compliant metadata that describes the time period within which a high-level SEDRIS object (e.g. <Transmittal Root>, <Model>, <Image>, etc.) and as a general-purpose mechanism for describing time intervals. <Relative Time Interval> allows potential users of a SEDRIS transmittal to evaluate the time period covered by the transmittal or object, without necessarily having to actually obtain or examine the transmittal or object directly.
Do not include the component <Absolute Time Point>. If there is no component <Absolute Time>, the deltas are relative to simulation start.
SE_Time_Significance | time_significance; | (notes) |
---|
If the given <Relative Time Interval> instance R has an <Absolute Time> component, R is relative to the specified absolute time; otherwise, R is relative to "simulation start" - that is, the start time of the consuming application.
The time_significance field specifies the significance of the time information.
The delta_start_days field specifies the starting day of the interval, relative to the specified time.
The delta_stop_days field specifies the stop day of the interval, relative to the specified time.
The delta_start_hours field specifies the starting hour of the interval, relative to the specified time.
The delta_stop_hours field specifies the stop hour of the interval, relative to the specified time.
The delta_start_minutes field specifies the starting minute of the interval, relative to the specified time.
The delta_stop_minutes field specifies the stop 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 stop second of the interval, relative to the specified time.
|