Eksempel 1: <EndTime> er satt.
Meldingen vil vises i sanntidsdatastrøm/-tjenester frem til sluttidspunktet. Etter tidspunktet i <EndTime> er passert vil ikke meldingen vises lenger i sanntidsdatastrøm/-tjenester
Code Block | ||
---|---|---|
| ||
<PtSituationElement>
<CreationTime>2018-02-22T11:40:33+01:00</CreationTime>
<ParticipantRef>NSB</ParticipantRef>
<SituationNumber>NSB:SituationNumber:status-53733</SituationNumber>
<Version>1</Version>
<Source>
<SourceType>directReport</SourceType>
</Source>
<Progress>open</Progress>
<ValidityPeriod>
<StartTime>2018-02-22T11:40:11+01:00</StartTime>
<EndTime>2018-04-04T16:55:40+02:00</EndTime>
</ValidityPeriod>
<Priority>18</Priority>
<ReportType>general</ReportType>
<Description xml:lang="NO">Plattformene kan være glatte.</Description>
<Affects>
<StopPoints>
<AffectedStopPoint>
<StopPointRef>NSR:StopPlace:652</StopPointRef>
<StopPointName>Dovre</StopPointName>
</AffectedStopPoint>
</StopPoints>
</Affects>
</PtSituationElement> |
Eksemepel 2: <EndTime> er ikke satt
...
Content
Table of Contents
Info | ||
---|---|---|
| ||
See complete examples:
|
Limited validity already when published
The message is visible to the public and in real-time data streams up to the time defined in <EndTime>
.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<Progress>open</Progress>
<ValidityPeriod>
<StartTime>2018-02-11T11:33:11</StartTime>
<EndTime>2018-04-22T22:55:00</EndTime>
</ValidityPeriod> |
Valid until a new message closes the initial message
The message is visible to the public and in real-time data streams from the time defined in <StartTime>
until an updated of the message (with the same ID) changes <Progress>
from 'open' to 'closed.
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<Progress>open</Progress> <ValidityPeriod> <StartTime>2018-02-22T1111T11:40:11+01:00<33:11</StartTime> </ValidityPeriod> |
...
EndTime must be defined in the "closing" message
When the status of a message changes from 'open' to 'closed', EndTime of the message must be set to at least 5 hours into the future. This is to ensure that all systems are able to receive the close-message, even when there are severe disturbances in uptime.
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<Progress>closed</Progress> <ValidityPeriod> <StartTime>2018-02-22T1111T11:40:11+01:00<33:11</StartTime> <EndTime>2018-0402-04T16:55:40+0212T20:10:00</EndTime> </ValidityPeriod> |
Når <Progress>closed<When <Progress>closed</Progress>
er mottat vil meldingen
...
is received, the message will:
- not be shown in search results in the journey planner.
- be available with
<Progress>closed</Progress>
in real-time streams until the<EndTime>
has passed.