TimetabledStopVisitStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
MonitoringRef MonitoringRefStructure
TargetedVehicleJourney TargetedVehicleJourney
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" : "..."
    },
    "JourneyPatternName" : {
      "value" : "...",
      "lang" : "..."
    },
    "VehicleMode" : [ "ferry", "coach" ],
    "RouteRef" : {
      "value" : "..."
    },
    "PublishedLineName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "GroupOfLinesRef" : {
      "value" : "..."
    },
    "DirectionName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "ExternalLineRef" : {
      "value" : "..."
    },
    "OperatorRef" : {
      "value" : "..."
    },
    "ProductCategoryRef" : {
      "value" : "..."
    },
    "ServiceFeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "VehicleFeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "OriginRef" : {
      "value" : "..."
    },
    "OriginName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "OriginShortName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "DestinationDisplayAtOrigin" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "Via" : [ {
      "ViaPriority" : 12345,
      "PlaceRef" : { },
      "PlaceName" : [ { }, { } ],
      "PlaceShortName" : [ { }, { } ]
    }, {
      "ViaPriority" : 12345,
      "PlaceRef" : { },
      "PlaceName" : [ { }, { } ],
      "PlaceShortName" : [ { }, { } ]
    } ],
    "DestinationRef" : {
      "value" : "..."
    },
    "DestinationName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "DestinationShortName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "OriginDisplayAtDestination" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "VehicleJourneyName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "JourneyNote" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "PublicContact" : {
      "PhoneNumber" : "...",
      "Url" : "..."
    },
    "OperationsContact" : {
      "PhoneNumber" : "...",
      "Url" : "..."
    },
    "HeadwayService" : true,
    "OriginAimedDepartureTime" : "...",
    "DestinationAimedArrivalTime" : "...",
    "FirstOrLastJourney" : "otherService",
    "TargetedCall" : {
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "TimingPoint" : true,
      "OperatorRef" : { },
      "ProductCategoryRef" : { },
      "ServiceFeatureRef" : [ { }, { } ],
      "VehicleFeatureRef" : [ { }, { } ],
      "AimedArrivalTime" : "...",
      "ArrivalPlatformName" : { },
      "ArrivalBoardingActivity" : "passThru",
      "ArrivalStopAssignment" : { },
      "ArrivalOperatorRefs" : [ { }, { } ],
      "AimedDepartureTime" : "...",
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "passThru",
      "DepartureStopAssignment" : { },
      "DepartureOperatorRefs" : [ { }, { } ],
      "AimedLatestPassengerAccessTime" : "...",
      "AimedHeadwayInterval" : { }
    }
  },
  "Extensions" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  },
  "ItemIdentifier" : "...",
  "RecordedAtTime" : "..."
}