| name | data type | description | 
|---|---|---|
| DatedVehicleJourneyCode | string | |
| VehicleJourneyRef | VehicleJourneyRefStructure | |
| ExtraJourney | boolean | |
| Cancellation | boolean | |
| 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 | |
| VehicleJourneyName | NaturalLanguageStringStructure | |
| JourneyNote | array of NaturalLanguageStringStructure | |
| DestinationDisplay | NaturalLanguageStringStructure | |
| LineNote | NaturalLanguagePlaceNameStructure | |
| HeadwayService | boolean | |
| Monitored | boolean | |
| BlockRef | BlockRefStructure | |
| CourseOfJourneyRef | CourseOfJourneyStructure | |
| DatedCalls | DatedCalls | |
| DatedCall | array of DatedCallStructure | |
| Extensions | ExtensionsStructure | 
Example
{
  "DatedVehicleJourneyCode" : "...",
  "VehicleJourneyRef" : {
    "value" : "..."
  },
  "ExtraJourney" : true,
  "Cancellation" : true,
  "JourneyPatternRef" : {
    "value" : "..."
  },
  "VehicleMode" : [ "coach", "metro" ],
  "RouteRef" : {
    "value" : "..."
  },
  "PublishedLineName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DirectionName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ExternalLineRef" : {
    "value" : "..."
  },
  "OperatorRef" : {
    "value" : "..."
  },
  "ProductCategoryRef" : {
    "value" : "..."
  },
  "ServiceFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "VehicleFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "VehicleJourneyName" : {
    "value" : "...",
    "lang" : "..."
  },
  "JourneyNote" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "DestinationDisplay" : {
    "value" : "...",
    "lang" : "..."
  },
  "LineNote" : {
    "value" : "...",
    "lang" : "..."
  },
  "HeadwayService" : true,
  "Monitored" : true,
  "BlockRef" : {
    "value" : "..."
  },
  "CourseOfJourneyRef" : {
    "value" : "..."
  },
  "DatedCalls" : {
    "DatedCall" : [ {
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : { },
      "TimingPoint" : true,
      "BoardingStretch" : true,
      "RequestStop" : true,
      "DestinationDisplay" : { },
      "CallNote" : [ { }, { } ],
      "FacilityChangeElement" : { },
      "AimedArrivalTime" : "...",
      "ArrivalPlatformName" : { },
      "ArrivalBoardingActivity" : "alighting",
      "AimedDepartureTime" : "...",
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "boarding",
      "AimedHeadwayInterval" : { },
      "TargetedInterchange" : [ { }, { } ],
      "Extensions" : { }
    }, {
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : { },
      "TimingPoint" : true,
      "BoardingStretch" : true,
      "RequestStop" : true,
      "DestinationDisplay" : { },
      "CallNote" : [ { }, { } ],
      "FacilityChangeElement" : { },
      "AimedArrivalTime" : "...",
      "ArrivalPlatformName" : { },
      "ArrivalBoardingActivity" : "noAlighting",
      "AimedDepartureTime" : "...",
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "passThru",
      "AimedHeadwayInterval" : { },
      "TargetedInterchange" : [ { }, { } ],
      "Extensions" : { }
    } ]
  },
  "DatedCall" : [ {
    "StopPointRef" : {
      "value" : "..."
    },
    "VisitNumber" : 12345,
    "Order" : 12345,
    "StopPointName" : {
      "value" : "...",
      "lang" : "..."
    },
    "TimingPoint" : true,
    "BoardingStretch" : true,
    "RequestStop" : true,
    "DestinationDisplay" : {
      "value" : "...",
      "lang" : "..."
    },
    "CallNote" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "FacilityChangeElement" : {
      "EquipmentAvailability" : { },
      "SituationRef" : { },
      "MobilityDisruption" : { }
    },
    "AimedArrivalTime" : "...",
    "ArrivalPlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ArrivalBoardingActivity" : "noAlighting",
    "AimedDepartureTime" : "...",
    "DeparturePlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DepartureBoardingActivity" : "passThru",
    "AimedHeadwayInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "TargetedInterchange" : [ {
      "InterchangeCode" : "...",
      "DistributorVehicleJourneyRef" : { },
      "DistributorConnectionLinkRef" : { },
      "DistributorConnectionLink" : { },
      "DistributorVisitNumber" : 12345,
      "DistributorOrder" : 12345,
      "StaySeated" : true,
      "Guaranteed" : true,
      "Advertised" : true,
      "MaximumWaitTime" : { }
    }, {
      "InterchangeCode" : "...",
      "DistributorVehicleJourneyRef" : { },
      "DistributorConnectionLinkRef" : { },
      "DistributorConnectionLink" : { },
      "DistributorVisitNumber" : 12345,
      "DistributorOrder" : 12345,
      "StaySeated" : true,
      "Guaranteed" : true,
      "Advertised" : true,
      "MaximumWaitTime" : { }
    } ],
    "Extensions" : {
      "any" : { }
    }
  }, {
    "StopPointRef" : {
      "value" : "..."
    },
    "VisitNumber" : 12345,
    "Order" : 12345,
    "StopPointName" : {
      "value" : "...",
      "lang" : "..."
    },
    "TimingPoint" : true,
    "BoardingStretch" : true,
    "RequestStop" : true,
    "DestinationDisplay" : {
      "value" : "...",
      "lang" : "..."
    },
    "CallNote" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "FacilityChangeElement" : {
      "EquipmentAvailability" : { },
      "SituationRef" : { },
      "MobilityDisruption" : { }
    },
    "AimedArrivalTime" : "...",
    "ArrivalPlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ArrivalBoardingActivity" : "passThru",
    "AimedDepartureTime" : "...",
    "DeparturePlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DepartureBoardingActivity" : "boarding",
    "AimedHeadwayInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "TargetedInterchange" : [ {
      "InterchangeCode" : "...",
      "DistributorVehicleJourneyRef" : { },
      "DistributorConnectionLinkRef" : { },
      "DistributorConnectionLink" : { },
      "DistributorVisitNumber" : 12345,
      "DistributorOrder" : 12345,
      "StaySeated" : true,
      "Guaranteed" : true,
      "Advertised" : true,
      "MaximumWaitTime" : { }
    }, {
      "InterchangeCode" : "...",
      "DistributorVehicleJourneyRef" : { },
      "DistributorConnectionLinkRef" : { },
      "DistributorConnectionLink" : { },
      "DistributorVisitNumber" : 12345,
      "DistributorOrder" : 12345,
      "StaySeated" : true,
      "Guaranteed" : true,
      "Advertised" : true,
      "MaximumWaitTime" : { }
    } ],
    "Extensions" : {
      "any" : { }
    }
  } ],
  "Extensions" : {
    "any" : { }
  }
}