| name | data type | description | 
|---|---|---|
| LineRef | LineRef | |
| DirectionRef | DirectionRefStructure | |
| FramedVehicleJourneyRef | FramedVehicleJourneyRefStructure | |
| JourneyPatternRef | JourneyPatternRef | |
| VehicleMode | array of VehicleModesEnumeration | |
| RouteRef | RouteRefStructure | |
| PublishedLineName | NaturalLanguageStringStructure | |
| DirectionName | NaturalLanguageStringStructure | |
| ExternalLineRef | LineRef | |
| OperatorRef | OperatorRefStructure | |
| ProductCategoryRef | ProductCategoryRefStructure | |
| ServiceFeatureRef | array of ServiceFeatureRef | |
| VehicleFeatureRef | array of VehicleFeatureRefStructure | |
| OriginRef | JourneyPlaceRefStructure | |
| OriginName | NaturalLanguagePlaceNameStructure | |
| OriginShortName | NaturalLanguagePlaceNameStructure | |
| Via | array of PlaceNameStructure | |
| DestinationRef | DestinationRef | |
| DestinationName | NaturalLanguageStringStructure | |
| DestinationShortName | NaturalLanguagePlaceNameStructure | |
| VehicleJourneyName | NaturalLanguageStringStructure | |
| JourneyNote | array of NaturalLanguageStringStructure | |
| HeadwayService | boolean | |
| OriginAimedDepartureTime | string | |
| DestinationAimedArrivalTime | string | |
| TargetedCall | TargetedCall | 
Example
{
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "FramedVehicleJourneyRef" : {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  },
  "JourneyPatternRef" : {
    "value" : "..."
  },
  "VehicleMode" : [ "tram", "coach" ],
  "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" : {
      "value" : "..."
    },
    "PlaceName" : {
      "value" : "...",
      "lang" : "..."
    },
    "PlaceShortName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  }, {
    "PlaceRef" : {
      "value" : "..."
    },
    "PlaceName" : {
      "value" : "...",
      "lang" : "..."
    },
    "PlaceShortName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  } ],
  "DestinationRef" : {
    "value" : "..."
  },
  "DestinationName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DestinationShortName" : {
    "value" : "...",
    "lang" : "..."
  },
  "VehicleJourneyName" : {
    "value" : "...",
    "lang" : "..."
  },
  "JourneyNote" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "HeadwayService" : true,
  "OriginAimedDepartureTime" : "...",
  "DestinationAimedArrivalTime" : "...",
  "TargetedCall" : {
    "StopPointRef" : {
      "value" : "..."
    },
    "VisitNumber" : 12345,
    "Order" : 12345,
    "TimingPoint" : true,
    "OperatorRef" : {
      "value" : "..."
    },
    "ProductCategoryRef" : {
      "value" : "..."
    },
    "ServiceFeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "VehicleFeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "AimedArrivalTime" : "...",
    "ArrivalPlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ArrivalBoardingActivity" : "passThru",
    "AimedDepartureTime" : "...",
    "DeparturePlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DepartureBoardingActivity" : "passThru",
    "AimedHeadwayInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    }
  }
}