| name | data type | description | 
|---|---|---|
| VehicleAtStop | boolean | |
| TimingPoint | boolean | |
| AimedArrivalTime | string | |
| ExpectedArrivalTime | string | |
| ArrivalStatus | CallStatusEnumeration | |
| ArrivalPlatformName | NaturalLanguageStringStructure | |
| ArrivalBoardingActivity | ArrivalBoardingActivityEnumeration | |
| AimedDepartureTime | string | |
| ExpectedDepartureTime | string | |
| DepartureStatus | CallStatusEnumeration | |
| DeparturePlatformName | NaturalLanguageStringStructure | |
| DepartureBoardingActivity | DepartureBoardingActivityEnumeration | |
| AimedHeadwayInterval | Duration | |
| ExpectedHeadwayInterval | Duration | |
| Extensions | Extensions | |
Properties inherited from AbstractMonitoredCallStructure | 
        ||
| StopPointRef | StopPointRef | |
| VisitNumber | number | |
| Order | number | |
| StopPointName | NaturalLanguageStringStructure | |
Example
{
  "VehicleAtStop" : true,
  "TimingPoint" : true,
  "AimedArrivalTime" : "...",
  "ExpectedArrivalTime" : "...",
  "ArrivalStatus" : "cancelled",
  "ArrivalPlatformName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ArrivalBoardingActivity" : "alighting",
  "AimedDepartureTime" : "...",
  "ExpectedDepartureTime" : "...",
  "DepartureStatus" : "cancelled",
  "DeparturePlatformName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DepartureBoardingActivity" : "boarding",
  "AimedHeadwayInterval" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "ExpectedHeadwayInterval" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "VisitNumber" : 12345,
  "Order" : 12345,
  "StopPointName" : {
    "value" : "...",
    "lang" : "..."
  }
}