| name | data type | description | 
|---|---|---|
| VehicleAtStop | boolean | |
| TimingPoint | boolean | |
| AimedArrivalTime | string | |
| ExpectedArrivalTime | string | |
| ExpectedArrivalPredictionQuality | PredictionQualityStructure | |
| ArrivalStatus | CallStatusEnumeration | |
| ArrivalProximityText | NaturalLanguageStringStructure | |
| ArrivalPlatformName | NaturalLanguageStringStructure | |
| ArrivalBoardingActivity | ArrivalBoardingActivityEnumeration | |
| ArrivalStopAssignment | StopAssignmentStructure | |
| ArrivalOperatorRefs | array of OperatorRefStructure | |
| AimedDepartureTime | string | |
| ExpectedDepartureTime | string | |
| ProvisionalExpectedDepartureTime | string | |
| EarliestExpectedDepartureTime | string | |
| ExpectedDeparturePredictionQuality | PredictionQualityStructure | |
| AimedLatestPassengerAccessTime | string | |
| ExpectedLatestPassengerAccessTime | string | |
| DepartureStatus | CallStatusEnumeration | |
| DepartureProximityText | NaturalLanguageStringStructure | |
| DeparturePlatformName | NaturalLanguageStringStructure | |
| DepartureBoardingActivity | DepartureBoardingActivityEnumeration | |
| DepartureStopAssignment | StopAssignmentStructure | |
| DepartureOperatorRefs | array of OperatorRefStructure | |
| AimedHeadwayInterval | Duration | |
| ExpectedHeadwayInterval | Duration | |
| DistanceFromStop | number | |
| NumberOfStopsAway | number | |
| Extensions | Extensions | |
Properties inherited from AbstractMonitoredCallStructure | 
        ||
| StopPointRef | StopPointRef | |
| VisitNumber | number | |
| Order | number | |
| StopPointName | array of NaturalLanguageStringStructure | |
Example
{
  "VehicleAtStop" : true,
  "TimingPoint" : true,
  "AimedArrivalTime" : "...",
  "ExpectedArrivalTime" : "...",
  "ExpectedArrivalPredictionQuality" : {
    "PredictionLevel" : "unconfirmed",
    "Percentile" : 12345.0,
    "LowerTimeLimit" : "...",
    "HigherTimeLimit" : "..."
  },
  "ArrivalStatus" : "cancelled",
  "ArrivalProximityText" : {
    "value" : "...",
    "lang" : "..."
  },
  "ArrivalPlatformName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ArrivalBoardingActivity" : "noAlighting",
  "ArrivalStopAssignment" : {
    "AimedQuayRef" : {
      "value" : "..."
    },
    "AimedQuayName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "ExpectedQuayRef" : {
      "value" : "..."
    },
    "ActualQuayRef" : {
      "value" : "..."
    }
  },
  "ArrivalOperatorRefs" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "AimedDepartureTime" : "...",
  "ExpectedDepartureTime" : "...",
  "ProvisionalExpectedDepartureTime" : "...",
  "EarliestExpectedDepartureTime" : "...",
  "ExpectedDeparturePredictionQuality" : {
    "PredictionLevel" : "reliable",
    "Percentile" : 12345.0,
    "LowerTimeLimit" : "...",
    "HigherTimeLimit" : "..."
  },
  "AimedLatestPassengerAccessTime" : "...",
  "ExpectedLatestPassengerAccessTime" : "...",
  "DepartureStatus" : "early",
  "DepartureProximityText" : {
    "value" : "...",
    "lang" : "..."
  },
  "DeparturePlatformName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DepartureBoardingActivity" : "noBoarding",
  "DepartureStopAssignment" : {
    "AimedQuayRef" : {
      "value" : "..."
    },
    "AimedQuayName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "ExpectedQuayRef" : {
      "value" : "..."
    },
    "ActualQuayRef" : {
      "value" : "..."
    }
  },
  "DepartureOperatorRefs" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "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
  },
  "DistanceFromStop" : 12345,
  "NumberOfStopsAway" : 12345,
  "Extensions" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "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" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ]
}