MonitoredStopVisitStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
MonitoringRef MonitoringRefStructure
ClearDownRef ClearDownRefStructure
MonitoredVehicleJourney MonitoredVehicleJourneyStructure
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
OriginRef JourneyPlaceRefStructure
OriginName NaturalLanguagePlaceNameStructure
ViaName1 array of NaturalLanguagePlaceNameStructure
ViaName2 array of NaturalLanguagePlaceNameStructure
ViaName3 array of NaturalLanguagePlaceNameStructure
DestinationRef DestinationRefStructure
DestinationName NaturalLanguagePlaceNameStructure
JourneyNote 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
TrainBlockPart array of TrainBlockPartStructure
BlockRef BlockRefStructure
CourseOfJourneyRef CourseOfJourneyStructure
VehicleRef VehicleRefStructure
StopPointRef StopPointRefStructure
VisitNumber number
Order number
StopPointName NaturalLanguageStringStructure
VehicleAtStop boolean
VehicleLocationAtStop LocationStructure
ReversesAtStop boolean
PlatformTraversal boolean
SignalStatus string
TimingPoint boolean
BoardingStretch boolean
RequestStop boolean
DestinationDisplay NaturalLanguageStringStructure
CallNote array of NaturalLanguageStringStructure
SituationRef array of SituationRefStructure
FacilityChange FacilityChangeStructure
AimedArrivalTime string
ActualArrivalTime string
ExpectedArrivalTime string
ArrivalStatus CallStatusEnumeration
ArrivalPlatformName NaturalLanguageStringStructure
ArrivalBoardingActivity ArrivalBoardingActivityEnumeration
AimedDepartureTime string
ActualDepartureTime string
ExpectedDepartureTime string
DepartureStatus CallStatusEnumeration
DeparturePlatformName NaturalLanguageStringStructure
DepartureBoardingActivity DepartureBoardingActivityEnumeration
AimedHeadwayInterval Duration
ExpectedHeadwayInterval Duration
NextStopPointName NaturalLanguagePlaceNameStructure
StopVisitNote array of NaturalLanguageStringStructure
StopFacility object
Extensions ExtensionsStructure
Properties inherited from AbstractIdentifiedItemStructure
ItemIdentifier string
Properties inherited from AbstractItemStructure
RecordedAtTime string

Example

{
  "MonitoringRef" : {
    "value" : "..."
  },
  "ClearDownRef" : {
    "value" : "..."
  },
  "MonitoredVehicleJourney" : {
    "LineRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "FramedVehicleJourneyRef" : {
      "DataFrameRef" : { },
      "DatedVehicleJourneyRef" : "..."
    },
    "JourneyPatternRef" : {
      "value" : "..."
    },
    "VehicleMode" : [ "air", "rail" ],
    "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" : "normalProgress",
    "Occupancy" : "seatsAvailable",
    "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" : "passThru",
      "AimedDepartureTime" : "...",
      "ActualDepartureTime" : "...",
      "ExpectedDepartureTime" : "...",
      "DepartureStatus" : "delayed",
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "noBoarding",
      "AimedHeadwayInterval" : { },
      "ExpectedHeadwayInterval" : { },
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : { }
    },
    "OnwardCalls" : {
      "OnwardCall" : [ { }, { } ]
    },
    "IsCompleteStopSequence" : true
  },
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "FramedVehicleJourneyRef" : {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  },
  "JourneyPatternRef" : {
    "value" : "..."
  },
  "VehicleMode" : [ "tram", "ferry" ],
  "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" : "..."
  },
  "ViaName1" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "ViaName2" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "ViaName3" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "DestinationRef" : {
    "value" : "..."
  },
  "DestinationName" : {
    "value" : "...",
    "lang" : "..."
  },
  "JourneyNote" : {
    "value" : "...",
    "lang" : "..."
  },
  "Monitored" : true,
  "MonitoringError" : [ "...", "..." ],
  "InCongestion" : true,
  "InPanic" : true,
  "PredictionInaccurate" : true,
  "DataSource" : "...",
  "ConfidenceLevel" : "certain",
  "VehicleLocation" : {
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  },
  "Bearing" : 12345.0,
  "ProgressRate" : "slowProgress",
  "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" : {
      "value" : "..."
    },
    "PositionOfTrainBlockPart" : {
      "value" : "...",
      "lang" : "..."
    }
  }, {
    "NumberOfBlockParts" : 12345,
    "TrainPartRef" : {
      "value" : "..."
    },
    "PositionOfTrainBlockPart" : {
      "value" : "...",
      "lang" : "..."
    }
  } ],
  "BlockRef" : {
    "value" : "..."
  },
  "CourseOfJourneyRef" : {
    "value" : "..."
  },
  "VehicleRef" : {
    "value" : "..."
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "VisitNumber" : 12345,
  "Order" : 12345,
  "StopPointName" : {
    "value" : "...",
    "lang" : "..."
  },
  "VehicleAtStop" : true,
  "VehicleLocationAtStop" : {
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  },
  "ReversesAtStop" : true,
  "PlatformTraversal" : true,
  "SignalStatus" : "...",
  "TimingPoint" : true,
  "BoardingStretch" : true,
  "RequestStop" : true,
  "DestinationDisplay" : {
    "value" : "...",
    "lang" : "..."
  },
  "CallNote" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "SituationRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "FacilityChange" : {
    "EquipmentAvailability" : {
      "EquipmentRef" : { },
      "Description" : { },
      "EquipmentStatus" : "notAvailable",
      "ValidityPeriod" : { },
      "EquipmentTypeRef" : { },
      "EquipmentFeatures" : { }
    },
    "SituationRef" : {
      "value" : "..."
    },
    "MobilityDisruption" : {
      "MobilityImpairedAccess" : true,
      "MobilityFacility" : [ "boardingAssistance", "lowFloor" ]
    }
  },
  "AimedArrivalTime" : "...",
  "ActualArrivalTime" : "...",
  "ExpectedArrivalTime" : "...",
  "ArrivalStatus" : "cancelled",
  "ArrivalPlatformName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ArrivalBoardingActivity" : "noAlighting",
  "AimedDepartureTime" : "...",
  "ActualDepartureTime" : "...",
  "ExpectedDepartureTime" : "...",
  "DepartureStatus" : "onTime",
  "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
  },
  "NextStopPointName" : {
    "value" : "...",
    "lang" : "..."
  },
  "StopVisitNote" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "StopFacility" : { },
  "Extensions" : {
    "any" : { }
  },
  "ItemIdentifier" : "...",
  "RecordedAtTime" : "..."
}