Skip to content

Instantly share code, notes, and snippets.

@derhuerst
Last active April 27, 2026 12:36
Show Gist options
  • Select an option

  • Save derhuerst/fc7504e2c5ab0c20f180ac62e7180b15 to your computer and use it in GitHub Desktop.

Select an option

Save derhuerst/fc7504e2c5ab0c20f180ac62e7180b15 to your computer and use it in GitHub Desktop.
bls.ch journey planner OJP requests
POST /mmzd/rest/ojp/v2.0/servicerequest HTTP/2
Host: api.bls.ch
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:149.0) Gecko/20100101 Firefox/149.0
Accept: application/xml
Accept-Language: en-GB,en;q=0.9
Accept-Encoding: gzip, deflate, br, zstd
Content-Type: application/xml
Authorization: Bearer eyJ4NXQiOiJRSEhwM0dpQUs0clVaUHBTMW9QSS1IOWVRanciLCJraWQiOiJORGRsWkRBek1XWmxOek5pTmpWa05tRXdOalUxWkdRME9UZzBaVEkxTldVMk5qTmxZak5sTVdabE1EUmpOMll5WVRBeFpXTTFOV1EzTlRobE5tVTVPUV9SUzI1NiIsInR5cCI6ImF0K2p3dCIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiJldGllbm5lLmdvYmVsaUBibHMuY2giLCJhdXQiOiJBUFBMSUNBVElPTiIsImlzcyI6Imh0dHBzOi8vYXBpLmFzZ2FyZGVvLmlvL3QvYmxzYWdwcm9kL29hdXRoMi90b2tlbiIsImNsaWVudF9pZCI6Im5RM2ZTQU8zWXl5VUM4TWZBYXVWekhEa2JVNGEiLCJhdWQiOlsiblEzZlNBTzNZeXlVQzhNZkFhdVZ6SERrYlU0YSIsImNob3JlbzpkZXBsb3ltZW50OnByb2R1Y3Rpb24iXSwibmJmIjoxNzc3MjkyODY0LCJhenAiOiJuUTNmU0FPM1l5eVVDOE1mQWF1VnpIRGtiVTRhIiwib3JnX2lkIjoiMWRlNjE5ZGYtMjY5My00YTBmLWE1MjItYzU0MWIxZTQ1MmNmIiwiZXhwIjoxNzc3MjkzNzY0LCJvcmdfbmFtZSI6ImJsc2FncHJvZCIsImlhdCI6MTc3NzI5Mjg2NCwianRpIjoiN2MyNjg3ODYtMjRhMy00OGJmLWFkYTAtNGI5MDJmNzU3ZDQ2Iiwib3JnX2hhbmRsZSI6ImJsc2FncHJvZCJ9.MUgN3lhbZwd0g3sbVBEabGBxGL6p_znTpmf6wRb3_wwawbSzWwwqnkZeFdOfQx9D7dziylm5yYzK8y3W2H-BFI_LHWEreD-SkqyCD5NK66xKjk0wRS1y3s-5OwFYGcjfzdODGFZX5895fpJ-NCh-6I8psXJgDxds8taiBHEdSQEnPEgIy76ZHYSwC29OWF0PMTFHDgdbrzDHFjQHaNZ1GIOW73-d_uk3xIq0aqbRTuxbU2qeDWB7lK8libemqTrb-r1mvEmVjKLcxKSy1tfuP44eArL0kamCd_SKV43GUww2zsAuTSE9tTLPhtm-xHw1ucn6dGfh2F3OnideD3E_Yw
Content-Length: 1381
Origin: https://www.bls.ch
Connection: keep-alive
Referer: https://www.bls.ch/
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-site
TE: trailers
<?xml version="1.0" encoding="utf-8"?>
<OJP xmlns="http://www.vdv.de/ojp" xmlns:siri="http://www.siri.org.uk/siri" version="2.0">
<OJPRequest>
<siri:ServiceRequest>
<siri:ServiceRequestContext>
<siri:Language>de</siri:Language>
</siri:ServiceRequestContext>
<siri:RequestTimestamp>2026-04-27T12:35:08.755Z</siri:RequestTimestamp>
<siri:RequestorRef>fahrplan</siri:RequestorRef>
<OJPTripRequest>
<siri:RequestTimestamp>2026-04-27T12:35:08.755Z</siri:RequestTimestamp>
<Origin>
<PlaceRef>
<StopPlaceRef>8101003</StopPlaceRef>
<Name>
<Text>n/a</Text>
</Name>
</PlaceRef>
<DepArrTime>2026-04-27T12:35:00.000Z</DepArrTime>
</Origin>
<Destination>
<PlaceRef>
<StopPlaceRef>8500010</StopPlaceRef>
<Name>
<Text>n/a</Text>
</Name>
</PlaceRef>
</Destination>
<Params>
<NumberOfResults>5</NumberOfResults>
<UseRealtimeData>explanatory</UseRealtimeData>
<IncludeAllRestrictedLines>true</IncludeAllRestrictedLines>
<IncludeTrackSections>true</IncludeTrackSections>
<IncludeLegProjection>false</IncludeLegProjection>
<IncludeIntermediateStops>true</IncludeIntermediateStops>
</Params>
</OJPTripRequest>
</siri:ServiceRequest>
</OJPRequest>
</OJP>
HTTP/2 200
date: Mon, 27 Apr 2026 12:35:09 GMT
content-type: application/xml; charset=UTF-8
origin: https://www.bls.ch
activityid: dccc6dc9-8823-4935-a69f-f3b137207f0b
access-control-allow-origin: https://www.bls.ch
access-control-allow-methods: POST
vary: Accept-Encoding,Origin
access-control-allow-headers:
set-cookie: route=1777293309.795.85.116832|d4d40829238dd45ac36230e5b0d2984e; Path=/; Secure; HttpOnly
7e314eaf5cc4b0f211fdfabb38db6eab=0125718a4f5bb6afdfaf48d93a2890e9; path=/; HttpOnly; Secure; SameSite=None
strict-transport-security: max-age=31536000; includeSubDomains
content-encoding: gzip
x-ratelimit-limit: -1, 1000, 1000;w=60
x-ratelimit-remaining: 0, 994
x-ratelimit-reset: 1737107083, 52
access-control-allow-credentials: true
X-Firefox-Spdy: h2
<?xml version="1.0"?>
<OJP xmlns="http://www.vdv.de/ojp" xmlns:siri="http://www.siri.org.uk/siri" version="2.0">
<OJPResponse>
<siri:ServiceDelivery>
<siri:ResponseTimestamp>2026-04-27T14:35:09.2512459+02:00</siri:ResponseTimestamp>
<siri:ProducerRef>MENTZ-prod-asg_1.0.52.474_i-04b7808f83bee2cf3.eu-central-1.compute.internal</siri:ProducerRef>
<siri:ResponseMessageIdentifier>00-56831a82c21acc0f77c52</siri:ResponseMessageIdentifier>
<OJPTripDelivery>
<siri:ResponseTimestamp>2026-04-27T14:35:09.2498881+02:00</siri:ResponseTimestamp>
<siri:DefaultLanguage>de</siri:DefaultLanguage>
<CalcTime>409</CalcTime>
<TripResponseContext>
<Places>
<Place>
<StopPlace>
<StopPlaceRef>8101003</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Wien Hbf</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>106339</Value>
</PrivateCode>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Wien Hbf</Text>
</Name>
<GeoPosition>
<siri:Longitude>16.37711</siri:Longitude>
<siri:Latitude>48.1851</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>8101003</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Wien Hbf</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106339</Value>
</PrivateCode>
<ParentRef>8101003</ParentRef>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Wien Hbf</Text>
</Name>
<GeoPosition>
<siri:Longitude>16.37711</siri:Longitude>
<siri:Latitude>48.1851</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<TopographicPlace>
<TopographicPlaceCode>32000000:1</TopographicPlaceCode>
<TopographicPlaceName>
<Text xml:lang="de">Unbekannt</Text>
</TopographicPlaceName>
</TopographicPlace>
<Name>
<Text xml:lang="de">Wien Hbf</Text>
</Name>
<GeoPosition>
<siri:Longitude>16.37711</siri:Longitude>
<siri:Latitude>48.1851</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8103107</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Wien Meidling</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>176838</Value>
</PrivateCode>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Wien Meidling</Text>
</Name>
<GeoPosition>
<siri:Longitude>16.33309</siri:Longitude>
<siri:Latitude>48.17445</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>8103107</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Wien Meidling</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>176838</Value>
</PrivateCode>
<ParentRef>8103107</ParentRef>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">???</Text>
</Name>
<GeoPosition>
<siri:Longitude>16.33309</siri:Longitude>
<siri:Latitude>48.17445</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8101032</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">St.P&#xF6;lten Hbf</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>176868</Value>
</PrivateCode>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">St.P&#xF6;lten Hbf</Text>
</Name>
<GeoPosition>
<siri:Longitude>15.62467</siri:Longitude>
<siri:Latitude>48.20831</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>8101032</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">St.P&#xF6;lten Hbf</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>176868</Value>
</PrivateCode>
<ParentRef>8101032</ParentRef>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">???</Text>
</Name>
<GeoPosition>
<siri:Longitude>15.62467</siri:Longitude>
<siri:Latitude>48.20831</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8101073</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Linz/Donau Hbf</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>176865</Value>
</PrivateCode>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Linz/Donau Hbf</Text>
</Name>
<GeoPosition>
<siri:Longitude>14.29213</siri:Longitude>
<siri:Latitude>48.29018</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>8101073</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Linz/Donau Hbf</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>176865</Value>
</PrivateCode>
<ParentRef>8101073</ParentRef>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">???</Text>
</Name>
<GeoPosition>
<siri:Longitude>14.29213</siri:Longitude>
<siri:Latitude>48.29018</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8101114</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Salzburg Hbf</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>106340</Value>
</PrivateCode>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Salzburg Hbf</Text>
</Name>
<GeoPosition>
<siri:Longitude>13.04582</siri:Longitude>
<siri:Latitude>47.81305</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>8101114</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Salzburg Hbf</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106340</Value>
</PrivateCode>
<ParentRef>8101114</ParentRef>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">???</Text>
</Name>
<GeoPosition>
<siri:Longitude>13.04582</siri:Longitude>
<siri:Latitude>47.81305</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8102184</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Kufstein</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>176843</Value>
</PrivateCode>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Kufstein</Text>
</Name>
<GeoPosition>
<siri:Longitude>12.16555</siri:Longitude>
<siri:Latitude>47.58308</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>8102184</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Kufstein</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>176843</Value>
</PrivateCode>
<ParentRef>8102184</ParentRef>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">???</Text>
</Name>
<GeoPosition>
<siri:Longitude>12.16555</siri:Longitude>
<siri:Latitude>47.58308</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8101170</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">W&#xF6;rgl Hbf</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>176853</Value>
</PrivateCode>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">W&#xF6;rgl Hbf</Text>
</Name>
<GeoPosition>
<siri:Longitude>12.06058</siri:Longitude>
<siri:Latitude>47.4918</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>8101170</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">W&#xF6;rgl Hbf</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>176853</Value>
</PrivateCode>
<ParentRef>8101170</ParentRef>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">???</Text>
</Name>
<GeoPosition>
<siri:Longitude>12.06058</siri:Longitude>
<siri:Latitude>47.4918</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8101187</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Innsbruck Hbf</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>176815</Value>
</PrivateCode>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Innsbruck Hbf</Text>
</Name>
<GeoPosition>
<siri:Longitude>11.40051</siri:Longitude>
<siri:Latitude>47.26333</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>8101187</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Innsbruck Hbf</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>176815</Value>
</PrivateCode>
<ParentRef>8101187</ParentRef>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">???</Text>
</Name>
<GeoPosition>
<siri:Longitude>11.40051</siri:Longitude>
<siri:Latitude>47.26333</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8101204</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">&#xD6;tztal</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>106341</Value>
</PrivateCode>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">&#xD6;tztal</Text>
</Name>
<GeoPosition>
<siri:Longitude>10.85911</siri:Longitude>
<siri:Latitude>47.23848</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>8101204</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">&#xD6;tztal</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106341</Value>
</PrivateCode>
<ParentRef>8101204</ParentRef>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">???</Text>
</Name>
<GeoPosition>
<siri:Longitude>10.85911</siri:Longitude>
<siri:Latitude>47.23848</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8101212</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Landeck-Zams</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>106342</Value>
</PrivateCode>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Landeck-Zams</Text>
</Name>
<GeoPosition>
<siri:Longitude>10.57839</siri:Longitude>
<siri:Latitude>47.14824</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>8101212</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Landeck-Zams</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106342</Value>
</PrivateCode>
<ParentRef>8101212</ParentRef>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Landeck-Zams</Text>
</Name>
<GeoPosition>
<siri:Longitude>10.57839</siri:Longitude>
<siri:Latitude>47.14824</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8101222</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">St. Anton am Arlberg</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>106343</Value>
</PrivateCode>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">St. Anton am Arlberg</Text>
</Name>
<GeoPosition>
<siri:Longitude>10.26709</siri:Longitude>
<siri:Latitude>47.12733</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>8101222</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">St. Anton am Arlberg</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106343</Value>
</PrivateCode>
<ParentRef>8101222</ParentRef>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">???</Text>
</Name>
<GeoPosition>
<siri:Longitude>10.26709</siri:Longitude>
<siri:Latitude>47.12733</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8101230</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Bludenz</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>106345</Value>
</PrivateCode>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Bludenz</Text>
</Name>
<GeoPosition>
<siri:Longitude>9.81456</siri:Longitude>
<siri:Latitude>47.15473</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>8101230</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Bludenz</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106345</Value>
</PrivateCode>
<ParentRef>8101230</ParentRef>
<TopographicPlaceRef>32000000:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Bludenz</Text>
</Name>
<GeoPosition>
<siri:Longitude>9.81456</siri:Longitude>
<siri:Latitude>47.15473</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8101236</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Feldkirch</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>106351</Value>
</PrivateCode>
<TopographicPlaceRef>48004004:3</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Feldkirch</Text>
</Name>
<GeoPosition>
<siri:Longitude>9.6041</siri:Longitude>
<siri:Latitude>47.24098</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>8101236</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Feldkirch</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106351</Value>
</PrivateCode>
<ParentRef>8101236</ParentRef>
<TopographicPlaceRef>48004004:3</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Feldkirch</Text>
</Name>
<GeoPosition>
<siri:Longitude>9.6041</siri:Longitude>
<siri:Latitude>47.24098</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<TopographicPlace>
<TopographicPlaceCode>48004004:3</TopographicPlaceCode>
<TopographicPlaceName>
<Text xml:lang="de">Feldkirch</Text>
</TopographicPlaceName>
</TopographicPlace>
<Name>
<Text xml:lang="de">Feldkirch</Text>
</Name>
<GeoPosition>
<siri:Longitude>9.6041</siri:Longitude>
<siri:Latitude>47.24098</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8509404</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Buchs SG</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>112398:0:3</Value>
</PrivateCode>
<TopographicPlaceRef>23016271:2</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Buchs SG</Text>
</Name>
<GeoPosition>
<siri:Longitude>9.47851</siri:Longitude>
<siri:Latitude>47.16973</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>ch:1:sloid:9404:3:3</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Buchs SG</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>112398:0:3</Value>
</PrivateCode>
<ParentRef>8509404</ParentRef>
<TopographicPlaceRef>23016271:2</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Buchs SG</Text>
</Name>
<GeoPosition>
<siri:Longitude>9.47851</siri:Longitude>
<siri:Latitude>47.16973</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<TopographicPlace>
<TopographicPlaceCode>23016271:2</TopographicPlaceCode>
<TopographicPlaceName>
<Text xml:lang="de">Buchs SG</Text>
</TopographicPlaceName>
</TopographicPlace>
<Name>
<Text xml:lang="de">Buchs SG</Text>
</Name>
<GeoPosition>
<siri:Longitude>9.47851</siri:Longitude>
<siri:Latitude>47.16973</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8509411</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Sargans</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>112401:0:4</Value>
</PrivateCode>
<TopographicPlaceRef>23016296:2</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Sargans</Text>
</Name>
<GeoPosition>
<siri:Longitude>9.44535</siri:Longitude>
<siri:Latitude>47.0449</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>ch:1:sloid:9411:2:4</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Sargans</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>112401:0:4</Value>
</PrivateCode>
<ParentRef>8509411</ParentRef>
<TopographicPlaceRef>23016296:2</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Sargans</Text>
</Name>
<GeoPosition>
<siri:Longitude>9.44535</siri:Longitude>
<siri:Latitude>47.0449</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<TopographicPlace>
<TopographicPlaceCode>23016296:2</TopographicPlaceCode>
<TopographicPlaceName>
<Text xml:lang="de">Sargans</Text>
</TopographicPlaceName>
</TopographicPlace>
<Name>
<Text xml:lang="de">Sargans</Text>
</Name>
<GeoPosition>
<siri:Longitude>9.44535</siri:Longitude>
<siri:Latitude>47.0449</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8503000</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>108276:0:6</Value>
</PrivateCode>
<TopographicPlaceRef>23026261:27</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
<GeoPosition>
<siri:Longitude>8.53633</siri:Longitude>
<siri:Latitude>47.37855</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>ch:1:sloid:3000:4:6</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>108276:0:6</Value>
</PrivateCode>
<ParentRef>8503000</ParentRef>
<TopographicPlaceRef>23026261:27</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
<GeoPosition>
<siri:Longitude>8.53633</siri:Longitude>
<siri:Latitude>47.37855</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<TopographicPlace>
<TopographicPlaceCode>23026261:27</TopographicPlaceCode>
<TopographicPlaceName>
<Text xml:lang="de">Z&#xFC;rich</Text>
</TopographicPlaceName>
</TopographicPlace>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
<GeoPosition>
<siri:Longitude>8.53633</siri:Longitude>
<siri:Latitude>47.37855</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>ch:1:sloid:3000:9:16</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>108276:0:16</Value>
</PrivateCode>
<ParentRef>8503000</ParentRef>
<TopographicPlaceRef>23026261:27</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
<GeoPosition>
<siri:Longitude>8.53683</siri:Longitude>
<siri:Latitude>47.37925</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8500218</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Olten</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>106652:0:8</Value>
</PrivateCode>
<TopographicPlaceRef>23019581:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Olten</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.90794</siri:Longitude>
<siri:Latitude>47.35221</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>ch:1:sloid:218:5:8</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Olten</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106652:0:8</Value>
</PrivateCode>
<ParentRef>8500218</ParentRef>
<TopographicPlaceRef>23019581:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Olten</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.90794</siri:Longitude>
<siri:Latitude>47.35221</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<TopographicPlace>
<TopographicPlaceCode>23019581:1</TopographicPlaceCode>
<TopographicPlaceName>
<Text xml:lang="de">Olten</Text>
</TopographicPlaceName>
</TopographicPlace>
<Name>
<Text xml:lang="de">Olten</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.90794</siri:Longitude>
<siri:Latitude>47.35221</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>ch:1:sloid:218:3:4</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Olten</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106652:0:4</Value>
</PrivateCode>
<ParentRef>8500218</ParentRef>
<TopographicPlaceRef>23019581:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Olten</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.90744</siri:Longitude>
<siri:Latitude>47.35206</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8500023</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Liestal</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>106520:0:4</Value>
</PrivateCode>
<TopographicPlaceRef>23004829:2</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Liestal</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.73092</siri:Longitude>
<siri:Latitude>47.48437</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>ch:1:sloid:23:2:4</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Liestal</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106520:0:4</Value>
</PrivateCode>
<ParentRef>8500023</ParentRef>
<TopographicPlaceRef>23004829:2</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Liestal</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.73092</siri:Longitude>
<siri:Latitude>47.48437</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<TopographicPlace>
<TopographicPlaceCode>23004829:2</TopographicPlaceCode>
<TopographicPlaceName>
<Text xml:lang="de">Liestal</Text>
</TopographicPlaceName>
</TopographicPlace>
<Name>
<Text xml:lang="de">Liestal</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.73092</siri:Longitude>
<siri:Latitude>47.48437</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8500010</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Basel SBB</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>106514:0:3</Value>
</PrivateCode>
<TopographicPlaceRef>23005701:2</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Basel SBB</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.59226</siri:Longitude>
<siri:Latitude>47.5464</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>ch:1:sloid:10:2:3</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Basel SBB</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106514:0:3</Value>
</PrivateCode>
<ParentRef>8500010</ParentRef>
<TopographicPlaceRef>23005701:2</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Basel SBB</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.59226</siri:Longitude>
<siri:Latitude>47.5464</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<TopographicPlace>
<TopographicPlaceCode>23005701:2</TopographicPlaceCode>
<TopographicPlaceName>
<Text xml:lang="de">Basel</Text>
</TopographicPlaceName>
</TopographicPlace>
<Name>
<Text xml:lang="de">Basel SBB</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.59226</siri:Longitude>
<siri:Latitude>47.5464</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>ch:1:sloid:3000:9:17</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>108276:0:17</Value>
</PrivateCode>
<ParentRef>8503000</ParentRef>
<TopographicPlaceRef>23026261:27</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
<GeoPosition>
<siri:Longitude>8.53687</siri:Longitude>
<siri:Latitude>47.37934</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8503504</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Baden</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>108633:0:3</Value>
</PrivateCode>
<TopographicPlaceRef>23001021:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Baden</Text>
</Name>
<GeoPosition>
<siri:Longitude>8.30726</siri:Longitude>
<siri:Latitude>47.476</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>ch:1:sloid:3504:2:3</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Baden</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>108633:0:3</Value>
</PrivateCode>
<ParentRef>8503504</ParentRef>
<TopographicPlaceRef>23001021:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Baden</Text>
</Name>
<GeoPosition>
<siri:Longitude>8.30726</siri:Longitude>
<siri:Latitude>47.476</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<TopographicPlace>
<TopographicPlaceCode>23001021:1</TopographicPlaceCode>
<TopographicPlaceName>
<Text xml:lang="de">Baden (AG)</Text>
</TopographicPlaceName>
</TopographicPlace>
<Name>
<Text xml:lang="de">Baden</Text>
</Name>
<GeoPosition>
<siri:Longitude>8.30726</siri:Longitude>
<siri:Latitude>47.476</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8500309</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Brugg AG</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>106699:0:2</Value>
</PrivateCode>
<TopographicPlaceRef>23001095:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Brugg AG</Text>
</Name>
<GeoPosition>
<siri:Longitude>8.2095</siri:Longitude>
<siri:Latitude>47.48141</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>ch:1:sloid:309:2:2</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Brugg AG</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106699:0:2</Value>
</PrivateCode>
<ParentRef>8500309</ParentRef>
<TopographicPlaceRef>23001095:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Brugg AG</Text>
</Name>
<GeoPosition>
<siri:Longitude>8.2095</siri:Longitude>
<siri:Latitude>47.48141</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<TopographicPlace>
<TopographicPlaceCode>23001095:1</TopographicPlaceCode>
<TopographicPlaceName>
<Text xml:lang="de">Brugg AG</Text>
</TopographicPlaceName>
</TopographicPlace>
<Name>
<Text xml:lang="de">Brugg AG</Text>
</Name>
<GeoPosition>
<siri:Longitude>8.2095</siri:Longitude>
<siri:Latitude>47.48141</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8500305</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Frick</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>106697:0:3</Value>
</PrivateCode>
<TopographicPlaceRef>23001163:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Frick</Text>
</Name>
<GeoPosition>
<siri:Longitude>8.01251</siri:Longitude>
<siri:Latitude>47.50703</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>ch:1:sloid:305:2:3</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Frick</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106697:0:3</Value>
</PrivateCode>
<ParentRef>8500305</ParentRef>
<TopographicPlaceRef>23001163:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Frick</Text>
</Name>
<GeoPosition>
<siri:Longitude>8.01251</siri:Longitude>
<siri:Latitude>47.50703</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<TopographicPlace>
<TopographicPlaceCode>23001163:1</TopographicPlaceCode>
<TopographicPlaceName>
<Text xml:lang="de">Frick</Text>
</TopographicPlaceName>
</TopographicPlace>
<Name>
<Text xml:lang="de">Frick</Text>
</Name>
<GeoPosition>
<siri:Longitude>8.01251</siri:Longitude>
<siri:Latitude>47.50703</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8500320</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Stein-S&#xE4;ckingen</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>106701:0:4</Value>
</PrivateCode>
<TopographicPlaceRef>23001260:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Stein-S&#xE4;ckingen</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.94874</siri:Longitude>
<siri:Latitude>47.54139</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>ch:1:sloid:320:3:4</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Stein-S&#xE4;ckingen</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106701:0:4</Value>
</PrivateCode>
<ParentRef>8500320</ParentRef>
<TopographicPlaceRef>23001260:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Stein-S&#xE4;ckingen</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.94874</siri:Longitude>
<siri:Latitude>47.54139</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<TopographicPlace>
<TopographicPlaceCode>23001260:1</TopographicPlaceCode>
<TopographicPlaceName>
<Text xml:lang="de">Stein AG</Text>
</TopographicPlaceName>
</TopographicPlace>
<Name>
<Text xml:lang="de">Stein-S&#xE4;ckingen</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.94874</siri:Longitude>
<siri:Latitude>47.54139</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPlace>
<StopPlaceRef>8500301</StopPlaceRef>
<StopPlaceName>
<Text xml:lang="de">Rheinfelden</Text>
</StopPlaceName>
<PrivateCode>
<System>EFA</System>
<Value>106693:0:4</Value>
</PrivateCode>
<TopographicPlaceRef>23001258:1</TopographicPlaceRef>
</StopPlace>
<Name>
<Text xml:lang="de">Rheinfelden</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.79177</siri:Longitude>
<siri:Latitude>47.55087</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>ch:1:sloid:301:2:4</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Rheinfelden</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106693:0:4</Value>
</PrivateCode>
<ParentRef>8500301</ParentRef>
<TopographicPlaceRef>23001258:1</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Rheinfelden</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.79177</siri:Longitude>
<siri:Latitude>47.55087</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<TopographicPlace>
<TopographicPlaceCode>23001258:1</TopographicPlaceCode>
<TopographicPlaceName>
<Text xml:lang="de">Rheinfelden (CH)</Text>
</TopographicPlaceName>
</TopographicPlace>
<Name>
<Text xml:lang="de">Rheinfelden</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.79177</siri:Longitude>
<siri:Latitude>47.55087</siri:Latitude>
</GeoPosition>
</Place>
<Place>
<StopPoint>
<siri:StopPointRef>ch:1:sloid:10:6:11</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Basel SBB</Text>
</StopPointName>
<PrivateCode>
<System>EFA</System>
<Value>106514:0:11</Value>
</PrivateCode>
<ParentRef>8500010</ParentRef>
<TopographicPlaceRef>23005701:2</TopographicPlaceRef>
</StopPoint>
<Name>
<Text xml:lang="de">Basel SBB</Text>
</Name>
<GeoPosition>
<siri:Longitude>7.58909</siri:Longitude>
<siri:Latitude>47.54679</siri:Latitude>
</GeoPosition>
</Place>
</Places>
<Situations>
<PtSituation>
<siri:CreationTime>2025-11-26T13:59:00Z</siri:CreationTime>
<siri:ParticipantRef>ski-ddip-out-sx_prod</siri:ParticipantRef>
<siri:SituationNumber>ch:1:sstid:100001:f2c35e81-0953-472e-9229-08179fb8c890-1</siri:SituationNumber>
<siri:Version>7417811</siri:Version>
<siri:Source>
<siri:SourceType>directReport</siri:SourceType>
</siri:Source>
<siri:ValidityPeriod>
<siri:StartTime>2026-04-27T18:30:00Z</siri:StartTime>
<siri:EndTime>2026-05-01T02:20:00Z</siri:EndTime>
</siri:ValidityPeriod>
<siri:AlertCause>unknown</siri:AlertCause>
<siri:Priority>3</siri:Priority>
<siri:ScopeType>general</siri:ScopeType>
<siri:Language>de</siri:Language>
<siri:PublishingActions>
<siri:PublishingAction>
<siri:PublishAtScope>
<siri:ScopeType>general</siri:ScopeType>
<siri:Affects/>
</siri:PublishAtScope>
<siri:PassengerInformationAction>
<siri:ActionRef/>
<siri:RecordedAtTime>2025-11-26T13:59:00Z</siri:RecordedAtTime>
<siri:Perspective>general</siri:Perspective>
<siri:TextualContent>
<siri:SummaryContent>
<siri:SummaryText xml:lang="de">Der Bahnverkehr im Bahnhof M&#xF6;hlin ist eingeschr&#xE4;nkt.</siri:SummaryText>
</siri:SummaryContent>
<siri:ReasonContent>
<siri:ReasonText xml:lang="de">Der Grund daf&#xFC;r sind Bauarbeiten.</siri:ReasonText>
</siri:ReasonContent>
<siri:DescriptionContent>
<siri:DescriptionText xml:lang="de">Betroffen sind die Linien IR 36 und RE 36.</siri:DescriptionText>
</siri:DescriptionContent>
<siri:DurationContent>
<siri:DurationText xml:lang="de">Die Einschr&#xE4;nkung dauert von 27.04.2026 bis 01.05.2026, jeweils von 20:30 bis 04:20.</siri:DurationText>
</siri:DurationContent>
</siri:TextualContent>
</siri:PassengerInformationAction>
</siri:PublishingAction>
</siri:PublishingActions>
</PtSituation>
<PtSituation>
<siri:CreationTime>2026-03-30T14:59:00Z</siri:CreationTime>
<siri:ParticipantRef>ski-ddip-out-sx_prod</siri:ParticipantRef>
<siri:SituationNumber>ch:1:sstid:100001:14b395ea-0632-441e-849e-c6a897578563-1</siri:SituationNumber>
<siri:Version>48</siri:Version>
<siri:Source>
<siri:SourceType>directReport</siri:SourceType>
</siri:Source>
<siri:ValidityPeriod>
<siri:StartTime>2026-03-30T15:00:00Z</siri:StartTime>
<siri:EndTime>2026-04-27T22:00:00Z</siri:EndTime>
</siri:ValidityPeriod>
<siri:AlertCause>unknown</siri:AlertCause>
<siri:Priority>3</siri:Priority>
<siri:ScopeType>stopPoint</siri:ScopeType>
<siri:Language>de</siri:Language>
<siri:PublishingActions>
<siri:PublishingAction>
<siri:PublishAtScope>
<siri:ScopeType>stopPoint</siri:ScopeType>
<siri:Affects/>
</siri:PublishAtScope>
<siri:PassengerInformationAction>
<siri:ActionRef/>
<siri:RecordedAtTime>2026-03-30T14:59:00Z</siri:RecordedAtTime>
<siri:Perspective>stopPoint</siri:Perspective>
<siri:TextualContent>
<siri:SummaryContent>
<siri:SummaryText xml:lang="de">Der Zugang zum Bahnhof Basel SBB ist eingeschr&#xE4;nkt.</siri:SummaryText>
</siri:SummaryContent>
<siri:RecommendationContent>
<siri:RecommendationText xml:lang="de">Betroffen ist der Lift zum Gleis 9/10, Sektor ABC. Bitte ben&#xFC;tzen Sie den Lift &#xFC;ber Gleis 9/10, Sektor D. Bitte beachten Sie die Signalisation vor Ort.</siri:RecommendationText>
</siri:RecommendationContent>
<siri:DurationContent>
<siri:DurationText xml:lang="de">Die Einschr&#xE4;nkung dauert von 30.03.2026, 17:00 bis 27.04.2026, 23:59.</siri:DurationText>
</siri:DurationContent>
<siri:InfoLink>
<siri:Uri>https://via.files.sbb.ch/geplant/attachments/13235/8e61cfbf-9936-49a7-a368-879d7c80a31d.pdf</siri:Uri>
<siri:Label xml:lang="de">Weitere Informationen erhalten Sie unter &lt;a href="https://via.files.sbb.ch/geplant/attachments/13235/8e61cfbf-9936-49a7-a368-879d7c80a31d.pdf"&gt;Basel SBB Gleise 9/10&lt;/a&gt;.</siri:Label>
</siri:InfoLink>
</siri:TextualContent>
</siri:PassengerInformationAction>
</siri:PublishingAction>
</siri:PublishingActions>
</PtSituation>
</Situations>
</TripResponseContext>
<TripResult>
<Id>ID-AA973FB6-0E0D-4BF3-B444-E6B6BF94CED4</Id>
<Trip>
<Id>ID-AA973FB6-0E0D-4BF3-B444-E6B6BF94CED4</Id>
<Duration>PT9H12M</Duration>
<StartTime>2026-04-27T13:28:00Z</StartTime>
<EndTime>2026-04-27T22:40:00Z</EndTime>
<Transfers>2</Transfers>
<Distance>218070</Distance>
<Leg>
<Id>1</Id>
<Duration>PT7H53M42S</Duration>
<TimedLeg>
<LegBoard>
<siri:StopPointRef>8101003</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Wien Hbf</Text>
</StopPointName>
<ServiceDeparture>
<TimetabledTime>2026-04-27T13:28:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T13:28:00Z</EstimatedTime>
</ServiceDeparture>
<Order>1</Order>
<UnplannedStop>true</UnplannedStop>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>firstClass</siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>secondClass </siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
</LegBoard>
<LegIntermediate>
<siri:StopPointRef>8103107</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Wien Meidling</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T13:33:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T13:33:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T13:35:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T13:35:00Z</EstimatedTime>
</ServiceDeparture>
<Order>2</Order>
<UnplannedStop>true</UnplannedStop>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>firstClass</siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>secondClass </siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101032</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">St.P&#xF6;lten Hbf</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T13:57:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T13:57:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T13:59:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T13:59:00Z</EstimatedTime>
</ServiceDeparture>
<Order>3</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101073</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Linz/Donau Hbf</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T14:43:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T14:43:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T14:45:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T14:45:00Z</EstimatedTime>
</ServiceDeparture>
<Order>4</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101114</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Salzburg Hbf</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T15:53:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T15:53:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T15:56:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T15:56:00Z</EstimatedTime>
</ServiceDeparture>
<Order>5</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8102184</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Kufstein</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T17:07:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T17:07:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T17:09:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T17:09:00Z</EstimatedTime>
</ServiceDeparture>
<Order>6</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101170</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">W&#xF6;rgl Hbf</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T17:17:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T17:17:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T17:19:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T17:19:00Z</EstimatedTime>
</ServiceDeparture>
<Order>7</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101187</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Innsbruck Hbf</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T17:44:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T17:44:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T17:47:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T17:47:00Z</EstimatedTime>
</ServiceDeparture>
<Order>8</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101204</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">&#xD6;tztal</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T18:10:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T18:10:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T18:12:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T18:12:00Z</EstimatedTime>
</ServiceDeparture>
<Order>9</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101212</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Landeck-Zams</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T18:31:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T18:31:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T18:33:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T18:33:00Z</EstimatedTime>
</ServiceDeparture>
<Order>10</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101222</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">St. Anton am Arlberg</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T18:55:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T18:55:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T18:57:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T18:57:00Z</EstimatedTime>
</ServiceDeparture>
<Order>11</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101230</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Bludenz</Text>
</StopPointName>
<PlannedQuay>
<Text xml:lang="de">5</Text>
</PlannedQuay>
<EstimatedQuay>
<Text xml:lang="de">5</Text>
</EstimatedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T19:29:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T19:29:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T19:31:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T19:31:00Z</EstimatedTime>
</ServiceDeparture>
<Order>12</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101236</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Feldkirch</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T19:42:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T19:42:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T19:47:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T19:47:00Z</EstimatedTime>
</ServiceDeparture>
<Order>13</Order>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>ch:1:sloid:9404:3:3</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Buchs SG</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_NOT_WHEELCHAIR_ACCESSIBLE</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">3</Text>
</PlannedQuay>
<EstimatedQuay>
<Text xml:lang="de">3</Text>
</EstimatedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T20:03:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T20:03:06Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T20:11:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T20:12:30Z</EstimatedTime>
</ServiceDeparture>
<Order>14</Order>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Rechts</Text>
</UserText>
<Code>ojp9101VYH_InfoCall45_112398_1</Code>
<Importance>50</Importance>
</Attribute>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>ch:1:sloid:9411:2:4</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Sargans</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_ACCESS_WITH_ASSISTANCE_WHEN_NOTIFIED</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">4</Text>
</PlannedQuay>
<EstimatedQuay>
<Text xml:lang="de">4</Text>
</EstimatedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T20:23:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T20:23:30Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T20:27:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T20:27:36Z</EstimatedTime>
</ServiceDeparture>
<Order>15</Order>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Links</Text>
</UserText>
<Code>ojp9101VYH_InfoCall45_112401_1</Code>
<Importance>50</Importance>
</Attribute>
</LegIntermediate>
<LegAlight>
<siri:StopPointRef>ch:1:sloid:3000:4:6</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_NOT_WHEELCHAIR_ACCESSIBLE</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">6</Text>
</PlannedQuay>
<EstimatedQuay>
<Text xml:lang="de">6</Text>
</EstimatedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T21:22:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T21:21:42Z</EstimatedTime>
</ServiceArrival>
<Order>17</Order>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Links</Text>
</UserText>
<Code>ojp9101VYH_InfoCall45_108276_1</Code>
<Importance>50</Importance>
</Attribute>
</LegAlight>
<Service>
<OperatingDayRef>2026-04-27</OperatingDayRef>
<JourneyRef>ch:1:sjyid:100001:168-001</JourneyRef>
<PublicCode>RJX</PublicCode>
<siri:LineRef>ojp:9101V:Y</siri:LineRef>
<siri:DirectionRef>H</siri:DirectionRef>
<Mode>
<PtMode>rail</PtMode>
<siri:RailSubmode>international</siri:RailSubmode>
<Name>
<Text xml:lang="de">Zug</Text>
</Name>
<ShortName>
<Text xml:lang="de">RJX</Text>
</ShortName>
</Mode>
<ProductCategory>
<Name>
<Text xml:lang="de">Railjet Xpress</Text>
</Name>
<ShortName>
<Text xml:lang="de">RJX</Text>
</ShortName>
<ProductCategoryRef>21</ProductCategoryRef>
</ProductCategory>
<PublishedServiceName>
<Text xml:lang="de">RJX</Text>
</PublishedServiceName>
<TrainNumber>168</TrainNumber>
<Attribute>
<UserText>
<Text xml:lang="de">WLAN Hotspot verf&#xFC;gbar</Text>
</UserText>
<Code>A__WV</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Platzreservierung m&#xF6;glich</Text>
</UserText>
<Code>A___R</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Businesszone in 1. Klasse</Text>
</UserText>
<Code>A__BZ</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Familienzone ohne Spielplatz</Text>
</UserText>
<Code>A__FZ</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Ruhezone in 1. Klasse</Text>
</UserText>
<Code>A__RZ</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">1. Klasse Service am Platz</Text>
</UserText>
<Code>A__SC</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">VELOS: Reservierung obligatorisch</Text>
</UserText>
<Code>A__VR</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Restaurant</Text>
</UserText>
<Code>A__WR</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Kein Niederflur</Text>
</UserText>
<Code>A__PH</Code>
<Importance>50</Importance>
</Attribute>
<OriginText>
<Text xml:lang="de">n/a</Text>
</OriginText>
<siri:OperatorRef>11</siri:OperatorRef>
<DestinationStopPointRef>8503000</DestinationStopPointRef>
<DestinationText>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</DestinationText>
<Deviation>true</Deviation>
</Service>
<LegTrack>
<TrackSection>
<TrackSectionStart>
<siri:StopPointRef>8101003</siri:StopPointRef>
<Name>
<Text xml:lang="de">Wien Hbf</Text>
</Name>
</TrackSectionStart>
<TrackSectionEnd>
<siri:StopPointRef>ch:1:sloid:3000:4:6</siri:StopPointRef>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
</TrackSectionEnd>
<Duration>PT7H54M</Duration>
<Length>125395</Length>
</TrackSection>
</LegTrack>
</TimedLeg>
<EmissionCO2>
<KilogramPerPersonKm>0.007</KilogramPerPersonKm>
</EmissionCO2>
</Leg>
<Leg>
<Id>2</Id>
<Duration>PT7M</Duration>
<TransferLeg>
<TransferType>walk</TransferType>
<LegStart>
<siri:StopPointRef>ch:1:sloid:3000:4:6</siri:StopPointRef>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
</LegStart>
<LegEnd>
<siri:StopPointRef>ch:1:sloid:3000:9:16</siri:StopPointRef>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
</LegEnd>
<Duration>PT7M</Duration>
<PathGuidance>
<PathGuidanceSection>
<TrackSection>
<TrackSectionStart>
<siri:StopPointRef>ch:1:sloid:3000:4:6</siri:StopPointRef>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
</TrackSectionStart>
<TrackSectionEnd>
<siri:StopPointRef>ch:1:sloid:3000:9:16</siri:StopPointRef>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
</TrackSectionEnd>
<Duration>PT7M</Duration>
<Length>520</Length>
</TrackSection>
</PathGuidanceSection>
</PathGuidance>
</TransferLeg>
<EmissionCO2>
<KilogramPerPersonKm>0</KilogramPerPersonKm>
</EmissionCO2>
</Leg>
<Leg>
<Id>3</Id>
<Duration>PT30M</Duration>
<TimedLeg>
<LegBoard>
<siri:StopPointRef>ch:1:sloid:3000:9:16</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_NOT_WHEELCHAIR_ACCESSIBLE</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">16</Text>
</PlannedQuay>
<ServiceDeparture>
<TimetabledTime>2026-04-27T21:32:00Z</TimetabledTime>
</ServiceDeparture>
<Order>1</Order>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>firstClass</siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>secondClass </siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
</LegBoard>
<LegAlight>
<siri:StopPointRef>ch:1:sloid:218:5:8</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Olten</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_ACCESS_WITH_ASSISTANCE_WHEN_NOTIFIED</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">8</Text>
</PlannedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T22:02:00Z</TimetabledTime>
</ServiceArrival>
<Order>2</Order>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Links</Text>
</UserText>
<Code>ojp91001DR_InfoCall746_106652_1</Code>
<Importance>50</Importance>
</Attribute>
</LegAlight>
<Service>
<OperatingDayRef>2026-04-27</OperatingDayRef>
<JourneyRef>ch:1:sjyid:100001:740-001</JourneyRef>
<PublicCode>IC1</PublicCode>
<siri:LineRef>ojp:91001:D</siri:LineRef>
<siri:DirectionRef>R</siri:DirectionRef>
<Mode>
<PtMode>rail</PtMode>
<siri:RailSubmode>highSpeedRail</siri:RailSubmode>
<Name>
<Text xml:lang="de">Zug</Text>
</Name>
<ShortName>
<Text xml:lang="de">IC</Text>
</ShortName>
</Mode>
<ProductCategory>
<Name>
<Text xml:lang="de">InterCity</Text>
</Name>
<ShortName>
<Text xml:lang="de">IC</Text>
</ShortName>
<ProductCategoryRef>23</ProductCategoryRef>
</ProductCategory>
<PublishedServiceName>
<Text xml:lang="de">IC1</Text>
</PublishedServiceName>
<TrainNumber>740</TrainNumber>
<Attribute>
<UserText>
<Text xml:lang="de">Gratis-Internet mit der App SBB FreeSurf</Text>
</UserText>
<Code>A__FS</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Businesszone in 1. Klasse</Text>
</UserText>
<Code>A__BZ</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Ruhezone in 1. Klasse</Text>
</UserText>
<Code>A__RZ</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Kein Niederflur</Text>
</UserText>
<Code>A__PH</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Familienzone ohne Spielplatz</Text>
</UserText>
<Code>A__FZ</Code>
<Importance>50</Importance>
</Attribute>
<OriginText>
<Text xml:lang="de">n/a</Text>
</OriginText>
<siri:OperatorRef>11</siri:OperatorRef>
<DestinationStopPointRef>8507000</DestinationStopPointRef>
<DestinationText>
<Text xml:lang="de">Bern</Text>
</DestinationText>
</Service>
<LegTrack>
<TrackSection>
<TrackSectionStart>
<siri:StopPointRef>ch:1:sloid:3000:9:16</siri:StopPointRef>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
</TrackSectionStart>
<TrackSectionEnd>
<siri:StopPointRef>ch:1:sloid:218:5:8</siri:StopPointRef>
<Name>
<Text xml:lang="de">Olten</Text>
</Name>
</TrackSectionEnd>
<Duration>PT30M</Duration>
<Length>54331</Length>
</TrackSection>
</LegTrack>
</TimedLeg>
<EmissionCO2>
<KilogramPerPersonKm>0.007</KilogramPerPersonKm>
</EmissionCO2>
</Leg>
<Leg>
<Id>4</Id>
<Duration>PT5M</Duration>
<TransferLeg>
<TransferType>walk</TransferType>
<LegStart>
<siri:StopPointRef>ch:1:sloid:218:5:8</siri:StopPointRef>
<Name>
<Text xml:lang="de">Olten</Text>
</Name>
</LegStart>
<LegEnd>
<siri:StopPointRef>ch:1:sloid:218:3:4</siri:StopPointRef>
<Name>
<Text xml:lang="de">Olten</Text>
</Name>
</LegEnd>
<Duration>PT5M</Duration>
<PathGuidance>
<PathGuidanceSection>
<TrackSection>
<TrackSectionStart>
<siri:StopPointRef>ch:1:sloid:218:5:8</siri:StopPointRef>
<Name>
<Text xml:lang="de">Olten</Text>
</Name>
</TrackSectionStart>
<TrackSectionEnd>
<siri:StopPointRef>ch:1:sloid:218:3:4</siri:StopPointRef>
<Name>
<Text xml:lang="de">Olten</Text>
</Name>
</TrackSectionEnd>
<Duration>PT5M</Duration>
<Length>124</Length>
</TrackSection>
</PathGuidanceSection>
</PathGuidance>
</TransferLeg>
<EmissionCO2>
<KilogramPerPersonKm>0</KilogramPerPersonKm>
</EmissionCO2>
</Leg>
<Leg>
<Id>5</Id>
<Duration>PT32M</Duration>
<TimedLeg>
<LegBoard>
<siri:StopPointRef>ch:1:sloid:218:3:4</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Olten</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_ACCESS_WITH_ASSISTANCE_WHEN_NOTIFIED</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">4</Text>
</PlannedQuay>
<ServiceDeparture>
<TimetabledTime>2026-04-27T22:08:00Z</TimetabledTime>
</ServiceDeparture>
<Order>1</Order>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>firstClass</siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>secondClass </siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Rechts</Text>
</UserText>
<Code>ojp91006HH_InfoCall84_106652_1</Code>
<Importance>50</Importance>
</Attribute>
</LegBoard>
<LegIntermediate>
<siri:StopPointRef>ch:1:sloid:23:2:4</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Liestal</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_ACCESS_WITHOUT_ASSISTANCE</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">4</Text>
</PlannedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T22:28:00Z</TimetabledTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T22:29:00Z</TimetabledTime>
</ServiceDeparture>
<Order>2</Order>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>firstClass</siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>secondClass </siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Links</Text>
</UserText>
<Code>ojp91006HH_InfoCall84_106520_1</Code>
<Importance>50</Importance>
</Attribute>
</LegIntermediate>
<LegAlight>
<siri:StopPointRef>ch:1:sloid:10:2:3</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Basel SBB</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_ACCESS_WITHOUT_ASSISTANCE</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">3</Text>
</PlannedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T22:40:00Z</TimetabledTime>
</ServiceArrival>
<Order>3</Order>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Links</Text>
</UserText>
<Code>ojp91006HH_InfoCall84_106514_1</Code>
<Importance>50</Importance>
</Attribute>
</LegAlight>
<Service>
<OperatingDayRef>2026-04-27</OperatingDayRef>
<JourneyRef>ch:1:sjyid:100001:646-002</JourneyRef>
<PublicCode>IC6</PublicCode>
<siri:LineRef>ojp:91006:H</siri:LineRef>
<siri:DirectionRef>H</siri:DirectionRef>
<Mode>
<PtMode>rail</PtMode>
<siri:RailSubmode>highSpeedRail</siri:RailSubmode>
<Name>
<Text xml:lang="de">Zug</Text>
</Name>
<ShortName>
<Text xml:lang="de">IC</Text>
</ShortName>
</Mode>
<ProductCategory>
<Name>
<Text xml:lang="de">InterCity</Text>
</Name>
<ShortName>
<Text xml:lang="de">IC</Text>
</ShortName>
<ProductCategoryRef>23</ProductCategoryRef>
</ProductCategory>
<PublishedServiceName>
<Text xml:lang="de">IC6</Text>
</PublishedServiceName>
<TrainNumber>646</TrainNumber>
<Attribute>
<UserText>
<Text xml:lang="de">Gratis-Internet mit der App SBB FreeSurf</Text>
</UserText>
<Code>A__FS</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Businesszone in 1. Klasse</Text>
</UserText>
<Code>A__BZ</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Familienwagen mit Spielplatz</Text>
</UserText>
<Code>A__FA</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Ruhezone in 1. Klasse</Text>
</UserText>
<Code>A__RZ</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Niederflureinstieg</Text>
</UserText>
<Code>A__NF</Code>
<Importance>50</Importance>
</Attribute>
<OriginText>
<Text xml:lang="de">n/a</Text>
</OriginText>
<siri:OperatorRef>11</siri:OperatorRef>
<DestinationStopPointRef>8500010</DestinationStopPointRef>
<DestinationText>
<Text xml:lang="de">Basel SBB</Text>
</DestinationText>
</Service>
<LegTrack>
<TrackSection>
<TrackSectionStart>
<siri:StopPointRef>ch:1:sloid:218:3:4</siri:StopPointRef>
<Name>
<Text xml:lang="de">Olten</Text>
</Name>
</TrackSectionStart>
<TrackSectionEnd>
<siri:StopPointRef>ch:1:sloid:10:2:3</siri:StopPointRef>
<Name>
<Text xml:lang="de">Basel SBB</Text>
</Name>
</TrackSectionEnd>
<Duration>PT32M</Duration>
<Length>37700</Length>
</TrackSection>
</LegTrack>
</TimedLeg>
<EmissionCO2>
<KilogramPerPersonKm>0.007</KilogramPerPersonKm>
</EmissionCO2>
</Leg>
</Trip>
</TripResult>
<TripResult>
<Id>ID-D85DD222-F213-4845-8A88-4563A9B0619E</Id>
<Trip>
<Id>ID-D85DD222-F213-4845-8A88-4563A9B0619E</Id>
<Duration>PT9H24M</Duration>
<StartTime>2026-04-27T13:28:00Z</StartTime>
<EndTime>2026-04-27T22:52:00Z</EndTime>
<Transfers>1</Transfers>
<Distance>213881</Distance>
<Leg>
<Id>1</Id>
<Duration>PT7H53M42S</Duration>
<TimedLeg>
<LegBoard>
<siri:StopPointRef>8101003</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Wien Hbf</Text>
</StopPointName>
<ServiceDeparture>
<TimetabledTime>2026-04-27T13:28:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T13:28:00Z</EstimatedTime>
</ServiceDeparture>
<Order>1</Order>
<UnplannedStop>true</UnplannedStop>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>firstClass</siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>secondClass </siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
</LegBoard>
<LegIntermediate>
<siri:StopPointRef>8103107</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Wien Meidling</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T13:33:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T13:33:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T13:35:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T13:35:00Z</EstimatedTime>
</ServiceDeparture>
<Order>2</Order>
<UnplannedStop>true</UnplannedStop>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>firstClass</siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>secondClass </siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101032</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">St.P&#xF6;lten Hbf</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T13:57:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T13:57:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T13:59:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T13:59:00Z</EstimatedTime>
</ServiceDeparture>
<Order>3</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101073</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Linz/Donau Hbf</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T14:43:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T14:43:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T14:45:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T14:45:00Z</EstimatedTime>
</ServiceDeparture>
<Order>4</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101114</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Salzburg Hbf</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T15:53:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T15:53:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T15:56:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T15:56:00Z</EstimatedTime>
</ServiceDeparture>
<Order>5</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8102184</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Kufstein</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T17:07:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T17:07:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T17:09:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T17:09:00Z</EstimatedTime>
</ServiceDeparture>
<Order>6</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101170</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">W&#xF6;rgl Hbf</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T17:17:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T17:17:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T17:19:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T17:19:00Z</EstimatedTime>
</ServiceDeparture>
<Order>7</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101187</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Innsbruck Hbf</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T17:44:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T17:44:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T17:47:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T17:47:00Z</EstimatedTime>
</ServiceDeparture>
<Order>8</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101204</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">&#xD6;tztal</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T18:10:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T18:10:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T18:12:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T18:12:00Z</EstimatedTime>
</ServiceDeparture>
<Order>9</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101212</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Landeck-Zams</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T18:31:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T18:31:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T18:33:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T18:33:00Z</EstimatedTime>
</ServiceDeparture>
<Order>10</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101222</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">St. Anton am Arlberg</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T18:55:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T18:55:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T18:57:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T18:57:00Z</EstimatedTime>
</ServiceDeparture>
<Order>11</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101230</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Bludenz</Text>
</StopPointName>
<PlannedQuay>
<Text xml:lang="de">5</Text>
</PlannedQuay>
<EstimatedQuay>
<Text xml:lang="de">5</Text>
</EstimatedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T19:29:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T19:29:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T19:31:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T19:31:00Z</EstimatedTime>
</ServiceDeparture>
<Order>12</Order>
<UnplannedStop>true</UnplannedStop>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>8101236</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Feldkirch</Text>
</StopPointName>
<ServiceArrival>
<TimetabledTime>2026-04-27T19:42:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T19:42:00Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T19:47:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T19:47:00Z</EstimatedTime>
</ServiceDeparture>
<Order>13</Order>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>ch:1:sloid:9404:3:3</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Buchs SG</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_NOT_WHEELCHAIR_ACCESSIBLE</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">3</Text>
</PlannedQuay>
<EstimatedQuay>
<Text xml:lang="de">3</Text>
</EstimatedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T20:03:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T20:03:06Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T20:11:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T20:12:30Z</EstimatedTime>
</ServiceDeparture>
<Order>14</Order>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Rechts</Text>
</UserText>
<Code>ojp9101VYH_InfoCall45_112398_1</Code>
<Importance>50</Importance>
</Attribute>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>ch:1:sloid:9411:2:4</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Sargans</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_ACCESS_WITH_ASSISTANCE_WHEN_NOTIFIED</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">4</Text>
</PlannedQuay>
<EstimatedQuay>
<Text xml:lang="de">4</Text>
</EstimatedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T20:23:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T20:23:30Z</EstimatedTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T20:27:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T20:27:36Z</EstimatedTime>
</ServiceDeparture>
<Order>15</Order>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Links</Text>
</UserText>
<Code>ojp9101VYH_InfoCall45_112401_1</Code>
<Importance>50</Importance>
</Attribute>
</LegIntermediate>
<LegAlight>
<siri:StopPointRef>ch:1:sloid:3000:4:6</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_NOT_WHEELCHAIR_ACCESSIBLE</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">6</Text>
</PlannedQuay>
<EstimatedQuay>
<Text xml:lang="de">6</Text>
</EstimatedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T21:22:00Z</TimetabledTime>
<EstimatedTime>2026-04-27T21:21:42Z</EstimatedTime>
</ServiceArrival>
<Order>17</Order>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Links</Text>
</UserText>
<Code>ojp9101VYH_InfoCall45_108276_1</Code>
<Importance>50</Importance>
</Attribute>
</LegAlight>
<Service>
<OperatingDayRef>2026-04-27</OperatingDayRef>
<JourneyRef>ch:1:sjyid:100001:168-001</JourneyRef>
<PublicCode>RJX</PublicCode>
<siri:LineRef>ojp:9101V:Y</siri:LineRef>
<siri:DirectionRef>H</siri:DirectionRef>
<Mode>
<PtMode>rail</PtMode>
<siri:RailSubmode>international</siri:RailSubmode>
<Name>
<Text xml:lang="de">Zug</Text>
</Name>
<ShortName>
<Text xml:lang="de">RJX</Text>
</ShortName>
</Mode>
<ProductCategory>
<Name>
<Text xml:lang="de">Railjet Xpress</Text>
</Name>
<ShortName>
<Text xml:lang="de">RJX</Text>
</ShortName>
<ProductCategoryRef>21</ProductCategoryRef>
</ProductCategory>
<PublishedServiceName>
<Text xml:lang="de">RJX</Text>
</PublishedServiceName>
<TrainNumber>168</TrainNumber>
<Attribute>
<UserText>
<Text xml:lang="de">WLAN Hotspot verf&#xFC;gbar</Text>
</UserText>
<Code>A__WV</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Platzreservierung m&#xF6;glich</Text>
</UserText>
<Code>A___R</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Businesszone in 1. Klasse</Text>
</UserText>
<Code>A__BZ</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Familienzone ohne Spielplatz</Text>
</UserText>
<Code>A__FZ</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Ruhezone in 1. Klasse</Text>
</UserText>
<Code>A__RZ</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">1. Klasse Service am Platz</Text>
</UserText>
<Code>A__SC</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">VELOS: Reservierung obligatorisch</Text>
</UserText>
<Code>A__VR</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Restaurant</Text>
</UserText>
<Code>A__WR</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Kein Niederflur</Text>
</UserText>
<Code>A__PH</Code>
<Importance>50</Importance>
</Attribute>
<OriginText>
<Text xml:lang="de">n/a</Text>
</OriginText>
<siri:OperatorRef>11</siri:OperatorRef>
<DestinationStopPointRef>8503000</DestinationStopPointRef>
<DestinationText>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</DestinationText>
<Deviation>true</Deviation>
</Service>
<LegTrack>
<TrackSection>
<TrackSectionStart>
<siri:StopPointRef>8101003</siri:StopPointRef>
<Name>
<Text xml:lang="de">Wien Hbf</Text>
</Name>
</TrackSectionStart>
<TrackSectionEnd>
<siri:StopPointRef>ch:1:sloid:3000:4:6</siri:StopPointRef>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
</TrackSectionEnd>
<Duration>PT7H54M</Duration>
<Length>125395</Length>
</TrackSection>
</LegTrack>
</TimedLeg>
<EmissionCO2>
<KilogramPerPersonKm>0.007</KilogramPerPersonKm>
</EmissionCO2>
</Leg>
<Leg>
<Id>2</Id>
<Duration>PT7M</Duration>
<TransferLeg>
<TransferType>walk</TransferType>
<LegStart>
<siri:StopPointRef>ch:1:sloid:3000:4:6</siri:StopPointRef>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
</LegStart>
<LegEnd>
<siri:StopPointRef>ch:1:sloid:3000:9:17</siri:StopPointRef>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
</LegEnd>
<Duration>PT7M</Duration>
<PathGuidance>
<PathGuidanceSection>
<TrackSection>
<TrackSectionStart>
<siri:StopPointRef>ch:1:sloid:3000:4:6</siri:StopPointRef>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
</TrackSectionStart>
<TrackSectionEnd>
<siri:StopPointRef>ch:1:sloid:3000:9:17</siri:StopPointRef>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
</TrackSectionEnd>
<Duration>PT7M</Duration>
<Length>529</Length>
</TrackSection>
</PathGuidanceSection>
</PathGuidance>
</TransferLeg>
<EmissionCO2>
<KilogramPerPersonKm>0</KilogramPerPersonKm>
</EmissionCO2>
</Leg>
<Leg>
<Id>3</Id>
<Duration>PT1H16M</Duration>
<TimedLeg>
<LegBoard>
<siri:StopPointRef>ch:1:sloid:3000:9:17</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_ACCESS_WITHOUT_ASSISTANCE</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">17</Text>
</PlannedQuay>
<ServiceDeparture>
<TimetabledTime>2026-04-27T21:36:00Z</TimetabledTime>
</ServiceDeparture>
<Order>1</Order>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>firstClass</siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>secondClass </siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
</LegBoard>
<LegIntermediate>
<siri:StopPointRef>ch:1:sloid:3504:2:3</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Baden</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_ACCESS_WITH_ASSISTANCE_WHEN_NOTIFIED</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">3</Text>
</PlannedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T21:51:00Z</TimetabledTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T21:52:00Z</TimetabledTime>
</ServiceDeparture>
<Order>2</Order>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>firstClass</siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>secondClass </siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Rechts</Text>
</UserText>
<Code>ojp91036AH_InfoCall414_108633_1</Code>
<Importance>50</Importance>
</Attribute>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>ch:1:sloid:309:2:2</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Brugg AG</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_ACCESS_WITH_ASSISTANCE_WHEN_NOTIFIED</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">2</Text>
</PlannedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T22:00:00Z</TimetabledTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T22:02:00Z</TimetabledTime>
</ServiceDeparture>
<Order>3</Order>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>firstClass</siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>secondClass </siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Links</Text>
</UserText>
<Code>ojp91036AH_InfoCall414_106699_1</Code>
<Importance>50</Importance>
</Attribute>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>ch:1:sloid:305:2:3</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Frick</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_ACCESS_WITH_ASSISTANCE_WHEN_NOTIFIED</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">3</Text>
</PlannedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T22:17:00Z</TimetabledTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T22:18:00Z</TimetabledTime>
</ServiceDeparture>
<Order>4</Order>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>firstClass</siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>secondClass </siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Rechts</Text>
</UserText>
<Code>ojp91036AH_InfoCall414_106697_1</Code>
<Importance>50</Importance>
</Attribute>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>ch:1:sloid:320:3:4</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Stein-S&#xE4;ckingen</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_NOT_WHEELCHAIR_ACCESSIBLE</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">4</Text>
</PlannedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T22:24:00Z</TimetabledTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T22:25:00Z</TimetabledTime>
</ServiceDeparture>
<Order>5</Order>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>firstClass</siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>secondClass </siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Links</Text>
</UserText>
<Code>ojp91036AH_InfoCall414_106701_1</Code>
<Importance>50</Importance>
</Attribute>
</LegIntermediate>
<LegIntermediate>
<siri:StopPointRef>ch:1:sloid:301:2:4</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Rheinfelden</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_ACCESS_WITH_ASSISTANCE_WHEN_NOTIFIED</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">4</Text>
</PlannedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T22:37:00Z</TimetabledTime>
</ServiceArrival>
<ServiceDeparture>
<TimetabledTime>2026-04-27T22:37:00Z</TimetabledTime>
</ServiceDeparture>
<Order>6</Order>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>firstClass</siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<siri:ExpectedDepartureOccupancy>
<siri:FareClass>secondClass </siri:FareClass>
<siri:OccupancyLevel>manySeatsAvailable</siri:OccupancyLevel>
</siri:ExpectedDepartureOccupancy>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Rechts</Text>
</UserText>
<Code>ojp91036AH_InfoCall414_106693_1</Code>
<Importance>50</Importance>
</Attribute>
</LegIntermediate>
<LegAlight>
<siri:StopPointRef>ch:1:sloid:10:6:11</siri:StopPointRef>
<StopPointName>
<Text xml:lang="de">Basel SBB</Text>
</StopPointName>
<NameSuffix>
<Text xml:lang="de">PLATFORM_ACCESS_WITHOUT_ASSISTANCE</Text>
</NameSuffix>
<PlannedQuay>
<Text xml:lang="de">11</Text>
</PlannedQuay>
<ServiceArrival>
<TimetabledTime>2026-04-27T22:52:00Z</TimetabledTime>
</ServiceArrival>
<Order>7</Order>
<Attribute>
<UserText>
<Text xml:lang="de">Aussteigeseite: Links</Text>
</UserText>
<Code>ojp91036AH_InfoCall414_106514_1</Code>
<Importance>50</Importance>
</Attribute>
</LegAlight>
<Service>
<OperatingDayRef>2026-04-27</OperatingDayRef>
<JourneyRef>ch:1:sjyid:100001:1992-001</JourneyRef>
<PublicCode>IR36</PublicCode>
<siri:LineRef>ojp:91036:A</siri:LineRef>
<siri:DirectionRef>H</siri:DirectionRef>
<Mode>
<PtMode>rail</PtMode>
<siri:RailSubmode>interregionalRail</siri:RailSubmode>
<Name>
<Text xml:lang="de">Zug</Text>
</Name>
<ShortName>
<Text xml:lang="de">IR</Text>
</ShortName>
</Mode>
<ProductCategory>
<Name>
<Text xml:lang="de">InterRegio</Text>
</Name>
<ShortName>
<Text xml:lang="de">IR</Text>
</ShortName>
<ProductCategoryRef>1</ProductCategoryRef>
</ProductCategory>
<PublishedServiceName>
<Text xml:lang="de">IR36</Text>
</PublishedServiceName>
<TrainNumber>1992</TrainNumber>
<Attribute>
<UserText>
<Text xml:lang="de">Gratis-Internet mit der App SBB FreeSurf</Text>
</UserText>
<Code>A__FS</Code>
<Importance>50</Importance>
</Attribute>
<Attribute>
<UserText>
<Text xml:lang="de">Niederflureinstieg</Text>
</UserText>
<Code>A__NF</Code>
<Importance>50</Importance>
</Attribute>
<OriginText>
<Text xml:lang="de">n/a</Text>
</OriginText>
<siri:OperatorRef>11</siri:OperatorRef>
<DestinationStopPointRef>8500010</DestinationStopPointRef>
<DestinationText>
<Text xml:lang="de">Basel SBB</Text>
</DestinationText>
<SituationFullRefs>
<SituationFullRef>
<siri:ParticipantRef>ski-ddip-out-sx_prod</siri:ParticipantRef>
<siri:SituationNumber>ch:1:sstid:100001:f2c35e81-0953-472e-9229-08179fb8c890-1</siri:SituationNumber>
</SituationFullRef>
<SituationFullRef>
<siri:ParticipantRef>ski-ddip-out-sx_prod</siri:ParticipantRef>
<siri:SituationNumber>ch:1:sstid:100001:14b395ea-0632-441e-849e-c6a897578563-1</siri:SituationNumber>
</SituationFullRef>
</SituationFullRefs>
</Service>
<LegTrack>
<TrackSection>
<TrackSectionStart>
<siri:StopPointRef>ch:1:sloid:3000:9:17</siri:StopPointRef>
<Name>
<Text xml:lang="de">Z&#xFC;rich HB</Text>
</Name>
</TrackSectionStart>
<TrackSectionEnd>
<siri:StopPointRef>ch:1:sloid:10:6:11</siri:StopPointRef>
<Name>
<Text xml:lang="de">Basel SBB</Text>
</Name>
</TrackSectionEnd>
<Duration>PT1H16M</Duration>
<Length>87957</Length>
</TrackSection>
</LegTrack>
</TimedLeg>
<EmissionCO2>
<KilogramPerPersonKm>0.007</KilogramPerPersonKm>
</EmissionCO2>
</Leg>
</Trip>
</TripResult>
</OJPTripDelivery>
</siri:ServiceDelivery>
</OJPResponse>
</OJP>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment