ConnectionTimetableDeliveriesStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ConnectionTimetableDelivery ConnectionTimetableDeliveryStructure

Example

{
  "ConnectionTimetableDelivery" : {
    "TimetabledFeederArrival" : [ {
      "FeederJourney" : { },
      "LineRef" : { },
      "DirectionRef" : { },
      "FramedVehicleJourneyRef" : { },
      "JourneyPatternRef" : { },
      "VehicleMode" : [ "tram", "air" ],
      "RouteRef" : { },
      "PublishedLineName" : { },
      "DirectionName" : { },
      "ExternalLineRef" : { },
      "OperatorRef" : { },
      "ProductCategoryRef" : { },
      "ServiceFeatureRef" : [ { }, { } ],
      "VehicleFeatureRef" : [ { }, { } ],
      "OriginName" : { },
      "OriginShortName" : { },
      "DestinationName" : { },
      "DestinationShortName" : { },
      "JourneyNote" : [ { }, { } ],
      "HeadwayService" : true,
      "OriginAimedDepartureTime" : "...",
      "DestinationAimedArrivalTime" : "...",
      "BlockRef" : { },
      "CourseOfJourneyRef" : { },
      "VehicleRef" : { },
      "Monitored" : true,
      "AimedDepartureTime" : "...",
      "AimedArrivalTime" : "...",
      "Extensions" : { },
      "InterchangeRef" : { },
      "ConnectionLinkRef" : { },
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : { },
      "ItemIdentifier" : "...",
      "RecordedAtTime" : "..."
    }, {
      "FeederJourney" : { },
      "LineRef" : { },
      "DirectionRef" : { },
      "FramedVehicleJourneyRef" : { },
      "JourneyPatternRef" : { },
      "VehicleMode" : [ "coach", "ferry" ],
      "RouteRef" : { },
      "PublishedLineName" : { },
      "DirectionName" : { },
      "ExternalLineRef" : { },
      "OperatorRef" : { },
      "ProductCategoryRef" : { },
      "ServiceFeatureRef" : [ { }, { } ],
      "VehicleFeatureRef" : [ { }, { } ],
      "OriginName" : { },
      "OriginShortName" : { },
      "DestinationName" : { },
      "DestinationShortName" : { },
      "JourneyNote" : [ { }, { } ],
      "HeadwayService" : true,
      "OriginAimedDepartureTime" : "...",
      "DestinationAimedArrivalTime" : "...",
      "BlockRef" : { },
      "CourseOfJourneyRef" : { },
      "VehicleRef" : { },
      "Monitored" : true,
      "AimedDepartureTime" : "...",
      "AimedArrivalTime" : "...",
      "Extensions" : { },
      "InterchangeRef" : { },
      "ConnectionLinkRef" : { },
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : { },
      "ItemIdentifier" : "...",
      "RecordedAtTime" : "..."
    } ],
    "TimetabledFeederArrivalCancellation" : [ {
      "InterchangeRef" : { },
      "ConnectionLinkRef" : { },
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : { },
      "LineRef" : { },
      "DirectionRef" : { },
      "VehicleJourneyRef" : { },
      "JourneyPatternRef" : { },
      "VehicleMode" : [ "air", "tram" ],
      "RouteRef" : { },
      "PublishedLineName" : { },
      "DirectionName" : { },
      "ExternalLineRef" : { },
      "Reason" : { },
      "Extensions" : { },
      "ItemRef" : { },
      "RecordedAtTime" : "..."
    }, {
      "InterchangeRef" : { },
      "ConnectionLinkRef" : { },
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : { },
      "LineRef" : { },
      "DirectionRef" : { },
      "VehicleJourneyRef" : { },
      "JourneyPatternRef" : { },
      "VehicleMode" : [ "tram", "underground" ],
      "RouteRef" : { },
      "PublishedLineName" : { },
      "DirectionName" : { },
      "ExternalLineRef" : { },
      "Reason" : { },
      "Extensions" : { },
      "ItemRef" : { },
      "RecordedAtTime" : "..."
    } ],
    "Extensions" : {
      "any" : { }
    },
    "version" : "...",
    "RequestMessageRef" : {
      "value" : "..."
    },
    "SubscriberRef" : {
      "value" : "..."
    },
    "SubscriptionFilterRef" : {
      "value" : "..."
    },
    "SubscriptionRef" : {
      "value" : "..."
    },
    "Status" : true,
    "ErrorCondition" : {
      "CapabilityNotSupportedError" : { },
      "AccessNotAllowedError" : { },
      "NoInfoForTopicError" : { },
      "AllowedResourceUsageExceededError" : { },
      "OtherError" : { },
      "Description" : { }
    },
    "ValidUntil" : "...",
    "ShortestPossibleCycle" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "ResponseTimestamp" : "..."
  }
}