| name | data type | description | 
|---|---|---|
| LineRef | LineRef | |
| DirectionRef | DirectionRefStructure | |
| StopPointRef | StopPointRef | |
| ServiceStatus | ServiceExceptionEnumeration | |
| Notice | array of NaturalLanguageStringStructure | |
| SituationRef | SituationSimpleRef | |
Properties inherited from AbstractItemStructure | 
        ||
| RecordedAtTime | string | |
Example
{
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "ServiceStatus" : "realtimeDataNotAvailable",
  "Notice" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "SituationRef" : {
    "value" : "..."
  },
  "RecordedAtTime" : "..."
}