OnwardCallsStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
OnwardCall array of OnwardCallStructure

Example

{
  "OnwardCall" : [ {
    "VehicleAtStop" : true,
    "TimingPoint" : true,
    "AimedArrivalTime" : "...",
    "ExpectedArrivalTime" : "...",
    "ArrivalStatus" : "early",
    "ArrivalPlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ArrivalBoardingActivity" : "noAlighting",
    "AimedDepartureTime" : "...",
    "ExpectedDepartureTime" : "...",
    "DepartureStatus" : "early",
    "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" : { }
    },
    "StopPointRef" : {
      "value" : "..."
    },
    "VisitNumber" : 12345,
    "Order" : 12345,
    "StopPointName" : {
      "value" : "...",
      "lang" : "..."
    }
  }, {
    "VehicleAtStop" : true,
    "TimingPoint" : true,
    "AimedArrivalTime" : "...",
    "ExpectedArrivalTime" : "...",
    "ArrivalStatus" : "arrived",
    "ArrivalPlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ArrivalBoardingActivity" : "noAlighting",
    "AimedDepartureTime" : "...",
    "ExpectedDepartureTime" : "...",
    "DepartureStatus" : "noReport",
    "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" : { }
    },
    "StopPointRef" : {
      "value" : "..."
    },
    "VisitNumber" : 12345,
    "Order" : 12345,
    "StopPointName" : {
      "value" : "...",
      "lang" : "..."
    }
  } ]
}