ServiceRequestStructure Data Type

Subtypes
ServiceRequest
Implemented Interfaces
Serializable
Properties
name data type description
SituationExchangeRequest array of SituationExchangeRequestStructure
FacilityMonitoringRequest array of FacilityMonitoringRequestStructure
GeneralMessageRequest array of GeneralMessageRequestStructure
ConnectionMonitoringRequest array of ConnectionMonitoringRequestStructure
ConnectionTimetableRequest array of ConnectionTimetableRequestStructure
VehicleMonitoringRequest array of VehicleMonitoringRequestStructure
StopMonitoringRequest array of StopMonitoringRequestStructure
StopMonitoringMultipleRequest array of StopMonitoringMultipleRequestStructure
StopTimetableRequest array of StopTimetableRequestStructure
EstimatedTimetableRequest array of EstimatedTimetableRequestStructure
ProductionTimetableRequest array of ProductionTimetableRequestStructure
Properties inherited from ContextualisedRequestStructure
ServiceRequestContext ServiceRequestContextStructure
RequestTimestamp string
AccountId string
AccountKey string
Address string
RequestorRef RequestorRef
MessageIdentifier MessageQualifierStructure
DelegatorAddress string
DelegatorRef RequestorRef

Example

{
  "SituationExchangeRequest" : [ {
    "PreviewInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "StartTime" : "...",
    "ValidityPeriod" : {
      "StartTime" : "...",
      "EndTime" : "...",
      "EndTimePrecision" : "day"
    },
    "IncludeOnlyIfInPublicationWindow" : true,
    "VehicleMode" : "tram",
    "WaterSubmode" : "localPassengerFerry",
    "TramSubmode" : "pti6_3",
    "RailSubmode" : "loc13_5",
    "MetroSubmode" : "allRailServices",
    "CoachSubmode" : "pti3_4",
    "BusSubmode" : "pti5_3",
    "AirSubmode" : "pti8_9",
    "AccessMode" : "shuttle",
    "Severity" : "pti26_4",
    "Scope" : [ "datedVehicleJourney", "line" ],
    "Predictability" : "unplanned",
    "Keywords" : [ "...", "..." ],
    "Verification" : "verified",
    "Progress" : [ "closing", "open" ],
    "Reality" : "technicalExercise",
    "OperatorRef" : {
      "value" : "..."
    },
    "OperationalUnitRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "NetworkRef" : {
      "value" : "..."
    },
    "Lines" : {
      "LineDirection" : [ { }, { } ]
    },
    "LineRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "StopPointRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "ConnectionLinkRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "FacilityRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "StopPlaceRef" : {
      "value" : "..."
    },
    "StopPlaceComponentRef" : {
      "value" : "..."
    },
    "VehicleJourneyRef" : {
      "value" : "..."
    },
    "FramedVehicleJourneyRef" : {
      "DataFrameRef" : { },
      "DatedVehicleJourneyRef" : "..."
    },
    "InterchangeRef" : {
      "value" : "..."
    },
    "VehicleRef" : {
      "value" : "..."
    },
    "CountryRef" : {
      "value" : "gm"
    },
    "PlaceRef" : "...",
    "Location" : [ {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    }, {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    } ],
    "SituationRoadFilter" : {
      "RoadFilter" : [ { }, { } ]
    },
    "AccessibilityNeedFilter" : [ {
      "UserNeed" : [ { }, { } ],
      "AccompaniedByCarer" : true
    }, {
      "UserNeed" : [ { }, { } ],
      "AccompaniedByCarer" : true
    } ],
    "Language" : "...",
    "IncludeTranslations" : true,
    "MaximumNumberOfSituationElements" : 12345,
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  }, {
    "PreviewInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "StartTime" : "...",
    "ValidityPeriod" : {
      "StartTime" : "...",
      "EndTime" : "...",
      "EndTimePrecision" : "day"
    },
    "IncludeOnlyIfInPublicationWindow" : true,
    "VehicleMode" : "air",
    "WaterSubmode" : "pti7_10",
    "TramSubmode" : "localTramService",
    "RailSubmode" : "pti2_8",
    "MetroSubmode" : "allRailServices",
    "CoachSubmode" : "pti3_1",
    "BusSubmode" : "shuttleBus",
    "AirSubmode" : "pti8_13",
    "AccessMode" : "car",
    "Severity" : "pti26_3",
    "Scope" : [ "vehicleJourney", "operator" ],
    "Predictability" : "all",
    "Keywords" : [ "...", "..." ],
    "Verification" : "pti32_0",
    "Progress" : [ "draft", "draft" ],
    "Reality" : "securityExercise",
    "OperatorRef" : {
      "value" : "..."
    },
    "OperationalUnitRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "NetworkRef" : {
      "value" : "..."
    },
    "Lines" : {
      "LineDirection" : [ { }, { } ]
    },
    "LineRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "StopPointRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "ConnectionLinkRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "FacilityRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "StopPlaceRef" : {
      "value" : "..."
    },
    "StopPlaceComponentRef" : {
      "value" : "..."
    },
    "VehicleJourneyRef" : {
      "value" : "..."
    },
    "FramedVehicleJourneyRef" : {
      "DataFrameRef" : { },
      "DatedVehicleJourneyRef" : "..."
    },
    "InterchangeRef" : {
      "value" : "..."
    },
    "VehicleRef" : {
      "value" : "..."
    },
    "CountryRef" : {
      "value" : "vg"
    },
    "PlaceRef" : "...",
    "Location" : [ {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    }, {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    } ],
    "SituationRoadFilter" : {
      "RoadFilter" : [ { }, { } ]
    },
    "AccessibilityNeedFilter" : [ {
      "UserNeed" : [ { }, { } ],
      "AccompaniedByCarer" : true
    }, {
      "UserNeed" : [ { }, { } ],
      "AccompaniedByCarer" : true
    } ],
    "Language" : "...",
    "IncludeTranslations" : true,
    "MaximumNumberOfSituationElements" : 12345,
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  } ],
  "FacilityMonitoringRequest" : [ {
    "PreviewInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "StartTime" : "...",
    "FacilityRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "FeatureRef" : {
      "value" : "..."
    },
    "LineRef" : {
      "value" : "..."
    },
    "StopPointRef" : {
      "value" : "..."
    },
    "ConnectionLinkRef" : {
      "value" : "..."
    },
    "VehicleJourneyRef" : {
      "value" : "..."
    },
    "FramedVehicleJourneyRef" : {
      "DataFrameRef" : { },
      "DatedVehicleJourneyRef" : "..."
    },
    "InterchangeRef" : {
      "value" : "..."
    },
    "VehicleRef" : {
      "value" : "..."
    },
    "StopPlaceRef" : {
      "value" : "..."
    },
    "StopPlaceComponentRef" : {
      "value" : "..."
    },
    "AccessibilityNeedsFilter" : [ {
      "UserNeed" : [ { }, { } ]
    }, {
      "UserNeed" : [ { }, { } ]
    } ],
    "Language" : "...",
    "IncludeTranslations" : true,
    "MaximumNumberOfFacilityConditions" : 12345,
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  }, {
    "PreviewInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "StartTime" : "...",
    "FacilityRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "FeatureRef" : {
      "value" : "..."
    },
    "LineRef" : {
      "value" : "..."
    },
    "StopPointRef" : {
      "value" : "..."
    },
    "ConnectionLinkRef" : {
      "value" : "..."
    },
    "VehicleJourneyRef" : {
      "value" : "..."
    },
    "FramedVehicleJourneyRef" : {
      "DataFrameRef" : { },
      "DatedVehicleJourneyRef" : "..."
    },
    "InterchangeRef" : {
      "value" : "..."
    },
    "VehicleRef" : {
      "value" : "..."
    },
    "StopPlaceRef" : {
      "value" : "..."
    },
    "StopPlaceComponentRef" : {
      "value" : "..."
    },
    "AccessibilityNeedsFilter" : [ {
      "UserNeed" : [ { }, { } ]
    }, {
      "UserNeed" : [ { }, { } ]
    } ],
    "Language" : "...",
    "IncludeTranslations" : true,
    "MaximumNumberOfFacilityConditions" : 12345,
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  } ],
  "GeneralMessageRequest" : [ {
    "InfoChannelRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "Language" : "...",
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  }, {
    "InfoChannelRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "Language" : "...",
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  } ],
  "ConnectionMonitoringRequest" : [ {
    "PreviewInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "ConnectionLinkRef" : {
      "value" : "..."
    },
    "ConnectingJourneyFilter" : [ {
      "DatedVehicleJourneyRef" : "...",
      "VisitNumber" : 12345,
      "TimetabledArrivalTime" : "..."
    }, {
      "DatedVehicleJourneyRef" : "...",
      "VisitNumber" : 12345,
      "TimetabledArrivalTime" : "..."
    } ],
    "ConnectingTimeFilter" : {
      "LineRef" : { },
      "DirectionRef" : { },
      "EarliestArrivalTime" : "...",
      "LatestArrivalTime" : "..."
    },
    "Language" : "...",
    "IncludeTranslations" : true,
    "ConnectionMonitoringDetailLevel" : "full",
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  }, {
    "PreviewInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "ConnectionLinkRef" : {
      "value" : "..."
    },
    "ConnectingJourneyFilter" : [ {
      "DatedVehicleJourneyRef" : "...",
      "VisitNumber" : 12345,
      "TimetabledArrivalTime" : "..."
    }, {
      "DatedVehicleJourneyRef" : "...",
      "VisitNumber" : 12345,
      "TimetabledArrivalTime" : "..."
    } ],
    "ConnectingTimeFilter" : {
      "LineRef" : { },
      "DirectionRef" : { },
      "EarliestArrivalTime" : "...",
      "LatestArrivalTime" : "..."
    },
    "Language" : "...",
    "IncludeTranslations" : true,
    "ConnectionMonitoringDetailLevel" : "normal",
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  } ],
  "ConnectionTimetableRequest" : [ {
    "ArrivalWindow" : {
      "StartTime" : "...",
      "EndTime" : "..."
    },
    "ConnectionLinkRef" : {
      "value" : "..."
    },
    "LineRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "Language" : "...",
    "IncludeTranslations" : true,
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  }, {
    "ArrivalWindow" : {
      "StartTime" : "...",
      "EndTime" : "..."
    },
    "ConnectionLinkRef" : {
      "value" : "..."
    },
    "LineRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "Language" : "...",
    "IncludeTranslations" : true,
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  } ],
  "VehicleMonitoringRequest" : [ {
    "VehicleMonitoringRef" : {
      "value" : "..."
    },
    "LineRef" : {
      "value" : "..."
    },
    "VehicleRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "Language" : "...",
    "IncludeTranslations" : true,
    "MaximumVehicles" : 12345,
    "VehicleMonitoringDetailLevel" : "calls",
    "MaximumNumberOfCalls" : {
      "Previous" : 12345,
      "Onwards" : 12345
    },
    "IncludeSituations" : true,
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  }, {
    "VehicleMonitoringRef" : {
      "value" : "..."
    },
    "LineRef" : {
      "value" : "..."
    },
    "VehicleRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "Language" : "...",
    "IncludeTranslations" : true,
    "MaximumVehicles" : 12345,
    "VehicleMonitoringDetailLevel" : "minimum",
    "MaximumNumberOfCalls" : {
      "Previous" : 12345,
      "Onwards" : 12345
    },
    "IncludeSituations" : true,
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  } ],
  "StopMonitoringRequest" : [ {
    "PreviewInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "StartTime" : "...",
    "MonitoringRef" : {
      "value" : "..."
    },
    "OperatorRef" : {
      "value" : "..."
    },
    "LineRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "DestinationRef" : {
      "value" : "..."
    },
    "StopVisitTypes" : "arrivals",
    "Language" : true,
    "IncludeTranslations" : true,
    "MaximumStopVisits" : 12345,
    "MinimumStopVisitsPerLineVia" : 12345,
    "MinimumStopVisitsPerLine" : 12345,
    "MaximumTextLength" : 12345,
    "StopMonitoringDetailLevel" : "minimum",
    "IncludeSituations" : true,
    "MaximumNumberOfCalls" : {
      "Previous" : 12345,
      "Onwards" : 12345
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  }, {
    "PreviewInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "StartTime" : "...",
    "MonitoringRef" : {
      "value" : "..."
    },
    "OperatorRef" : {
      "value" : "..."
    },
    "LineRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "DestinationRef" : {
      "value" : "..."
    },
    "StopVisitTypes" : "departures",
    "Language" : true,
    "IncludeTranslations" : true,
    "MaximumStopVisits" : 12345,
    "MinimumStopVisitsPerLineVia" : 12345,
    "MinimumStopVisitsPerLine" : 12345,
    "MaximumTextLength" : 12345,
    "StopMonitoringDetailLevel" : "basic",
    "IncludeSituations" : true,
    "MaximumNumberOfCalls" : {
      "Previous" : 12345,
      "Onwards" : 12345
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  } ],
  "StopMonitoringMultipleRequest" : [ {
    "StopMonitoringFIlter" : [ {
      "PreviewInterval" : { },
      "StartTime" : "...",
      "MonitoringRef" : { },
      "OperatorRef" : { },
      "LineRef" : { },
      "DirectionRef" : { },
      "DestinationRef" : { },
      "StopVisitTypes" : "arrivals",
      "Language" : true,
      "IncludeTranslations" : true,
      "MaximumStopVisits" : 12345,
      "MinimumStopVisitsPerLineVia" : 12345,
      "MinimumStopVisitsPerLine" : 12345,
      "MaximumTextLength" : 12345,
      "StopMonitoringDetailLevel" : "full",
      "IncludeSituations" : true,
      "MaximumNumberOfCalls" : { },
      "Extensions" : { }
    }, {
      "PreviewInterval" : { },
      "StartTime" : "...",
      "MonitoringRef" : { },
      "OperatorRef" : { },
      "LineRef" : { },
      "DirectionRef" : { },
      "DestinationRef" : { },
      "StopVisitTypes" : "arrivals",
      "Language" : true,
      "IncludeTranslations" : true,
      "MaximumStopVisits" : 12345,
      "MinimumStopVisitsPerLineVia" : 12345,
      "MinimumStopVisitsPerLine" : 12345,
      "MaximumTextLength" : 12345,
      "StopMonitoringDetailLevel" : "calls",
      "IncludeSituations" : true,
      "MaximumNumberOfCalls" : { },
      "Extensions" : { }
    } ],
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  }, {
    "StopMonitoringFIlter" : [ {
      "PreviewInterval" : { },
      "StartTime" : "...",
      "MonitoringRef" : { },
      "OperatorRef" : { },
      "LineRef" : { },
      "DirectionRef" : { },
      "DestinationRef" : { },
      "StopVisitTypes" : "arrivals",
      "Language" : true,
      "IncludeTranslations" : true,
      "MaximumStopVisits" : 12345,
      "MinimumStopVisitsPerLineVia" : 12345,
      "MinimumStopVisitsPerLine" : 12345,
      "MaximumTextLength" : 12345,
      "StopMonitoringDetailLevel" : "full",
      "IncludeSituations" : true,
      "MaximumNumberOfCalls" : { },
      "Extensions" : { }
    }, {
      "PreviewInterval" : { },
      "StartTime" : "...",
      "MonitoringRef" : { },
      "OperatorRef" : { },
      "LineRef" : { },
      "DirectionRef" : { },
      "DestinationRef" : { },
      "StopVisitTypes" : "arrivals",
      "Language" : true,
      "IncludeTranslations" : true,
      "MaximumStopVisits" : 12345,
      "MinimumStopVisitsPerLineVia" : 12345,
      "MinimumStopVisitsPerLine" : 12345,
      "MaximumTextLength" : 12345,
      "StopMonitoringDetailLevel" : "calls",
      "IncludeSituations" : true,
      "MaximumNumberOfCalls" : { },
      "Extensions" : { }
    } ],
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  } ],
  "StopTimetableRequest" : [ {
    "DepartureWindow" : {
      "StartTime" : "...",
      "EndTime" : "..."
    },
    "MonitoringRef" : {
      "value" : "..."
    },
    "LineRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "Language" : "...",
    "IncludeTranslations" : true,
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  }, {
    "DepartureWindow" : {
      "StartTime" : "...",
      "EndTime" : "..."
    },
    "MonitoringRef" : {
      "value" : "..."
    },
    "LineRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "Language" : "...",
    "IncludeTranslations" : true,
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  } ],
  "EstimatedTimetableRequest" : [ {
    "PreviewInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "TimetableVersionRef" : {
      "value" : "..."
    },
    "OperatorRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "Lines" : {
      "LineDirection" : [ { }, { } ]
    },
    "Language" : "...",
    "IncludeTranslations" : true,
    "EstimatedTimetableDetailLevel" : "normal",
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  }, {
    "PreviewInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "TimetableVersionRef" : {
      "value" : "..."
    },
    "OperatorRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "Lines" : {
      "LineDirection" : [ { }, { } ]
    },
    "Language" : "...",
    "IncludeTranslations" : true,
    "EstimatedTimetableDetailLevel" : "full",
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  } ],
  "ProductionTimetableRequest" : [ {
    "ValidityPeriod" : {
      "StartTime" : "...",
      "EndTime" : "..."
    },
    "TimetableVersionRef" : {
      "value" : "..."
    },
    "OperatorRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "Lines" : {
      "LineDirection" : [ { }, { } ]
    },
    "Language" : "...",
    "IncludeTranslations" : true,
    "IncrementalUpdates" : true,
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  }, {
    "ValidityPeriod" : {
      "StartTime" : "...",
      "EndTime" : "..."
    },
    "TimetableVersionRef" : {
      "value" : "..."
    },
    "OperatorRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "Lines" : {
      "LineDirection" : [ { }, { } ]
    },
    "Language" : "...",
    "IncludeTranslations" : true,
    "IncrementalUpdates" : true,
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  } ],
  "ServiceRequestContext" : {
    "CheckStatusAddress" : "...",
    "SubscribeAddress" : "...",
    "ManageSubscriptionAddress" : "...",
    "GetDataAddress" : "...",
    "StatusResponseAddress" : "...",
    "SubscriberAddress" : "...",
    "NotifyAddress" : "...",
    "ConsumerAddress" : "...",
    "DataNameSpaces" : {
      "StopPointNameSpace" : "...",
      "LineNameSpace" : "...",
      "ProductCategoryNameSpace" : "...",
      "ServiceFeatureNameSpace" : "...",
      "VehicleFeatureNameSpace" : "..."
    },
    "Language" : "...",
    "GmlCoordinateFormat" : "...",
    "WgsDecimalDegrees" : "...",
    "DistanceUnits" : "...",
    "VelocityUnits" : "...",
    "DataHorizon" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "RequestTimeout" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "DeliveryMethod" : "direct",
    "MultipartDespatch" : true,
    "ConfirmDelivery" : true,
    "MaximimumNumberOfSubscriptions" : 12345,
    "AllowedPredictors" : "anyone",
    "PredictionFunction" : "..."
  },
  "RequestTimestamp" : "...",
  "AccountId" : "...",
  "AccountKey" : "...",
  "Address" : "...",
  "RequestorRef" : {
    "value" : "..."
  },
  "MessageIdentifier" : {
    "value" : "..."
  },
  "DelegatorAddress" : "...",
  "DelegatorRef" : {
    "value" : "..."
  }
}