VehicleActivityStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ValidUntilTime string
VehicleMonitoringRef VehicleMonitoringRefStructure
ProgressBetweenStops ProgressBetweenStopsStructure
MonitoredVehicleJourney MonitoredVehicleJourney
LineRef LineRefStructure
DirectionRef DirectionRefStructure
FramedVehicleJourneyRef FramedVehicleJourneyRefStructure
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
OriginName NaturalLanguagePlaceNameStructure
OriginShortName NaturalLanguagePlaceNameStructure
DestinationName NaturalLanguageStringStructure
DestinationShortName NaturalLanguagePlaceNameStructure
HeadwayService boolean
OriginAimedDepartureTime string
DestinationAimedArrivalTime string
VehicleJourneyName NaturalLanguageStringStructure
JourneyNote array of NaturalLanguageStringStructure
Monitored boolean
MonitoringError array of string
InCongestion boolean
InPanic boolean
PredictionInaccurate boolean
DataSource string
ConfidenceLevel QualityIndexEnumeration
VehicleLocation LocationStructure
Bearing number
ProgressRate ProgressRateEnumeration
Occupancy OccupancyEnumeration
Delay Duration
ProgressStatus NaturalLanguageStringStructure
BlockRef BlockRefStructure
CourseOfJourneyRef CourseOfJourneyStructure
VehicleRef VehicleRefStructure
StopPointRef StopPointRefStructure
VisitNumber number
StopPointName NaturalLanguageStringStructure
VehicleAtStop boolean
NextStopPointShortName NaturalLanguageStringStructure
VehicleActivityNote array of NaturalLanguageStringStructure
Extensions ExtensionsStructure
Properties inherited from AbstractIdentifiedItemStructure
ItemIdentifier string
Properties inherited from AbstractItemStructure
RecordedAtTime string

Example

