TimetabledFeederArrivalCancellation Data Type

Implemented Interfaces
Serializable
Properties
name data type description
InterchangeRef InterchangeRef
ConnectionLinkRef ConnectionLinkRef
StopPointRef StopPointRef
VisitNumber number
Order number
StopPointName NaturalLanguageStringStructure
LineRef LineRef
DirectionRef DirectionRefStructure
VehicleJourneyRef FramedVehicleJourneyRefStructure
JourneyPatternRef JourneyPatternRef
VehicleMode array of VehicleModesEnumeration
RouteRef RouteRefStructure
PublishedLineName NaturalLanguageStringStructure
DirectionName NaturalLanguageStringStructure
ExternalLineRef LineRef
Reason NaturalLanguageStringStructure
Extensions Extensions
Properties inherited from AbstractReferencingItemStructure
ItemRef ItemRefStructure
Properties inherited from AbstractItemStructure
RecordedAtTime string

Example

{
  "InterchangeRef" : {
    "value" : "..."
  },
  "ConnectionLinkRef" : {
    "value" : "..."
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "VisitNumber" : 12345,
  "Order" : 12345,
  "StopPointName" : {
    "value" : "...",
    "lang" : "..."
  },
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "VehicleJourneyRef" : {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  },
  "JourneyPatternRef" : {
    "value" : "..."
  },
  "VehicleMode" : [ "bus", "ferry" ],
  "RouteRef" : {
    "value" : "..."
  },
  "PublishedLineName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DirectionName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ExternalLineRef" : {
    "value" : "..."
  },
  "Reason" : {
    "value" : "...",
    "lang" : "..."
  },
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  },
  "ItemRef" : {
    "value" : "..."
  },
  "RecordedAtTime" : "..."
}