The SEDRIS Data Representation Model
APPENDIX A - Classes Absolute Time |
---|
An instance of this DRM class specifies an absolute time in UTC, which is not relative to some other point in time.
The <Absolute Time> class provides
Consider a transmittal constructed from a historical database, in which the time at which an event happened is recorded as 1994-10-03T17:56:47Z. In the transmittal, this information is specified by an <Absolute Time> instance with time_significance = SE_TIMESIGNIF_OCCURRENCE as follows.
Consider a transmittal for which the data provider wishes to represent the date and time when the transmittal was created. The time value is 2003-03-15T15:18:33Z. The data provider creates an <Absolute Time> instance with time_significance = SE_TIMESIGNIF_CREATION_DATE and the other field values set appropriately as follows.
This <Absolute Time> instance is then attached as a component of the <Transmittal Root> instance of the transmittal.
An <Absolute Time> instance is used to specify the date and time of observations.
No FAQs supplied.
SE_Time_Significance | time_significance; | 1 |
---|
SE_Time_Value | time_value; | 2 |
---|
The time_significance field specifies the usage of the time information.
The time_value field specifies the time value.
|