{
  "ValidUntilTime" : "...",
  "VehicleMonitoringRef" : {
    "value" : "..."
  },
  "ProgressBetweenStops" : {
    "LinkDistance" : 12345.0,
    "Percentage" : 12345.0
  },
  "MonitoredVehicleJourney" : {
    "LineRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "FramedVehicleJourneyRef" : {
      "DataFrameRef" : { },
      "DatedVehicleJourneyRef" : "..."
    },
    "JourneyPatternRef" : {
      "value" : "..."
    },
    "VehicleMode" : [ "tram", "metro" ],
    "RouteRef" : {
      "value" : "..."
    },
    "PublishedLineName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DirectionName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ExternalLineRef" : {
      "value" : "..."
    },
    "OperatorRef" : {
      "value" : "..."
    },
    "ProductCategoryRef" : {
      "value" : "..."
    },
    "ServiceFeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "VehicleFeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "OriginRef" : {
      "value" : "..."
    },
    "OriginName" : {
      "value" : "...",
      "lang" : "..."
    },
    "OriginShortName" : {
      "value" : "...",
      "lang" : "..."
    },
    "Via" : [ {
      "PlaceRef" : { },
      "PlaceName" : { },
      "PlaceShortName" : [ { }, { } ]
    }, {
      "PlaceRef" : { },
      "PlaceName" : { },
      "PlaceShortName" : [ { }, { } ]
    } ],
    "DestinationRef" : {
      "value" : "..."
    },
    "DestinationName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DestinationShortName" : {
      "value" : "...",
      "lang" : "..."
    },
    "VehicleJourneyName" : {
      "value" : "...",
      "lang" : "..."
    },
    "JourneyNote" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "HeadwayService" : true,
    "OriginAimedDepartureTime" : "...",
    "DestinationAimedArrivalTime" : "...",
    "SituationRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "FacilityChange" : {
      "EquipmentAvailability" : { },
      "SituationRef" : { },
      "MobilityDisruption" : { }
    },
    "Monitored" : true,
    "MonitoringError" : [ "...", "..." ],
    "InCongestion" : true,
    "InPanic" : true,
    "PredictionInaccurate" : true,
    "DataSource" : "...",
    "ConfidenceLevel" : "veryReliable",
    "VehicleLocation" : {
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Coordinates" : { },
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    },
    "Bearing" : 12345.0,
    "ProgressRate" : "noProgress",
    "Occupancy" : "standingAvailable",
    "Delay" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "ProgressStatus" : {
      "value" : "...",
      "lang" : "..."
    },
    "TrainBlockPart" : [ {
      "NumberOfBlockParts" : 12345,
      "TrainPartRef" : { },
      "PositionOfTrainBlockPart" : { }
    }, {
      "NumberOfBlockParts" : 12345,
      "TrainPartRef" : { },
      "PositionOfTrainBlockPart" : { }
    } ],
    "BlockRef" : {
      "value" : "..."
    },
    "CourseOfJourneyRef" : {
      "value" : "..."
    },
    "VehicleRef" : {
      "value" : "..."
    },
    "PreviousCalls" : {
      "PreviousCall" : [ { }, { } ]
    },
    "MonitoredCall" : {
      "VehicleAtStop" : true,
      "VehicleLocationAtStop" : { },
      "ReversesAtStop" : true,
      "PlatformTraversal" : true,
      "SignalStatus" : "...",
      "TimingPoint" : true,
      "BoardingStretch" : true,
      "RequestStop" : true,
      "DestinationDisplay" : { },
      "CallNote" : [ { }, { } ],
      "SituationRef" : [ { }, { } ],
      "FacilityChange" : { },
      "AimedArrivalTime" : "...",
      "ActualArrivalTime" : "...",
      "ExpectedArrivalTime" : "...",
      "ArrivalStatus" : "cancelled",
      "ArrivalPlatformName" : { },
      "ArrivalBoardingActivity" : "alighting",
      "AimedDepartureTime" : "...",
      "ActualDepartureTime" : "...",
      "ExpectedDepartureTime" : "...",
      "DepartureStatus" : "early",
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "boarding",
      "AimedHeadwayInterval" : { },
      "ExpectedHeadwayInterval" : { },
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : { }
    },
    "OnwardCalls" : {
      "OnwardCall" : [ { }, { } ]
    },
    "IsCompleteStopSequence" : true
  },
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "FramedVehicleJourneyRef" : {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  },
  "JourneyPatternRef" : {
    "value" : "..."
  },
  "VehicleMode" : [ "bus", "metro" ],
  "RouteRef" : {
    "value" : "..."
  },
  "PublishedLineName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DirectionName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ExternalLineRef" : {
    "value" : "..."
  },
  "OperatorRef" : {
    "value" : "..."
  },
  "ProductCategoryRef" : {
    "value" : "..."
  },
  "ServiceFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "VehicleFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "OriginName" : {
    "value" : "...",
    "lang" : "..."
  },
  "OriginShortName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DestinationName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DestinationShortName" : {
    "value" : "...",
    "lang" : "..."
  },
  "HeadwayService" : true,
  "OriginAimedDepartureTime" : "...",
  "DestinationAimedArrivalTime" : "...",
  "VehicleJourneyName" : {
    "value" : "...",
    "lang" : "..."
  },
  "JourneyNote" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "Monitored" : true,
  "MonitoringError" : [ "...", "..." ],
  "InCongestion" : true,
  "InPanic" : true,
  "PredictionInaccurate" : true,
  "DataSource" : "...",
  "ConfidenceLevel" : "veryReliable",
  "VehicleLocation" : {
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  },
  "Bearing" : 12345.0,
  "ProgressRate" : "normalProgress",
  "Occupancy" : "full",
  "Delay" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "ProgressStatus" : {
    "value" : "...",
    "lang" : "..."
  },
  "BlockRef" : {
    "value" : "..."
  },
  "CourseOfJourneyRef" : {
    "value" : "..."
  },
  "VehicleRef" : {
    "value" : "..."
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "VisitNumber" : 12345,
  "StopPointName" : {
    "value" : "...",
    "lang" : "..."
  },
  "VehicleAtStop" : true,
  "NextStopPointShortName" : {
    "value" : "...",
    "lang" : "..."
  },
  "VehicleActivityNote" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "Extensions" : {
    "any" : { }
  },
  "ItemIdentifier" : "...",
  "RecordedAtTime" : "..."
}