The SEDRIS Data Representation Model
APPENDIX A - Classes Absolute Time Interval |
---|
An instance of this DRM class specifies an interval of time defined by an absolute start time in UTC, specified by the <Absolute Time> component, and a duration, specified by the fields of the <Absolute Time Interval> instance itself. The duration consists of a number of whole days, whole hours, whole minutes, and the remaining seconds.
The <Absolute Time Interval> class provides
Consider a transmittal for which the data provider is to specify the time period for which that transmittal is to be considered valid. To specify this information, the <Transmittal Root> instance of the transmittal has an <Absolute Time Interval> component for which time_significance is set to SE_TIMESIGNIF_PERIOD_OF_CONTENT. The stop time specified by the <Absolute Time Interval> instance can be considered to be an "expiration date".
No FAQs supplied.
The time_significance field specifies the usage of the time information.
The delta_days field specifies the number of whole days in the duration. See <<Time Dependency>> for cases where this field may have a negative value.
The delta_hours field specifies the number of whole hours in the duration.
The delta_minutes field specifies the number of whole minutes in the duration.
The delta_seconds field specifies the remaining seconds in the duration. Fractions provide sub-second accuracy, if needed.
|