EstimatedVehicleJourneyStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
LineRef LineRefStructure
DirectionRef DirectionRefStructure
DatedVehicleJourneyRef DatedVehicleJourneyRefStructure
DatedVehicleJourneyIndirectRef DatedVehicleJourneyIndirectRefStructure
EstimatedVehicleJourneyCode string
ExtraJourney boolean
Cancellation boolean
JourneyPatternRef JourneyPatternRefStructure
VehicleMode array of VehicleModesEnumeration
RouteRef RouteRefStructure
PublishedLineName NaturalLanguageStringStructure
DirectionName NaturalLanguageStringStructure
ExternalLineRef LineRefStructure
OperatorRef OperatorRefStructure
ProductCategoryRef ProductCategoryRefStructure
ServiceFeatureRef array of ServiceFeatureRefStructure
VehicleFeatureRef array of VehicleFeatureRefStructure
VehicleJourneyName NaturalLanguageStringStructure
JourneyNote array of NaturalLanguageStringStructure
HeadwayService boolean
SituationRef array of SituationRefStructure
FacilityChange FacilityChangeStructure
Monitored boolean
PredictionInaccurate boolean
Occupancy OccupancyEnumeration
BlockRef BlockRefStructure
CourseOfJourneyRef CourseOfJourneyStructure
VehicleRef VehicleRefStructure
EstimatedCalls EstimatedCalls
EstimatedCall array of EstimatedCallStructure
IsCompleteStopSequence boolean
Extensions ExtensionsStructure

Example

{
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "DatedVehicleJourneyRef" : {
    "value" : "..."
  },
  "DatedVehicleJourneyIndirectRef" : {
    "OriginRef" : {
      "value" : "..."
    },
    "AimedDepartureTime" : "...",
    "DestinationRef" : {
      "value" : "..."
    },
    "AimedArrivalTime" : "..."
  },
  "EstimatedVehicleJourneyCode" : "...",
  "ExtraJourney" : true,
  "Cancellation" : true,
  "JourneyPatternRef" : {
    "value" : "..."
  },
  "VehicleMode" : [ "coach", "air" ],
  "RouteRef" : {
    "value" : "..."
  },
  "PublishedLineName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DirectionName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ExternalLineRef" : {
    "value" : "..."
  },
  "OperatorRef" : {
    "value" : "..."
  },
  "ProductCategoryRef" : {
    "value" : "..."
  },
  "ServiceFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "VehicleFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "VehicleJourneyName" : {
    "value" : "...",
    "lang" : "..."
  },
  "JourneyNote" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "HeadwayService" : true,
  "SituationRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "FacilityChange" : {
    "EquipmentAvailability" : {
      "EquipmentRef" : { },
      "Description" : { },
      "EquipmentStatus" : "unknown",
      "ValidityPeriod" : { },
      "EquipmentTypeRef" : { },
      "EquipmentFeatures" : { }
    },
    "SituationRef" : {
      "value" : "..."
    },
    "MobilityDisruption" : {
      "MobilityImpairedAccess" : true,
      "MobilityFacility" : [ "facmob_4", "visualInformation" ]
    }
  },
  "Monitored" : true,
  "PredictionInaccurate" : true,
  "Occupancy" : "standingAvailable",
  "BlockRef" : {
    "value" : "..."
  },
  "CourseOfJourneyRef" : {
    "value" : "..."
  },
  "VehicleRef" : {
    "value" : "..."
  },
  "EstimatedCalls" : {
    "EstimatedCall" : [ {
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : { },
      "ExtraCall" : true,
      "Cancellation" : true,
      "PredictionInaccurate" : true,
      "Occupancy" : "seatsAvailable",
      "TimingPoint" : true,
      "BoardingStretch" : true,
      "RequestStop" : true,
      "DestinationDisplay" : { },
      "CallNote" : [ { }, { } ],
      "SituationRef" : [ { }, { } ],
      "FacilityChange" : { },
      "AimedArrivalTime" : "...",
      "ExpectedArrivalTime" : "...",
      "ArrivalStatus" : "early",
      "ArrivalPlatformName" : { },
      "ArrivalBoardingActivity" : "passThru",
      "AimedDepartureTime" : "...",
      "ExpectedDepartureTime" : "...",
      "DepartureStatus" : "onTime",
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "boarding",
      "AimedHeadwayInterval" : { },
      "ExpectedHeadwayInterval" : { },
      "Extensions" : { }
    }, {
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : { },
      "ExtraCall" : true,
      "Cancellation" : true,
      "PredictionInaccurate" : true,
      "Occupancy" : "standingAvailable",
      "TimingPoint" : true,
      "BoardingStretch" : true,
      "RequestStop" : true,
      "DestinationDisplay" : { },
      "CallNote" : [ { }, { } ],
      "SituationRef" : [ { }, { } ],
      "FacilityChange" : { },
      "AimedArrivalTime" : "...",
      "ExpectedArrivalTime" : "...",
      "ArrivalStatus" : "delayed",
      "ArrivalPlatformName" : { },
      "ArrivalBoardingActivity" : "alighting",
      "AimedDepartureTime" : "...",
      "ExpectedDepartureTime" : "...",
      "DepartureStatus" : "noReport",
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "boarding",
      "AimedHeadwayInterval" : { },
      "ExpectedHeadwayInterval" : { },
      "Extensions" : { }
    } ]
  },
  "EstimatedCall" : [ {
    "StopPointRef" : {
      "value" : "..."
    },
    "VisitNumber" : 12345,
    "Order" : 12345,
    "StopPointName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ExtraCall" : true,
    "Cancellation" : true,
    "PredictionInaccurate" : true,
    "Occupancy" : "full",
    "TimingPoint" : true,
    "BoardingStretch" : true,
    "RequestStop" : true,
    "DestinationDisplay" : {
      "value" : "...",
      "lang" : "..."
    },
    "CallNote" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "SituationRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "FacilityChange" : {
      "EquipmentAvailability" : { },
      "SituationRef" : { },
      "MobilityDisruption" : { }
    },
    "AimedArrivalTime" : "...",
    "ExpectedArrivalTime" : "...",
    "ArrivalStatus" : "delayed",
    "ArrivalPlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ArrivalBoardingActivity" : "alighting",
    "AimedDepartureTime" : "...",
    "ExpectedDepartureTime" : "...",
    "DepartureStatus" : "cancelled",
    "DeparturePlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DepartureBoardingActivity" : "noBoarding",
    "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" : "..."
    },
    "ExtraCall" : true,
    "Cancellation" : true,
    "PredictionInaccurate" : true,
    "Occupancy" : "seatsAvailable",
    "TimingPoint" : true,
    "BoardingStretch" : true,
    "RequestStop" : true,
    "DestinationDisplay" : {
      "value" : "...",
      "lang" : "..."
    },
    "CallNote" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "SituationRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "FacilityChange" : {
      "EquipmentAvailability" : { },
      "SituationRef" : { },
      "MobilityDisruption" : { }
    },
    "AimedArrivalTime" : "...",
    "ExpectedArrivalTime" : "...",
    "ArrivalStatus" : "onTime",
    "ArrivalPlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ArrivalBoardingActivity" : "alighting",
    "AimedDepartureTime" : "...",
    "ExpectedDepartureTime" : "...",
    "DepartureStatus" : "early",
    "DeparturePlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DepartureBoardingActivity" : "noBoarding",
    "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" : { }
    }
  } ],
  "IsCompleteStopSequence" : true,
  "Extensions" : {
    "any" : { }
  }
}