TimetabledStopVisitStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
MonitoringRef MonitoringRefStructure
TargetedVehicleJourney TargetedVehicleJourneyStructure
Extensions Extensions
Properties inherited from AbstractIdentifiedItemStructure
ItemIdentifier string
Properties inherited from AbstractItemStructure
RecordedAtTime string

Example

{
  "MonitoringRef" : {
    "value" : "..."
  },
  "TargetedVehicleJourney" : {
    "LineRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "FramedVehicleJourneyRef" : {
      "DataFrameRef" : { },
      "DatedVehicleJourneyRef" : "..."
    },
    "JourneyPatternRef" : {
      "value" : "..."
    },
    "VehicleMode" : [ "ferry", "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" : "...",
    "TargetedCall" : {
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "TimingPoint" : true,
      "OperatorRef" : { },
      "ProductCategoryRef" : { },
      "ServiceFeatureRef" : [ { }, { } ],
      "VehicleFeatureRef" : [ { }, { } ],
      "AimedArrivalTime" : "...",
      "ArrivalPlatformName" : { },
      "ArrivalBoardingActivity" : "noAlighting",
      "AimedDepartureTime" : "...",
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "noBoarding",
      "AimedHeadwayInterval" : { }
    }
  },
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  },
  "ItemIdentifier" : "...",
  "RecordedAtTime" : "..."
}