| name | data type | description | 
|---|---|---|
| VehicleJourneyRef | array of VehicleJourneyRef | |
| FramedVehicleJourneyRef | FramedVehicleJourneyRefStructure | |
| DatedVehicleJourneyRef | array of DatedVehicleJourneyRef | |
| JourneyName | array of NaturalLanguageStringStructure | |
| Operator | AffectedOperatorStructure | |
| LineRef | LineRef | |
| PublishedLineName | NaturalLanguageStringStructure | |
| DirectionRef | DirectionRefStructure | |
| BlockRef | BlockRefStructure | |
| TrainNumbers | TrainNumbers | |
| JourneyParts | JourneyParts | |
| Origins | array of AffectedStopPointStructure | |
| Destinations | array of AffectedStopPointStructure | |
| Route | array of AffectedRouteStructure | |
| OriginAimedDepartureTime | string | |
| DestinationAimedArrivalTime | string | |
| OriginDisplayAtDestination | array of NaturalLanguagePlaceNameStructure | |
| DestinationDisplayAtOrigin | array of NaturalLanguagePlaceNameStructure | |
| AccessibilityAssessment | AccessibilityAssessmentStructure | |
| JourneyCondition | array of ServiceConditionEnumeration | |
| Calls | Calls | |
| Facilities | Facilities | |
| Extensions | Extensions | 
Example
{
  "VehicleJourneyRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "FramedVehicleJourneyRef" : {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  },
  "DatedVehicleJourneyRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "JourneyName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "Operator" : {
    "OperatorRef" : {
      "value" : "..."
    },
    "OperatorName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "OperatorShortName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "OperationalUnitRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  },
  "LineRef" : {
    "value" : "..."
  },
  "PublishedLineName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "BlockRef" : {
    "value" : "..."
  },
  "TrainNumbers" : {
    "TrainNumberRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ]
  },
  "JourneyParts" : {
    "JourneyPartInfo" : [ {
      "JourneyPartRef" : "...",
      "TrainNumberRef" : { },
      "OperatorRef" : { }
    }, {
      "JourneyPartRef" : "...",
      "TrainNumberRef" : { },
      "OperatorRef" : { }
    } ]
  },
  "Origins" : [ {
    "StopPointRef" : {
      "value" : "..."
    },
    "PrivateRef" : "...",
    "StopPointName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "StopPointType" : "pti17_5",
    "Location" : {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    },
    "AffectedModes" : {
      "Mode" : [ { }, { } ],
      "AllModes" : "..."
    },
    "PlaceRef" : {
      "value" : "..."
    },
    "PlaceName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "AccessibilityAssessment" : {
      "MobilityImpairedAccess" : true,
      "Limitations" : { },
      "Suitabilities" : { },
      "Extensions" : { }
    },
    "StopCondition" : [ "pti15_9", "startPoint" ],
    "ConnectionLinks" : {
      "AffectedConnectionLink" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "StopPointRef" : {
      "value" : "..."
    },
    "PrivateRef" : "...",
    "StopPointName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "StopPointType" : "ferryBerth",
    "Location" : {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    },
    "AffectedModes" : {
      "Mode" : [ { }, { } ],
      "AllModes" : "..."
    },
    "PlaceRef" : {
      "value" : "..."
    },
    "PlaceName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "AccessibilityAssessment" : {
      "MobilityImpairedAccess" : true,
      "Limitations" : { },
      "Suitabilities" : { },
      "Extensions" : { }
    },
    "StopCondition" : [ "exceptionalStop", "throughServiceDestination" ],
    "ConnectionLinks" : {
      "AffectedConnectionLink" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "Destinations" : [ {
    "StopPointRef" : {
      "value" : "..."
    },
    "PrivateRef" : "...",
    "StopPointName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "StopPointType" : "pti17_5",
    "Location" : {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    },
    "AffectedModes" : {
      "Mode" : [ { }, { } ],
      "AllModes" : "..."
    },
    "PlaceRef" : {
      "value" : "..."
    },
    "PlaceName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "AccessibilityAssessment" : {
      "MobilityImpairedAccess" : true,
      "Limitations" : { },
      "Suitabilities" : { },
      "Extensions" : { }
    },
    "StopCondition" : [ "unknown", "exceptionalStop" ],
    "ConnectionLinks" : {
      "AffectedConnectionLink" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "StopPointRef" : {
      "value" : "..."
    },
    "PrivateRef" : "...",
    "StopPointName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "StopPointType" : "busStop",
    "Location" : {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    },
    "AffectedModes" : {
      "Mode" : [ { }, { } ],
      "AllModes" : "..."
    },
    "PlaceRef" : {
      "value" : "..."
    },
    "PlaceName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "AccessibilityAssessment" : {
      "MobilityImpairedAccess" : true,
      "Limitations" : { },
      "Suitabilities" : { },
      "Extensions" : { }
    },
    "StopCondition" : [ "via", "pti15_14" ],
    "ConnectionLinks" : {
      "AffectedConnectionLink" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "Route" : [ {
    "RouteRef" : {
      "value" : "..."
    },
    "Direction" : [ {
      "DirectionRef" : { },
      "DirectionName" : [ { }, { } ]
    }, {
      "DirectionRef" : { },
      "DirectionName" : [ { }, { } ]
    } ],
    "Sections" : {
      "AffectedSection" : [ { }, { } ]
    },
    "StopPoints" : {
      "AffectedOnly" : true,
      "affectedStopPointsAndLinkProjectionToNextStopPoints" : [ {
        "AffectedStopPoint" : { }
      }, {
        "LinkProjectionToNextStopPoint" : { }
      } ]
    },
    "RouteLinks" : {
      "RouteLinkRef" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "RouteRef" : {
      "value" : "..."
    },
    "Direction" : [ {
      "DirectionRef" : { },
      "DirectionName" : [ { }, { } ]
    }, {
      "DirectionRef" : { },
      "DirectionName" : [ { }, { } ]
    } ],
    "Sections" : {
      "AffectedSection" : [ { }, { } ]
    },
    "StopPoints" : {
      "AffectedOnly" : true,
      "affectedStopPointsAndLinkProjectionToNextStopPoints" : [ {
        "AffectedStopPoint" : { }
      }, {
        "LinkProjectionToNextStopPoint" : { }
      } ]
    },
    "RouteLinks" : {
      "RouteLinkRef" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "OriginAimedDepartureTime" : "...",
  "DestinationAimedArrivalTime" : "...",
  "OriginDisplayAtDestination" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "DestinationDisplayAtOrigin" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "AccessibilityAssessment" : {
    "MobilityImpairedAccess" : true,
    "Limitations" : {
      "AccessibilityLimitation" : [ { }, { } ]
    },
    "Suitabilities" : {
      "Suitability" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ],
      "otherAttributes" : {
        "property1" : "...",
        "property2" : "..."
      }
    }
  },
  "JourneyCondition" : [ "pti13_2", "additionalService" ],
  "Calls" : {
    "Call" : [ {
      "Order" : 12345,
      "CallCondition" : [ "temporaryStop", "startPoint" ],
      "VehicleAtStop" : true,
      "VehicleLocationAtStop" : { },
      "TimingPoint" : true,
      "BoardingStretch" : true,
      "RequestStop" : true,
      "OriginDisplay" : [ { }, { } ],
      "DestinationDisplay" : [ { }, { } ],
      "AimedArrivalTime" : "...",
      "ExpectedArrivalTime" : "...",
      "ActualArrivalTime" : "...",
      "ArrivalStatus" : "notExpected",
      "ArrivalPlatformName" : { },
      "ArrivalBoardingActivity" : "alighting",
      "AimedDepartureTime" : "...",
      "ExpectedDepartureTime" : "...",
      "ActualDepartureTime" : "...",
      "DepartureStatus" : "arrived",
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "passThru",
      "AimedHeadwayInterval" : { },
      "ExpectedHeadwayInterval" : { },
      "AffectedInterchange" : [ { }, { } ],
      "StopPointRef" : { },
      "PrivateRef" : "...",
      "StopPointName" : [ { }, { } ],
      "StopPointType" : "pti17_3",
      "Location" : { },
      "AffectedModes" : { },
      "PlaceRef" : { },
      "PlaceName" : [ { }, { } ],
      "AccessibilityAssessment" : { },
      "StopCondition" : [ "pti15_10", "pti15_3" ],
      "ConnectionLinks" : { },
      "Extensions" : { }
    }, {
      "Order" : 12345,
      "CallCondition" : [ "pti15_255", "startPoint" ],
      "VehicleAtStop" : true,
      "VehicleLocationAtStop" : { },
      "TimingPoint" : true,
      "BoardingStretch" : true,
      "RequestStop" : true,
      "OriginDisplay" : [ { }, { } ],
      "DestinationDisplay" : [ { }, { } ],
      "AimedArrivalTime" : "...",
      "ExpectedArrivalTime" : "...",
      "ActualArrivalTime" : "...",
      "ArrivalStatus" : "onTime",
      "ArrivalPlatformName" : { },
      "ArrivalBoardingActivity" : "passThru",
      "AimedDepartureTime" : "...",
      "ExpectedDepartureTime" : "...",
      "ActualDepartureTime" : "...",
      "DepartureStatus" : "onTime",
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "noBoarding",
      "AimedHeadwayInterval" : { },
      "ExpectedHeadwayInterval" : { },
      "AffectedInterchange" : [ { }, { } ],
      "StopPointRef" : { },
      "PrivateRef" : "...",
      "StopPointName" : [ { }, { } ],
      "StopPointType" : "pti17_4",
      "Location" : { },
      "AffectedModes" : { },
      "PlaceRef" : { },
      "PlaceName" : [ { }, { } ],
      "AccessibilityAssessment" : { },
      "StopCondition" : [ "notStopping", "pti15_11" ],
      "ConnectionLinks" : { },
      "Extensions" : { }
    } ]
  },
  "Facilities" : {
    "AffectedFacility" : [ {
      "FacilityRef" : { },
      "StartStopPointRef" : { },
      "EndStopPointRef" : { },
      "FacilityName" : [ { }, { } ],
      "FacilityStatus" : [ "partiallyAvailable", "notAvailable" ],
      "Extensions" : [ { }, { } ]
    }, {
      "FacilityRef" : { },
      "StartStopPointRef" : { },
      "EndStopPointRef" : { },
      "FacilityName" : [ { }, { } ],
      "FacilityStatus" : [ "available", "added" ],
      "Extensions" : [ { }, { } ]
    } ]
  },
  "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" : { }
    } ]
  }
}