From 7f76c93a4b50228db9acca3d9ec714e6bbef7ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Tue, 12 Dec 2023 17:50:17 +0100 Subject: [PATCH 01/51] Added CustomerServiceContactDetails --- examples/functions/newModes/NewModes-CarClubExample.xml | 3 +++ .../netex_reusableComponents/netex_vehicleType_version.xsd | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/examples/functions/newModes/NewModes-CarClubExample.xml b/examples/functions/newModes/NewModes-CarClubExample.xml index a4b00e6e9..c93999006 100644 --- a/examples/functions/newModes/NewModes-CarClubExample.xml +++ b/examples/functions/newModes/NewModes-CarClubExample.xml @@ -385,6 +385,9 @@ immobilisingLock + + +41 1 800 80 80 + diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd index 9fbd7a9b4..4f6a97309 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd @@ -1061,6 +1061,11 @@ Rail transport, Roads and Road transport ACTUAL EQUIPMENT found in VEHICLE. + + + Especially very large vehicles and also some ALTERNATIVE MODE OF OPERATION offers need the possibility to contact the VEHICLE directly. + + From 7b69a319b32aeeca8420672d1dc698f2484406ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Tue, 12 Dec 2023 18:11:04 +0100 Subject: [PATCH 02/51] added VehicleRef to ServiceJourney and I think a Type and a Vehicle might be possible. Added example from @codeape2 --- .../vehicle/Netex_simpleVehicle_01.xml | 112 ++++++++++++++++++ .../netex_vehicleJourney_version.xsd | 22 ++-- 2 files changed, 127 insertions(+), 7 deletions(-) create mode 100644 examples/functions/vehicle/Netex_simpleVehicle_01.xml diff --git a/examples/functions/vehicle/Netex_simpleVehicle_01.xml b/examples/functions/vehicle/Netex_simpleVehicle_01.xml new file mode 100644 index 000000000..933d67328 --- /dev/null +++ b/examples/functions/vehicle/Netex_simpleVehicle_01.xml @@ -0,0 +1,112 @@ + + + 2010-12-17T09:30:47.0Z + SYS001 + + + 2010-12-17T09:30:47.0Z + SYS002 + + + + + 2010-11-01T00:00:00Z + + + REQUEST + + + + P1M + Example of simple vehicle schedule frame with tblocks + + + + + + Sept to March + 2010-11-01T00:00:00Z + 2011-03-31T00:00:00Z + + + + + + + mybus + http://www.mybuses.eu/stuff + My buses + + + xj + http://www.borninabahn.de + OtherStop data data + + + kx + http://www.ksx.com + + + + + + + + + + + + + + MS Havila Capella + 9865570 + + + + + MS Havila Castor + 9865582 + + + + + MS Havila Polaris + 9873759 + + + + + MS Havila Pollux + 9873761 + + + + + + + + + Model + Hybrid cruise vessel + true + + 640 + + true + true + 124 + 22 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd index 3b9e2672d..b61275f7d 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd @@ -24,22 +24,29 @@ 2010-09-04 - 2011-02-05Name Space changes + + 2011-02-05Name Space changes - 2017-03-28CR0030 Vehicle Journey Service Times: add DepartureDayOffset + + 2017-03-28CR0030 Vehicle Journey Service Times: add DepartureDayOffset - 2017-05-27PR correct definition of VehicleJourney. Doc change only. + + 2017-05-27PR correct definition of VehicleJourney. Doc change only. - 2017-05-27PR correct definition of VehicleJourney. Doc change only. + + 2017-05-27PR correct definition of VehicleJourney. Doc change only. - 2019-03-25CR 51 CD Add VehicleJourneyStop Assignment. + + 2019-03-25CR 51 CD Add VehicleJourneyStop Assignment. NJSK Review CR51: make vehicleJourneyStopAssignmentsInFrame_RelStructure lower camel case consistent with NeTEx conventions. NJSK Review CR51: Allow inlining of vehicleJourneyStopAssignments within VehicleJourney. NJSK Also correct camel case on trainComponentLabelAssignents trainComponentLabelAssignents_RelStructure. - 2019-04-12Fix Add missingl Label to TarinCOmpinentLAbel Assignment + + 2019-04-12Fix Add missingl Label to TarinCOmpinentLAbel Assignment - 2020-10-05 New Modes: Add Vehicle mode to VehicleType + + 2020-10-05 New Modes: Add Vehicle mode to VehicleType Replace VehicleTypeRef with TransportTypeRef so as to be more general @@ -259,6 +266,7 @@ Rail transport, Roads and Road transport + From ce54bd58072382cf941c3a8b773597b00a72a312 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:12:39 +0000 Subject: [PATCH 03/51] Lint and update documentation tables --- .../vehicle/Netex_simpleVehicle_01.xml | 2 +- .../netex_vehicleJourney_version.xsd | 21 +++++++------------ 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/examples/functions/vehicle/Netex_simpleVehicle_01.xml b/examples/functions/vehicle/Netex_simpleVehicle_01.xml index 933d67328..4f327f569 100644 --- a/examples/functions/vehicle/Netex_simpleVehicle_01.xml +++ b/examples/functions/vehicle/Netex_simpleVehicle_01.xml @@ -109,4 +109,4 @@ - \ No newline at end of file + diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd index b61275f7d..e7e70c55a 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd @@ -24,29 +24,22 @@ 2010-09-04 - - 2011-02-05Name Space changes + 2011-02-05Name Space changes - - 2017-03-28CR0030 Vehicle Journey Service Times: add DepartureDayOffset + 2017-03-28CR0030 Vehicle Journey Service Times: add DepartureDayOffset - - 2017-05-27PR correct definition of VehicleJourney. Doc change only. + 2017-05-27PR correct definition of VehicleJourney. Doc change only. - - 2017-05-27PR correct definition of VehicleJourney. Doc change only. + 2017-05-27PR correct definition of VehicleJourney. Doc change only. - - 2019-03-25CR 51 CD Add VehicleJourneyStop Assignment. + 2019-03-25CR 51 CD Add VehicleJourneyStop Assignment. NJSK Review CR51: make vehicleJourneyStopAssignmentsInFrame_RelStructure lower camel case consistent with NeTEx conventions. NJSK Review CR51: Allow inlining of vehicleJourneyStopAssignments within VehicleJourney. NJSK Also correct camel case on trainComponentLabelAssignents trainComponentLabelAssignents_RelStructure. - - 2019-04-12Fix Add missingl Label to TarinCOmpinentLAbel Assignment + 2019-04-12Fix Add missingl Label to TarinCOmpinentLAbel Assignment - - 2020-10-05 New Modes: Add Vehicle mode to VehicleType + 2020-10-05 New Modes: Add Vehicle mode to VehicleType Replace VehicleTypeRef with TransportTypeRef so as to be more general From d87ff6d4431f46392249878f8f5b837af2bf0983 Mon Sep 17 00:00:00 2001 From: Stefan de Konink Date: Wed, 13 Dec 2023 15:09:53 +0100 Subject: [PATCH 04/51] Remove External entities with for VDV compatibility in favor of PrivateCodes of keyLists --- .../netex_organisation_version.xsd | 5 ----- .../netex_serviceRestrictions_version.xsd | 5 ----- .../netex_line_version.xsd | 20 ------------------- .../netex_route_version.xsd | 5 ----- .../netex_servicePattern_version.xsd | 10 ---------- .../netex_datedVehicleJourney_version.xsd | 5 ----- .../netex_interchange_version.xsd | 5 ----- .../netex_journey_version.xsd | 5 ----- 8 files changed, 60 deletions(-) diff --git a/xsd/netex_framework/netex_genericFramework/netex_organisation_version.xsd b/xsd/netex_framework/netex_genericFramework/netex_organisation_version.xsd index e103e0d64..ea060ac43 100644 --- a/xsd/netex_framework/netex_genericFramework/netex_organisation_version.xsd +++ b/xsd/netex_framework/netex_genericFramework/netex_organisation_version.xsd @@ -221,11 +221,6 @@ Rail transport, Roads and Road transport Company registered tax number including Country prefix. - - - An alternative code that uniquely identifies the OPERATOR. Specifically for use in AVMS systems. For VDV compatibility. - - diff --git a/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd index d4d824a3f..04076fbf1 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd @@ -492,11 +492,6 @@ Rail transport, Roads and Road transport Elements for a TYPE OF PRODUCT CATEGORY. - - - An alternative code that uniquely identifies the PRODUCT CATEGORY. Specifically for use in AVMS systems that require an alias, if code is different from main identifier. For VDV compatibility. - - The presentation colours to use for this TYPE OF PRODUCT CATEGORY. +v2.1 diff --git a/xsd/netex_part_1/part1_networkDescription/netex_line_version.xsd b/xsd/netex_part_1/part1_networkDescription/netex_line_version.xsd index 3ae8d56b5..cafe788e7 100644 --- a/xsd/netex_part_1/part1_networkDescription/netex_line_version.xsd +++ b/xsd/netex_part_1/part1_networkDescription/netex_line_version.xsd @@ -401,11 +401,6 @@ Rail transport, Roads and Road transport DEPRECATED - use privateCodes - - - An alternative code that uniquely identifies the LINE specifically for use in AVMS systems. For VDV compatibility. - - @@ -491,11 +486,6 @@ Rail transport, Roads and Road transport - - - An default product classification for all journeys of the lin e for use in AVMS systems. For VDV compatibility. +v1.1 - - @@ -974,16 +964,6 @@ Rail transport, Roads and Road transport - - - Alternative LINE Reference for AVMS system. - - - - - Alternative DIRECTION Reference for AVMS system. - - diff --git a/xsd/netex_part_1/part1_networkDescription/netex_route_version.xsd b/xsd/netex_part_1/part1_networkDescription/netex_route_version.xsd index f0b599701..2e0105667 100644 --- a/xsd/netex_part_1/part1_networkDescription/netex_route_version.xsd +++ b/xsd/netex_part_1/part1_networkDescription/netex_route_version.xsd @@ -187,11 +187,6 @@ Rail transport, Roads and Road transport Elements for a DIRECTION. - - - An alternative code that uniquely identifies the DIRECTION specifically for use in AVMS systems. For VDV compatibility. - - diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd index f62077e6f..c86cf9d51 100644 --- a/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd +++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd @@ -317,11 +317,6 @@ Rail transport, Roads and Road transport DEPRECATED - use privateCodes - - - An alternative code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility. - - @@ -551,11 +546,6 @@ Rail transport, Roads and Road transport Elements for a CONNECTION link. - - - An alternative code that uniquely identifies the CONNECTION link Specifically for use in AVMS systems that require an alias, if. For VDV compatibility. - - Origin end of CONNECTION. diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd index 5ce1e8139..28b5f8667 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd @@ -208,11 +208,6 @@ Rail transport, Roads and Road transport ** DEPRECATED ** not to be used - left available only to avoid breaking compatibility with old rail datasets - - - An alternative code that uniquely identifies theDATED VEHICLE JOURNEY. Specifically for use in AVMS systems. For VDV compatibility. - - Reference to a JOURNEY PATTERN. diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_interchange_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_interchange_version.xsd index 8543987a2..bf89298c4 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_interchange_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_interchange_version.xsd @@ -427,11 +427,6 @@ Rail transport, Roads and Road transport DEPRECATED - use privateCodes - - - An alternative code that uniquely identifies the INTERCHANGE. Specifically for use in AVMS systems. For VDV compatibility. - - Reference to a CONNECTION Link over which the INTERCHANEG takes place. diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_journey_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_journey_version.xsd index 86f7bf72d..f2f214e4e 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_journey_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_journey_version.xsd @@ -105,11 +105,6 @@ Rail transport, Roads and Road transport - - - An alternative code that uniquely identifies the JOURNEY. Specifically for use in AVMS systems. For VDV compatibility. - - From 1867f1a93ad2cdd8904a8ab1ca0315b958e5e9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Wed, 13 Dec 2023 18:42:54 +0100 Subject: [PATCH 05/51] Update uk_fxc_addon_HSP_plusbus.xml --- examples/standards/fxc/uk_fxc_addon_HSP_plusbus.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/standards/fxc/uk_fxc_addon_HSP_plusbus.xml b/examples/standards/fxc/uk_fxc_addon_HSP_plusbus.xml index 90eb79d5e..6d7e8fb16 100644 --- a/examples/standards/fxc/uk_fxc_addon_HSP_plusbus.xml +++ b/examples/standards/fxc/uk_fxc_addon_HSP_plusbus.xml @@ -1917,7 +1917,7 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla BRAINTREE BTR 9100BRAINTR - + uic:68010 rail bus From ddac81cb6fe43cbeb5190ab4c3611fc5d3ee73ad Mon Sep 17 00:00:00 2001 From: Stefan de Konink Date: Wed, 13 Dec 2023 20:03:15 +0100 Subject: [PATCH 06/51] First update from PrivateCode, ExternalOperatorRef and ExternalStopPointRef to privateCodes --- .../functions/fares/rail/Netex_era_toc_uk.xml | 122 ++++++++++------- .../fxc/uk_fxc_addon_HSP_plusbus.xml | 128 +++++++++++------- ..._SCWW_LINE_SCWW-86-simplified_20190101.xml | 8 +- .../uk_txc_SCWW-86_extract2-simplified.xml | 8 +- examples/standards/txc/uk_txc_extract1.xml | 8 +- .../txc/uk_txc_extract1_simplified.xml | 8 +- 6 files changed, 176 insertions(+), 106 deletions(-) diff --git a/examples/functions/fares/rail/Netex_era_toc_uk.xml b/examples/functions/fares/rail/Netex_era_toc_uk.xml index 273b712c4..725d91ed4 100644 --- a/examples/functions/fares/rail/Netex_era_toc_uk.xml +++ b/examples/functions/fares/rail/Netex_era_toc_uk.xml @@ -10052,11 +10052,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100BRAINTR + uic:68010 + Braintree 0.556687108 51.87539168 - 576093 222736 + 576093.0 222736.0 @@ -10064,8 +10068,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla BRAINTREE BTR - 9100BRAINTR - rail bus @@ -10077,11 +10079,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100CLACTON + uic:68500 + Clacton-on-Sea 1.154091821 51.794002810 - 617600 215300 + 617600.0 215300.0 @@ -10089,8 +10095,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla CLACTON CLT - 9100CLACTON - rail bus @@ -10102,11 +10106,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100YARMTH + uic:73280 + Great Yarmouth 1.720886341 52.6121599 - 652000 308100 + 652000.0 308100.0 @@ -10114,8 +10122,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla GREAT YARMOUTH GYM - 9100YARMTH - rail bus @@ -10127,11 +10133,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100HARWICH + uic:69050 + Harwich Town 1.286681923 51.9441454 - 625987 232397 + 625987.0 232397.0 @@ -10139,8 +10149,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla HARWICH TOWN HWC - 9100HARWICH - rail bus @@ -10152,11 +10160,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100IPSWICH + uic:72170 + Ipswich 1.14442571 52.05059234 - 615700 243800 + 615700.0 243800.0 @@ -10164,8 +10176,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla IPSWICH IPS - 9100IPSWICH - rail bus @@ -10182,11 +10192,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla Liverpool Street + + 9100LIVST + uic:69650 + London Liverpool Street -0.081425944 51.51799103 - 533216 181641 + 533216.0 181641.0 @@ -10194,8 +10208,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla LONDON LIVERP STR LST - 9100LIVST - rail metro coach bus @@ -10208,11 +10220,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100LOWSTFT + uic:72680 + Lowestoft 1.749708046 52.47443783 - 654747 292890 + 654747.0 292890.0 @@ -10220,8 +10236,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla LOWESTOFT LWT - 9100LOWSTFT - rail bus @@ -10233,11 +10247,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100NRCH + uic:73090 + Norwich 1.306820205 52.62715355 - 623900 308400 + 623900.0 308400.0 @@ -10245,8 +10263,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla NORWICH NRW - 9100NRCH - rail bus @@ -10258,11 +10274,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100STFD + uic:7190 + Stratford -0.003396657 51.54189507 - 538557 184444 + 538557.0 184444.0 @@ -10270,8 +10290,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla STRATFORD SFA - 9100STFD - rail bus @@ -10284,11 +10302,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100SHENFLD + uic:68880 + Shenfield 0.329851319 51.63087735 - 561349 195022 + 561349.0 195022.0 @@ -10296,8 +10318,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla SHENFIELD SNF - 9100SHENFLD - rail bus @@ -10310,11 +10330,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100STANAIR + uic:68340 + Stansted Airport 0.260815594 51.88859105 - 555683 223530 + 555683.0 223530.0 @@ -10322,8 +10346,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla STANSTED AIRPORT SSD - 9100STANAIR - rail bus coach @@ -10335,11 +10357,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100STHVIC + uic:74200 + Southend Victoria 0.711500859 51.5415127 - 588128 185997 + 588128.0 185997.0 @@ -10347,8 +10373,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla SOUTHEND VICTORIA SOV - 9100STHVIC - rail bus @@ -10360,11 +10384,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100SUDBURY + uic:70980 + Sudbury 0.735444414 52.03627818 - 587723 241073 + 587723.0 241073.0 @@ -10372,8 +10400,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla SUDBURY SUFFOLK SUY - 9100SUDBURY - rail bus @@ -10386,11 +10412,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100TTNHMHL + uic:69510 + Tottenham Hale -0.059929104 - 51.58830984 - 534500 189500 + 51.58830984 + 534500.0 189500.0 @@ -10398,8 +10428,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla TOTTENHAM HALE TOM - 9100TTNHMHL - rail metro bus @@ -10412,11 +10440,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100WONNAZE + uic:68580 + Walton-on-the-Naze 1.267669817 51.84616912 - 625170 221445 + 625170.0 221445.0 @@ -10424,8 +10456,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla WALTON-ON-NAZE WON - 9100WONNAZE - rail bus diff --git a/examples/standards/fxc/uk_fxc_addon_HSP_plusbus.xml b/examples/standards/fxc/uk_fxc_addon_HSP_plusbus.xml index 6d7e8fb16..ac345ad7e 100644 --- a/examples/standards/fxc/uk_fxc_addon_HSP_plusbus.xml +++ b/examples/standards/fxc/uk_fxc_addon_HSP_plusbus.xml @@ -1551,9 +1551,11 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla - + + + nocn:137122 + METR - nocn:137122 Metrobus Metrobus Metrobus Ltd @@ -1904,11 +1906,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100BRAINTR + uic:68010 + Braintree 0.556687108 51.87539168 - 576093 222736 + 576093.0 222736.0 @@ -1916,8 +1922,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla BRAINTREE BTR - 9100BRAINTR - uic:68010 rail bus @@ -1929,11 +1933,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100CLACTON + uic:68500 + Clacton-on-Sea 1.154091821 51.794002810 - 617600 215300 + 617600.0 215300.0 @@ -1941,8 +1949,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla CLACTON CLT - 9100CLACTON - rail bus @@ -1954,11 +1960,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100YARMTH + uic:73280 + Great Yarmouth 1.720886341 52.6121599 - 652000 308100 + 652000.0 308100.0 @@ -1966,8 +1976,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla GREAT YARMOUTH GYM - 9100YARMTH - rail bus @@ -1979,11 +1987,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100HARWICH + uic:69050 + Harwich Town 1.286681923 51.9441454 - 625987 232397 + 625987.0 232397.0 @@ -1991,8 +2003,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla HARWICH TOWN HWC - 9100HARWICH - rail bus @@ -2004,11 +2014,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100IPSWICH + uic:72170 + Ipswich 1.14442571 52.05059234 - 615700 243800 + 615700.0 243800.0 @@ -2016,8 +2030,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla IPSWICH IPS - 9100IPSWICH - rail bus @@ -2034,11 +2046,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla Liverpool Street + + 9100LIVST + uic:69650 + London Liverpool Street -0.081425944 51.51799103 - 533216 181641 + 533216.0 181641.0 @@ -2046,8 +2062,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla LONDON LIVERP STR LST - 9100LIVST - rail metro coach bus @@ -2060,11 +2074,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100LOWSTFT + uic:72680 + Lowestoft 1.749708046 52.47443783 - 654747 292890 + 654747.0 292890.0 @@ -2072,8 +2090,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla LOWESTOFT LWT - 9100LOWSTFT - rail bus @@ -2085,11 +2101,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100NRCH + uic:73090 + Norwich 1.306820205 52.62715355 - 623900 308400 + 623900.0 308400.0 @@ -2097,8 +2117,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla NORWICH NRW - 9100NRCH - rail bus @@ -2110,11 +2128,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100STFD + uic:7190 + Stratford -0.003396657 51.54189507 - 538557 184444 + 538557.0 184444.0 @@ -2122,8 +2144,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla STRATFORD SFA - 9100STFD - rail bus @@ -2136,11 +2156,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100SHENFLD + uic:68880 + Shenfield 0.329851319 51.63087735 - 561349 195022 + 561349.0 195022.0 @@ -2148,8 +2172,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla SHENFIELD SNF - 9100SHENFLD - rail bus @@ -2162,11 +2184,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100STANAIR + uic:68340 + Stansted Airport 0.260815594 51.88859105 - 555683 223530 + 555683.0 223530.0 @@ -2174,8 +2200,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla STANSTED AIRPORT SSD - 9100STANAIR - rail bus coach @@ -2187,11 +2211,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100STHVIC + uic:74200 + Southend Victoria 0.711500859 51.5415127 - 588128 185997 + 588128.0 185997.0 @@ -2199,8 +2227,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla SOUTHEND VICTORIA SOV - 9100STHVIC - rail bus @@ -2212,11 +2238,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100SUDBURY + uic:70980 + Sudbury 0.735444414 52.03627818 - 587723 241073 + 587723.0 241073.0 @@ -2224,8 +2254,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla SUDBURY SUFFOLK SUY - 9100SUDBURY - rail bus @@ -2238,11 +2266,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100TTNHMHL + uic:69510 + Tottenham Hale -0.059929104 - 51.58830984 - 534500 189500 + 51.58830984 + 534500.0 189500.0 @@ -2250,8 +2282,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla TOTTENHAM HALE TOM - 9100TTNHMHL - rail metro bus @@ -2264,11 +2294,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla 1987-12-31T00:00:00Z + + 9100WONNAZE + uic:68580 + Walton-on-the-Naze 1.267669817 51.84616912 - 625170 221445 + 625170.0 221445.0 @@ -2276,8 +2310,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla WALTON-ON-NAZE WON - 9100WONNAZE - rail bus diff --git a/examples/standards/txc/FX-PI-01_UK_SCWW_LINE_SCWW-86-simplified_20190101.xml b/examples/standards/txc/FX-PI-01_UK_SCWW_LINE_SCWW-86-simplified_20190101.xml index 950b5b2b3..2fd4f3d97 100644 --- a/examples/standards/txc/FX-PI-01_UK_SCWW_LINE_SCWW-86-simplified_20190101.xml +++ b/examples/standards/txc/FX-PI-01_UK_SCWW_LINE_SCWW-86-simplified_20190101.xml @@ -7366,10 +7366,12 @@ TXC NETEX - + + nocn:137725 + vosa:PD0000479 + + SCCW - nocn:137725 - Stagecoach Stagecoach diff --git a/examples/standards/txc/uk_txc_SCWW-86_extract2-simplified.xml b/examples/standards/txc/uk_txc_SCWW-86_extract2-simplified.xml index 5fcf5cbc9..2f2079e23 100644 --- a/examples/standards/txc/uk_txc_SCWW-86_extract2-simplified.xml +++ b/examples/standards/txc/uk_txc_SCWW-86_extract2-simplified.xml @@ -7297,10 +7297,12 @@ TXC NETEX - + + nocn:137725 + vosa:PD0000479 + + SCCW - nocn:137725 - Stagecoach Stagecoach diff --git a/examples/standards/txc/uk_txc_extract1.xml b/examples/standards/txc/uk_txc_extract1.xml index bf1a1c0f5..fa75ce7de 100644 --- a/examples/standards/txc/uk_txc_extract1.xml +++ b/examples/standards/txc/uk_txc_extract1.xml @@ -7843,10 +7843,12 @@ TXC NETEX - + + 12345 + vosa:PD0000479 + + STA - 12345 - Stagecoach Stagecoach diff --git a/examples/standards/txc/uk_txc_extract1_simplified.xml b/examples/standards/txc/uk_txc_extract1_simplified.xml index 3d2ee1827..75e6ce6dd 100644 --- a/examples/standards/txc/uk_txc_extract1_simplified.xml +++ b/examples/standards/txc/uk_txc_extract1_simplified.xml @@ -7176,10 +7176,12 @@ TXC NETEX - + + 12345 + vosa:PD0000479 + + STA - 12345 - Stagecoach Stagecoach From df7585c31e382063f8160606ec35df1eef61e4c9 Mon Sep 17 00:00:00 2001 From: Stefan de Konink Date: Wed, 13 Dec 2023 20:13:17 +0100 Subject: [PATCH 07/51] More updated examples --- .../B1_NRT/Netex_tap_tsi_B1-1080-full.xml | 8180 ++++++++++++----- .../tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080.xml | 8180 ++++++++++++----- 2 files changed, 12236 insertions(+), 4124 deletions(-) diff --git a/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080-full.xml b/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080-full.xml index dfe70ccc2..260ca8439 100644 --- a/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080-full.xml +++ b/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080-full.xml @@ -157,13 +157,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Aachen Hbf 0 0 Aachen Hbf - 00000 2 @@ -181,13 +183,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Aachen Schanz 0 0 Aachen Schanz - 00000 1 @@ -205,13 +209,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Aachen Süd(Gr) 0 0 Aachen Sued(Gr) - 00000 2 @@ -228,13 +234,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Aachen West 0 0 Aachen West - 00000 1 @@ -252,13 +260,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Aachen-Rothe Erde 0 0 Aachen-Rothe Erde - 00000 1 @@ -276,13 +286,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Aalen 0 0 Aalen - 00000 2 @@ -300,13 +312,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Achern 0 0 Achern - 00000 2 @@ -323,13 +337,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Adorf(Vogtl) 0 0 Adorf(Vogtl) - 00000 2 @@ -346,14 +362,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Agatharied 0 0 Agatharied - 00000 - 3 @@ -370,13 +388,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Ahaus 0 0 Ahaus - 00000 2 @@ -393,13 +413,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Ahlen(Westf) 0 0 Ahlen(Westf) - 00000 2 @@ -416,13 +438,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Ahrensburg 0 0 Ahrensburg - 00000 1 @@ -440,13 +464,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Albbruck 0 0 Albbruck - 00000 2 @@ -463,13 +489,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Albstadt-Ebingen 0 0 Albstadt-Ebingen - 00000 2 @@ -486,13 +514,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Alfeld(Leine) 0 0 Alfeld(Leine) - 00000 2 @@ -509,13 +539,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Allensbach 0 0 Allensbach - 00000 2 @@ -532,13 +564,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Almkopfbahn 0 0 Almkopfbahn - 00000 2 @@ -555,13 +589,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Alpirsbach 0 0 Alpirsbach - 00000 2 @@ -578,13 +614,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Alsfeld(Oberhess) 0 0 Alsfeld(Oberhess) - 00000 2 @@ -601,13 +639,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Altdorf(b Nürnberg) 0 0 Altdorf(b Nuernb) - 00000 2 @@ -624,13 +664,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Alte Veste 0 0 Alte Veste - 00000 1 @@ -648,13 +690,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Altena(Westf) 0 0 Altena(Westf) - 00000 2 @@ -671,13 +715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Altenahr 0 0 Altenahr - 00000 2 @@ -694,13 +740,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Altenbeken 0 0 Altenbeken - 00000 2 @@ -717,13 +765,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Altenburg 0 0 Altenburg - 00000 2 @@ -740,13 +790,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Altenkirchen(Ww) 0 0 Altenkirchen(Ww) - 00000 2 @@ -763,13 +815,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Altglashütten-Falk. 0 0 Altglashuetten-F. - 00000 2 @@ -786,13 +840,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Altötting 0 0 Altoetting - 00000 2 @@ -809,13 +865,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Altomünster 0 0 Altomuenster - 00000 2 @@ -832,13 +890,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Alzey 0 0 Alzey - 00000 2 @@ -855,13 +915,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Amberg 0 0 Amberg - 00000 2 @@ -878,13 +940,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Ampfing 0 0 Ampfing - 00000 2 @@ -901,14 +965,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C010 + + 00000 + SEE + Amrum 0 0 Amrum - 00000 - 3 @@ -925,13 +991,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Andernach 0 0 Andernach - 00000 2 @@ -948,13 +1016,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Angermünde 0 0 Angermuende - 00000 2 @@ -971,13 +1041,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Angermund 0 0 Angermund - 00000 1 @@ -995,13 +1067,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Angersdorf 0 0 Angersdorf - 00000 1 @@ -1019,13 +1093,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I020 + + 00000 + Anklam 0 0 Anklam - 00000 2 @@ -1042,13 +1118,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Annaberg-Buchh u Bf 0 0 Annaberg-B u Bf - 00000 2 @@ -1066,13 +1144,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Annaberg-Buchholz M 0 0 Annaberg-Buchh M - 00000 1 @@ -1090,13 +1170,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Annaberg-Buchholz S 0 0 Annaberg-Buchh S - 00000 1 @@ -1114,13 +1196,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Ansbach 0 0 Ansbach - 00000 2 @@ -1137,13 +1221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Apach(fr) 0 0 Apach(fr) - 00000 2 @@ -1160,13 +1246,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Apolda 0 0 Apolda - 00000 2 @@ -1183,13 +1271,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Appenweier 0 0 Appenweier - 00000 2 @@ -1206,13 +1296,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Arnsberg(Westf) 0 0 Arnsberg(Westf) - 00000 2 @@ -1229,13 +1321,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Arnsdorf(Dresden) 0 0 Arnsdorf(Dresden) - 00000 2 @@ -1252,13 +1346,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Arnstadt Hbf 0 0 Arnstadt Hbf - 00000 2 @@ -1276,13 +1372,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Arnstadt Süd 0 0 Arnstadt Sued - 00000 1 @@ -1300,13 +1398,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Arzberg(Oberfr) 0 0 Arzberg(Ofr) - 00000 2 @@ -1323,13 +1423,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Aschaffenburg Hochs. 0 0 Aschaffenburg H - 00000 1 @@ -1347,13 +1449,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Aschaffenburg Hbf 0 0 Aschaffenburg Hbf - 00000 2 @@ -1371,13 +1475,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Aschaffenburg Süd 0 0 Aschaffenburg S - 00000 1 @@ -1395,13 +1501,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Aschau(Chiemgau) 0 0 Aschau(Chiemgau) - 00000 2 @@ -1418,13 +1526,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Ascheberg(Holst) 0 0 Ascheberg(Holst) - 00000 2 @@ -1441,13 +1551,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Aschersleben 0 0 Aschersleben - 00000 2 @@ -1464,13 +1576,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Asperg 0 0 Asperg - 00000 1 @@ -1488,13 +1602,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Au(Sieg) 0 0 Au(Sieg) - 00000 2 @@ -1511,13 +1627,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Aue(Sachs) 0 0 Aue(Sachs) - 00000 2 @@ -1534,13 +1652,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Auggen 0 0 Auggen - 00000 2 @@ -1557,13 +1677,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Augsburg Haunstett. 0 0 Augsburg Haunst - 00000 1 @@ -1581,13 +1703,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Augsburg Hbf 0 0 Augsburg Hbf - 00000 2 @@ -1605,13 +1729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Augsburg Messe 0 0 Augsburg Messe - 00000 1 @@ -1629,13 +1755,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Augsburg Morellstr. 0 0 Augsburg Morell - 00000 1 @@ -1653,13 +1781,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Augsburg-Hochzoll 0 0 Augsburg-Hochzoll - 00000 1 @@ -1677,13 +1807,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Augsburg-Oberhausen 0 0 Augsburg-Oberhaus - 00000 1 @@ -1701,13 +1833,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Aulendorf 0 0 Aulendorf - 00000 2 @@ -1724,13 +1858,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Auringen-Medenbach 0 0 Auringen-Medenb. - 00000 1 @@ -1748,13 +1884,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Babenhausen(Hess) 0 0 Babenhausen(Hess) - 00000 2 @@ -1771,13 +1909,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Bacharach 0 0 Bacharach - 00000 2 @@ -1794,13 +1934,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Backnang 0 0 Backnang - 00000 2 @@ -1817,13 +1959,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Bad Aibling 0 0 Bad Aibling - 00000 2 @@ -1840,13 +1984,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Bad Bellingen 0 0 Bad Bellingen - 00000 2 @@ -1863,13 +2009,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Bad Bentheim 0 0 Bad Bentheim - 00000 2 @@ -1886,13 +2034,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Bad Bentheim(Gr) 0 0 Bad Bentheim(Gr) - 00000 2 @@ -1909,13 +2059,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bad Bergzabern 0 0 Bad Bergzabern - 00000 2 @@ -1932,13 +2084,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Bad Berleburg 0 0 Bad Berleburg - 00000 2 @@ -1955,13 +2109,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F040 + + 00000 + Bad Bodenteich 0 0 Bad Bodenteich - 00000 2 @@ -1978,13 +2134,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Bad Brambach 0 0 Bad Brambach - 00000 2 @@ -2001,13 +2159,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Bad Breisig 0 0 Bad Breisig - 00000 2 @@ -2024,13 +2184,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Bad Camberg 0 0 Bad Camberg - 00000 2 @@ -2047,13 +2209,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Bad Doberan 0 0 Bad Doberan - 00000 2 @@ -2070,13 +2234,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Bad Dürkheim 0 0 Bad Duerkheim - 00000 2 @@ -2093,13 +2259,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Bad Elster 0 0 Bad Elster - 00000 2 @@ -2116,13 +2284,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Bad Ems 0 0 Bad Ems - 00000 2 @@ -2139,13 +2309,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Bad Endorf 0 0 Bad Endorf - 00000 2 @@ -2162,13 +2334,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Bad Friedrichshall-J 0 0 Bad Friedrichsh-J - 00000 2 @@ -2185,13 +2359,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Bad Griesbach(Schw) 0 0 Bad GriesbachSchw - 00000 2 @@ -2208,13 +2384,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Bad Harzburg 0 0 Bad Harzburg - 00000 2 @@ -2231,14 +2409,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + NE 406 + Bad Herrenalb 0 0 Bad Herrenalb - 00000 - 3 @@ -2255,13 +2435,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Bad Hersfeld 0 0 Bad Hersfeld - 00000 2 @@ -2278,13 +2460,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bad Hönningen 0 0 Bad Hoenningen - 00000 2 @@ -2301,13 +2485,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Bad Homburg 0 0 Bad Homburg - 00000 2 @@ -2324,13 +2510,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bad Honnef(Rhein) 0 0 Bad Honnef(Rhein) - 00000 2 @@ -2347,13 +2535,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Bad Kissingen 0 0 Bad Kissingen - 00000 2 @@ -2370,13 +2560,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Bad Kleinen 0 0 Bad Kleinen - 00000 2 @@ -2393,13 +2585,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Bad Kötzting 0 0 Bad Koetzting - 00000 2 @@ -2416,13 +2610,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Bad Kreckelmoos 0 0 Bad Kreckelmoos - 00000 2 @@ -2439,13 +2635,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Bad Kreuznach 0 0 Bad Kreuznach - 00000 2 @@ -2462,13 +2660,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Bad Krozingen 0 0 Bad Krozingen - 00000 2 @@ -2485,13 +2685,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Bad Langensalza 0 0 Bad Langensalza - 00000 2 @@ -2508,13 +2710,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Bad Liebenzell 0 0 Bad Liebenzell - 00000 2 @@ -2531,13 +2735,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Bad Malente-Gremsmü 0 0 Bad Malente-Grems - 00000 2 @@ -2554,13 +2760,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Bad Mergentheim 0 0 Bad Mergentheim - 00000 2 @@ -2578,13 +2786,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Bad Münster a Stein 0 0 Bad Muenster a St - 00000 2 @@ -2601,13 +2811,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bad Münstereifel 0 0 Bad Muenstereifel - 00000 2 @@ -2624,13 +2836,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Bad Nauheim 0 0 Bad Nauheim - 00000 2 @@ -2647,13 +2861,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bad Nenndorf 0 0 Bad Nenndorf - 00000 2 @@ -2670,13 +2886,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bad Neuenahr 0 0 Bad Neuenahr - 00000 2 @@ -2693,13 +2911,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Bad Neustadt(Saale) 0 0 Bad Neustadt(S) - 00000 2 @@ -2716,13 +2936,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bad Oeynhausen 0 0 Bad Oeynhausen - 00000 2 @@ -2739,13 +2961,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bad Oeynhausen Süd 0 0 Bad Oeynhausen S - 00000 2 @@ -2762,13 +2986,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Bad Oldesloe 0 0 Bad Oldesloe - 00000 2 @@ -2785,13 +3011,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bad Pyrmont 0 0 Bad Pyrmont - 00000 2 @@ -2808,13 +3036,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Bad Reichenhall 0 0 Bad Reichenhall - 00000 2 @@ -2831,13 +3061,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Bad Rodach 0 0 Bad Rodach - 00000 2 @@ -2854,13 +3086,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Bad Säckingen 0 0 Bad Saeckingen - 00000 2 @@ -2877,13 +3111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bad Salzuflen 0 0 Bad Salzuflen - 00000 2 @@ -2900,13 +3136,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Bad Salzungen 0 0 Bad Salzungen - 00000 2 @@ -2923,13 +3161,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Bad Saulgau 0 0 Bad Saulgau - 00000 2 @@ -2946,13 +3186,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Bad Schandau 0 0 Bad Schandau - 00000 2 @@ -2969,13 +3211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Bad Schussenried 0 0 Bad Schussenried - 00000 2 @@ -2992,13 +3236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Bad Sobernheim 0 0 Bad Sobernheim - 00000 2 @@ -3015,13 +3261,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Bad Soden(Taunus) 0 0 Bad Soden(Taunus) - 00000 2 @@ -3038,13 +3286,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Bad Soden-Salmünst. 0 0 Bad Soden-Salmue. - 00000 2 @@ -3061,13 +3311,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D020 + + 00000 + Bad St Peter-Ording 0 0 Bad St Peter-O - 00000 2 @@ -3084,13 +3336,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Bad Staffelstein 0 0 Bad Staffelstein - 00000 2 @@ -3107,13 +3361,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Bad Steben 0 0 Bad Steben - 00000 2 @@ -3130,13 +3386,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Bad Teinach-Neubula. 0 0 Bad Teinach - 00000 2 @@ -3153,14 +3411,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Bad Tölz 0 0 Bad Toelz - 00000 - 3 @@ -3177,13 +3437,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Bad Waldsee 0 0 Bad Waldsee - 00000 2 @@ -3200,13 +3462,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bad Wildbad Bf 0 0 Bad Wildbad - 00000 2 @@ -3224,13 +3488,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bad Wildbad Kurpark 0 0 Bad Wildbad Kurp - 00000 1 @@ -3248,13 +3514,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bad Wildbad Nord 0 0 Bad Wildbad Nord - 00000 1 @@ -3272,13 +3540,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bad Wildbad Uhlandpl 0 0 Bad Wildbad Uhl - 00000 1 @@ -3296,13 +3566,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Bad Wildungen 0 0 Bad Wildungen - 00000 2 @@ -3319,13 +3591,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Bad Wörishofen 0 0 Bad Woerishofen - 00000 2 @@ -3342,13 +3616,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + Bad Zwischenahn 0 0 Bad Zwischenahn - 00000 2 @@ -3365,13 +3641,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Baden-Baden 0 0 Baden-Baden - 00000 2 @@ -3389,13 +3667,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Baden-Baden Haueneb 0 0 Baden-Baden Hauen - 00000 1 @@ -3413,13 +3693,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Baden-Baden Rebland 0 0 Baden-Baden Rebl - 00000 1 @@ -3437,13 +3719,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H080 + + 00000 + Bärenstein(Annab) 0 0 Baerenstein(An) - 00000 2 @@ -3460,13 +3744,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Baiersbronn Bf 0 0 Baiersbronn Bf - 00000 2 @@ -3483,13 +3769,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Balingen(Württ) 0 0 Balingen(Wuertt) - 00000 2 @@ -3506,14 +3794,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + SEE + Baltrum 0 0 Baltrum - 00000 - 3 @@ -3530,13 +3820,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Bamberg 0 0 Bamberg - 00000 2 @@ -3553,13 +3845,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Bardowick 0 0 Bardowick - 00000 1 @@ -3577,13 +3871,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Barleber See 0 0 Barleber See - 00000 1 @@ -3601,13 +3897,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H020 + + 00000 + Barth 0 0 Barth - 00000 2 @@ -3624,13 +3922,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Basel Bad Bf 0 0 Basel Bad Bf - 00000 2 @@ -3647,13 +3947,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Baunatal-Guntershaus 0 0 Baunatal-Guntersh - 00000 2 @@ -3670,13 +3972,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J060 + + 00000 + Bautzen 0 0 Bautzen - 00000 2 @@ -3693,13 +3997,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I100 + + 00000 + Bayerisch Eisenstein 0 0 Bayerisch Eisenst - 00000 2 @@ -3716,13 +4022,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Bayerisch Gmain 0 0 Bayerisch Gmain - 00000 2 @@ -3739,13 +4047,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bayerwerk 0 0 Bayerwerk - 00000 1 @@ -3763,13 +4073,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Bayreuth Hbf 0 0 Bayreuth Hbf - 00000 2 @@ -3787,14 +4099,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Bayrischzell 0 0 Bayrischzell - 00000 - 3 @@ -3811,13 +4125,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Bebra 0 0 Bebra - 00000 2 @@ -3834,13 +4150,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Bedburg(Erft) 0 0 Bedburg(Erft) - 00000 2 @@ -3857,13 +4175,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Beeskow 0 0 Beeskow - 00000 2 @@ -3880,13 +4200,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Benediktbeuern 0 0 Benediktbeuern - 00000 2 @@ -3903,13 +4225,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Bensheim 0 0 Bensheim - 00000 2 @@ -3926,13 +4250,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Berchtesgaden Hbf 0 0 Berchtesgaden Hbf - 00000 2 @@ -3949,13 +4275,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H020 + + 00000 + Bergen auf Rügen 0 0 Bergen auf Ruegen - 00000 2 @@ -3972,13 +4300,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bergisch Gladbach 0 0 Bergisch Gladb - 00000 2 @@ -3996,13 +4326,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Friedrichstr 0 0 Berlin - 00000 2 @@ -4020,13 +4352,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Alexanderpl. 0 0 Berlin Alexandpl. - 00000 1 @@ -4044,13 +4378,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Bellevue 0 0 Berlin Bellevue - 00000 1 @@ -4068,13 +4404,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Berlin Brandenb.Flug 0 0 Berlin Brandbg Fl - 00000 1 @@ -4092,13 +4430,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Gesundbrunnen 0 0 Berlin Gesundbr. - 00000 1 @@ -4116,13 +4456,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Hackescher M. 0 0 Berlin Hackescher - 00000 1 @@ -4140,13 +4482,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Hbf 0 0 Berlin Hbf - 00000 1 @@ -4164,13 +4508,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Jannowitzbr. 0 0 Berlin Jannowitzb - 00000 1 @@ -4188,13 +4534,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Jungfernheide 0 0 Berlin Jungfernh. - 00000 1 @@ -4212,13 +4560,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Nöldnerplatz 0 0 Berlin Noeldnerpl - 00000 1 @@ -4236,13 +4586,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Ostbahnhof 0 0 Berlin Ostbahnhof - 00000 1 @@ -4260,13 +4612,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Ostkreuz 0 0 Berlin Ostkreuz - 00000 1 @@ -4284,13 +4638,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Potsdamer Pl 0 0 Berlin Potsd.Pl. - 00000 1 @@ -4308,13 +4664,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Savignyplatz 0 0 Berlin Savignypl. - 00000 1 @@ -4332,13 +4690,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Südkreuz 0 0 Berlin Suedkreuz - 00000 1 @@ -4356,13 +4716,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Treptower Pk 0 0 Berlin Treptow - 00000 1 @@ -4380,13 +4742,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Berlin Wannsee 0 0 Berlin Wannsee - 00000 2 @@ -4403,13 +4767,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Warschauer St 0 0 Berlin Warsch.St - 00000 1 @@ -4427,13 +4793,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Westkreuz 0 0 Berlin Westkreuz - 00000 1 @@ -4451,13 +4819,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Zoolg. Garten 0 0 Berlin Zoolg. G. - 00000 1 @@ -4475,13 +4845,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin-Charlottenbg. 0 0 Berlin-Charlottb. - 00000 1 @@ -4499,13 +4871,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Berlin-Karlshorst 0 0 Berlin-Karlshorst - 00000 2 @@ -4522,13 +4896,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin-Lichtenberg 0 0 Berlin-Lichtenbg - 00000 1 @@ -4546,13 +4922,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin-Schöneberg 0 0 Berlin-Schoeneb. - 00000 1 @@ -4570,13 +4948,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin-Spandau 0 0 Berlin-Spandau - 00000 2 @@ -4593,13 +4973,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin-Tiergarten 0 0 Berlin-Tiergarten - 00000 1 @@ -4617,13 +4999,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Bernau(b Berlin) 0 0 Bernau(b Berlin) - 00000 2 @@ -4640,13 +5024,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Bestwig 0 0 Bestwig - 00000 2 @@ -4663,13 +5049,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Betzdorf(Sieg) 0 0 Betzdorf(Sieg) - 00000 2 @@ -4686,13 +5074,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Beuron 0 0 Beuron - 00000 2 @@ -4709,13 +5099,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Beyendorf 0 0 Beyendorf - 00000 1 @@ -4733,13 +5125,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Burg-u.Ndr Gemünden 0 0 Bg-u.Nd.Gemuenden - 00000 2 @@ -4756,13 +5150,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Biberach(Baden) 0 0 Biberach(Baden) - 00000 2 @@ -4779,13 +5175,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Biberach(Riß) 0 0 Biberach(Riss) - 00000 2 @@ -4802,13 +5200,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Bichlbach-Berwang 0 0 Bichlbach-Berwang - 00000 2 @@ -4825,13 +5225,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Biedenkopf 0 0 Biedenkopf - 00000 2 @@ -4848,13 +5250,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bielefeld Hbf 0 0 Bielefeld Hbf - 00000 2 @@ -4872,13 +5276,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bielefeld Ost 0 0 Bielefeld Ost - 00000 1 @@ -4896,13 +5302,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Bietigheim-Bissingen 0 0 Bietigheim-Biss. - 00000 2 @@ -4919,13 +5327,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Bietingen 0 0 Bietingen - 00000 2 @@ -4942,13 +5352,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Bingen(Rhein) Stadt 0 0 Bingen(Rh)Stadt - 00000 1 @@ -4966,13 +5378,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Bingen(Rhein) Hbf 0 0 Bingen(Rhein) Hbf - 00000 2 @@ -4990,13 +5404,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Bischofswerda 0 0 Bischofswerda - 00000 2 @@ -5013,13 +5429,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Bischofswiesen 0 0 Bischofswiesen - 00000 2 @@ -5036,13 +5454,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A080 + + 00000 + Bitburg-Erdorf 0 0 Bitburg-Erdorf - 00000 2 @@ -5059,13 +5479,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Bitterfeld 0 0 Bitterfeld - 00000 2 @@ -5082,13 +5504,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Blaibach(Oberpf) 0 0 Blaibach(Oberpf) - 00000 2 @@ -5105,13 +5529,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G030 + + 00000 + Blankenberg(Meckl) 0 0 Blankenberg/Meckl - 00000 2 @@ -5128,13 +5554,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Blankenf(Teltow-Fl) 0 0 Blankenfelde - 00000 1 @@ -5151,13 +5579,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Blankenstein(Saale) 0 0 Blankenstein(S) - 00000 2 @@ -5174,13 +5604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Blaubeuren 0 0 Blaubeuren - 00000 2 @@ -5197,13 +5629,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Blaufelden 0 0 Blaufelden - 00000 2 @@ -5220,13 +5654,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Blumenberg 0 0 Blumenberg - 00000 2 @@ -5243,13 +5679,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Bocholt 0 0 Bocholt - 00000 2 @@ -5266,13 +5704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bochum Hbf 0 0 Bochum Hbf - 00000 2 @@ -5290,13 +5730,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bochum West 0 0 Bochum West - 00000 1 @@ -5314,13 +5756,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bochum-Ehrenfeld 0 0 Bochum-Ehrenfeld - 00000 1 @@ -5338,13 +5782,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bochum-Hamme 0 0 Bochum-Hamme - 00000 1 @@ -5362,13 +5808,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bochum-Langendreer 0 0 Bochum-Langend - 00000 1 @@ -5386,13 +5834,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bochum-Langendreer W 0 0 Bochum-Langend W - 00000 1 @@ -5410,13 +5860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bochum-Riemke 0 0 Bochum-Riemke - 00000 1 @@ -5434,13 +5886,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Bockum-Hövel 0 0 Bockum-Hoevel - 00000 1 @@ -5458,13 +5912,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Bodenburg 0 0 Bodenburg - 00000 2 @@ -5481,13 +5937,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Bodenfelde 0 0 Bodenfelde - 00000 2 @@ -5504,13 +5962,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Bodenmais 0 0 Bodenmais - 00000 2 @@ -5527,13 +5987,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Böblingen 0 0 Boeblingen - 00000 2 @@ -5550,13 +6012,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Bogen 0 0 Bogen - 00000 2 @@ -5573,13 +6037,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bonn Hbf 0 0 Bonn Hbf - 00000 2 @@ -5597,13 +6063,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bonn-Bad Godesberg 0 0 Bonn-Bad Godesbg - 00000 1 @@ -5621,13 +6089,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bonn-Beuel 0 0 Bonn-Beuel - 00000 2 @@ -5645,13 +6115,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bonn-Duisdorf 0 0 Bonn-Duisdorf - 00000 1 @@ -5669,13 +6141,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bonn-Mehlem 0 0 Bonn-Mehlem - 00000 1 @@ -5693,13 +6167,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bonn-Oberkassel 0 0 Bonn-Oberkassel - 00000 1 @@ -5717,13 +6193,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Boppard Hbf 0 0 Boppard Hbf - 00000 2 @@ -5740,13 +6218,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Boppard-Bad Salzig 0 0 Boppard-Bad Salz. - 00000 2 @@ -5763,13 +6243,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Borken(Westf) 0 0 Borken(Westf) - 00000 2 @@ -5786,14 +6268,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + SEE + Borkum(Nordseebad) 0 0 Borkum(Nordseeb) - 00000 - 3 @@ -5810,13 +6294,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H060 + + 00000 + Borsdorf(Sachs) 0 0 Borsdorf(Sachs) - 00000 2 @@ -5833,13 +6319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bottrop Hbf 0 0 Bottrop Hbf - 00000 2 @@ -5857,13 +6345,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bottrop-Boy 0 0 Bottrop-Boy - 00000 1 @@ -5881,13 +6371,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bottrop-Vonderort 0 0 Bottrop-Vonderort - 00000 1 @@ -5905,13 +6397,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Brackwede 0 0 Brackwede - 00000 1 @@ -5929,13 +6423,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Brackwede Süd 0 0 Brackwede Sued - 00000 1 @@ -5952,13 +6448,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Brake(b Bielefeld) 0 0 Brake(b Bielef) - 00000 1 @@ -5976,13 +6474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Bramsche 0 0 Bramsche - 00000 2 @@ -5999,13 +6499,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Brandenburg Hbf 0 0 Brandenburg Hbf - 00000 2 @@ -6022,13 +6524,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Brannenburg 0 0 Brannenburg - 00000 2 @@ -6045,13 +6549,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Braunschweig Hbf 0 0 Braunschweig - 00000 2 @@ -6069,13 +6575,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Braunschweig-Gliesm. 0 0 Braunschweig-Gl - 00000 1 @@ -6093,13 +6601,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B110 + + 00000 + Breisach 0 0 Breisach - 00000 2 @@ -6116,13 +6626,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Breitendiel 0 0 Breitendiel - 00000 1 @@ -6140,13 +6652,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen Hbf 0 0 Bremen Hbf - 00000 2 @@ -6164,13 +6678,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen Neustadt 0 0 Bremen Neustadt - 00000 1 @@ -6188,13 +6704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremen-Burg 0 0 Bremen-Burg - 00000 1 @@ -6212,13 +6730,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen-Hemelingen 0 0 Bremen-Hemelingen - 00000 1 @@ -6236,13 +6756,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremen-Lesum 0 0 Bremen-Lesum - 00000 1 @@ -6260,13 +6782,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen-Mahndorf 0 0 Bremen-Mahndorf - 00000 1 @@ -6284,13 +6808,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen-Oberneuland 0 0 Bremen-Oberneul. - 00000 1 @@ -6308,13 +6834,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen-Oslebshausen 0 0 Bremen-Oslebsh. - 00000 1 @@ -6332,13 +6860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremen-Schönebeck 0 0 Bremen-Schoeneb. - 00000 1 @@ -6356,13 +6886,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen-Sebaldsbrück 0 0 Bremen-Sebaldsbr. - 00000 1 @@ -6380,13 +6912,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremen-St Magnus 0 0 Bremen-St Magnus - 00000 1 @@ -6404,13 +6938,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremen-Vegesack 0 0 Bremen-Vegesack - 00000 1 @@ -6428,13 +6964,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen-Walle 0 0 Bremen-Walle - 00000 1 @@ -6452,13 +6990,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremerhaven Hbf 0 0 Bremerhaven Hbf - 00000 2 @@ -6476,13 +7016,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremerhaven-Lehe 0 0 Bremerhaven-Lehe - 00000 1 @@ -6500,13 +7042,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremerhaven-Wulsdorf 0 0 Bremerhaven-Wulsd - 00000 1 @@ -6524,13 +7068,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Bretleben 0 0 Bretleben - 00000 2 @@ -6547,13 +7093,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Bretten 0 0 Bretten - 00000 2 @@ -6571,13 +7119,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Bretten Schulzentrum 0 0 Bretten Schulz - 00000 1 @@ -6595,13 +7145,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Bretten Stadtmitte 0 0 Bretten Stadt - 00000 1 @@ -6619,13 +7171,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Brilon Wald 0 0 Brilon Wald - 00000 2 @@ -6642,13 +7196,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Britz 0 0 Britz - 00000 2 @@ -6665,13 +7221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Brötzingen Mitte 0 0 Broetzingen Mitte - 00000 1 @@ -6689,13 +7247,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bruchsal 0 0 Bruchsal - 00000 2 @@ -6713,13 +7273,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bruchsal Bildungsz 0 0 Bruchsal Bildungs - 00000 1 @@ -6737,13 +7299,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Brühl 0 0 Bruehl - 00000 2 @@ -6760,13 +7324,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Bruxelles Zone 0 0 Bruxelles Zone - 00000 2 @@ -6784,13 +7350,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Bruxelles-Midi 0 0 Bruxelles-Midi - 00000 1 @@ -6808,13 +7376,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Bruxelles-Nord 0 0 Bruxelles-Nord - 00000 1 @@ -6832,13 +7402,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Bubenreuth 0 0 Bubenreuth - 00000 1 @@ -6856,13 +7428,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Buchholz(Nordheide) 0 0 Buchholz/Nordheid - 00000 2 @@ -6879,13 +7453,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Buchloe 0 0 Buchloe - 00000 2 @@ -6902,13 +7478,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Büchen 0 0 Buechen - 00000 2 @@ -6925,13 +7503,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bückeburg 0 0 Bueckeburg - 00000 2 @@ -6948,13 +7528,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bühl(Baden) 0 0 Buehl(Baden) - 00000 2 @@ -6971,13 +7553,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bünde(Westf) 0 0 Buende(Westf) - 00000 2 @@ -6994,13 +7578,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Büttgen 0 0 Buettgen - 00000 1 @@ -7018,13 +7604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Bützow 0 0 Buetzow - 00000 2 @@ -7041,13 +7629,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Buggingen 0 0 Buggingen - 00000 2 @@ -7064,13 +7654,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Bullay(DB) 0 0 Bullay(DB) - 00000 2 @@ -7087,13 +7679,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Burgdorf 0 0 Burgdorf - 00000 2 @@ -7110,13 +7704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Burghausen(Oberbay) 0 0 Burghausen(Obb) - 00000 2 @@ -7133,13 +7729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A010 + + 00000 + Bus 0 0 Bus - 00000 1 @@ -7156,13 +7754,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Butzbach 0 0 Butzbach - 00000 2 @@ -7179,13 +7779,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Buxtehude 0 0 Buxtehude - 00000 2 @@ -7202,13 +7804,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Cadolzburg 0 0 Cadolzburg - 00000 2 @@ -7225,13 +7829,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Cainsdorf 0 0 Cainsdorf - 00000 1 @@ -7249,13 +7855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Calau(NL) 0 0 Calau(NL) - 00000 2 @@ -7272,13 +7880,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Calbe(Saale) Ost 0 0 Calbe(Saale) Ost - 00000 2 @@ -7295,13 +7905,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Calw 0 0 Calw - 00000 2 @@ -7318,13 +7930,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Camburg(Saale) 0 0 Camburg(Saale) - 00000 1 @@ -7341,13 +7955,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Castrop-Rauxel Hbf 0 0 Castrop-RauxelHbf - 00000 2 @@ -7364,13 +7980,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E040 + + 00000 + Celle 0 0 Celle - 00000 2 @@ -7387,13 +8005,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Cham(Oberpf) 0 0 Cham(Opf) - 00000 2 @@ -7410,13 +8030,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H080 + + 00000 + Cheb(Gr) 0 0 Cheb(Gr) - 00000 2 @@ -7433,13 +8055,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Chemnitz Hbf 0 0 Chemnitz Hbf - 00000 2 @@ -7457,13 +8081,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Chemnitz Mitte 0 0 Chemnitz Mitte - 00000 1 @@ -7481,13 +8107,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Chemnitz Süd 0 0 Chemnitz Sued - 00000 1 @@ -7505,13 +8133,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Chorin 0 0 Chorin - 00000 2 @@ -7528,13 +8158,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C040 + + 00000 + Cloppenburg 0 0 Cloppenburg - 00000 2 @@ -7551,13 +8183,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Coburg 0 0 Coburg - 00000 2 @@ -7574,13 +8208,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Cochem(Mosel) 0 0 Cochem(Mosel) - 00000 2 @@ -7597,13 +8233,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Cölbe 0 0 Coelbe - 00000 2 @@ -7620,13 +8258,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Coesfeld(Westf) 0 0 Coesfeld(Westf) - 00000 2 @@ -7643,13 +8283,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Cossebaude 0 0 Cossebaude - 00000 1 @@ -7667,13 +8309,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Coswig(Dresden) 0 0 Coswig(Dresden) - 00000 2 @@ -7690,13 +8334,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Cottbus 0 0 Cottbus - 00000 2 @@ -7714,13 +8360,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Cottbus-Merzdorf 0 0 Cottbus-Merzdorf - 00000 1 @@ -7738,13 +8386,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Cottbus-Sandow 0 0 Cottbus-Sandow - 00000 1 @@ -7762,13 +8412,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Cottbus-Willmersd N 0 0 Cottbus-Willmersd - 00000 1 @@ -7786,13 +8438,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Crailsheim 0 0 Crailsheim - 00000 2 @@ -7809,13 +8463,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H080 + + 00000 + Cranzahl 0 0 Cranzahl - 00000 2 @@ -7832,13 +8488,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Crimmitschau 0 0 Crimmitschau - 00000 2 @@ -7855,13 +8513,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D020 + + 00000 + Cuxhaven 0 0 Cuxhaven - 00000 2 @@ -7878,13 +8538,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Dachau Bahnhof 0 0 Dachau Bahnhof - 00000 2 @@ -7901,14 +8563,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + SEE + Dagebüll Mole 0 0 Dagebuell Mole - 00000 - 3 @@ -7925,13 +8589,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Dalheim 0 0 Dalheim - 00000 2 @@ -7948,13 +8614,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F040 + + 00000 + Dannenberg Ost 0 0 Dannenberg Ost - 00000 2 @@ -7971,14 +8639,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Darching 0 0 Darching - 00000 - 3 @@ -7995,13 +8665,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt Hbf 0 0 Darmstadt Hbf - 00000 2 @@ -8019,13 +8691,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt Nord 0 0 Darmstadt Nord - 00000 1 @@ -8043,13 +8717,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt Ost 0 0 Darmstadt Ost - 00000 1 @@ -8067,13 +8743,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt Süd 0 0 Darmstadt Sued - 00000 1 @@ -8091,13 +8769,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt-Arheilgen 0 0 Darmstadt-Arheil - 00000 1 @@ -8115,13 +8795,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt-Eberstadt 0 0 Darmstadt-Eberst - 00000 1 @@ -8139,13 +8821,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt-Kranichst. 0 0 Darmstadt-Kranich - 00000 1 @@ -8163,13 +8847,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt-Wixhausen 0 0 Darmstadt-Wixh - 00000 1 @@ -8187,13 +8873,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Deggendorf Hbf 0 0 Deggendorf Hbf - 00000 2 @@ -8210,13 +8898,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Delitzsch 0 0 Delitzsch - 00000 2 @@ -8233,13 +8923,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Delmenhorst 0 0 Delmenhorst - 00000 2 @@ -8257,13 +8949,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H020 + + 00000 + Demmin 0 0 Demmin - 00000 2 @@ -8280,13 +8974,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Denzlingen 0 0 Denzlingen - 00000 2 @@ -8303,13 +8999,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Derneburg(Han) 0 0 Derneburg - 00000 2 @@ -8326,13 +9024,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Dessau Hbf 0 0 Dessau Hbf - 00000 2 @@ -8349,13 +9049,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Detmold 0 0 Detmold - 00000 2 @@ -8372,13 +9074,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Dieburg 0 0 Dieburg - 00000 2 @@ -8395,13 +9099,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C040 + + 00000 + Diepholz 0 0 Diepholz - 00000 2 @@ -8418,13 +9124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Dießen 0 0 Diessen - 00000 2 @@ -8441,13 +9149,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Dillenburg 0 0 Dillenburg - 00000 2 @@ -8464,13 +9174,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Dillingen(Donau) 0 0 Dillingen(Donau) - 00000 2 @@ -8487,13 +9199,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Dillingen(Saar) 0 0 Dillingen(Saar) - 00000 2 @@ -8510,13 +9224,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Dingolfing 0 0 Dingolfing - 00000 2 @@ -8533,13 +9249,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dinslaken 0 0 Dinslaken - 00000 2 @@ -8556,13 +9274,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Dissen-Bad Rothenf. 0 0 Dissen-Bad Rothen - 00000 2 @@ -8579,13 +9299,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Ditzingen 0 0 Ditzingen - 00000 2 @@ -8602,13 +9324,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Doberlug-Kirchhain 0 0 Doberlug-Kirchh. - 00000 2 @@ -8625,13 +9349,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Döbeln Hbf 0 0 Doebeln Hbf - 00000 2 @@ -8648,13 +9374,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Dollbergen 0 0 Dollbergen - 00000 2 @@ -8671,13 +9399,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Dombühl 0 0 Dombuehl - 00000 2 @@ -8694,13 +9424,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Donaueschingen 0 0 Donaueschingen - 00000 2 @@ -8717,13 +9449,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Donauwörth 0 0 Donauwoerth - 00000 2 @@ -8740,13 +9474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Dorfen Bahnhof 0 0 Dorfen Bahnhof - 00000 2 @@ -8763,13 +9499,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund Hbf 0 0 Dortmund Hbf - 00000 2 @@ -8787,13 +9525,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund Knappschaft 0 0 Dortmund Knappsch - 00000 1 @@ -8811,13 +9551,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund Möllerbr. 0 0 Dortmund Moellerb - 00000 1 @@ -8835,13 +9577,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund Signal Idu. 0 0 Dortmund Signal - 00000 1 @@ -8859,13 +9603,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund Stadthaus 0 0 Dortmund Stadth - 00000 1 @@ -8883,13 +9629,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund Tierpark 0 0 Dortmund Tierpark - 00000 1 @@ -8907,13 +9655,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund West 0 0 Dortmund West - 00000 1 @@ -8931,13 +9681,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Aplerbeck 0 0 Dortmund-Aplerb - 00000 1 @@ -8955,13 +9707,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Aplerbeck S 0 0 Dortmund-Aplerb S - 00000 1 @@ -8979,13 +9733,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Asseln Mitt 0 0 Dortmund-Asseln M - 00000 1 @@ -9003,13 +9759,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Barop 0 0 Dortmund-Barop - 00000 1 @@ -9027,13 +9785,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Bövingh. 0 0 Dortmund-Boevingh - 00000 1 @@ -9051,13 +9811,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Brackel 0 0 Dortmund-Brackel - 00000 1 @@ -9075,13 +9837,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Derne 0 0 Dortmund-Derne - 00000 1 @@ -9099,13 +9863,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Dorstfeld 0 0 Dortmund-Dorstf - 00000 1 @@ -9123,13 +9889,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Dorstfeld S 0 0 Dortmund-Dorstf S - 00000 1 @@ -9147,13 +9915,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Germania 0 0 Dortmund-Germ - 00000 1 @@ -9171,13 +9941,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Hörde 0 0 Dortmund-Hoerde - 00000 1 @@ -9195,13 +9967,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Huckarde N 0 0 Dortmund-Huck N - 00000 1 @@ -9219,13 +9993,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Huckarde 0 0 Dortmund-Huckarde - 00000 1 @@ -9243,13 +10019,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Kirchderne 0 0 Dortmund-Kirchder - 00000 1 @@ -9267,13 +10045,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Kirchhörde 0 0 Dortmund-Kirchhoe - 00000 1 @@ -9291,13 +10071,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Kley 0 0 Dortmund-Kley - 00000 1 @@ -9315,13 +10097,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Körne 0 0 Dortmund-Koerne - 00000 1 @@ -9339,13 +10123,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Körne West 0 0 Dortmund-Koerne W - 00000 1 @@ -9363,13 +10149,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Kruckel 0 0 Dortmund-Kruckel - 00000 1 @@ -9387,13 +10175,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Kurl 0 0 Dortmund-Kurl - 00000 1 @@ -9411,13 +10201,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Löttringh. 0 0 Dortmund-Loett - 00000 1 @@ -9435,13 +10227,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Lütgend.N 0 0 Dortmund-Luet N - 00000 1 @@ -9459,13 +10253,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Lütgendort 0 0 Dortmund-Luetgend - 00000 1 @@ -9483,13 +10279,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Marten 0 0 Dortmund-Marten - 00000 1 @@ -9507,13 +10305,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Marten Süd 0 0 Dortmund-Marten S - 00000 1 @@ -9531,13 +10331,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Mengede 0 0 Dortmund-Mengede - 00000 1 @@ -9555,13 +10357,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Nette/Oest 0 0 Dortmund-Nette - 00000 1 @@ -9579,13 +10383,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Oespel 0 0 Dortmund-Oespel - 00000 1 @@ -9603,13 +10409,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Rahm 0 0 Dortmund-Rahm - 00000 1 @@ -9627,13 +10435,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Scharnhorst 0 0 Dortmund-Scharnh - 00000 1 @@ -9651,13 +10461,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Sölde 0 0 Dortmund-Soelde - 00000 1 @@ -9675,13 +10487,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Somborn 0 0 Dortmund-Somborn - 00000 1 @@ -9699,13 +10513,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Uni. 0 0 Dortmund-Uni - 00000 1 @@ -9723,13 +10539,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Westerfilde 0 0 Dortmund-Westerf - 00000 1 @@ -9747,13 +10565,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Wickede W 0 0 Dortmund-Wick W - 00000 1 @@ -9771,13 +10591,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Wickede 0 0 Dortmund-Wickede - 00000 1 @@ -9795,13 +10617,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Wischlingen 0 0 Dortmund-Wischlin - 00000 1 @@ -9819,13 +10643,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden Flughafen 0 0 Dresden Flughafen - 00000 1 @@ -9843,13 +10669,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden Freiberg.Str 0 0 Dresden Freib.Str - 00000 1 @@ -9867,13 +10695,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden Grenzstraße 0 0 Dresden Grenzstr. - 00000 1 @@ -9891,13 +10721,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden Hbf 0 0 Dresden Hbf - 00000 2 @@ -9915,13 +10747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden Industriegel 0 0 Dresden Ind.Gel. - 00000 1 @@ -9939,13 +10773,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden Mitte 0 0 Dresden Mitte - 00000 1 @@ -9963,13 +10799,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Cotta 0 0 Dresden-Cotta - 00000 1 @@ -9987,13 +10825,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Dobritz 0 0 Dresden-Dobritz - 00000 1 @@ -10011,13 +10851,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Friedrichst 0 0 Dresden-Friedr. - 00000 1 @@ -10035,13 +10877,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Kemnitz 0 0 Dresden-Kemnitz - 00000 1 @@ -10059,13 +10903,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Klotzsche 0 0 Dresden-Klotzsche - 00000 1 @@ -10083,13 +10929,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Neustadt 0 0 Dresden-Neustadt - 00000 1 @@ -10107,13 +10955,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Niedersedl 0 0 Dresden-Nieders. - 00000 1 @@ -10131,13 +10981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Pieschen 0 0 Dresden-Pieschen - 00000 1 @@ -10155,13 +11007,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Plauen 0 0 Dresden-Plauen - 00000 1 @@ -10179,13 +11033,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Reick 0 0 Dresden-Reick - 00000 1 @@ -10203,13 +11059,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Stetzsch 0 0 Dresden-Stetzsch - 00000 1 @@ -10227,13 +11085,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Strehlen 0 0 Dresden-Strehlen - 00000 1 @@ -10251,13 +11111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Trachau 0 0 Dresden-Trachau - 00000 1 @@ -10275,13 +11137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Zschachwitz 0 0 Dresden-Zschachw. - 00000 1 @@ -10299,13 +11163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Duckterath 0 0 Duckterath - 00000 1 @@ -10323,13 +11189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Dudweiler 0 0 Dudweiler - 00000 1 @@ -10347,13 +11215,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Dülmen 0 0 Duelmen - 00000 2 @@ -10370,13 +11240,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Düren 0 0 Dueren - 00000 1 @@ -10394,13 +11266,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Düren Im GroßenTal 0 0 Dueren I Gr Tal - 00000 1 @@ -10418,13 +11292,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Düren Renkerstraße 0 0 Dueren Renkerstr - 00000 1 @@ -10442,13 +11318,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Düren-Annakirmespl. 0 0 Dueren-Annakirmes - 00000 2 @@ -10466,13 +11344,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Düren-Kuhbrücke 0 0 Dueren-Kuhbruecke - 00000 1 @@ -10490,13 +11370,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Düren-Lendersdorf 0 0 Dueren-Lendersd - 00000 1 @@ -10514,13 +11396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf Flugh.T. 0 0 Duesseldorf Fl.T. - 00000 1 @@ -10538,13 +11422,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf Flugh. 0 0 Duesseldorf Flugh - 00000 1 @@ -10562,13 +11448,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf Friedrst 0 0 Duesseldorf Fried - 00000 1 @@ -10586,13 +11474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf Hbf 0 0 Duesseldorf Hbf - 00000 2 @@ -10610,13 +11500,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf Völk St 0 0 Duesseldorf Voelk - 00000 1 @@ -10634,13 +11526,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf Volksg. 0 0 Duesseldorf Volks - 00000 1 @@ -10658,13 +11552,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf Wehrhahn 0 0 Duesseldorf Wehrh - 00000 1 @@ -10682,13 +11578,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Benrath 0 0 Duesseldorf-Benr. - 00000 1 @@ -10706,13 +11604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Bilk 0 0 Duesseldorf-Bilk - 00000 1 @@ -10730,13 +11630,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Derend. 0 0 Duesseldorf-Dere. - 00000 1 @@ -10754,13 +11656,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Eller M 0 0 Duesseldorf-El.M - 00000 1 @@ -10778,13 +11682,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Eller S 0 0 Duesseldorf-El.S - 00000 1 @@ -10802,13 +11708,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Eller 0 0 Duesseldorf-Eller - 00000 1 @@ -10826,13 +11734,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Flingern 0 0 Duesseldorf-Fling - 00000 1 @@ -10850,13 +11760,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Garath 0 0 Duesseldorf-Gar. - 00000 1 @@ -10874,13 +11786,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Gerresh. 0 0 Duesseldorf-Gerr. - 00000 1 @@ -10898,13 +11812,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Hamm 0 0 Duesseldorf-Hamm - 00000 1 @@ -10922,13 +11838,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Hellerh. 0 0 Duesseldorf-Hell - 00000 1 @@ -10946,13 +11864,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Oberbilk 0 0 Duesseldorf-Oberb - 00000 1 @@ -10970,13 +11890,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Rath Mit 0 0 Duesseldorf-R.M. - 00000 1 @@ -10994,13 +11916,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Rath 0 0 Duesseldorf-Rath - 00000 1 @@ -11018,13 +11942,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Reisholz 0 0 Duesseldorf-Reish - 00000 1 @@ -11042,13 +11968,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Unterr. 0 0 Duesseldorf-Unter - 00000 1 @@ -11066,13 +11994,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Zoo 0 0 Duesseldorf-Zoo - 00000 1 @@ -11090,13 +12020,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg Entenfang 0 0 Duisburg Entenf - 00000 1 @@ -11114,13 +12046,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg Hbf 0 0 Duisburg Hbf - 00000 2 @@ -11138,13 +12072,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Bissingheim 0 0 Duisburg-Bissingh - 00000 1 @@ -11162,13 +12098,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Buchholz 0 0 Duisburg-Buchholz - 00000 1 @@ -11186,13 +12124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Großenbaum 0 0 Duisburg-Grossenb - 00000 1 @@ -11210,13 +12150,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Hochfeld S 0 0 Duisburg-Hochf.S - 00000 1 @@ -11234,13 +12176,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Meiderich O 0 0 Duisburg-Meid.O - 00000 1 @@ -11258,13 +12202,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Meiderich S 0 0 Duisburg-Meid.S - 00000 1 @@ -11282,13 +12228,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Obermeider. 0 0 Duisburg-Obermeid - 00000 1 @@ -11306,13 +12254,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Rahm 0 0 Duisburg-Rahm - 00000 1 @@ -11330,13 +12280,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Ruhrort 0 0 Duisburg-Ruhrort - 00000 2 @@ -11354,13 +12306,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Schlenk 0 0 Duisburg-Schlenk - 00000 1 @@ -11378,13 +12332,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Wedau 0 0 Duisburg-Wedau - 00000 1 @@ -11402,13 +12358,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Eberbach 0 0 Eberbach - 00000 2 @@ -11425,13 +12383,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Ebermannstadt 0 0 Ebermannstadt - 00000 2 @@ -11448,13 +12408,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Ebern 0 0 Ebern - 00000 2 @@ -11471,13 +12433,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Ebersbach(Fils) 0 0 Ebersbach(Fils) - 00000 2 @@ -11494,13 +12458,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J070 + + 00000 + Ebersbach(Sachs) 0 0 Ebersbach(Sachs) - 00000 2 @@ -11517,13 +12483,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Eberswalde Hbf 0 0 Eberswalde Hbf - 00000 2 @@ -11540,13 +12508,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Ebringen 0 0 Ebringen - 00000 2 @@ -11563,13 +12533,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E010 + + 00000 + Eckernförde 0 0 Eckernfoerde - 00000 2 @@ -11586,13 +12558,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Edelfingen 0 0 Edelfingen - 00000 1 @@ -11610,13 +12584,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Efringen-Kirchen 0 0 Efringen-Kirchen - 00000 2 @@ -11633,13 +12609,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Eggenfelden 0 0 Eggenfelden - 00000 2 @@ -11656,13 +12634,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Ehingen(Donau) 0 0 Ehingen(Donau) - 00000 2 @@ -11679,13 +12659,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Ehrang 0 0 Ehrang - 00000 1 @@ -11703,13 +12685,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Ehrang Ort 0 0 Ehrang Ort - 00000 1 @@ -11727,13 +12711,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Ehrwald Zugspitzbahn 0 0 Ehrwald Zugspitzb - 00000 2 @@ -11750,13 +12736,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Eichenberg 0 0 Eichenberg - 00000 2 @@ -11773,13 +12761,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Eichstätt Bahnhof 0 0 Eichstaett Bf - 00000 2 @@ -11796,13 +12786,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Eichstätt Stadt 0 0 Eichstaett Stadt - 00000 2 @@ -11819,13 +12811,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H060 + + 00000 + Eilenburg 0 0 Eilenburg - 00000 2 @@ -11842,13 +12836,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Eilsleben(Magdeb) 0 0 Eilsleben(Magdeb) - 00000 2 @@ -11865,13 +12861,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Eimeldingen 0 0 Eimeldingen - 00000 2 @@ -11888,13 +12886,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Einbeck Salzderhel 0 0 Einbeck Salzderh. - 00000 2 @@ -11911,13 +12911,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Einsiedlerhof 0 0 Einsiedlerhof - 00000 1 @@ -11935,13 +12937,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Eisenach 0 0 Eisenach - 00000 2 @@ -11958,13 +12962,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J050 + + 00000 + Eisenhüttenstadt 0 0 Eisenhuettenstadt - 00000 2 @@ -11981,13 +12987,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Eisfeld 0 0 Eisfeld - 00000 2 @@ -12004,13 +13012,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Ellwangen 0 0 Ellwangen - 00000 2 @@ -12027,13 +13037,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Elmshorn 0 0 Elmshorn - 00000 2 @@ -12050,13 +13062,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Elsterwerda 0 0 Elsterwerda - 00000 2 @@ -12073,13 +13087,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Eltersdorf 0 0 Eltersdorf - 00000 1 @@ -12097,13 +13113,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Elzach 0 0 Elzach - 00000 2 @@ -12120,13 +13138,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Elze(Han) 0 0 Elze(Han) - 00000 2 @@ -12143,13 +13163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + Emden Hbf 0 0 Emden - 00000 2 @@ -12166,13 +13188,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + Emden Außenhafen 0 0 Emden Aussenhafen - 00000 2 @@ -12189,13 +13213,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Emmendingen 0 0 Emmendingen - 00000 2 @@ -12212,13 +13238,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A050 + + 00000 + Emmerich 0 0 Emmerich - 00000 2 @@ -12235,13 +13263,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A050 + + 00000 + Emmerich(Gr) 0 0 Emmerich(Gr) - 00000 2 @@ -12258,13 +13288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Engelsdorf 0 0 Engelsdorf - 00000 1 @@ -12282,13 +13314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Engen 0 0 Engen - 00000 2 @@ -12305,13 +13339,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Engers 0 0 Engers - 00000 2 @@ -12328,13 +13364,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Erding 0 0 Erding - 00000 2 @@ -12351,13 +13389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Erfurt Hbf 0 0 Erfurt Hbf - 00000 2 @@ -12375,13 +13415,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Erfurt Nord 0 0 Erfurt Nord - 00000 1 @@ -12399,13 +13441,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Erfurt Ost 0 0 Erfurt Ost - 00000 1 @@ -12423,13 +13467,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Erfurt-Bischleben 0 0 Erfurt-Bischleben - 00000 1 @@ -12447,13 +13493,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Erfurt-Gispersleben 0 0 Erfurt-Gispersleb - 00000 1 @@ -12471,13 +13519,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Erkelenz 0 0 Erkelenz - 00000 2 @@ -12494,13 +13544,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Erlangen 0 0 Erlangen - 00000 2 @@ -12518,13 +13570,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Erlangen-Bruck 0 0 Erlangen-Bruck - 00000 1 @@ -12542,13 +13596,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Erzingen(Baden) 0 0 Erzingen(Baden) - 00000 2 @@ -12565,13 +13621,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Eschborn Süd 0 0 Eschborn Sued - 00000 1 @@ -12589,13 +13647,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Eschenlohe 0 0 Eschenlohe - 00000 2 @@ -12612,13 +13672,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Eschwege West 0 0 Eschwege West - 00000 2 @@ -12635,13 +13697,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Eschweiler Hbf 0 0 Eschweiler Hbf - 00000 2 @@ -12658,13 +13722,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + Esens(Ostfriesl) 0 0 Esens(Ostfriesl) - 00000 2 @@ -12681,13 +13747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen Hbf 0 0 Essen Hbf - 00000 2 @@ -12705,13 +13773,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen Stadtwald 0 0 Essen Stadtwald - 00000 1 @@ -12729,13 +13799,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen Süd 0 0 Essen Sued - 00000 1 @@ -12753,13 +13825,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen West 0 0 Essen West - 00000 1 @@ -12777,13 +13851,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Borbeck 0 0 Essen-Borbeck - 00000 1 @@ -12801,13 +13877,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Borbeck Süd 0 0 Essen-Borbeck S - 00000 1 @@ -12825,13 +13903,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Dellwig Ost 0 0 Essen-Dellwig Ost - 00000 1 @@ -12849,13 +13929,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Eiberg 0 0 Essen-Eiberg - 00000 1 @@ -12873,13 +13955,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Frohnhausen 0 0 Essen-Frohnhausen - 00000 1 @@ -12897,13 +13981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Gerschede 0 0 Essen-Gerschede - 00000 1 @@ -12921,13 +14007,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Holthausen 0 0 Essen-Holthausen - 00000 1 @@ -12945,13 +14033,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Horst 0 0 Essen-Horst - 00000 1 @@ -12969,13 +14059,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Hügel 0 0 Essen-Huegel - 00000 1 @@ -12993,13 +14085,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Kray Nord 0 0 Essen-Kray Nord - 00000 1 @@ -13017,13 +14111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Kray Süd 0 0 Essen-Kray Sued - 00000 1 @@ -13041,13 +14137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Kupferdreh 0 0 Essen-Kupferdreh - 00000 1 @@ -13065,13 +14163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Steele 0 0 Essen-Steele - 00000 1 @@ -13089,13 +14189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Steele Ost 0 0 Essen-Steele Ost - 00000 1 @@ -13113,13 +14215,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Überruhr 0 0 Essen-Ueberruhr - 00000 1 @@ -13137,13 +14241,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Werden 0 0 Essen-Werden - 00000 1 @@ -13161,13 +14267,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Esslingen(Neckar) 0 0 Esslingen(N) - 00000 2 @@ -13185,13 +14293,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Esslingen-Mettingen 0 0 Esslingen-Mett - 00000 1 @@ -13209,13 +14319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Esslingen-Zell 0 0 Esslingen-Zell - 00000 1 @@ -13233,13 +14345,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Euskirchen 0 0 Euskirchen - 00000 2 @@ -13256,13 +14370,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Eutin 0 0 Eutin - 00000 2 @@ -13279,13 +14395,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Eutingen im Gäu 0 0 Eutingen im Gaeu - 00000 2 @@ -13302,13 +14420,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Eutingen(Baden) 0 0 Eutingen(Baden) - 00000 1 @@ -13326,13 +14446,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Eystrup 0 0 Eystrup - 00000 2 @@ -13349,13 +14471,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Frankfurt(M)Flugh Fernbf 0 0 FFM Flugh Fern - 00000 1 @@ -13373,13 +14497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H060 + + 00000 + Falkenberg(Elster) 0 0 Falkenberg(Elst) - 00000 2 @@ -13396,13 +14522,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Fallersleben 0 0 Fallersleben - 00000 1 @@ -13420,13 +14548,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Farchant 0 0 Farchant - 00000 2 @@ -13443,13 +14573,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Fasanenpark 0 0 Fasanenpark - 00000 1 @@ -13467,13 +14599,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Faulbach(Main) 0 0 Faulbach(Main) - 00000 2 @@ -13490,13 +14624,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Favoritepark 0 0 Favoritepark - 00000 1 @@ -13514,13 +14650,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Feldberg-Bärental 0 0 Feldberg-Baerent. - 00000 2 @@ -13537,13 +14675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Feldhausen 0 0 Feldhausen - 00000 2 @@ -13560,13 +14700,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Feldkirchen(b M) 0 0 Feldkirchen(b M) - 00000 1 @@ -13584,13 +14726,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Fellbach 0 0 Fellbach - 00000 1 @@ -13608,13 +14752,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Feucht 0 0 Feucht - 00000 2 @@ -13631,13 +14777,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Finnentrop 0 0 Finnentrop - 00000 2 @@ -13654,13 +14802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Finningerstrasse 0 0 Finningerstrasse - 00000 1 @@ -13678,13 +14828,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Finsterwalde(Nl) 0 0 Finsterwalde(Nl) - 00000 2 @@ -13701,13 +14853,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Fischbach(Nürnberg) 0 0 Fischbach(Nuernb) - 00000 1 @@ -13725,14 +14879,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Fischbachau 0 0 Fischbachau - 00000 - 3 @@ -13749,13 +14905,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Fischen 0 0 Fischen - 00000 2 @@ -13772,14 +14930,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Fischhausen-Neuhaus 0 0 Fischhausen-Neuh. - 00000 - 3 @@ -13796,13 +14956,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + Flensburg 0 0 Flensburg - 00000 2 @@ -13819,13 +14981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + Flensburg(Gr) 0 0 Flensburg(Gr) - 00000 2 @@ -13842,13 +15006,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Flintsbach 0 0 Flintsbach - 00000 2 @@ -13865,13 +15031,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Flöha 0 0 Floeha - 00000 2 @@ -13888,14 +15056,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + SEE + Föhr 0 0 Foehr - 00000 - 3 @@ -13912,13 +15082,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Föhren 0 0 Foehren - 00000 2 @@ -13935,13 +15107,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B100 + + 00000 + Forbach(fr) 0 0 Forbach(fr) - 00000 2 @@ -13958,13 +15132,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Forchheim(Oberfr) 0 0 Forchheim(Ofr) - 00000 2 @@ -13981,13 +15157,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J060 + + 00000 + Forst(Gr) 0 0 Forst(Gr) - 00000 2 @@ -14004,13 +15182,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J060 + + 00000 + Forst(Lausitz) 0 0 Forst(Lausitz) - 00000 2 @@ -14027,13 +15207,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Forsthaus 0 0 Forsthaus - 00000 1 @@ -14051,13 +15233,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Frankenberg(Eder) 0 0 Frankenberg(Eder) - 00000 2 @@ -14074,13 +15258,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Frankenthal Hbf 0 0 Frankenthal Hbf - 00000 2 @@ -14097,13 +15283,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Frankfurt(M)Flugh. 0 0 Frankfurt(M)Flugh - 00000 2 @@ -14121,13 +15309,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Gallusw. 0 0 Frankfurt(M)Gallu - 00000 1 @@ -14145,13 +15335,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Hauptw. 0 0 Frankfurt(M)Haupt - 00000 1 @@ -14169,13 +15361,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(Main)Hbf 0 0 Frankfurt(M)Hbf - 00000 2 @@ -14193,13 +15387,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Konst. 0 0 Frankfurt(M)Konst - 00000 1 @@ -14217,13 +15413,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Lokalbf. 0 0 Frankfurt(M)Lokal - 00000 1 @@ -14241,13 +15439,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(Main)Messe 0 0 Frankfurt(M)Messe - 00000 1 @@ -14265,13 +15465,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Mühlbg. 0 0 Frankfurt(M)Muehl - 00000 1 @@ -14289,13 +15491,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Ostend. 0 0 Frankfurt(M)O.End - 00000 1 @@ -14313,13 +15517,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(Main)Ost 0 0 Frankfurt(M)Ost - 00000 1 @@ -14337,13 +15543,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Stadion 0 0 Frankfurt(M)Stadi - 00000 1 @@ -14361,13 +15569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Stresem. 0 0 Frankfurt(M)Stres - 00000 1 @@ -14385,13 +15595,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(Main)Süd 0 0 Frankfurt(M)Sued - 00000 1 @@ -14409,13 +15621,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Tsanlage 0 0 Frankfurt(M)Tsanl - 00000 1 @@ -14433,13 +15647,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(Main)West 0 0 Frankfurt(M)West - 00000 1 @@ -14457,13 +15673,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J050 + + 00000 + Frankfurt(Oder)(Gr) 0 0 Frankfurt(O)(Gr) - 00000 2 @@ -14480,13 +15698,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J050 + + 00000 + Frankfurt(Oder)-Neub 0 0 Frankfurt(O)-Neub - 00000 1 @@ -14504,13 +15724,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J050 + + 00000 + Frankfurt(O)-Roseng 0 0 Frankfurt(O)Rosen - 00000 1 @@ -14528,13 +15750,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J050 + + 00000 + Frankfurt(Oder) 0 0 Frankfurt(Oder) - 00000 2 @@ -14552,13 +15776,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Berkersh. 0 0 Frankfurt-Berkers - 00000 1 @@ -14576,13 +15802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Eschersh. 0 0 Frankfurt-Eschers - 00000 1 @@ -14600,13 +15828,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-F. Berg 0 0 Frankfurt-F. Berg - 00000 1 @@ -14624,13 +15854,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Griesheim 0 0 Frankfurt-Grieshm - 00000 1 @@ -14648,13 +15880,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Frankfurt-Höchst 0 0 Frankfurt-Hoechst - 00000 1 @@ -14672,13 +15906,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Louisa 0 0 Frankfurt-Louisa - 00000 1 @@ -14696,13 +15932,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Mainkur 0 0 Frankfurt-Mainkur - 00000 1 @@ -14720,13 +15958,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Nied 0 0 Frankfurt-Nied - 00000 1 @@ -14744,13 +15984,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Niederrad 0 0 Frankfurt-Niederr - 00000 1 @@ -14768,13 +16010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Rödelheim 0 0 Frankfurt-Roedelh - 00000 1 @@ -14792,13 +16036,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Sindlingen 0 0 Frankfurt-Sindl - 00000 1 @@ -14816,13 +16062,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Sossenheim 0 0 Frankfurt-Sossenh - 00000 1 @@ -14840,13 +16088,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Freiberg(Sachs) 0 0 Freiberg(Sachs) - 00000 2 @@ -14863,13 +16113,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg Klinikum 0 0 Freiburg Klinikum - 00000 1 @@ -14887,13 +16139,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg Messe/Uni 0 0 Freiburg Messe - 00000 1 @@ -14911,13 +16165,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg West 0 0 Freiburg West - 00000 1 @@ -14935,13 +16191,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg(Brsg)Hbf 0 0 Freiburg(Brsg)Hbf - 00000 2 @@ -14959,13 +16217,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg-Herdern 0 0 Freiburg-Herdern - 00000 1 @@ -14983,13 +16243,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg-Littenweil. 0 0 Freiburg-Littenw - 00000 1 @@ -15007,13 +16269,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg-St Georgen 0 0 Freiburg-St Georg - 00000 1 @@ -15031,13 +16295,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg-Wiehre 0 0 Freiburg-Wiehre - 00000 1 @@ -15055,13 +16321,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg-Zähringen 0 0 Freiburg-Zaeh. - 00000 1 @@ -15079,13 +16347,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Freilassing 0 0 Freilassing - 00000 2 @@ -15102,13 +16372,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Freising 0 0 Freising - 00000 2 @@ -15125,13 +16397,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freudenstadt Hbf 0 0 Freudenstadt Hbf - 00000 2 @@ -15149,13 +16423,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freudenstadt Stadt 0 0 Freudenstadt Stdt - 00000 1 @@ -15173,13 +16449,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Friedberg(Hess) 0 0 Friedberg(Hess) - 00000 2 @@ -15196,13 +16474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Friedrichroda 0 0 Friedrichroda - 00000 2 @@ -15220,13 +16500,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Friedrichsdorf(Ts) 0 0 Friedrichsdorf/Ts - 00000 2 @@ -15243,13 +16525,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen LRA 0 0 Friedrichshfn LRA - 00000 1 @@ -15267,13 +16551,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen(MS) 0 0 Friedrichshfn(MS) - 00000 2 @@ -15290,13 +16576,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen-Fiba 0 0 Friedrichshfn-Fib - 00000 1 @@ -15314,13 +16602,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen-Kluf 0 0 Friedrichshfn-Kl - 00000 1 @@ -15338,13 +16628,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen-Manz 0 0 Friedrichshfn-M - 00000 1 @@ -15362,13 +16654,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Friedrichshafen Flug 0 0 Friedrichshfn.Flu - 00000 1 @@ -15386,13 +16680,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen Haf. 0 0 Friedrichshfn.Haf - 00000 1 @@ -15410,13 +16706,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen Ost 0 0 Friedrichshfn.Ost - 00000 1 @@ -15434,13 +16732,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen St. 0 0 Friedrichshfn.St. - 00000 2 @@ -15458,13 +16758,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D020 + + 00000 + Friedrichstadt 0 0 Friedrichstadt - 00000 2 @@ -15481,13 +16783,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Friesenheim(Baden) 0 0 Friesenheim(Bd) - 00000 2 @@ -15504,13 +16808,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Fröndenberg 0 0 Froendenberg - 00000 2 @@ -15527,13 +16833,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Frose 0 0 Frose - 00000 2 @@ -15550,13 +16858,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H030 + + 00000 + Fürstenberg(Havel) 0 0 Fuerstenberg/Hav. - 00000 2 @@ -15573,13 +16883,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Fürstenfeldbruck 0 0 Fuerstenfeldbruck - 00000 2 @@ -15596,13 +16908,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Fürstenwalde(Spree) 0 0 Fuerstenwalde/Spr - 00000 2 @@ -15619,13 +16933,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Fürth Westvorstadt 0 0 Fuerth Westvorst - 00000 1 @@ -15643,13 +16959,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Fürth(Bay)Hbf 0 0 Fuerth(Bay)Hbf - 00000 2 @@ -15667,13 +16985,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Fürth(Odenw) 0 0 Fuerth(Odw) - 00000 2 @@ -15690,13 +17010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Fürth-Burgfarrnbach 0 0 Fuerth-Burgfarrnb - 00000 1 @@ -15714,13 +17036,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Fürth-Dambach 0 0 Fuerth-Dambach - 00000 1 @@ -15738,13 +17062,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Fürth-Unterfarrnb. 0 0 Fuerth-Unterfarrn - 00000 1 @@ -15762,13 +17088,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Fürth-Unterfürberg 0 0 Fuerth-Unterfuerb - 00000 1 @@ -15786,13 +17114,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Füssen 0 0 Fuessen - 00000 2 @@ -15809,13 +17139,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Fulda 0 0 Fulda - 00000 2 @@ -15832,13 +17164,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H090 + + 00000 + Furth i Wald 0 0 Furth i Wald - 00000 2 @@ -15855,13 +17189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H090 + + 00000 + Furth i Wald(Gr) 0 0 Furth i Wald(Gr) - 00000 2 @@ -15878,14 +17214,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Gaißach 0 0 Gaissach - 00000 - 3 @@ -15902,13 +17240,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Galgenschanze 0 0 Galgenschanze - 00000 1 @@ -15926,13 +17266,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Garching(Alz) 0 0 Garching(Alz) - 00000 2 @@ -15949,13 +17291,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Garmisch-Partenk. 0 0 Garmisch-Partenk. - 00000 2 @@ -15972,13 +17316,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Gauting 0 0 Gauting - 00000 2 @@ -15995,13 +17341,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G040 + + 00000 + Geestgottberg 0 0 Geestgottberg - 00000 2 @@ -16018,13 +17366,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Geilenkirchen 0 0 Geilenkirchen - 00000 2 @@ -16041,13 +17391,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Geisenhausen 0 0 Geisenhausen - 00000 2 @@ -16064,13 +17416,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Geislingen(Steige) 0 0 Geislingen/Steige - 00000 2 @@ -16087,14 +17441,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Geitau 0 0 Geitau - 00000 - 3 @@ -16111,13 +17467,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Gelnhausen 0 0 Gelnhausen - 00000 2 @@ -16134,13 +17492,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Gelsenkirchen Hbf 0 0 Gelsenkirchen Hbf - 00000 2 @@ -16158,13 +17518,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Gelsenkirchen-Rotth. 0 0 Gelsenkirchen-Rot - 00000 1 @@ -16182,13 +17544,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Geltendorf 0 0 Geltendorf - 00000 2 @@ -16205,13 +17569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Gemünden(Main) 0 0 Gemuenden(Main) - 00000 2 @@ -16228,13 +17594,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Gengenbach 0 0 Gengenbach - 00000 2 @@ -16251,13 +17619,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Gensingen-Horrweiler 0 0 Gensingen-Horrw. - 00000 2 @@ -16274,13 +17644,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Genthin 0 0 Genthin - 00000 2 @@ -16297,13 +17669,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Gera Hbf 0 0 Gera Hbf - 00000 2 @@ -16321,13 +17695,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Gera Süd 0 0 Gera Sued - 00000 1 @@ -16345,13 +17721,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Gerlenhofen 0 0 Gerlenhofen - 00000 1 @@ -16369,13 +17747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Germering-Unterpfaff 0 0 Germering-Unterpf - 00000 2 @@ -16392,13 +17772,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Germersheim 0 0 Germersheim - 00000 2 @@ -16416,13 +17798,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Germersheim Mitte/R. 0 0 Germersheim Mitte - 00000 1 @@ -16440,13 +17824,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Germersheim Süd/N. 0 0 Germersheim Sued - 00000 1 @@ -16464,13 +17850,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A080 + + 00000 + Gerolstein 0 0 Gerolstein - 00000 2 @@ -16487,13 +17875,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Gersfeld(Rhön) 0 0 Gersfeld(Rhoen) - 00000 2 @@ -16510,13 +17900,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Gerstungen 0 0 Gerstungen - 00000 2 @@ -16533,13 +17925,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Giengen(Brenz) 0 0 Giengen(Brenz) - 00000 2 @@ -16556,13 +17950,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Gießen 0 0 Giessen - 00000 2 @@ -16580,13 +17976,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Gießen Erdkaut Weg 0 0 Giessen Erdkaut W - 00000 1 @@ -16604,13 +18002,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Gießen Licher Str 0 0 Giessen Licher St - 00000 1 @@ -16628,13 +18028,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Gießen-Oswaldsgart. 0 0 Giessen-Oswaldsg - 00000 1 @@ -16652,13 +18054,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Gifhorn 0 0 Gifhorn - 00000 2 @@ -16675,13 +18079,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Gladbeck West 0 0 Gladbeck West - 00000 2 @@ -16698,13 +18104,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Glauchau(Sachs) 0 0 Glauchau(Sachs) - 00000 2 @@ -16721,13 +18129,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Gmund(Tegernsee) 0 0 Gmund(Tegernsee) - 00000 2 @@ -16744,13 +18154,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Göppingen 0 0 Goeppingen - 00000 2 @@ -16767,13 +18179,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J060 + + 00000 + Görlitz 0 0 Goerlitz - 00000 2 @@ -16790,13 +18204,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Göttingen 0 0 Goettingen - 00000 2 @@ -16813,13 +18229,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Goldshöfe 0 0 Goldshoefe - 00000 1 @@ -16837,13 +18255,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J040 + + 00000 + Golzow(Oderbruch) 0 0 Golzow(Oderbruch) - 00000 2 @@ -16860,13 +18280,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Goslar 0 0 Goslar - 00000 2 @@ -16883,13 +18305,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Gotha 0 0 Gotha - 00000 2 @@ -16906,13 +18330,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Gottmadingen 0 0 Gottmadingen - 00000 2 @@ -16929,13 +18355,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Graal-Müritz 0 0 Graal-Mueritz - 00000 2 @@ -16952,13 +18380,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Graben-Neudorf 0 0 Graben-Neudorf - 00000 2 @@ -16976,13 +18406,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Graben-Neudorf Nord 0 0 Graben-Neudorf N - 00000 1 @@ -17000,13 +18432,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Gräfelfing 0 0 Graefelfing - 00000 1 @@ -17024,13 +18458,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Gräfenberg 0 0 Graefenberg - 00000 2 @@ -17047,13 +18483,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I100 + + 00000 + Grafenau 0 0 Grafenau - 00000 2 @@ -17070,13 +18508,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Grafing Bahnhof 0 0 Grafing Bahnhof - 00000 2 @@ -17093,13 +18533,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Grambow 0 0 Grambow - 00000 2 @@ -17116,13 +18558,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Grambow(Gr) 0 0 Grambow(Gr) - 00000 2 @@ -17139,13 +18583,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H020 + + 00000 + Greifswald 0 0 Greifswald - 00000 2 @@ -17162,13 +18608,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Grenzach 0 0 Grenzach - 00000 2 @@ -17185,13 +18633,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Grevenbroich 0 0 Grevenbroich - 00000 2 @@ -17208,13 +18658,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Grevesmühlen 0 0 Grevesmuehlen - 00000 2 @@ -17231,13 +18683,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Griesen(Oberbay) 0 0 Griesen(Oberbay) - 00000 2 @@ -17254,13 +18708,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Grießen(Baden) 0 0 Griessen(Baden) - 00000 2 @@ -17277,13 +18733,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Grötzingen 0 0 Groetzingen - 00000 1 @@ -17301,13 +18759,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Gronau(Westf) 0 0 Gronau(Westf) - 00000 2 @@ -17324,13 +18784,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Gronau(Westf)(Gr) 0 0 Gronau(Westf)(Gr) - 00000 2 @@ -17347,13 +18809,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Gronsdorf 0 0 Gronsdorf - 00000 1 @@ -17371,13 +18835,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Groß Gerau 0 0 Gross Gerau - 00000 2 @@ -17394,13 +18860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Groß Schönebeck 0 0 Gross Schoenebeck - 00000 2 @@ -17417,13 +18885,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Großhesselohe Isart 0 0 Grosshesselohe I. - 00000 1 @@ -17441,13 +18911,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Grünstadt 0 0 Gruenstadt - 00000 2 @@ -17464,13 +18936,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Gruiten 0 0 Gruiten - 00000 2 @@ -17487,13 +18961,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J050 + + 00000 + Grunow(Nl) 0 0 Grunow(Nl) - 00000 2 @@ -17510,13 +18986,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Günzburg 0 0 Guenzburg - 00000 2 @@ -17533,13 +19011,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Güsen(b Genthin) 0 0 Guesen(Genthin) - 00000 2 @@ -17556,13 +19036,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Güsten 0 0 Guesten - 00000 2 @@ -17579,13 +19061,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Güstrow 0 0 Guestrow - 00000 2 @@ -17602,13 +19086,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Güterglück 0 0 Gueterglueck - 00000 2 @@ -17625,13 +19111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Gütersloh Hbf 0 0 Guetersloh - 00000 2 @@ -17649,13 +19137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Gummersbach 0 0 Gummersbach - 00000 2 @@ -17672,13 +19162,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Gundelfingen(Breisg) 0 0 Gundelfingen(Bsg) - 00000 1 @@ -17696,13 +19188,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Gunzenhausen 0 0 Gunzenhausen - 00000 2 @@ -17719,13 +19213,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Gutenfürst 0 0 Gutenfuerst - 00000 2 @@ -17742,13 +19238,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Klein Flottb 0 0 HH Klein Flottb - 00000 1 @@ -17766,13 +19264,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Haar 0 0 Haar - 00000 1 @@ -17790,13 +19290,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hagen Hbf 0 0 Hagen Hbf - 00000 2 @@ -17814,13 +19316,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hagen-Heubing 0 0 Hagen-Heubing - 00000 1 @@ -17838,13 +19342,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hagen-Vorhalle 0 0 Hagen-Vorhalle - 00000 1 @@ -17862,13 +19368,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hagen-Wehringhausen 0 0 Hagen-Wehringhaus - 00000 1 @@ -17886,13 +19394,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hagen-Westerbauer 0 0 Hagen-Westerbauer - 00000 1 @@ -17910,13 +19420,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Hagenow Land 0 0 Hagenow Land - 00000 2 @@ -17933,13 +19445,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Halberstadt 0 0 Halberstadt - 00000 2 @@ -17956,13 +19470,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Haldensleben 0 0 Haldensleben - 00000 2 @@ -17979,13 +19495,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Dessauer Br 0 0 Halle Dessauer Br - 00000 1 @@ -18003,13 +19521,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Messe 0 0 Halle Messe - 00000 1 @@ -18027,13 +19547,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Rosengarten 0 0 Halle Rosengarten - 00000 1 @@ -18051,13 +19573,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Steintorbr 0 0 Halle Steintor - 00000 1 @@ -18075,13 +19599,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Südstadt 0 0 Halle Suedstadt - 00000 1 @@ -18099,13 +19625,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Wohnstadt Nord 0 0 Halle Wohnstadt N - 00000 1 @@ -18123,13 +19651,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Zoo 0 0 Halle Zoo - 00000 1 @@ -18147,13 +19677,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Zscherbener S 0 0 Halle Zscherben.S - 00000 1 @@ -18171,13 +19703,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle(Saale)Hbf 0 0 Halle(Saale) - 00000 2 @@ -18195,13 +19729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle-Ammendorf 0 0 Halle-Ammendorf - 00000 1 @@ -18219,13 +19755,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle-Neustadt 0 0 Halle-Neustadt - 00000 1 @@ -18243,13 +19781,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle-Nietleben 0 0 Halle-Nietleben - 00000 1 @@ -18267,13 +19807,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle-Silberhöhe 0 0 Halle-Silberhoehe - 00000 1 @@ -18291,13 +19833,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle-Trotha 0 0 Halle-Trotha - 00000 1 @@ -18315,13 +19859,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Halstenbek 0 0 Halstenbek - 00000 1 @@ -18339,13 +19885,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Haltern am See 0 0 Haltern am See - 00000 2 @@ -18362,13 +19910,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Haltingen 0 0 Haltingen - 00000 2 @@ -18385,13 +19935,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Airport 0 0 Hamburg Airport - 00000 1 @@ -18409,13 +19961,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Alte Wöhr 0 0 Hamburg Alte Wohr - 00000 1 @@ -18433,13 +19987,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Berliner Tor 0 0 Hamburg Berl. Tor - 00000 1 @@ -18457,13 +20013,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Billw.Moorfl 0 0 Hamburg Billw.M. - 00000 1 @@ -18481,13 +20039,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Dammtor 0 0 Hamburg Dammtor - 00000 1 @@ -18505,13 +20065,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Diebsteich 0 0 Hamburg Diebst. - 00000 1 @@ -18529,13 +20091,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Elbgaustr. 0 0 Hamburg Elbgaustr - 00000 1 @@ -18553,13 +20117,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Friedrichsb. 0 0 Hamburg Friedrich - 00000 1 @@ -18577,13 +20143,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Hasselbrook 0 0 Hamburg Hasselbr. - 00000 1 @@ -18601,13 +20169,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Hbf 0 0 Hamburg Hbf - 00000 1 @@ -18625,13 +20195,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Hochkamp 0 0 Hamburg Hochkamp - 00000 1 @@ -18649,13 +20221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Hoheneichen 0 0 Hamburg Hoheneich - 00000 1 @@ -18673,13 +20247,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Holstenstr. 0 0 Hamburg Holststr. - 00000 1 @@ -18697,13 +20273,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Jungfernst. 0 0 Hamburg Jungferns - 00000 1 @@ -18721,13 +20299,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Königstr. 0 0 Hamburg Koenigstr - 00000 1 @@ -18745,13 +20325,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Kornweg/Kl.B 0 0 Hamburg Kornweg - 00000 1 @@ -18769,13 +20351,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Landungsbr. 0 0 Hamburg Landungsb - 00000 1 @@ -18793,13 +20377,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Landwehr 0 0 Hamburg Landwehr - 00000 1 @@ -18817,13 +20403,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Mittl.Lanw. 0 0 Hamburg Mittl.Lan - 00000 1 @@ -18841,13 +20429,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Neuwiedenth. 0 0 Hamburg Neuwieden - 00000 1 @@ -18865,13 +20455,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Reeperbahn 0 0 Hamburg Reeperb. - 00000 1 @@ -18889,13 +20481,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Rübenkamp 0 0 Hamburg Ruebenk - 00000 1 @@ -18913,13 +20507,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Stadthausbr. 0 0 Hamburg Stdthausb - 00000 1 @@ -18937,13 +20533,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Sternschanze 0 0 Hamburg Sternsch - 00000 2 @@ -18961,13 +20559,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Wandsb.Chaus 0 0 Hamburg Wandsb.Ch - 00000 1 @@ -18985,13 +20585,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Allermöhe 0 0 Hamburg-Allerm - 00000 1 @@ -19009,13 +20611,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Altona 0 0 Hamburg-Altona - 00000 1 @@ -19033,13 +20637,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Bahrenfeld 0 0 Hamburg-Bahrenf - 00000 1 @@ -19057,13 +20663,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Barmbek 0 0 Hamburg-Barmbek - 00000 1 @@ -19081,13 +20689,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Bergedorf 0 0 Hamburg-Bergedorf - 00000 1 @@ -19105,13 +20715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Blankenese 0 0 Hamburg-Blanken. - 00000 1 @@ -19129,13 +20741,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Eidelstedt 0 0 Hamburg-Eidelst. - 00000 1 @@ -19153,13 +20767,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Hammerbrook 0 0 Hamburg-Hammerbr - 00000 1 @@ -19177,13 +20793,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Harburg 0 0 Hamburg-Harburg - 00000 2 @@ -19201,13 +20819,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Harburg Rath 0 0 Hamburg-Harburg R - 00000 1 @@ -19225,13 +20845,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Heimfeld 0 0 Hamburg-Heimfeld - 00000 1 @@ -19249,13 +20871,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Iserbrook 0 0 Hamburg-Iserbrook - 00000 1 @@ -19273,13 +20897,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Langenfelde 0 0 Hamburg-Langenf - 00000 1 @@ -19297,13 +20923,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Nettelnburg 0 0 Hamburg-Nettelnb - 00000 1 @@ -19321,13 +20949,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Neugraben 0 0 Hamburg-Neugraben - 00000 1 @@ -19345,13 +20975,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Ohlsdorf 0 0 Hamburg-Ohlsdorf - 00000 1 @@ -19369,13 +21001,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Othmarschen 0 0 Hamburg-Othmarsch - 00000 1 @@ -19393,13 +21027,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Poppenb. 0 0 Hamburg-Poppenb - 00000 1 @@ -19417,13 +21053,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Rahlstedt 0 0 Hamburg-Rahlstedt - 00000 1 @@ -19441,13 +21079,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Rissen 0 0 Hamburg-Rissen - 00000 1 @@ -19465,13 +21105,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Rothenb.Ort 0 0 Hamburg-Rothenb.O - 00000 1 @@ -19489,13 +21131,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Stellingen 0 0 Hamburg-Stelling - 00000 1 @@ -19513,13 +21157,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Sülldorf 0 0 Hamburg-Suelldorf - 00000 1 @@ -19537,13 +21183,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Tiefstack 0 0 Hamburg-Tiefstack - 00000 1 @@ -19561,13 +21209,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Tonndorf 0 0 Hamburg-Tonndorf - 00000 1 @@ -19585,13 +21235,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Veddel 0 0 Hamburg-Veddel - 00000 1 @@ -19609,13 +21261,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Wandsbek 0 0 Hamburg-Wandsbek - 00000 1 @@ -19633,13 +21287,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Wellingsb. 0 0 Hamburg-Wellingsb - 00000 1 @@ -19657,13 +21313,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Wilhelmsburg 0 0 Hamburg-Wilhelmsb - 00000 1 @@ -19681,13 +21339,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Hameln 0 0 Hameln - 00000 2 @@ -19704,13 +21364,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Hamm(Westf) 0 0 Hamm(Westf) - 00000 2 @@ -19728,13 +21390,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Hanau Hbf 0 0 Hanau Hbf - 00000 2 @@ -19752,13 +21416,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Hanau Nord 0 0 Hanau Nord - 00000 1 @@ -19776,13 +21442,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Hanau West 0 0 Hanau West - 00000 1 @@ -19800,13 +21468,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Hann Münden 0 0 Hann Muenden - 00000 2 @@ -19823,13 +21493,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover Ander.Misb. 0 0 Hannover Ander.M - 00000 1 @@ -19847,13 +21519,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover Bismarckstr 0 0 Hannover Bismarck - 00000 1 @@ -19871,13 +21545,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover Flughafen 0 0 Hannover Flugh. - 00000 2 @@ -19894,13 +21570,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover Hbf 0 0 Hannover Hbf - 00000 2 @@ -19918,13 +21596,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover Wiech-Allee 0 0 Hannover Wiech-A - 00000 1 @@ -19942,13 +21622,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover-Bornum 0 0 Hannover-Bornum - 00000 1 @@ -19966,13 +21648,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover-Kleefeld 0 0 Hannover-Kleefeld - 00000 1 @@ -19990,13 +21674,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover-Ledeburg 0 0 Hannover-Ledeburg - 00000 1 @@ -20014,13 +21700,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover-Leinhausen 0 0 Hannover-Leinh - 00000 1 @@ -20038,13 +21726,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover-Linden/Fi. 0 0 Hannover-Linden - 00000 1 @@ -20062,13 +21752,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover-Nordstadt 0 0 Hannover-Nordst - 00000 1 @@ -20086,13 +21778,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover-Vinnhorst 0 0 Hannover-Vinnh - 00000 1 @@ -20110,13 +21804,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + HannoverMesseLaatzen 0 0 HannoverMesseLaat - 00000 1 @@ -20134,13 +21830,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B100 + + 00000 + Hanweiler(Gr) 0 0 Hanweiler(Gr) - 00000 2 @@ -20157,13 +21855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Hartenstein 0 0 Hartenstein - 00000 2 @@ -20180,13 +21880,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Harthaus 0 0 Harthaus - 00000 1 @@ -20204,13 +21906,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Haslach 0 0 Haslach - 00000 2 @@ -20227,13 +21931,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Haßfurt 0 0 Hassfurt - 00000 2 @@ -20250,13 +21956,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Haßloch(Pfalz) 0 0 Hassloch(Pfalz) - 00000 2 @@ -20273,13 +21981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hattingen(Ruhr) 0 0 Hattingen(Ruhr) - 00000 2 @@ -20296,13 +22006,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Hausach 0 0 Hausach - 00000 2 @@ -20319,14 +22031,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Hausham 0 0 Hausham - 00000 - 3 @@ -20343,13 +22057,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Hechingen 0 0 Hechingen - 00000 2 @@ -20366,13 +22082,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Heessen 0 0 Heessen - 00000 1 @@ -20390,13 +22108,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Hegne 0 0 Hegne - 00000 2 @@ -20413,13 +22133,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D020 + + 00000 + Heide(Holst) 0 0 Heide(Holst) - 00000 2 @@ -20436,13 +22158,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heidelb.-W/S.stadt 0 0 Heidelb.-W/S. - 00000 1 @@ -20460,13 +22184,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heidelb.K/Rohrbach 0 0 Heidelb.K/Rohrb - 00000 1 @@ -20484,13 +22210,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heidelb.Orthopädie 0 0 Heidelb.Orthopaed - 00000 1 @@ -20508,13 +22236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heidelb.P/Wieblingen 0 0 Heidelb.P/Wiebl - 00000 1 @@ -20532,13 +22262,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heidelb.Sch/Z.hausen 0 0 Heidelb.Sch/Z. - 00000 1 @@ -20556,13 +22288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heidelberg Hbf 0 0 Heidelberg Hbf - 00000 2 @@ -20580,13 +22314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heidelberg-Altstadt 0 0 Heidelberg-Altst - 00000 1 @@ -20604,13 +22340,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Heidenheim 0 0 Heidenheim - 00000 2 @@ -20627,13 +22365,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Heidkrug 0 0 Heidkrug - 00000 1 @@ -20651,13 +22391,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Heilbr-Böckingen BZ 0 0 Heilbr-Boeckingen - 00000 1 @@ -20675,13 +22417,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Heilbronn Hbf 0 0 Heilbronn - 00000 2 @@ -20699,13 +22443,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Heilbr.Harmon/Fried 0 0 Heilbronn Harmon - 00000 1 @@ -20723,13 +22469,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Heilbronn Sülmertor 0 0 Heilbronn Suelm. - 00000 1 @@ -20747,13 +22495,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Heilbronn Trappensee 0 0 Heilbronn Trappen - 00000 1 @@ -20771,13 +22521,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Heitersheim 0 0 Heitersheim - 00000 2 @@ -20794,13 +22546,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Heiterwang-Plansee 0 0 Heiterwang-Plans - 00000 2 @@ -20817,14 +22571,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C020 + + 00000 + SEE + Helgoland 0 0 Helgoland - 00000 - 3 @@ -20841,14 +22597,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C020 + + 00000 + SEE + Helgoland Katamaran 0 0 Helgoland Kat. - 00000 - 3 @@ -20865,13 +22623,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Helmbrechts 0 0 Helmbrechts - 00000 2 @@ -20888,13 +22648,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Helmstedt 0 0 Helmstedt - 00000 2 @@ -20911,13 +22673,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Hennen 0 0 Hennen - 00000 1 @@ -20935,13 +22699,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Hennigsdorf(Berlin) 0 0 Hennigsdorf(Berl) - 00000 2 @@ -20958,13 +22724,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heppenheim(Bergstr) 0 0 Heppenheim(Bgstr) - 00000 2 @@ -20981,13 +22749,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Herbertingen 0 0 Herbertingen - 00000 2 @@ -21004,13 +22774,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Herbolzheim(Breisg) 0 0 Herbolzheim(Brsg) - 00000 2 @@ -21027,13 +22799,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Herborn(Dillkr) 0 0 Herborn(Dillkr) - 00000 2 @@ -21050,13 +22824,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Herford 0 0 Herford - 00000 2 @@ -21073,13 +22849,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Hergatz 0 0 Hergatz - 00000 2 @@ -21096,13 +22874,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Herlasgrün 0 0 Herlasgruen - 00000 2 @@ -21119,13 +22899,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Herne 0 0 Herne - 00000 2 @@ -21143,13 +22925,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Herne-Börnig 0 0 Herne-Boernig - 00000 1 @@ -21167,13 +22951,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Herrath 0 0 Herrath - 00000 1 @@ -21191,13 +22977,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Herrenberg 0 0 Herrenberg - 00000 2 @@ -21214,13 +23002,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Herrnburg 0 0 Herrnburg - 00000 2 @@ -21237,13 +23027,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Herrsching 0 0 Herrsching - 00000 2 @@ -21260,13 +23052,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Hersbruck(r Pegnitz) 0 0 Hersbruck(r Pegn) - 00000 2 @@ -21283,13 +23077,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hervest-Dorsten 0 0 Hervest-Dorsten - 00000 2 @@ -21306,13 +23102,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Herzberg(Harz) 0 0 Herzberg(Harz) - 00000 2 @@ -21329,13 +23127,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Herzogenrath 0 0 Herzogenrath - 00000 2 @@ -21352,13 +23152,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Herzogenrath(Gr) 0 0 Herzogenrath(Gr) - 00000 2 @@ -21375,13 +23177,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Hesepe 0 0 Hesepe - 00000 2 @@ -21398,13 +23202,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Hettstedt 0 0 Hettstedt - 00000 2 @@ -21421,13 +23227,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Hetzerath 0 0 Hetzerath - 00000 2 @@ -21444,13 +23252,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hildesheim Hbf 0 0 Hildesheim - 00000 2 @@ -21468,13 +23278,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hildesheim Ost 0 0 Hildesheim Ost - 00000 1 @@ -21492,13 +23304,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Hilpoltstein 0 0 Hilpoltstein - 00000 2 @@ -21515,13 +23329,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Himmelreich 0 0 Himmelreich - 00000 2 @@ -21538,13 +23354,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Hinterzarten 0 0 Hinterzarten - 00000 2 @@ -21561,13 +23379,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hittfeld 0 0 Hittfeld - 00000 1 @@ -21585,13 +23405,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Hochheim(Main) 0 0 Hochheim(Main) - 00000 1 @@ -21609,13 +23431,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Hochspeyer 0 0 Hochspeyer - 00000 1 @@ -21632,13 +23456,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Hockenheim 0 0 Hockenheim - 00000 2 @@ -21655,13 +23481,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Hockeroda 0 0 Hockeroda - 00000 2 @@ -21678,13 +23506,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E040 + + 00000 + Hodenhagen 0 0 Hodenhagen - 00000 2 @@ -21701,13 +23531,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Höchst(Odenw) 0 0 Hoechst(Odw) - 00000 2 @@ -21724,13 +23556,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Höllriegelskreuth 0 0 Hoellriegelskr. - 00000 1 @@ -21748,13 +23582,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Hövelhof 0 0 Hoevelhof - 00000 1 @@ -21771,13 +23607,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Hof Hbf 0 0 Hof Hbf - 00000 2 @@ -21794,13 +23632,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Hofen(b Aalen) 0 0 Hofen(b Aalen) - 00000 1 @@ -21818,13 +23658,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Hofheim(Taunus) 0 0 Hofheim(Taunus) - 00000 2 @@ -21841,13 +23683,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Hofheim(Unterfr) 0 0 Hofheim(Ufr) - 00000 2 @@ -21864,13 +23708,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Hohenbudberg Bayerw. 0 0 Hohenbudberg Bay - 00000 1 @@ -21888,13 +23734,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hohenlimburg 0 0 Hohenlimburg - 00000 1 @@ -21912,13 +23760,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Holthusen 0 0 Holthusen - 00000 2 @@ -21935,13 +23785,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Holzdorf(b Weimar) 0 0 Holzdorf (Weimar) - 00000 1 @@ -21959,13 +23811,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Holzheim(b Neuss) 0 0 Holzheim(b Neuss) - 00000 1 @@ -21983,13 +23837,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Holzkirchen 0 0 Holzkirchen - 00000 2 @@ -22006,13 +23862,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Holzminden 0 0 Holzminden - 00000 2 @@ -22029,13 +23887,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Holzwickede 0 0 Holzwickede - 00000 2 @@ -22052,13 +23912,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Homburg(Saar)Hbf 0 0 Homburg(Saar)Hbf - 00000 2 @@ -22075,13 +23937,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Horb 0 0 Horb - 00000 2 @@ -22098,13 +23962,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Horn-Bad Meinberg 0 0 Horn-Bad Meinberg - 00000 2 @@ -22121,13 +23987,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Hornberg(Schwarzw) 0 0 Hornberg(Schw) - 00000 2 @@ -22144,13 +24012,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Horrem 0 0 Horrem - 00000 2 @@ -22167,13 +24037,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Hosena 0 0 Hosena - 00000 2 @@ -22190,13 +24062,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Hoyerswerda 0 0 Hoyerswerda - 00000 2 @@ -22213,13 +24087,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Hoykenkamp 0 0 Hoykenkamp - 00000 1 @@ -22237,13 +24113,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + Husum 0 0 Husum - 00000 2 @@ -22260,13 +24138,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A010 + + 00000 + ICE 0 0 ICE - 00000 1 @@ -22283,13 +24163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Ibbenbüren 0 0 Ibbenbueren - 00000 2 @@ -22306,13 +24188,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Idar-Oberstein 0 0 Idar-Oberstein - 00000 2 @@ -22329,13 +24213,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Idstein(Taunus) 0 0 Idstein(Taunus) - 00000 2 @@ -22352,13 +24238,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Igel 0 0 Igel - 00000 2 @@ -22375,13 +24263,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Igel(Gr) 0 0 Igel(Gr) - 00000 2 @@ -22398,13 +24288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Igersheim 0 0 Igersheim - 00000 1 @@ -22422,13 +24314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Illertissen 0 0 Illertissen - 00000 2 @@ -22445,13 +24339,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Ilmenau 0 0 Ilmenau - 00000 2 @@ -22468,13 +24364,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Immendingen 0 0 Immendingen - 00000 2 @@ -22491,13 +24389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Immenstadt 0 0 Immenstadt - 00000 2 @@ -22514,13 +24414,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Ingelheim 0 0 Ingelheim - 00000 2 @@ -22537,13 +24439,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Ingolstadt Hbf 0 0 Ingolstadt - 00000 2 @@ -22561,13 +24465,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Ingolstadt Nord 0 0 Ingolstadt Nord - 00000 1 @@ -22585,13 +24491,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Iserlohn 0 0 Iserlohn - 00000 2 @@ -22609,13 +24517,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Iserlohnerheide 0 0 Iserlohnerheide - 00000 1 @@ -22633,13 +24543,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Isselhorst-Avenwedde 0 0 Isselhorst-Avenw. - 00000 1 @@ -22657,13 +24569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Istein 0 0 Istein - 00000 2 @@ -22680,13 +24594,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Itzehoe 0 0 Itzehoe - 00000 2 @@ -22703,13 +24619,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Jägersfreude 0 0 Jaegersfreude - 00000 1 @@ -22727,13 +24645,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Jena Saalbf 0 0 Jena - 00000 2 @@ -22751,13 +24671,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Jena Paradies 0 0 Jena Paradies - 00000 1 @@ -22775,13 +24697,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Jena West 0 0 Jena West - 00000 1 @@ -22799,13 +24723,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Jena-Göschwitz 0 0 Jena-Goeschwitz - 00000 1 @@ -22823,13 +24749,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Jena-Zwätzen 0 0 Jena-Zwaetzen - 00000 1 @@ -22847,13 +24775,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H080 + + 00000 + Johanngeorgenstadt 0 0 Johanngeorgenstdt - 00000 2 @@ -22870,13 +24800,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Jossa 0 0 Jossa - 00000 2 @@ -22893,13 +24825,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Jüterbog 0 0 Jueterbog - 00000 2 @@ -22916,14 +24850,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + SEE + Juist 0 0 Juist - 00000 - 3 @@ -22940,13 +24876,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Kaiserslautern Hbf 0 0 Kaiserslautern - 00000 2 @@ -22964,13 +24902,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Kaiserslautern Pfaff 0 0 Kaiserslautern Pf - 00000 1 @@ -22988,13 +24928,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Kaiserslautern West 0 0 Kaiserslautern W - 00000 1 @@ -23012,13 +24954,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Kaldenkirchen 0 0 Kaldenkirchen - 00000 2 @@ -23035,13 +24979,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Kall 0 0 Kall - 00000 2 @@ -23058,13 +25004,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Kaltenbrunn(Oberbay) 0 0 Kaltenbrunn(Obb) - 00000 2 @@ -23081,13 +25029,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Kalthof(Kr Iserlohn) 0 0 Kalthof(Iserlohn) - 00000 1 @@ -23105,13 +25055,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Karlsruhe Hbf 0 0 Karlsruhe - 00000 2 @@ -23129,13 +25081,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Karlsruhe West 0 0 Karlsruhe West - 00000 1 @@ -23153,13 +25107,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Karlsruhe-Durlach 0 0 Karlsruhe-Durlach - 00000 1 @@ -23177,13 +25133,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Karlsruhe-Hagsfeld 0 0 Karlsruhe-Hagsf - 00000 1 @@ -23201,13 +25159,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Karlsruhe-Knielingen 0 0 Karlsruhe-Kniel - 00000 1 @@ -23225,13 +25185,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Karlsruhe-Mühlburg 0 0 Karlsruhe-Muehlb - 00000 1 @@ -23249,13 +25211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Karthaus 0 0 Karthaus - 00000 2 @@ -23272,13 +25236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Kassel Hbf 0 0 Kassel Hbf - 00000 1 @@ -23296,13 +25262,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Kassel-Harleshausen 0 0 Kassel-Harleshaus - 00000 1 @@ -23320,13 +25288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Kassel-Oberzwehren 0 0 Kassel-Oberzwehr. - 00000 1 @@ -23344,13 +25314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Kassel-Wilhelmshöhe 0 0 Kassel-Wilhelmsh. - 00000 2 @@ -23368,13 +25340,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Katzhütte 0 0 Katzhuette - 00000 2 @@ -23391,13 +25365,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Katzwang 0 0 Katzwang - 00000 1 @@ -23415,13 +25391,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Kaufbeuren 0 0 Kaufbeuren - 00000 2 @@ -23438,13 +25416,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Kaufering 0 0 Kaufering - 00000 2 @@ -23461,13 +25441,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Kehl 0 0 Kehl - 00000 2 @@ -23484,13 +25466,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Kehl(Gr) 0 0 Kehl(Gr) - 00000 2 @@ -23507,13 +25491,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Kempen(Niederrhein) 0 0 Kempen(Nrh) - 00000 2 @@ -23530,13 +25516,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Kempten(Allgäu)Hbf 0 0 Kempten(Allg)Hbf - 00000 2 @@ -23554,13 +25542,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Kempten(Allgäu)Ost 0 0 Kempten(Allg)Ost - 00000 1 @@ -23578,13 +25568,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Kennelgarten 0 0 Kennelgarten - 00000 1 @@ -23602,13 +25594,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Kenzingen 0 0 Kenzingen - 00000 2 @@ -23625,13 +25619,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Kettwig 0 0 Kettwig - 00000 1 @@ -23649,13 +25645,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Kettwig Stausee 0 0 Kettwig Stausee - 00000 1 @@ -23673,13 +25671,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Kiefersfelden 0 0 Kiefersfelden - 00000 2 @@ -23696,13 +25696,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Kiel Hbf 0 0 Kiel Hbf - 00000 2 @@ -23720,13 +25722,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Kiel-Elmschenhagen 0 0 Kiel-Elmschenhag - 00000 1 @@ -23744,13 +25748,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML Z990 + + 00000 + Kiel-Hassee CITTI-P. 0 0 Kiel-Hassee CITTI - 00000 1 @@ -23768,13 +25774,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Kirchenlaibach 0 0 Kirchenlaibach - 00000 2 @@ -23791,13 +25799,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Kirchheim(Teck) 0 0 Kirchheim(Teck) - 00000 2 @@ -23814,13 +25824,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Kirchzarten 0 0 Kirchzarten - 00000 2 @@ -23837,13 +25849,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Kißlegg 0 0 Kisslegg - 00000 2 @@ -23860,13 +25874,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Klais 0 0 Klais - 00000 2 @@ -23883,13 +25899,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Kleinkems 0 0 Kleinkems - 00000 2 @@ -23906,13 +25924,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Kleve 0 0 Kleve - 00000 2 @@ -23929,13 +25949,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J060 + + 00000 + Klinge 0 0 Klinge - 00000 2 @@ -23952,13 +25974,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Kloster Bronnbach 0 0 Kloster Bronnbach - 00000 1 @@ -23976,13 +26000,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Knautnaundorf 0 0 Knautnaundorf - 00000 1 @@ -24000,13 +26026,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Koblenz Hbf 0 0 Koblenz Hbf - 00000 2 @@ -24024,13 +26052,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Koblenz-Lützel 0 0 Koblenz-Luetzel - 00000 1 @@ -24048,13 +26078,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Kochel 0 0 Kochel - 00000 2 @@ -24071,13 +26103,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Airport-Busin. 0 0 Koeln Airport-B - 00000 1 @@ -24095,13 +26129,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Frankfurter St 0 0 Koeln Frankf. St - 00000 1 @@ -24119,13 +26155,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Geldernstr/P. 0 0 Koeln Geldernstr - 00000 1 @@ -24143,13 +26181,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Hansaring 0 0 Koeln Hansaring - 00000 1 @@ -24167,13 +26207,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Hbf 0 0 Koeln Hbf - 00000 2 @@ -24191,13 +26233,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Messe/Deutz 0 0 Koeln Messe/Deutz - 00000 1 @@ -24215,13 +26259,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Steinstraße 0 0 Koeln Steinstr - 00000 1 @@ -24239,13 +26285,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Süd 0 0 Koeln Sued - 00000 1 @@ -24263,13 +26311,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Trimbornstr 0 0 Koeln Trimbornstr - 00000 1 @@ -24287,13 +26337,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Volkhov.Weg 0 0 Koeln Volkhov.Weg - 00000 1 @@ -24311,13 +26363,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln West 0 0 Koeln West - 00000 1 @@ -24335,13 +26389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Blumenberg 0 0 Koeln-Blumenberg - 00000 1 @@ -24359,13 +26415,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Buchforst 0 0 Koeln-Buchforst - 00000 1 @@ -24383,13 +26441,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Chorweiler N 0 0 Koeln-Chorw.N - 00000 1 @@ -24407,13 +26467,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Chorweiler 0 0 Koeln-Chorweiler - 00000 1 @@ -24431,13 +26493,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Dellbrück 0 0 Koeln-Dellbrueck - 00000 1 @@ -24455,13 +26519,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Ehrenfeld 0 0 Koeln-Ehrenfeld - 00000 1 @@ -24479,13 +26545,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Holweide 0 0 Koeln-Holweide - 00000 1 @@ -24503,13 +26571,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Longerich 0 0 Koeln-Longerich - 00000 1 @@ -24527,13 +26597,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Mülheim 0 0 Koeln-Muelheim - 00000 1 @@ -24551,13 +26623,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Müngersdorf T 0 0 Koeln-Muengersd - 00000 1 @@ -24575,13 +26649,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Nippes 0 0 Koeln-Nippes - 00000 1 @@ -24599,13 +26675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Stammheim 0 0 Koeln-Stammheim - 00000 1 @@ -24623,13 +26701,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Worringen 0 0 Koeln-Worringen - 00000 1 @@ -24647,13 +26727,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln/Bonn Flughafen 0 0 Koeln/Bonn Flugh - 00000 1 @@ -24671,13 +26753,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Köndringen 0 0 Koendringen - 00000 2 @@ -24694,13 +26778,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Königs Wusterhausen 0 0 Koenigs Wusterhsn - 00000 2 @@ -24717,13 +26803,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Königshofen(Baden) 0 0 Koenigshofen(Bad) - 00000 1 @@ -24741,13 +26829,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Königswinter 0 0 Koenigswinter - 00000 2 @@ -24764,13 +26854,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Könnern 0 0 Koennern - 00000 2 @@ -24787,13 +26879,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Köthen 0 0 Koethen - 00000 2 @@ -24810,13 +26904,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Kohlscheid 0 0 Kohlscheid - 00000 2 @@ -24833,13 +26929,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Kollmarsreute 0 0 Kollmarsreute - 00000 2 @@ -24856,13 +26954,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Konstanz 0 0 Konstanz - 00000 2 @@ -24880,13 +26980,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Konstanz-Fürstenb. 0 0 Konstanz-Fuersten - 00000 1 @@ -24904,13 +27006,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Konstanz-Petersh. 0 0 Konstanz-Petersh. - 00000 1 @@ -24928,13 +27032,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Konstanz-Wollmat 0 0 Konstanz-Wollmat - 00000 1 @@ -24952,13 +27058,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Korbach 0 0 Korbach - 00000 2 @@ -24975,13 +27083,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Kork 0 0 Kork - 00000 2 @@ -24998,13 +27108,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Korntal 0 0 Korntal - 00000 1 @@ -25022,13 +27134,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Kornwestheim Pbf 0 0 Kornwestheim Pbf - 00000 1 @@ -25046,13 +27160,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J040 + + 00000 + Kostrzyn(Gr) 0 0 Kostrzyn(Gr) - 00000 2 @@ -25069,13 +27185,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Kranichfeld 0 0 Kranichfeld - 00000 2 @@ -25092,13 +27210,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Krefeld Hbf 0 0 Krefeld - 00000 2 @@ -25116,13 +27236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Krefeld-Linn 0 0 Krefeld-Linn - 00000 1 @@ -25140,13 +27262,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Krefeld-Oppum 0 0 Krefeld-Oppum - 00000 1 @@ -25164,13 +27288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Krefeld-Uerdingen 0 0 Krefeld-Uerdingen - 00000 1 @@ -25188,13 +27314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Kreiensen 0 0 Kreiensen - 00000 2 @@ -25211,13 +27339,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Kressbronn 0 0 Kressbronn - 00000 2 @@ -25234,13 +27364,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Kreuz Konz 0 0 Kreuz Konz - 00000 2 @@ -25257,13 +27389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Kreuzberg(Ahr) 0 0 Kreuzberg(Ahr) - 00000 2 @@ -25280,13 +27414,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Kreuzstraße 0 0 Kreuzstrasse - 00000 2 @@ -25303,13 +27439,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Kreuztal 0 0 Kreuztal - 00000 2 @@ -25326,13 +27464,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Kronach 0 0 Kronach - 00000 2 @@ -25349,13 +27489,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Kronberg(Taunus) 0 0 Kronberg(Taunus) - 00000 2 @@ -25372,13 +27514,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Krupunder 0 0 Krupunder - 00000 1 @@ -25396,13 +27540,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J040 + + 00000 + Küstrin-Kietz 0 0 Kuestrin-Kietz - 00000 2 @@ -25419,13 +27565,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Kufstein 0 0 Kufstein - 00000 2 @@ -25442,13 +27590,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Kulmbach 0 0 Kulmbach - 00000 2 @@ -25465,13 +27615,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A080 + + 00000 + Kyllburg 0 0 Kyllburg - 00000 2 @@ -25488,13 +27640,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Lähn 0 0 Laehn - 00000 2 @@ -25511,13 +27665,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Lage(Lippe) 0 0 Lage(Lippe) - 00000 2 @@ -25534,13 +27690,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Lahr(Schwarzw) 0 0 Lahr(Schw) - 00000 2 @@ -25557,13 +27715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Lampertheim 0 0 Lampertheim - 00000 2 @@ -25580,13 +27740,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Landau(Isar) 0 0 Landau(Isar) - 00000 2 @@ -25603,13 +27765,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Landau(Pfalz)Hbf 0 0 Landau(Pfalz)Hbf - 00000 2 @@ -25626,13 +27790,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Landsberg(Lech) 0 0 Landsberg(Lech) - 00000 2 @@ -25649,13 +27815,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Landshut(Bay)Hbf 0 0 Landshut(Bay)Hbf - 00000 2 @@ -25672,13 +27840,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Landstuhl 0 0 Landstuhl - 00000 2 @@ -25695,13 +27865,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Langebrück(Sachs) 0 0 Langebrueck(S) - 00000 1 @@ -25719,13 +27891,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Langen(Hess) 0 0 Langen(Hess) - 00000 2 @@ -25742,13 +27916,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Langenargen 0 0 Langenargen - 00000 2 @@ -25765,13 +27941,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Langenfeld(Rhld) 0 0 Langenfeld(Rhl) - 00000 2 @@ -25788,13 +27966,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Langenhagen Pferdem. 0 0 Langenhagen Pfer. - 00000 2 @@ -25811,14 +27991,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + SEE + Langeoog 0 0 Langeoog - 00000 - 3 @@ -25835,13 +28017,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Langmeil(Pfalz) 0 0 Langmeil(Pfalz) - 00000 1 @@ -25858,13 +28042,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B040 + + 00000 + Lathen 0 0 Lathen - 00000 2 @@ -25881,13 +28067,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Lauchringen 0 0 Lauchringen - 00000 2 @@ -25904,13 +28092,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Lauda 0 0 Lauda - 00000 2 @@ -25928,13 +28118,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Lauenförde-Beverung 0 0 Lauenfoerde-Beve. - 00000 2 @@ -25951,13 +28143,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Lauf(links Pegnitz) 0 0 Lauf(l Pegnitz) - 00000 2 @@ -25974,13 +28168,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Lauf(rechts Pegnitz) 0 0 Lauf(r Pegnitz) - 00000 2 @@ -25997,13 +28193,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Laufen(Oberbay) 0 0 Laufen(Obb) - 00000 2 @@ -26020,13 +28218,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Laufenburg(Baden) 0 0 Laufenburg(Baden) - 00000 2 @@ -26043,13 +28243,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Lauffen(Neckar) 0 0 Lauffen(Neckar) - 00000 2 @@ -26066,13 +28268,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Lauingen 0 0 Lauingen - 00000 2 @@ -26089,13 +28293,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Laupheim West 0 0 Laupheim West - 00000 2 @@ -26112,13 +28318,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Lauterbach(Hess)Nord 0 0 Lauterbach(Hess)N - 00000 2 @@ -26135,13 +28343,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Lauterbourg(fr) 0 0 Lauterbourg(fr) - 00000 2 @@ -26158,13 +28368,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Lauterecken-Grumbach 0 0 Lauterecken-Grumb - 00000 2 @@ -26181,13 +28393,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Lebach 0 0 Lebach - 00000 2 @@ -26204,13 +28418,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + Leer(Ostfriesl) 0 0 Leer(Ostfriesl) - 00000 2 @@ -26227,13 +28443,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Legefeld 0 0 Legefeld - 00000 1 @@ -26251,13 +28469,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Legelshurst 0 0 Legelshurst - 00000 2 @@ -26274,13 +28494,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Lehrte 0 0 Lehrte - 00000 2 @@ -26297,13 +28519,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Leichlingen 0 0 Leichlingen - 00000 2 @@ -26320,13 +28544,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Leinefelde 0 0 Leinefelde - 00000 2 @@ -26343,13 +28569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Hbf 0 0 Leipzig - 00000 2 @@ -26367,13 +28595,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Allee-Center 0 0 Leipzig Allee-C - 00000 1 @@ -26391,13 +28621,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Ang-Crottdf 0 0 Leipzig Ang-C - 00000 1 @@ -26415,13 +28647,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Coppiplatz 0 0 Leipzig Coppipl. - 00000 1 @@ -26439,13 +28673,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Grünauer A 0 0 Leipzig Gruenau - 00000 1 @@ -26462,13 +28698,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig/Halle Flugh 0 0 Leipzig Halle Fl - 00000 1 @@ -26485,13 +28723,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Indgel West 0 0 Leipzig Indgel W - 00000 1 @@ -26509,13 +28749,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Karlsr Str 0 0 Leipzig Karlsr St - 00000 1 @@ -26532,13 +28774,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Messe 0 0 Leipzig Messe - 00000 1 @@ -26556,13 +28800,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Milt. Allee 0 0 Leipzig Milt. A. - 00000 1 @@ -26580,13 +28826,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Olbrichtstr. 0 0 Leipzig Olbricht - 00000 1 @@ -26604,13 +28852,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Ost 0 0 Leipzig Ost - 00000 1 @@ -26628,13 +28878,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Slevogtstr. 0 0 Leipzig Slevogt - 00000 1 @@ -26652,13 +28904,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Völkersch. 0 0 Leipzig Voelker. - 00000 1 @@ -26676,13 +28930,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Connewitz 0 0 Leipzig-Connewitz - 00000 1 @@ -26700,13 +28956,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Gohlis 0 0 Leipzig-Gohlis - 00000 1 @@ -26724,13 +28982,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Heiterblick 0 0 Leipzig-Heiterbl - 00000 1 @@ -26748,13 +29008,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Knauthain 0 0 Leipzig-Knauthain - 00000 1 @@ -26772,13 +29034,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Leutzsch 0 0 Leipzig-Leutzsch - 00000 1 @@ -26796,13 +29060,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Lindenau 0 0 Leipzig-Lindenau - 00000 1 @@ -26819,13 +29085,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Lützschena 0 0 Leipzig-Luetzsch - 00000 1 @@ -26843,13 +29111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Marienbrunn 0 0 Leipzig-Marienbr - 00000 1 @@ -26867,13 +29137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Miltitz 0 0 Leipzig-Miltitz - 00000 1 @@ -26891,13 +29163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Möckern 0 0 Leipzig-Moeckern - 00000 1 @@ -26915,13 +29189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Paunsdorf 0 0 Leipzig-Paunsdorf - 00000 1 @@ -26939,13 +29215,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Plagwitz 0 0 Leipzig-Plagwitz - 00000 1 @@ -26963,13 +29241,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Rückmarsdf. 0 0 Leipzig-Rueckmars - 00000 1 @@ -26987,13 +29267,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Sellerhausen 0 0 Leipzig-Sellerh - 00000 1 @@ -27011,13 +29293,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Stötteritz 0 0 Leipzig-Stoetter - 00000 1 @@ -27035,13 +29319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Thekla 0 0 Leipzig-Thekla - 00000 1 @@ -27059,13 +29345,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Wahren 0 0 Leipzig-Wahren - 00000 1 @@ -27083,13 +29371,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Lengede-Broistedt 0 0 Lengede-Broistedt - 00000 1 @@ -27106,14 +29396,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Lenggries 0 0 Lenggries - 00000 - 3 @@ -27130,13 +29422,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Lennestadt-Altenhund 0 0 Lennestadt-Altenh - 00000 2 @@ -27153,13 +29447,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Leonberg 0 0 Leonberg - 00000 2 @@ -27176,13 +29472,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Lermoos 0 0 Lermoos - 00000 2 @@ -27199,13 +29497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Letmathe 0 0 Letmathe - 00000 1 @@ -27223,13 +29523,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Letmathe Dechenh. 0 0 Letmathe Dechenh. - 00000 1 @@ -27247,13 +29549,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Leutkirch 0 0 Leutkirch - 00000 2 @@ -27270,13 +29574,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Leverkusen Mitte 0 0 Leverkusen Mitte - 00000 2 @@ -27294,13 +29600,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Leverkusen-Küpper. 0 0 Leverkusen-Kuepp. - 00000 1 @@ -27318,13 +29626,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Leverkusen-Rheindorf 0 0 Leverkusen-Rheind - 00000 1 @@ -27342,13 +29652,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Leverkusen-Schleb. 0 0 Leverkusen-Schleb - 00000 1 @@ -27366,13 +29678,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Lichtenfels 0 0 Lichtenfels - 00000 2 @@ -27389,13 +29703,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Lichtentanne(Sachs) 0 0 Lichtentanne(S) - 00000 1 @@ -27413,13 +29729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Liege Zone 0 0 Liege Zone - 00000 2 @@ -27437,13 +29755,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Liege-Guillemins 0 0 Liege-Guillemins - 00000 1 @@ -27461,13 +29781,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Limburg Süd 0 0 Limburg Sued - 00000 1 @@ -27485,13 +29807,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Limburg(Lahn) 0 0 Limburg(Lahn) - 00000 2 @@ -27509,13 +29833,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Lindau Hbf 0 0 Lindau Hbf - 00000 2 @@ -27532,13 +29858,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B040 + + 00000 + Lingen(Ems) 0 0 Lingen(Ems) - 00000 2 @@ -27555,13 +29883,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Linz(Rhein) 0 0 Linz(Rhein) - 00000 2 @@ -27578,13 +29908,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Lippstadt 0 0 Lippstadt - 00000 2 @@ -27602,13 +29934,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Lochham 0 0 Lochham - 00000 1 @@ -27626,13 +29960,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J070 + + 00000 + Löbau(Sachs) 0 0 Loebau(Sachs) - 00000 2 @@ -27649,13 +29985,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Löcknitz 0 0 Loecknitz - 00000 2 @@ -27672,13 +30010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Löffingen 0 0 Loeffingen - 00000 2 @@ -27695,13 +30035,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Löhne(Westf) 0 0 Loehne(Westf) - 00000 2 @@ -27718,13 +30060,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Lörrach Dammstraße 0 0 Loerrach Dammstr - 00000 1 @@ -27742,13 +30086,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Lörrach Hbf 0 0 Loerrach Hbf - 00000 2 @@ -27766,13 +30112,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Lörrach Museum/Burg 0 0 Loerrach Museum/B - 00000 1 @@ -27790,13 +30138,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Lörrach Schw.waldst 0 0 Loerrach Schw. - 00000 1 @@ -27814,13 +30164,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Lörrach-Bromb./Hau 0 0 Loerrach-B/H - 00000 1 @@ -27838,13 +30190,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Lörrach-Haagen/Mess 0 0 Loerrach-Haagen/M - 00000 1 @@ -27862,13 +30216,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Lörrach-Stetten 0 0 Loerrach-Stetten - 00000 1 @@ -27886,13 +30242,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Lövenich 0 0 Loevenich - 00000 1 @@ -27910,13 +30268,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Löwenberg(Mark) 0 0 Loewenberg(Mark) - 00000 2 @@ -27933,13 +30293,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Löwental 0 0 Loewental - 00000 1 @@ -27957,13 +30319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Lohr Bahnhof 0 0 Lohr Bahnhof - 00000 2 @@ -27980,13 +30344,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Lollar 0 0 Lollar - 00000 2 @@ -28003,13 +30369,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Luckenwalde 0 0 Luckenwalde - 00000 2 @@ -28026,13 +30394,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Ludwigsburg 0 0 Ludwigsburg - 00000 2 @@ -28050,13 +30420,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Ludwigsfelde 0 0 Ludwigsfelde - 00000 2 @@ -28073,13 +30445,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Ludwigshafen BASF S 0 0 Ludwigshaf BASF S - 00000 1 @@ -28097,13 +30471,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Ludwigshafen(Rh)Hbf 0 0 Ludwigshaf(Rh)Hbf - 00000 2 @@ -28121,13 +30497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Ludwigshafen-Mundenh 0 0 Ludwigshaf-Munden - 00000 1 @@ -28145,13 +30523,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Ludwigshafen-Oggersh 0 0 Ludwigshaf-Oggers - 00000 1 @@ -28169,13 +30549,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Ludwigshafen-Rheing. 0 0 Ludwigshaf-Rheing - 00000 1 @@ -28193,13 +30575,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Ludwigshafen(Bodens) 0 0 Ludwigshafen/Bods - 00000 2 @@ -28216,13 +30600,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G030 + + 00000 + Ludwigslust 0 0 Ludwigslust - 00000 2 @@ -28239,13 +30625,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Ludwigsstadt 0 0 Ludwigsstadt - 00000 2 @@ -28262,13 +30650,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Lübben(Spreewald) 0 0 Luebben(Spreew) - 00000 2 @@ -28285,13 +30675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Lübbenau(Spreewald) 0 0 Luebbenau(Spreew) - 00000 2 @@ -28308,13 +30700,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Lübeck Flughafen 0 0 Luebeck Flughafen - 00000 2 @@ -28331,13 +30725,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Lübeck Hbf 0 0 Luebeck Hbf - 00000 2 @@ -28355,13 +30751,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Lübeck St Jürgen 0 0 Luebeck St J - 00000 1 @@ -28379,13 +30777,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Lübeck-Travem.Hafen 0 0 Luebeck-Trave.Haf - 00000 2 @@ -28403,13 +30803,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Lübeck-Travem.Skan. 0 0 Luebeck-Trave.Ska - 00000 1 @@ -28427,13 +30829,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Lübeck-Travem.Str. 0 0 Luebeck-Trave.Str - 00000 1 @@ -28451,13 +30855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Lüdenscheid 0 0 Luedenscheid - 00000 2 @@ -28474,13 +30880,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Lüneburg 0 0 Lueneburg - 00000 2 @@ -28498,13 +30906,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Lünen Hbf 0 0 Luenen Hbf - 00000 2 @@ -28521,13 +30931,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Lutherst Wittenberg 0 0 Lutherst Wittenbg - 00000 2 @@ -28544,13 +30956,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Lutherstadt Eisleben 0 0 Lutherst.Eisleben - 00000 2 @@ -28567,13 +30981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg Hasselpl 0 0 Magdeburg Hasselp - 00000 1 @@ -28591,13 +31007,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg Hbf 0 0 Magdeburg Hbf - 00000 2 @@ -28615,13 +31033,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg Herrenkrug 0 0 Magdeburg Herrenk - 00000 1 @@ -28639,13 +31059,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg SKET Ipark 0 0 Magdeburg SKET - 00000 1 @@ -28663,13 +31085,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg Sudenburg 0 0 Magdeburg Sudenb. - 00000 1 @@ -28687,13 +31111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg Südost 0 0 Magdeburg Suedost - 00000 1 @@ -28711,13 +31137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg-Buckau 0 0 Magdeburg-Buckau - 00000 1 @@ -28735,13 +31163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg-Eichenw 0 0 Magdeburg-Eichenw - 00000 1 @@ -28759,13 +31189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg-Neustadt 0 0 Magdeburg-Neust. - 00000 1 @@ -28783,13 +31215,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg-Rothensee 0 0 Magdeburg-Rothen. - 00000 1 @@ -28807,13 +31241,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg-Salbke 0 0 Magdeburg-Salbke - 00000 1 @@ -28831,13 +31267,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz Hbf 0 0 Mainz Hbf - 00000 2 @@ -28855,13 +31293,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz Nord 0 0 Mainz Nord - 00000 1 @@ -28879,13 +31319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz Röm.Theater 0 0 Mainz R.Theate - 00000 1 @@ -28903,13 +31345,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz-Bischofsheim 0 0 Mainz-Bischofsh. - 00000 2 @@ -28926,13 +31370,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz-Gonsenheim 0 0 Mainz-Gonsenheim - 00000 1 @@ -28950,13 +31396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz-Gustavsburg 0 0 Mainz-Gustavsburg - 00000 1 @@ -28974,13 +31422,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz-Kastel 0 0 Mainz-Kastel - 00000 1 @@ -28998,13 +31448,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz-Laubenheim 0 0 Mainz-Laubenheim - 00000 1 @@ -29022,13 +31474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz-Marienborn 0 0 Mainz-Marienborn - 00000 1 @@ -29046,13 +31500,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz-Mombach 0 0 Mainz-Mombach - 00000 1 @@ -29070,13 +31526,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H030 + + 00000 + Malchin 0 0 Malchin - 00000 2 @@ -29093,13 +31551,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Malsfeld 0 0 Malsfeld - 00000 2 @@ -29116,13 +31576,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim ARENA/Maim. 0 0 Mannheim ARENA - 00000 1 @@ -29140,13 +31602,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim Handelshaf 0 0 Mannheim Handelsh - 00000 1 @@ -29164,13 +31628,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim Hbf 0 0 Mannheim Hbf - 00000 2 @@ -29188,13 +31654,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Friedrichsf 0 0 Mannheim-Friedr. - 00000 1 @@ -29212,13 +31680,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Friedrich.S 0 0 Mannheim-Friedr.S - 00000 1 @@ -29236,13 +31706,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Käfertal 0 0 Mannheim-Kaefert. - 00000 1 @@ -29260,13 +31732,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Luzenberg 0 0 Mannheim-Luzenb. - 00000 1 @@ -29284,13 +31758,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Neckarau 0 0 Mannheim-Neckarau - 00000 1 @@ -29308,13 +31784,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Neckarstadt 0 0 Mannheim-Neckarst - 00000 1 @@ -29332,13 +31810,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Rheinau 0 0 Mannheim-Rheinau - 00000 1 @@ -29356,13 +31836,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Seckenheim 0 0 Mannheim-Seckenh - 00000 1 @@ -29380,13 +31862,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Waldhof 0 0 Mannheim-Waldhof - 00000 1 @@ -29404,13 +31888,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Marbach Ost(VS) 0 0 Marbach Ost(VS) - 00000 1 @@ -29428,13 +31914,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Marbach West(VS) 0 0 Marbach West(VS) - 00000 1 @@ -29452,13 +31940,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Marbach(Neckar) 0 0 Marbach(Neckar) - 00000 2 @@ -29475,13 +31965,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Marburg Süd 0 0 Marburg Sued - 00000 1 @@ -29499,13 +31991,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Marburg(Lahn) 0 0 Marburg(Lahn) - 00000 2 @@ -29523,13 +32017,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Marienborn 0 0 Marienborn - 00000 2 @@ -29546,13 +32042,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Markdorf(Baden) 0 0 Markdorf(Baden) - 00000 2 @@ -29569,13 +32067,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Markelfingen 0 0 Markelfingen - 00000 2 @@ -29592,13 +32092,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Markelsheim 0 0 Markelsheim - 00000 1 @@ -29616,13 +32118,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H060 + + 00000 + Markkleeberg-Großst 0 0 Markkleeberg-Grst - 00000 2 @@ -29639,13 +32143,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Markt Bibart 0 0 Markt Bibart - 00000 2 @@ -29662,13 +32168,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Markt Erlbach 0 0 Markt Erlbach - 00000 2 @@ -29685,13 +32193,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Markt Schwaben 0 0 Markt Schwaben - 00000 2 @@ -29708,13 +32218,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Marktl 0 0 Marktl - 00000 2 @@ -29731,13 +32243,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Marktleuthen 0 0 Marktleuthen - 00000 1 @@ -29754,13 +32268,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Marktoberdorf Schule 0 0 Marktoberd.Schule - 00000 1 @@ -29778,13 +32294,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Marktoberdorf 0 0 Marktoberdorf - 00000 2 @@ -29802,13 +32320,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Marktredwitz 0 0 Marktredwitz - 00000 2 @@ -29825,13 +32345,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Maschen 0 0 Maschen - 00000 1 @@ -29849,13 +32371,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Maulburg 0 0 Maulburg - 00000 2 @@ -29872,13 +32396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Maxau 0 0 Maxau - 00000 1 @@ -29896,13 +32422,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Meckelfeld 0 0 Meckelfeld - 00000 1 @@ -29920,13 +32448,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Meckenbeuren 0 0 Meckenbeuren - 00000 2 @@ -29943,13 +32473,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Mehltheuer 0 0 Mehltheuer - 00000 2 @@ -29966,13 +32498,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Meiningen 0 0 Meiningen - 00000 2 @@ -29989,13 +32523,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Meißen 0 0 Meissen - 00000 2 @@ -30013,13 +32549,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Meißen Triebischtal 0 0 Meissen Triebisch - 00000 1 @@ -30037,13 +32575,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Mellrichstadt Bf 0 0 Mellrichstadt Bf - 00000 2 @@ -30060,13 +32600,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Melsungen 0 0 Melsungen - 00000 2 @@ -30083,13 +32625,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Memmingen 0 0 Memmingen - 00000 2 @@ -30106,13 +32650,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Mengen 0 0 Mengen - 00000 2 @@ -30129,13 +32675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B040 + + 00000 + Meppen 0 0 Meppen - 00000 2 @@ -30152,13 +32700,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Mering 0 0 Mering - 00000 2 @@ -30175,13 +32725,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Merseburg 0 0 Merseburg - 00000 2 @@ -30198,13 +32750,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Merzig(Saar) 0 0 Merzig(Saar) - 00000 2 @@ -30221,13 +32775,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Meschede 0 0 Meschede - 00000 2 @@ -30244,13 +32800,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Mettlach 0 0 Mettlach - 00000 2 @@ -30267,13 +32825,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Metzingen(Württ) 0 0 Metzingen(Wuertt) - 00000 2 @@ -30290,13 +32850,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Michelstadt 0 0 Michelstadt - 00000 2 @@ -30313,13 +32875,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Michendorf 0 0 Michendorf - 00000 2 @@ -30336,14 +32900,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Miesbach 0 0 Miesbach - 00000 - 3 @@ -30360,13 +32926,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Miltenberg 0 0 Miltenberg - 00000 2 @@ -30384,13 +32952,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Mindelheim 0 0 Mindelheim - 00000 2 @@ -30407,13 +32977,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Minden(Westf) 0 0 Minden(Westf) - 00000 2 @@ -30430,13 +33002,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Mittenwald 0 0 Mittenwald - 00000 2 @@ -30453,13 +33027,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Mittenwald(Gr) 0 0 Mittenwald(Gr) - 00000 2 @@ -30476,13 +33052,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Mönchengladbach-Gen 0 0 Moenchengladb-Gen - 00000 1 @@ -30500,13 +33078,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Mönchengladbach-Lü 0 0 Moenchengladb-Lue - 00000 1 @@ -30524,13 +33104,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Mönchengladbach-Rhd 0 0 Moenchengladb-Rhd - 00000 1 @@ -30548,13 +33130,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Mönchengladbach Hbf 0 0 Moenchengladb.Hbf - 00000 2 @@ -30572,13 +33156,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mörfelden 0 0 Moerfelden - 00000 2 @@ -30595,13 +33181,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Mössingen 0 0 Moessingen - 00000 2 @@ -30618,13 +33206,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Montabaur 0 0 Montabaur - 00000 2 @@ -30641,13 +33231,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Moosburg 0 0 Moosburg - 00000 2 @@ -30664,14 +33256,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Moosrain 0 0 Moosrain - 00000 - 3 @@ -30688,13 +33282,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Mosbach(Baden) 0 0 Mosbach(Baden) - 00000 2 @@ -30711,13 +33307,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Mosbach-Neckarelz 0 0 Mosbach-Neckarelz - 00000 2 @@ -30734,13 +33332,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Mosel 0 0 Mosel - 00000 1 @@ -30758,13 +33358,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Mühlacker 0 0 Muehlacker - 00000 2 @@ -30781,13 +33383,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Mühldorf(Oberbay) 0 0 Muehldorf - 00000 2 @@ -30804,13 +33408,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Mühlhausen(b Engen) 0 0 Muehlhausen(Eng) - 00000 2 @@ -30827,13 +33433,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Mühlhausen(Thür) 0 0 Muehlhausen/Thuer - 00000 2 @@ -30850,13 +33458,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Mülheim(Ruhr)Styr. 0 0 Muelheim(R)Styr. - 00000 1 @@ -30874,13 +33484,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Mülheim(Ruhr)West 0 0 Muelheim(R)West - 00000 1 @@ -30898,13 +33510,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Mülheim(Ruhr)Hbf 0 0 Muelheim(Ruhr)Hbf - 00000 2 @@ -30922,13 +33536,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Müllheim(Baden) 0 0 Muellheim(Baden) - 00000 2 @@ -30945,13 +33561,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Müncheberg(Mark) 0 0 Muencheberg(Mark) - 00000 2 @@ -30968,13 +33586,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Donnersb. 0 0 Muenchen Donnersb - 00000 1 @@ -30992,13 +33612,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Flug Besuch 0 0 Muenchen Flug Bes - 00000 1 @@ -31016,13 +33638,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Flughafen T 0 0 Muenchen Flugh. T - 00000 2 @@ -31040,13 +33664,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Hackerbr. 0 0 Muenchen Hackerbr - 00000 1 @@ -31064,13 +33690,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Harras 0 0 Muenchen Harras - 00000 1 @@ -31088,13 +33716,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Hbf 0 0 Muenchen Hbf - 00000 2 @@ -31112,13 +33742,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Heimeranpl. 0 0 Muenchen Heimeran - 00000 1 @@ -31136,13 +33768,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Isartor 0 0 Muenchen Isartor - 00000 1 @@ -31160,13 +33794,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Karlsplatz 0 0 Muenchen Karlspl. - 00000 1 @@ -31184,13 +33820,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Leienfels. 0 0 Muenchen Leienf. - 00000 1 @@ -31208,13 +33846,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Leuchtenb. 0 0 Muenchen Leuchten - 00000 1 @@ -31232,13 +33872,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Marienplatz 0 0 Muenchen Marienpl - 00000 1 @@ -31256,13 +33898,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Ost 0 0 Muenchen Ost - 00000 1 @@ -31280,13 +33924,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Rosenh.Pl. 0 0 Muenchen Rosenh.P - 00000 1 @@ -31304,13 +33950,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Siemensw. 0 0 Muenchen Siemensw - 00000 1 @@ -31328,13 +33976,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München St Martin. 0 0 Muenchen St M. - 00000 1 @@ -31352,13 +34002,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Allach 0 0 Muenchen-Allach - 00000 1 @@ -31376,13 +34028,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Aubing 0 0 Muenchen-Aubing - 00000 1 @@ -31400,13 +34054,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Berg a Laim 0 0 Muenchen-Berg a L - 00000 1 @@ -31424,13 +34080,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Daglfing 0 0 Muenchen-Daglfing - 00000 1 @@ -31448,13 +34106,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Englschalk. 0 0 Muenchen-Englsch. - 00000 1 @@ -31472,13 +34132,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Fasanerie 0 0 Muenchen-Fasan. - 00000 1 @@ -31496,13 +34158,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Fasangarten 0 0 Muenchen-Fasang. - 00000 1 @@ -31520,13 +34184,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Feldmoching 0 0 Muenchen-Feldm. - 00000 1 @@ -31544,13 +34210,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Giesing 0 0 Muenchen-Giesing - 00000 1 @@ -31568,13 +34236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Johannesk. 0 0 Muenchen-Johannes - 00000 1 @@ -31592,13 +34262,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Karlsfeld 0 0 Muenchen-Karlsf. - 00000 1 @@ -31616,13 +34288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Laim 0 0 Muenchen-Laim - 00000 1 @@ -31640,13 +34314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Langwied 0 0 Muenchen-Langwied - 00000 1 @@ -31664,13 +34340,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Lochhausen 0 0 Muenchen-Lochhaus - 00000 1 @@ -31688,13 +34366,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Mittersend. 0 0 Muenchen-Mitters. - 00000 1 @@ -31712,13 +34392,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Moosach 0 0 Muenchen-Moosach - 00000 1 @@ -31736,13 +34418,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Neuaubing 0 0 Muenchen-Neuaub - 00000 1 @@ -31760,13 +34444,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Neuperl.S 0 0 Muenchen-Neup.S - 00000 1 @@ -31784,13 +34470,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Obermenzing 0 0 Muenchen-Oberm. - 00000 1 @@ -31808,13 +34496,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Pasing 0 0 Muenchen-Pasing - 00000 1 @@ -31832,13 +34522,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Perlach 0 0 Muenchen-Perlach - 00000 1 @@ -31856,13 +34548,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Riem 0 0 Muenchen-Riem - 00000 1 @@ -31880,13 +34574,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Solln 0 0 Muenchen-Solln - 00000 1 @@ -31904,13 +34600,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Trudering 0 0 Muenchen-Truder. - 00000 1 @@ -31928,13 +34626,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Westkreuz 0 0 Muenchen-Westkr. - 00000 1 @@ -31952,13 +34652,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Münster(W)Zentrum N 0 0 Muenster(W)Z. N - 00000 1 @@ -31976,13 +34678,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Münster(Westf)Hbf 0 0 Muenster(Westf) - 00000 2 @@ -32000,13 +34704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Münster-Albachten 0 0 Muenster-Albacht. - 00000 1 @@ -32024,13 +34730,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Münster-Amelsbüren 0 0 Muenster-Amelsb. - 00000 1 @@ -32048,13 +34756,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Münster-Häger 0 0 Muenster-Haeger - 00000 1 @@ -32072,13 +34782,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Münster-Hiltrup 0 0 Muenster-Hiltrup - 00000 1 @@ -32096,13 +34808,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Münster-Sprakel 0 0 Muenster-Sprakel - 00000 1 @@ -32120,14 +34834,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Bus + Mulhouse Bus 0 0 Mulhouse Bus - 00000 - 3 @@ -32144,13 +34860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Munderkingen 0 0 Munderkingen - 00000 2 @@ -32167,13 +34885,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Murg(Baden) 0 0 Murg(Baden) - 00000 2 @@ -32190,13 +34910,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Murnau 0 0 Murnau - 00000 2 @@ -32213,13 +34935,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Murrhardt 0 0 Murrhardt - 00000 2 @@ -32236,13 +34960,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Musau 0 0 Musau - 00000 2 @@ -32259,13 +34985,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Nabburg 0 0 Nabburg - 00000 2 @@ -32282,13 +35010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Nagold 0 0 Nagold - 00000 2 @@ -32305,13 +35035,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Narsdorf 0 0 Narsdorf - 00000 2 @@ -32328,13 +35060,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Nauen 0 0 Nauen - 00000 2 @@ -32351,13 +35085,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Naumburg(Saale)Hbf 0 0 Naumburg(Saale) - 00000 2 @@ -32374,13 +35110,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Neckargemünd 0 0 Neckargemuend - 00000 2 @@ -32397,13 +35135,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Neheim-Hüsten 0 0 Neheim-Huesten - 00000 2 @@ -32420,13 +35160,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Nesselwang 0 0 Nesselwang - 00000 2 @@ -32443,13 +35185,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Neu-Ulm 0 0 Neu-Ulm - 00000 1 @@ -32467,13 +35211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Neubiberg 0 0 Neubiberg - 00000 1 @@ -32491,13 +35237,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H030 + + 00000 + Neubrandenburg 0 0 Neubrandenburg - 00000 2 @@ -32514,13 +35262,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Neuburg(Donau) 0 0 Neuburg(Donau) - 00000 2 @@ -32537,13 +35287,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Neudietendorf 0 0 Neudietendorf - 00000 1 @@ -32560,13 +35312,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Neue Schenke 0 0 Neue Schenke - 00000 1 @@ -32584,13 +35338,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Neuenburg(Baden) 0 0 Neuenburg(Baden) - 00000 2 @@ -32607,13 +35363,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Neuenburg(Baden)(Gr) 0 0 Neuenburg(Bd)(Gr) - 00000 2 @@ -32630,13 +35388,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Neuenmarkt-Wirsberg 0 0 Neuenmarkt-Wirsb. - 00000 2 @@ -32653,13 +35413,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Neuenrade 0 0 Neuenrade - 00000 2 @@ -32676,13 +35438,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Neufahrn(Niederbay) 0 0 Neufahrn(Ndb) - 00000 2 @@ -32699,13 +35463,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Neukieritzsch 0 0 Neukieritzsch - 00000 2 @@ -32722,13 +35488,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Neukirchen(b Sulzb) 0 0 Neukirchen(Sulzb) - 00000 2 @@ -32745,13 +35513,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Neumark(Sachs) 0 0 Neumark(Sachs) - 00000 2 @@ -32768,13 +35538,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Neumarkt(Oberpf) 0 0 Neumarkt(Opf) - 00000 2 @@ -32791,13 +35563,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Neumarkt-St Veit 0 0 Neumarkt-St Veit - 00000 2 @@ -32814,13 +35588,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Neumünster 0 0 Neumuenster - 00000 2 @@ -32837,13 +35613,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Neunkirchen(Saar)Hbf 0 0 Neunkirchen(S)Hbf - 00000 2 @@ -32860,13 +35638,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Neuötting 0 0 Neuoetting - 00000 2 @@ -32883,13 +35663,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Neuruppin West 0 0 Neuruppin West - 00000 2 @@ -32906,13 +35688,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Neuss Am Kaiser 0 0 Neuss Am Kaiser - 00000 1 @@ -32930,13 +35714,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Neuss Hbf 0 0 Neuss Hbf - 00000 2 @@ -32954,13 +35740,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Neuss Rheinpark Cent 0 0 Neuss Rheinpark C - 00000 1 @@ -32978,13 +35766,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Neuss Süd 0 0 Neuss Sued - 00000 1 @@ -33002,13 +35792,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Neustadt(Aisch)Bahnh 0 0 Neustadt(Aisch)Bf - 00000 2 @@ -33025,13 +35817,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Neustadt(Donau) 0 0 Neustadt(Donau) - 00000 2 @@ -33048,13 +35842,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Neustadt(Dosse) 0 0 Neustadt(Dosse) - 00000 2 @@ -33071,13 +35867,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Neustadt(Holst) 0 0 Neustadt(Holst) - 00000 2 @@ -33094,13 +35892,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Neustadt(Orla) 0 0 Neustadt(Orla) - 00000 2 @@ -33117,13 +35917,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Neustadt(Sachs) 0 0 Neustadt(Sachs) - 00000 2 @@ -33140,13 +35942,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Neustadt(Weinstr)Hbf 0 0 Neustadt(Wstr)Hbf - 00000 2 @@ -33164,13 +35968,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Neustadt-Böbig 0 0 Neustadt-Boebig - 00000 1 @@ -33188,13 +35994,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Neustadt(Schwarzw) 0 0 Neustadt/Schwarzw - 00000 2 @@ -33211,13 +36019,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Neustadt(Waldnaab) 0 0 Neustadt/Waldnaab - 00000 2 @@ -33234,13 +36044,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H030 + + 00000 + Neustrelitz Hbf 0 0 Neustrelitz Hbf - 00000 2 @@ -33257,13 +36069,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Neuwied 0 0 Neuwied - 00000 2 @@ -33280,13 +36094,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Neuwirtshaus(Por.pl) 0 0 Neuwirtshaus - 00000 1 @@ -33304,13 +36120,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Nidda 0 0 Nidda - 00000 2 @@ -33327,13 +36145,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Nidderau 0 0 Nidderau - 00000 2 @@ -33350,13 +36170,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + Niebüll 0 0 Niebuell - 00000 2 @@ -33373,13 +36195,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Niedaltdorf 0 0 Niedaltdorf - 00000 2 @@ -33396,13 +36220,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Niederau-Tuchmühle 0 0 Niederau-Tuchm - 00000 1 @@ -33420,13 +36246,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Niederbiegen 0 0 Niederbiegen - 00000 1 @@ -33444,13 +36272,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Niederlahnstein 0 0 Niederlahnstein - 00000 2 @@ -33467,13 +36297,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Niederwartha 0 0 Niederwartha - 00000 1 @@ -33491,13 +36323,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Nienburg(Weser) 0 0 Nienburg(Weser) - 00000 2 @@ -33514,13 +36348,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Nördlingen 0 0 Noerdlingen - 00000 2 @@ -33537,13 +36373,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Nohra(Weimar) 0 0 Nohra(Weimar) - 00000 1 @@ -33561,13 +36399,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Nonnenhorn 0 0 Nonnenhorn - 00000 2 @@ -33584,13 +36424,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + Norddeich 0 0 Norddeich - 00000 2 @@ -33607,13 +36449,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + Norden 0 0 Norden - 00000 2 @@ -33630,13 +36474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Nordenham 0 0 Nordenham - 00000 2 @@ -33653,14 +36499,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + SEE + Norderney 0 0 Norderney - 00000 - 3 @@ -33677,13 +36525,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Nordhausen 0 0 Nordhausen - 00000 2 @@ -33700,13 +36550,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Nordstemmen 0 0 Nordstemmen - 00000 2 @@ -33723,13 +36575,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Norf 0 0 Norf - 00000 1 @@ -33747,13 +36601,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Norsingen 0 0 Norsingen - 00000 2 @@ -33770,13 +36626,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Northeim(Han) 0 0 Northeim(Han) - 00000 2 @@ -33793,13 +36651,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg Frankensta 0 0 Nuernberg Franken - 00000 1 @@ -33817,13 +36677,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg Hbf 0 0 Nuernberg Hbf - 00000 2 @@ -33841,13 +36703,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg Nordost 0 0 Nuernberg Nordost - 00000 1 @@ -33865,13 +36729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg Ost 0 0 Nuernberg Ost - 00000 1 @@ -33889,13 +36755,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg Ostring 0 0 Nuernberg Ostring - 00000 1 @@ -33913,13 +36781,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg Rothenb. 0 0 Nuernberg Rothenb - 00000 1 @@ -33937,13 +36807,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Dürrenhof 0 0 Nuernberg-Duerren - 00000 1 @@ -33961,13 +36833,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Dutzendt. 0 0 Nuernberg-Dutzdt. - 00000 1 @@ -33985,13 +36859,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Eibach 0 0 Nuernberg-Eibach - 00000 1 @@ -34009,13 +36885,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Erlensteg. 0 0 Nuernberg-Erlenst - 00000 1 @@ -34033,13 +36911,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Gleißh. 0 0 Nuernberg-Gleissh - 00000 1 @@ -34057,13 +36937,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Laufamholz 0 0 Nuernberg-Laufamh - 00000 1 @@ -34081,13 +36963,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Mögeldorf 0 0 Nuernberg-Moegeld - 00000 1 @@ -34105,13 +36989,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Rehhof 0 0 Nuernberg-Rehhof - 00000 1 @@ -34129,13 +37015,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Reichelsd. 0 0 Nuernberg-Reichel - 00000 1 @@ -34153,13 +37041,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Sandreuth 0 0 Nuernberg-Sandr. - 00000 1 @@ -34177,13 +37067,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Schweinau 0 0 Nuernberg-Schwei. - 00000 1 @@ -34201,13 +37093,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Stein 0 0 Nuernberg-Stein - 00000 1 @@ -34225,13 +37119,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Steinbühl 0 0 Nuernberg-Steinb. - 00000 1 @@ -34249,13 +37145,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Nürtingen 0 0 Nuertingen - 00000 2 @@ -34272,13 +37170,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Oberammergau 0 0 Oberammergau - 00000 2 @@ -34295,13 +37195,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Oberau 0 0 Oberau - 00000 2 @@ -34318,13 +37220,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Oberaudorf 0 0 Oberaudorf - 00000 2 @@ -34341,13 +37245,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Oberesslingen 0 0 Oberesslingen - 00000 1 @@ -34365,14 +37271,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Obergries 0 0 Obergries - 00000 - 3 @@ -34389,13 +37297,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Obergrunstedt 0 0 Obergrunstedt - 00000 1 @@ -34413,13 +37323,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Oberhausen Hbf 0 0 Oberhausen Hbf - 00000 2 @@ -34437,13 +37349,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Oberhausen-Holten 0 0 Oberhausen-Holten - 00000 1 @@ -34461,13 +37375,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Oberhausen-Osterf.S 0 0 Oberhausen-Osterf - 00000 1 @@ -34485,13 +37401,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Oberhausen-Sterkrade 0 0 Oberhausen-Sterkr - 00000 1 @@ -34509,13 +37427,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Oberkirch 0 0 Oberkirch - 00000 2 @@ -34532,13 +37452,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Oberlenningen 0 0 Oberlenningen - 00000 2 @@ -34555,13 +37477,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Oberndorf(Neckar) 0 0 Oberndorf(Neckar) - 00000 2 @@ -34578,13 +37502,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Oberrothenbach 0 0 Oberrothenbach - 00000 1 @@ -34602,13 +37528,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Oberstaufen 0 0 Oberstaufen - 00000 2 @@ -34625,13 +37553,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Oberstdorf 0 0 Oberstdorf - 00000 2 @@ -34648,13 +37578,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Obertraubling 0 0 Obertraubling - 00000 1 @@ -34672,13 +37604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Oberursel(Taunus) 0 0 Oberursel(Taunus) - 00000 2 @@ -34695,13 +37629,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Oberweimar 0 0 Oberweimar - 00000 1 @@ -34719,13 +37655,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Oberzell 0 0 Oberzell - 00000 1 @@ -34743,13 +37681,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Oebisfelde 0 0 Oebisfelde - 00000 2 @@ -34766,13 +37706,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Oelde 0 0 Oelde - 00000 2 @@ -34789,13 +37731,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Offenbach(Main)Hbf 0 0 Offenbach(M)Hbf - 00000 2 @@ -34813,13 +37757,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Offenbach(M)Kaiserl 0 0 Offenbach(M)K - 00000 1 @@ -34837,13 +37783,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Offenbach(M)Ledermu 0 0 Offenbach(M)Leder - 00000 1 @@ -34861,13 +37809,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Offenbach(M)Marktpl 0 0 Offenbach(M)Markt - 00000 1 @@ -34885,13 +37835,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Offenbach(Main)Ost 0 0 Offenbach(M)Ost - 00000 1 @@ -34909,13 +37861,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Offenbach-Bieber 0 0 Offenbach-Bieber - 00000 1 @@ -34933,13 +37887,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Offenbach-Waldhof 0 0 Offenbach-Waldhof - 00000 1 @@ -34957,13 +37913,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Offenburg 0 0 Offenburg - 00000 2 @@ -34981,13 +37939,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Offenburg Krs.Schulz 0 0 Offenburg Krs.Sch - 00000 1 @@ -35005,13 +37965,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Ohlstadt 0 0 Ohlstadt - 00000 2 @@ -35028,13 +37990,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Oldenburg(Holst) 0 0 Oldenburg(Holst) - 00000 2 @@ -35051,13 +38015,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + Oldenburg(Oldb) 0 0 Oldenburg(Oldb) - 00000 2 @@ -35074,13 +38040,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Oldentrup 0 0 Oldentrup - 00000 1 @@ -35098,13 +38066,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Olpe 0 0 Olpe - 00000 2 @@ -35121,13 +38091,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Opladen 0 0 Opladen - 00000 2 @@ -35145,13 +38117,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Oppenau 0 0 Oppenau - 00000 2 @@ -35168,13 +38142,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Oranienburg 0 0 Oranienburg - 00000 2 @@ -35191,13 +38167,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Orschweier 0 0 Orschweier - 00000 2 @@ -35214,13 +38192,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H060 + + 00000 + Oschatz 0 0 Oschatz - 00000 2 @@ -35237,13 +38217,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Osnabrück Altstadt 0 0 Osnabrueck Altst - 00000 1 @@ -35261,13 +38243,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Osnabrück Hbf 0 0 Osnabrueck Hbf - 00000 2 @@ -35285,13 +38269,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Osterburken 0 0 Osterburken - 00000 2 @@ -35308,13 +38294,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Osterhofen(Nby) 0 0 Osterhofen(Nby) - 00000 2 @@ -35331,14 +38319,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Osterhofen(Oberbay) 0 0 Osterhofen(Oberb) - 00000 - 3 @@ -35355,13 +38345,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Osterholz-Scharmbeck 0 0 Osterholz-Scharmb - 00000 2 @@ -35378,13 +38370,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I020 + + 00000 + Ostseebad Binz 0 0 Ostseebad Binz - 00000 2 @@ -35401,13 +38395,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Ottobrunn 0 0 Ottobrunn - 00000 1 @@ -35425,13 +38421,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Ottweiler(Saar) 0 0 Ottweiler(Saar) - 00000 2 @@ -35448,13 +38446,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Oy-Mittelberg 0 0 Oy-Mittelberg - 00000 2 @@ -35471,13 +38471,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Paderborn Hbf 0 0 Paderborn Hbf - 00000 2 @@ -35495,13 +38497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Paderborn Kassel.Tor 0 0 Paderborn Kassel - 00000 1 @@ -35519,13 +38523,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Paderborn Nord 0 0 Paderborn Nord - 00000 1 @@ -35543,13 +38549,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B040 + + 00000 + Papenburg(Ems) 0 0 Papenburg(Ems) - 00000 2 @@ -35566,13 +38574,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Pasewalk 0 0 Pasewalk - 00000 2 @@ -35590,13 +38600,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Pasewalk Ost 0 0 Pasewalk Ost - 00000 1 @@ -35614,13 +38626,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I100 + + 00000 + Passau Hbf 0 0 Passau Hbf - 00000 2 @@ -35637,13 +38651,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Pegnitz 0 0 Pegnitz - 00000 2 @@ -35660,13 +38676,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Peine 0 0 Peine - 00000 2 @@ -35683,13 +38701,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Penzberg 0 0 Penzberg - 00000 2 @@ -35706,13 +38726,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Petershausen(Obb) 0 0 Petershausen(Obb) - 00000 2 @@ -35729,13 +38751,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Pfaffenhofen(Ilm) 0 0 Pfaffenhofen(Ilm) - 00000 2 @@ -35752,13 +38776,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Pfalzel 0 0 Pfalzel - 00000 1 @@ -35776,13 +38802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Pfarrkirchen 0 0 Pfarrkirchen - 00000 2 @@ -35799,13 +38827,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Pfeddersheim 0 0 Pfeddersheim - 00000 1 @@ -35823,13 +38853,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Pflach 0 0 Pflach - 00000 2 @@ -35846,13 +38878,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Pforzheim Hbf 0 0 Pforzheim - 00000 2 @@ -35870,13 +38904,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Pforzheim Durl. Str. 0 0 Pforzheim Durl. - 00000 1 @@ -35894,13 +38930,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Pforzheim Maihälden 0 0 Pforzheim Maih. - 00000 1 @@ -35918,13 +38956,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Pfraundorf(Inn) 0 0 Pfraundorf(Inn) - 00000 2 @@ -35941,13 +38981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Pfronten-Ried 0 0 Pfronten-Ried - 00000 2 @@ -35964,13 +39006,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Pfronten-Steinach 0 0 Pfronten-Steinach - 00000 2 @@ -35987,13 +39031,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Pinneberg 0 0 Pinneberg - 00000 1 @@ -36011,13 +39057,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B100 + + 00000 + Pirmasens Hbf 0 0 Pirmasens Hbf - 00000 2 @@ -36034,13 +39082,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Pirmasens Nord 0 0 Pirmasens Nord - 00000 2 @@ -36057,13 +39107,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Pirna 0 0 Pirna - 00000 2 @@ -36080,13 +39132,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Planegg 0 0 Planegg - 00000 1 @@ -36104,13 +39158,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Plattling 0 0 Plattling - 00000 2 @@ -36127,13 +39183,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Plaue(Thür) 0 0 Plaue(Thuer) - 00000 2 @@ -36150,13 +39208,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Plauen(Vogtl) ob Bf 0 0 Plauen(V) ob Bf - 00000 2 @@ -36173,13 +39233,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Plettenberg 0 0 Plettenberg - 00000 2 @@ -36196,13 +39258,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Plochingen 0 0 Plochingen - 00000 2 @@ -36219,13 +39283,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Plön 0 0 Ploen - 00000 2 @@ -36242,13 +39308,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I110 + + 00000 + Pocking 0 0 Pocking - 00000 2 @@ -36265,13 +39333,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Porz(Rhein) 0 0 Porz(Rhein) - 00000 1 @@ -36289,13 +39359,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Porz-Wahn 0 0 Porz-Wahn - 00000 1 @@ -36313,13 +39385,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Potsdam Charlottenh 0 0 Potsdam Charlotte - 00000 1 @@ -36337,13 +39411,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Potsdam Hbf 0 0 Potsdam Hbf - 00000 2 @@ -36361,13 +39437,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Potsdam Park Sanss. 0 0 Potsdam Park Sans - 00000 1 @@ -36385,13 +39463,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Potsdam Pirschheide 0 0 Potsdam Pirschh. - 00000 1 @@ -36409,13 +39489,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H080 + + 00000 + Potucky(Gr) 0 0 Potucky(Gr) - 00000 2 @@ -36432,13 +39514,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J080 + + 00000 + Praha 0 0 Praha - 00000 2 @@ -36455,13 +39539,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Prenzlau 0 0 Prenzlau - 00000 2 @@ -36478,13 +39564,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Priemerburg 0 0 Priemerburg - 00000 2 @@ -36501,13 +39589,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Prien a Chiemsee 0 0 Prien a Chiemsee - 00000 2 @@ -36524,13 +39614,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Prisdorf 0 0 Prisdorf - 00000 1 @@ -36548,13 +39640,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Probstzella 0 0 Probstzella - 00000 2 @@ -36571,13 +39665,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Pullach 0 0 Pullach - 00000 1 @@ -36595,13 +39691,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F010 + + 00000 + Puttgarden 0 0 Puttgarden - 00000 2 @@ -36618,13 +39716,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F010 + + 00000 + Puttgarden(MS) 0 0 Puttgarden(MS) - 00000 2 @@ -36641,13 +39741,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Quedlinburg 0 0 Quedlinburg - 00000 2 @@ -36664,13 +39766,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Quelle 0 0 Quelle - 00000 1 @@ -36688,13 +39792,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Quelle-Kupferheide 0 0 Quelle-Kupferh - 00000 1 @@ -36712,13 +39818,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Quint 0 0 Quint - 00000 1 @@ -36736,13 +39844,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Radolfzell 0 0 Radolfzell - 00000 2 @@ -36759,13 +39869,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Raisdorf 0 0 Raisdorf - 00000 1 @@ -36783,13 +39895,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Ramsen 0 0 Ramsen - 00000 2 @@ -36806,13 +39920,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Rastatt 0 0 Rastatt - 00000 2 @@ -36829,13 +39945,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G040 + + 00000 + Rathenow 0 0 Rathenow - 00000 2 @@ -36852,13 +39970,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Raubling 0 0 Raubling - 00000 2 @@ -36875,13 +39995,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Ravensburg 0 0 Ravensburg - 00000 2 @@ -36899,13 +40021,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Recklinghausen Süd 0 0 Recklinghausen S - 00000 1 @@ -36923,13 +40047,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Recklinghausen Hbf 0 0 RecklinghausenHbf - 00000 2 @@ -36947,13 +40073,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Regen 0 0 Regen - 00000 2 @@ -36970,13 +40098,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Regensburg Hbf 0 0 Regensburg Hbf - 00000 2 @@ -36994,13 +40124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Regensburg-Prüfen. 0 0 Regensburg-Pruef - 00000 1 @@ -37018,13 +40150,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Rehfelde 0 0 Rehfelde - 00000 2 @@ -37041,13 +40175,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Reichelsdorfer Kell. 0 0 Reichelsdorfer K. - 00000 1 @@ -37065,13 +40201,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Reichenau(Baden) 0 0 Reichenau(Baden) - 00000 2 @@ -37088,14 +40226,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Reichersbeuern 0 0 Reichersbeuern - 00000 - 3 @@ -37112,13 +40252,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Reicholzheim 0 0 Reicholzheim - 00000 1 @@ -37136,13 +40278,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Reinbek 0 0 Reinbek - 00000 1 @@ -37160,13 +40304,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Reinhardsbrunn-Fried 0 0 Reinhardsbrunn-Fr - 00000 1 @@ -37184,13 +40330,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Reinheim(Odenw) 0 0 Reinheim(Odw) - 00000 2 @@ -37207,13 +40355,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Remagen 0 0 Remagen - 00000 2 @@ -37230,13 +40380,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Remscheid Hbf 0 0 Remscheid Hbf - 00000 2 @@ -37254,13 +40406,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Remscheid-Güldenw. 0 0 Remscheid-Guelden - 00000 1 @@ -37278,13 +40432,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Remscheid-Lennep 0 0 Remscheid-Lennep - 00000 1 @@ -37302,13 +40458,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Remscheid-Lüttringh 0 0 Remscheid-Luettr. - 00000 1 @@ -37326,13 +40484,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Rendsburg 0 0 Rendsburg - 00000 2 @@ -37349,13 +40509,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Renningen 0 0 Renningen - 00000 2 @@ -37372,13 +40534,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Reutlingen Hbf 0 0 Reutlingen - 00000 2 @@ -37396,13 +40560,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Reutlingen West 0 0 Reutlingen West - 00000 1 @@ -37420,13 +40586,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Reutlingen-Betzingen 0 0 Reutlingen-Betz. - 00000 1 @@ -37444,13 +40612,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Reutlingen-Sondelf. 0 0 Reutlingen-Sondel - 00000 1 @@ -37468,13 +40638,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Reutte(Tirol)Schulz. 0 0 Reutte(T)Schulz. - 00000 2 @@ -37491,13 +40663,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Reutte(Tirol) 0 0 Reutte(Tirol) - 00000 2 @@ -37514,13 +40688,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Rheda-Wiedenbrück 0 0 Rheda-Wiedenbr. - 00000 2 @@ -37537,13 +40713,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Rheinbach 0 0 Rheinbach - 00000 2 @@ -37560,13 +40738,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Rheine 0 0 Rheine - 00000 2 @@ -37584,13 +40764,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Rheine-Mesum 0 0 Rheine-Mesum - 00000 1 @@ -37608,13 +40790,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Rheinfelden(Baden) 0 0 Rheinfelden(Bd) - 00000 2 @@ -37631,13 +40815,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Rheinhausen 0 0 Rheinhausen - 00000 1 @@ -37655,13 +40841,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Rheinhausen Ost 0 0 Rheinhausen Ost - 00000 1 @@ -37679,13 +40867,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Rheinsberg(Mark) 0 0 Rheinsberg(Mark) - 00000 2 @@ -37702,13 +40892,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Rheinweiler 0 0 Rheinweiler - 00000 2 @@ -37725,13 +40917,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Rheydt Hbf 0 0 Rheydt Hbf - 00000 1 @@ -37749,13 +40943,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Rheydt-Odenkirchen 0 0 Rheydt-Odenkirch - 00000 1 @@ -37773,13 +40969,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Ribnitz-Damgarten W 0 0 Ribnitz-Damg.West - 00000 2 @@ -37796,13 +40994,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Riedlingen 0 0 Riedlingen - 00000 2 @@ -37819,13 +41019,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Riedstadt-Goddelau 0 0 Riedstadt-Goddel. - 00000 2 @@ -37842,13 +41044,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Riegel-Malterdingen 0 0 Riegel-Malterding - 00000 2 @@ -37865,13 +41069,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Riehen 0 0 Riehen - 00000 1 @@ -37889,13 +41095,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Riehen Niederholz 0 0 Riehen Niederholz - 00000 1 @@ -37913,13 +41121,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H060 + + 00000 + Riesa 0 0 Riesa - 00000 2 @@ -37936,13 +41146,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Ringsheim 0 0 Ringsheim - 00000 2 @@ -37959,13 +41171,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Röblingen am See 0 0 Roeblingen am See - 00000 2 @@ -37982,13 +41196,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Rödermark-Ob.Roden 0 0 Roedermark-Ob.Rod - 00000 2 @@ -38005,13 +41221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Rösrath 0 0 Roesrath - 00000 2 @@ -38028,13 +41246,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Röthenbach(Allgäu) 0 0 Roethenbach(Allg) - 00000 2 @@ -38051,13 +41271,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Rohrbach(Ilm) 0 0 Rohrbach(Ilm) - 00000 1 @@ -38074,13 +41296,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Rohrbach(Saar) 0 0 Rohrbach(Saar) - 00000 2 @@ -38097,13 +41321,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Ronneburg(Thür) 0 0 Ronneburg(Thuer) - 00000 2 @@ -38120,13 +41346,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Rosenheim 0 0 Rosenheim - 00000 2 @@ -38143,13 +41371,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Roßlau(Elbe) 0 0 Rosslau(Elbe) - 00000 2 @@ -38166,13 +41396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock Hbf 0 0 Rostock - 00000 2 @@ -38190,13 +41422,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock Holbeinplatz 0 0 Rostock Holbeinpl - 00000 1 @@ -38214,13 +41448,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock Parkstraße 0 0 Rostock Parkstr - 00000 1 @@ -38238,13 +41474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock Seehafen N 0 0 Rostock Seehafen - 00000 1 @@ -38262,13 +41500,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock Thierf.Str. 0 0 Rostock Thierf St - 00000 1 @@ -38286,13 +41526,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock Toitenwinkel 0 0 Rostock Toitenw - 00000 1 @@ -38310,13 +41552,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-Bramow 0 0 Rostock-Bramow - 00000 1 @@ -38334,13 +41578,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-Dierkow 0 0 Rostock-Dierkow - 00000 1 @@ -38358,13 +41604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-Evershagen 0 0 Rostock-Eversh - 00000 1 @@ -38382,13 +41630,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-HinrichsdStr 0 0 Rostock-Hinrichsd - 00000 1 @@ -38406,13 +41656,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-Kassebohm 0 0 Rostock-Kassebohm - 00000 1 @@ -38430,13 +41682,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-Lichtenhagen 0 0 Rostock-Lichtenh - 00000 1 @@ -38454,13 +41708,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-Lütten Kl. 0 0 Rostock-Luetten K - 00000 1 @@ -38478,13 +41734,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-Marienehe 0 0 Rostock-Marienehe - 00000 1 @@ -38502,13 +41760,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Rotenburg(Wümme) 0 0 Rotenburg(Wuemme) - 00000 2 @@ -38525,13 +41785,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Roth 0 0 Roth - 00000 2 @@ -38548,13 +41810,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Rothenburg o d Taub. 0 0 Rothenburg o d T - 00000 2 @@ -38571,13 +41835,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Rottenbach 0 0 Rottenbach - 00000 2 @@ -38594,13 +41860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Rottenburg(Neckar) 0 0 Rottenburg/Neckar - 00000 2 @@ -38617,13 +41885,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Rottweil 0 0 Rottweil - 00000 2 @@ -38640,13 +41910,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Rudolstadt(Thür) 0 0 Rudolstadt(Thuer) - 00000 2 @@ -38663,13 +41935,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Rüdesheim(Rhein) 0 0 Ruedesheim(Rhein) - 00000 2 @@ -38686,13 +41960,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Rüsselsheim 0 0 Ruesselsheim - 00000 2 @@ -38709,13 +41985,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Ruhland 0 0 Ruhland - 00000 2 @@ -38732,13 +42010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Ruhpolding 0 0 Ruhpolding - 00000 2 @@ -38755,13 +42035,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J070 + + 00000 + Rumburk(Gr) 0 0 Rumburk(Gr) - 00000 2 @@ -38778,13 +42060,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Rumeln 0 0 Rumeln - 00000 1 @@ -38802,13 +42086,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Saalfeld(Saale) 0 0 Saalfeld(Saale) - 00000 2 @@ -38825,13 +42111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Saarbrücken Hbf 0 0 Saarbruecken - 00000 2 @@ -38849,13 +42137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Saarbrücken Ost 0 0 Saarbruecken Ost - 00000 1 @@ -38873,13 +42163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Saarbrücken-Burbach 0 0 Saarbruecken-Burb - 00000 1 @@ -38897,13 +42189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Saarburg(Bz Trier) 0 0 Saarburg(Trier) - 00000 2 @@ -38920,13 +42214,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Saarlouis Hbf 0 0 Saarlouis Hbf - 00000 2 @@ -38943,13 +42239,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H010 + + 00000 + Sagard 0 0 Sagard - 00000 2 @@ -38966,13 +42264,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Salem 0 0 Salem - 00000 2 @@ -38989,13 +42289,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Salmtal 0 0 Salmtal - 00000 2 @@ -39012,13 +42314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Salzburg Hbf 0 0 Salzburg Hbf - 00000 2 @@ -39036,13 +42340,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Salzburg-Taxham Euro 0 0 Salzburg-Taxham E - 00000 1 @@ -39060,13 +42366,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Salzgitter-Bad 0 0 Salzgitter-Bad - 00000 1 @@ -39084,13 +42392,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Salzgitter-Ringelh. 0 0 Salzgitter-Ringel - 00000 2 @@ -39108,13 +42418,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F040 + + 00000 + Salzwedel 0 0 Salzwedel - 00000 2 @@ -39131,14 +42443,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + SEE + Sande 0 0 Sande - 00000 - 3 @@ -39155,13 +42469,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Sandersleben(Anh) 0 0 Sandersleben(Anh) - 00000 2 @@ -39178,13 +42494,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Sangerhausen 0 0 Sangerhausen - 00000 2 @@ -39201,13 +42519,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I010 + + 00000 + Sassnitz 0 0 Sassnitz - 00000 2 @@ -39224,13 +42544,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I010 + + 00000 + Sassnitz(Gr) 0 0 Sassnitz(Gr) - 00000 2 @@ -39247,13 +42569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Schafbrücke 0 0 Schafbruecke - 00000 1 @@ -39271,13 +42595,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Schaffhausen 0 0 Schaffhausen - 00000 2 @@ -39294,13 +42620,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Schafstädt 0 0 Schafstaedt - 00000 2 @@ -39317,14 +42645,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Schaftlach 0 0 Schaftlach - 00000 - 3 @@ -39341,13 +42671,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Schallstadt 0 0 Schallstadt - 00000 2 @@ -39364,13 +42696,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Scharbeutz 0 0 Scharbeutz - 00000 2 @@ -39387,13 +42721,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Scheidt(Saar) 0 0 Scheidt(Saar) - 00000 1 @@ -39411,13 +42747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Schifferstadt 0 0 Schifferstadt - 00000 2 @@ -39434,13 +42772,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Schirnding 0 0 Schirnding - 00000 2 @@ -39457,13 +42797,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E010 + + 00000 + Schleswig 0 0 Schleswig - 00000 2 @@ -39480,13 +42822,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Schliengen 0 0 Schliengen - 00000 2 @@ -39503,14 +42847,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Schliersee 0 0 Schliersee - 00000 - 3 @@ -39527,13 +42873,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Schluchsee 0 0 Schluchsee - 00000 2 @@ -39550,13 +42898,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E040 + + 00000 + Schneverdingen 0 0 Schneverdingen - 00000 2 @@ -39573,13 +42923,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J070 + + 00000 + Schöna(Gr) 0 0 Schoena(Gr) - 00000 2 @@ -39596,13 +42948,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Schönbichl 0 0 Schoenbichl - 00000 2 @@ -39619,13 +42973,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Schönebeck(Elbe) 0 0 Schoenebeck(Elbe) - 00000 2 @@ -39642,13 +42998,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Schönefeld 0 0 Schoenefeld - 00000 2 @@ -39666,13 +43024,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Schongau 0 0 Schongau - 00000 2 @@ -39689,13 +43049,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Schopfheim 0 0 Schopfheim - 00000 2 @@ -39712,13 +43074,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Schorndorf 0 0 Schorndorf - 00000 2 @@ -39735,13 +43099,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Schwabach 0 0 Schwabach - 00000 2 @@ -39758,13 +43124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Schwabmünchen 0 0 Schwabmuenchen - 00000 2 @@ -39781,13 +43149,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Schwäbisch Gmünd 0 0 Schwaeb.Gmuend - 00000 2 @@ -39804,13 +43174,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Schwäb.Hall-Hessent 0 0 Schwaeb.Hall-Hess - 00000 2 @@ -39827,13 +43199,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Schwäbisch Hall 0 0 Schwaebisch Hall - 00000 2 @@ -39850,13 +43224,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Schwandorf 0 0 Schwandorf - 00000 2 @@ -39873,13 +43249,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Schwarzenberg(Erzg) 0 0 Schwarzenberg/Erz - 00000 2 @@ -39896,13 +43274,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Schwarzheide Ost 0 0 Schwarzheide Ost - 00000 2 @@ -39919,13 +43299,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Schwedt(Oder) 0 0 Schwedt(Oder) - 00000 2 @@ -39942,13 +43324,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Schweich(DB) 0 0 Schweich - 00000 2 @@ -39965,13 +43349,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Schweinfurt Hbf 0 0 Schweinfurt Hbf - 00000 2 @@ -39988,13 +43374,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Schwelm 0 0 Schwelm - 00000 2 @@ -40011,13 +43399,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Schwenningen(Neckar) 0 0 Schwenningen(N) - 00000 2 @@ -40035,13 +43425,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Schwerin Hbf 0 0 Schwerin Hbf - 00000 2 @@ -40059,13 +43451,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Schwerin Mitte 0 0 Schwerin Mitte - 00000 1 @@ -40083,13 +43477,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Schwerin Süd 0 0 Schwerin Sued - 00000 1 @@ -40107,13 +43503,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Schwerin-Görries 0 0 Schwerin-Goerries - 00000 1 @@ -40131,13 +43529,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Schwerte(Ruhr) 0 0 Schwerte(Ruhr) - 00000 2 @@ -40154,13 +43554,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Schwetzingen 0 0 Schwetzingen - 00000 2 @@ -40177,13 +43579,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Schwörstadt 0 0 Schwoerstadt - 00000 2 @@ -40200,13 +43604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Seckach 0 0 Seckach - 00000 2 @@ -40223,13 +43629,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Seebrugg 0 0 Seebrugg - 00000 2 @@ -40246,13 +43654,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J040 + + 00000 + Seelow(Mark) 0 0 Seelow(Mark) - 00000 2 @@ -40269,13 +43679,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Seelow-Gusow 0 0 Seelow-Gusow - 00000 2 @@ -40292,13 +43704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Seesen 0 0 Seesen - 00000 2 @@ -40315,13 +43729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Sehlem(Kr Wittlich) 0 0 Sehlem(Wittlich) - 00000 2 @@ -40338,13 +43754,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Selb Stadt 0 0 Selb Stadt - 00000 2 @@ -40361,13 +43779,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Senftenberg 0 0 Senftenberg - 00000 2 @@ -40384,13 +43804,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Sennestadt 0 0 Sennestadt - 00000 1 @@ -40408,13 +43830,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Siegburg/Bonn 0 0 Siegburg/Bonn - 00000 2 @@ -40431,13 +43855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Siegen 0 0 Siegen - 00000 2 @@ -40455,13 +43881,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Siegen-Weidenau 0 0 Siegen-Weidenau - 00000 1 @@ -40479,13 +43907,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Sierksdorf 0 0 Sierksdorf - 00000 1 @@ -40502,13 +43932,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Siershahn 0 0 Siershahn - 00000 2 @@ -40525,13 +43957,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Sigmaringen 0 0 Sigmaringen - 00000 2 @@ -40548,13 +43982,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Silberstraße 0 0 Silberstrasse - 00000 1 @@ -40572,13 +44008,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Simbach(Inn) 0 0 Simbach(Inn) - 00000 2 @@ -40595,13 +44033,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Simmelsdorf-Hüttenb 0 0 Simmelsdorf-Huett - 00000 2 @@ -40618,13 +44058,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Sindelfingen 0 0 Sindelfingen - 00000 2 @@ -40641,13 +44083,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Singen(Hohentwiel) 0 0 Singen(Htw) - 00000 2 @@ -40664,13 +44108,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Sinsheim(Elsenz) Hbf 0 0 Sinsheim(Elsenz) - 00000 2 @@ -40687,13 +44133,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Sinzheim 0 0 Sinzheim - 00000 1 @@ -40711,13 +44159,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Sinzheim Nord 0 0 Sinzheim Nord - 00000 1 @@ -40735,13 +44185,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Sinzing 0 0 Sinzing - 00000 1 @@ -40759,13 +44211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Sipplingen 0 0 Sipplingen - 00000 2 @@ -40782,13 +44236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Sömmerda 0 0 Soemmerda - 00000 2 @@ -40805,13 +44261,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Soest 0 0 Soest - 00000 2 @@ -40828,13 +44286,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Solingen Grünewald 0 0 Solingen Gruenew - 00000 1 @@ -40852,13 +44312,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Solingen Hbf 0 0 Solingen Hbf - 00000 2 @@ -40876,13 +44338,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Solingen Vogelpark 0 0 Solingen Vogelp. - 00000 1 @@ -40900,13 +44364,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Solingen-Schaberg 0 0 Solingen-Schaberg - 00000 1 @@ -40924,13 +44390,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E040 + + 00000 + Soltau(Han) 0 0 Soltau(Han) - 00000 2 @@ -40947,13 +44415,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Sondershausen 0 0 Sondershausen - 00000 2 @@ -40970,13 +44440,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Sonneberg(Thür)Hbf 0 0 Sonneberg(Th)Hbf - 00000 2 @@ -40994,13 +44466,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Sonneberg(Thür)Nord 0 0 Sonneberg(Th)Nord - 00000 1 @@ -41018,13 +44492,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Sonneberg(Thür)Ost 0 0 Sonneberg(Th)Ost - 00000 1 @@ -41042,13 +44518,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Sonneberg(Thür)West 0 0 Sonneberg(Th)West - 00000 1 @@ -41066,13 +44544,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Sonthofen 0 0 Sonthofen - 00000 2 @@ -41089,13 +44569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Spaichingen 0 0 Spaichingen - 00000 2 @@ -41112,13 +44594,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A080 + + 00000 + Speicher 0 0 Speicher - 00000 2 @@ -41135,13 +44619,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Speyer Hbf 0 0 Speyer - 00000 2 @@ -41159,13 +44645,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Speyer Nord-West 0 0 Speyer Nord-West - 00000 1 @@ -41183,14 +44671,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + SEE + Spiekeroog 0 0 Spiekeroog - 00000 - 3 @@ -41207,13 +44697,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + St Egidien 0 0 St Egidien - 00000 2 @@ -41230,13 +44722,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + St Georgen(Schwarzw) 0 0 St Georgen(Schw) - 00000 2 @@ -41253,13 +44747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + St Goar 0 0 St Goar - 00000 2 @@ -41276,13 +44772,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + St Goarshausen 0 0 St Goarshausen - 00000 2 @@ -41299,13 +44797,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + St Ingbert 0 0 St Ingbert - 00000 2 @@ -41322,13 +44822,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + St Mang 0 0 St Mang - 00000 1 @@ -41346,13 +44848,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D020 + + 00000 + St Michaelisdonn 0 0 St Michaelisdonn - 00000 2 @@ -41369,13 +44873,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + St Wendel 0 0 St Wendel - 00000 2 @@ -41392,13 +44898,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Stade 0 0 Stade - 00000 2 @@ -41415,13 +44923,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Stadtallendorf 0 0 Stadtallendorf - 00000 2 @@ -41438,13 +44948,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Stadthagen 0 0 Stadthagen - 00000 2 @@ -41461,13 +44973,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Starnberg 0 0 Starnberg - 00000 2 @@ -41484,13 +44998,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Staßfurt 0 0 Stassfurt - 00000 2 @@ -41507,13 +45023,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Steinach(Baden) 0 0 Steinach(Baden) - 00000 2 @@ -41530,13 +45048,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Steinach(b Rothenb) 0 0 Steinach(Rothenb) - 00000 2 @@ -41553,13 +45073,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Steinen 0 0 Steinen - 00000 2 @@ -41576,13 +45098,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Steinfurt-Burgstein. 0 0 Steinfurt-Burg - 00000 2 @@ -41599,13 +45123,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G040 + + 00000 + Stendal 0 0 Stendal - 00000 2 @@ -41622,13 +45148,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Stolberg(Harz) 0 0 Stolberg(Harz) - 00000 2 @@ -41645,13 +45173,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Stolberg(Rheinl)Hbf 0 0 Stolberg(Rhl)Hbf - 00000 2 @@ -41668,13 +45198,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Storzingen 0 0 Storzingen - 00000 2 @@ -41691,13 +45223,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H020 + + 00000 + Stralsund Hbf 0 0 Stralsund Hbf - 00000 2 @@ -41714,13 +45248,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Strasburg(Uckerm) 0 0 Strasburg(Uckerm) - 00000 2 @@ -41737,13 +45273,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Straubing 0 0 Straubing - 00000 2 @@ -41760,13 +45298,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Strausberg 0 0 Strausberg - 00000 2 @@ -41783,13 +45323,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Ebitzweg 0 0 Stuttgart Ebitzw - 00000 1 @@ -41807,13 +45349,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Feuersee 0 0 Stuttgart Feuers. - 00000 1 @@ -41831,13 +45375,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Flugh/Mess 0 0 Stuttgart Flugh. - 00000 2 @@ -41854,13 +45400,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Hbf 0 0 Stuttgart Hbf - 00000 2 @@ -41878,13 +45426,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Neckarpark 0 0 Stuttgart Neckarp - 00000 1 @@ -41902,13 +45452,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Nord 0 0 Stuttgart Nord - 00000 1 @@ -41926,13 +45478,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Nürn.Str. 0 0 Stuttgart Nue.Str - 00000 1 @@ -41950,13 +45504,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Schwabstr. 0 0 Stuttgart Schwstr - 00000 1 @@ -41974,13 +45530,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Stadtmitte 0 0 Stuttgart Stadtm. - 00000 1 @@ -41998,13 +45556,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Uni 0 0 Stuttgart Uni - 00000 1 @@ -42022,13 +45582,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Bad Cannst 0 0 Stuttgart-Bad Can - 00000 1 @@ -42046,13 +45608,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Feuerbach 0 0 Stuttgart-Feuerb. - 00000 1 @@ -42070,13 +45634,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Münster 0 0 Stuttgart-Muenst - 00000 1 @@ -42094,13 +45660,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Obertürkh 0 0 Stuttgart-Obert - 00000 1 @@ -42118,13 +45686,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Österfeld 0 0 Stuttgart-Oesterf - 00000 1 @@ -42142,13 +45712,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Rohr 0 0 Stuttgart-Rohr - 00000 1 @@ -42166,13 +45738,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Sommerrain 0 0 Stuttgart-Sommer - 00000 1 @@ -42190,13 +45764,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Untertürk 0 0 Stuttgart-Unterth - 00000 1 @@ -42214,13 +45790,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Vaihingen 0 0 Stuttgart-Vaih. - 00000 1 @@ -42238,13 +45816,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Zazenh. 0 0 Stuttgart-Zazenh. - 00000 1 @@ -42262,13 +45842,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Zuffenh. 0 0 Stuttgart-Zuffenh - 00000 1 @@ -42286,13 +45868,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Suchsdorf 0 0 Suchsdorf - 00000 1 @@ -42310,13 +45894,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + Süderlügum 0 0 Suederluegum - 00000 2 @@ -42333,13 +45919,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Süßen 0 0 Suessen - 00000 2 @@ -42356,13 +45944,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Suhl 0 0 Suhl - 00000 2 @@ -42379,13 +45969,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Sulz(Neckar) 0 0 Sulz(Neckar) - 00000 2 @@ -42402,13 +45994,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Sulzbach(Saar) 0 0 Sulzbach(Saar) - 00000 2 @@ -42425,13 +46019,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Sulzbach-Rosenberg 0 0 Sulzbach-Rosen. - 00000 2 @@ -42448,13 +46044,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G040 + + 00000 + Tangermünde 0 0 Tangermuende - 00000 2 @@ -42471,13 +46069,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Tantow 0 0 Tantow - 00000 2 @@ -42494,13 +46094,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Tantow(Gr) 0 0 Tantow(Gr) - 00000 2 @@ -42517,13 +46119,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Taufkirchen 0 0 Taufkirchen - 00000 1 @@ -42541,14 +46145,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Tegernsee 0 0 Tegernsee - 00000 - 3 @@ -42565,13 +46171,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Teisendorf 0 0 Teisendorf - 00000 2 @@ -42588,13 +46196,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Templin 0 0 Templin - 00000 2 @@ -42611,13 +46221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Teningen-Mundingen 0 0 Teningen-Mund. - 00000 2 @@ -42634,13 +46246,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Tessin 0 0 Tessin - 00000 2 @@ -42657,13 +46271,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H030 + + 00000 + Teterow 0 0 Teterow - 00000 2 @@ -42680,13 +46296,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Thalheim(Erzgeb) 0 0 Thalheim(Erzgeb) - 00000 1 @@ -42703,13 +46321,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Themar 0 0 Themar - 00000 2 @@ -42726,13 +46346,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Thesdorf 0 0 Thesdorf - 00000 1 @@ -42750,13 +46372,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Tiengen(Hochrhein) 0 0 Tiengen/Hochrhein - 00000 2 @@ -42773,13 +46397,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Timmendorferstrand 0 0 Timmendorferstrd - 00000 2 @@ -42796,13 +46422,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Titisee 0 0 Titisee - 00000 2 @@ -42819,13 +46447,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Tittmoning-Wiesmühl 0 0 Tittmoning-Wiesm. - 00000 2 @@ -42842,13 +46472,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Töging(Inn) 0 0 Toeging(Inn) - 00000 2 @@ -42865,13 +46497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + Toender(Gr) 0 0 Toender(Gr) - 00000 2 @@ -42888,13 +46522,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H060 + + 00000 + Torgau 0 0 Torgau - 00000 2 @@ -42911,13 +46547,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Tostedt 0 0 Tostedt - 00000 2 @@ -42934,13 +46572,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Traunstein 0 0 Traunstein - 00000 2 @@ -42957,13 +46597,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Treuchtlingen 0 0 Treuchtlingen - 00000 2 @@ -42980,13 +46622,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Treysa 0 0 Treysa - 00000 2 @@ -43003,13 +46647,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Triberg 0 0 Triberg - 00000 2 @@ -43026,13 +46672,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Trier Hbf 0 0 Trier - 00000 2 @@ -43050,13 +46698,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Trier Mäusheckerweg 0 0 Trier Meaushecker - 00000 1 @@ -43074,13 +46724,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Trier Süd 0 0 Trier Sued - 00000 1 @@ -43098,13 +46750,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Triptis 0 0 Triptis - 00000 2 @@ -43121,13 +46775,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Troisdorf 0 0 Troisdorf - 00000 2 @@ -43144,13 +46800,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Trompet 0 0 Trompet - 00000 1 @@ -43168,13 +46826,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Trossingen Bahnhof 0 0 Trossingen Bf - 00000 2 @@ -43191,13 +46851,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Trostberg 0 0 Trostberg - 00000 2 @@ -43214,13 +46876,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Tübingen Hbf 0 0 Tuebingen Hbf - 00000 2 @@ -43238,13 +46902,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Tübingen West 0 0 Tuebingen West - 00000 1 @@ -43262,13 +46928,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Tübingen-Derending. 0 0 Tuebingen-Derend - 00000 1 @@ -43286,13 +46954,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Tübingen-Lustnau 0 0 Tuebingen-Lustnau - 00000 1 @@ -43310,13 +46980,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Türkheim(Bay)Bf 0 0 Tuerkheim(Bay)Bf - 00000 2 @@ -43333,13 +47005,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Türkismühle 0 0 Tuerkismuehle - 00000 2 @@ -43356,13 +47030,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Tuttlingen 0 0 Tuttlingen - 00000 2 @@ -43379,13 +47055,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Tutzing 0 0 Tutzing - 00000 2 @@ -43402,13 +47080,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Ubbedissen 0 0 Ubbedissen - 00000 1 @@ -43426,13 +47106,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Überlingen 0 0 Ueberlingen - 00000 2 @@ -43449,13 +47131,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Überlingen Therme 0 0 Ueberlingen Therm - 00000 2 @@ -43472,13 +47156,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Übersee 0 0 Uebersee - 00000 2 @@ -43495,13 +47181,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Ueckermünde 0 0 Ueckermuende - 00000 2 @@ -43518,13 +47206,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F040 + + 00000 + Uelzen 0 0 Uelzen - 00000 2 @@ -43541,13 +47231,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Uhldingen-Mühlhofen 0 0 Uhldingen-Muehlh. - 00000 2 @@ -43564,13 +47256,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Ulm Hbf 0 0 Ulm Hbf - 00000 2 @@ -43588,13 +47282,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Ulm Ost 0 0 Ulm Ost - 00000 1 @@ -43612,13 +47308,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Ulm-Donautal 0 0 Ulm-Donautal - 00000 1 @@ -43636,13 +47334,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Ulm-Söflingen 0 0 Ulm-Soeflingen - 00000 1 @@ -43660,13 +47360,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Ulrichsbrücke-Füss 0 0 Ulrichsbruecke-F - 00000 2 @@ -43683,13 +47385,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Unna 0 0 Unna - 00000 2 @@ -43706,13 +47410,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Unterföhring 0 0 Unterfoehring - 00000 1 @@ -43730,13 +47436,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Untergrainau 0 0 Untergrainau - 00000 2 @@ -43753,13 +47461,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Unterhaching 0 0 Unterhaching - 00000 1 @@ -43777,13 +47487,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Unterjesingen Mitte 0 0 Unterjesingen M - 00000 1 @@ -43801,13 +47513,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Unterjesingen Sand. 0 0 Unterjesingen S - 00000 1 @@ -43825,13 +47539,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Unterkochen 0 0 Unterkochen - 00000 1 @@ -43849,13 +47565,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Vach 0 0 Vach - 00000 1 @@ -43873,13 +47591,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Vaihingen(Enz) 0 0 Vaihingen(Enz) - 00000 2 @@ -43896,13 +47616,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + Varel(Oldb) 0 0 Varel(Oldb) - 00000 2 @@ -43919,13 +47641,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H080 + + 00000 + Vejprty(Gr) 0 0 Vejprty(Gr) - 00000 2 @@ -43942,13 +47666,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H020 + + 00000 + Velgast 0 0 Velgast - 00000 2 @@ -43965,13 +47691,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Venlo(Gr) 0 0 Venlo(Gr) - 00000 2 @@ -43988,13 +47716,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Verden(Aller) 0 0 Verden(Aller) - 00000 2 @@ -44011,13 +47741,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Vienenburg 0 0 Vienenburg - 00000 1 @@ -44034,13 +47766,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Viersen 0 0 Viersen - 00000 2 @@ -44057,13 +47791,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Villingen(Schwarzw) 0 0 Villingen - 00000 2 @@ -44081,13 +47817,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Villingen-SchwennEis 0 0 Villingen-Eis - 00000 1 @@ -44105,13 +47843,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Villingen-SchwennHam 0 0 Villingen-Ham - 00000 1 @@ -44129,13 +47869,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Vils 0 0 Vils - 00000 2 @@ -44152,13 +47894,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Vilsbiburg 0 0 Vilsbiburg - 00000 2 @@ -44175,13 +47919,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I100 + + 00000 + Vilshofen(Niederbay) 0 0 Vilshofen(Ndb) - 00000 2 @@ -44198,13 +47944,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Völklingen 0 0 Voelklingen - 00000 2 @@ -44221,13 +47969,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Vogelweh 0 0 Vogelweh - 00000 1 @@ -44245,13 +47995,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Vojtanov(Gr) 0 0 Vojtanov(Gr) - 00000 2 @@ -44268,13 +48020,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Volkmarsen 0 0 Volkmarsen - 00000 2 @@ -44291,13 +48045,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Wabern(Bz Kassel) 0 0 Wabern(Bz Kassel) - 00000 2 @@ -44314,13 +48070,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Wächtersbach 0 0 Waechtersbach - 00000 2 @@ -44337,13 +48095,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Waggonfabrik 0 0 Waggonfabrik - 00000 1 @@ -44361,13 +48121,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Waghäusel 0 0 Waghaeusel - 00000 2 @@ -44384,13 +48146,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Waging 0 0 Waging - 00000 2 @@ -44407,13 +48171,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Waiblingen 0 0 Waiblingen - 00000 2 @@ -44430,13 +48196,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H090 + + 00000 + Waidhaus(Gr) 0 0 Waidhaus(Gr) - 00000 2 @@ -44453,13 +48221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Waldkirch 0 0 Waldkirch - 00000 2 @@ -44476,13 +48246,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Waldkraiburg 0 0 Waldkraiburg - 00000 2 @@ -44499,13 +48271,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H090 + + 00000 + Waldmünchen 0 0 Waldmuenchen - 00000 2 @@ -44522,13 +48296,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Waldshut 0 0 Waldshut - 00000 2 @@ -44545,13 +48321,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Walkenried 0 0 Walkenried - 00000 2 @@ -44568,13 +48346,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Wallau(Lahn) 0 0 Wallau(Lahn) - 00000 2 @@ -44591,13 +48371,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E040 + + 00000 + Walsrode 0 0 Walsrode - 00000 2 @@ -44614,13 +48396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Wangen(Allgäu) 0 0 Wangen(Allgaeu) - 00000 2 @@ -44637,14 +48421,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C020 + + 00000 + SEE + Wangerooge 0 0 Wangerooge - 00000 - 3 @@ -44661,13 +48447,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wanne-Eickel Hbf 0 0 Wanne-Eickel Hbf - 00000 2 @@ -44684,13 +48472,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Warburg(Westf) 0 0 Warburg(Westf) - 00000 2 @@ -44707,13 +48497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H030 + + 00000 + Waren(Müritz) 0 0 Waren(Mueritz) - 00000 2 @@ -44730,13 +48522,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Warendorf 0 0 Warendorf - 00000 2 @@ -44753,13 +48547,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Warmensteinach 0 0 Warmensteinach - 00000 2 @@ -44776,13 +48572,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Warnemünde 0 0 Warnemuende - 00000 1 @@ -44800,13 +48598,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Warnemünde Werft 0 0 Warnemuende Werft - 00000 1 @@ -44824,14 +48624,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Warngau 0 0 Warngau - 00000 - 3 @@ -44848,13 +48650,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Wasseralfingen 0 0 Wasseralfingen - 00000 1 @@ -44872,13 +48676,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Wasserburg(Inn)Bf 0 0 Wasserburg(Inn)Bf - 00000 2 @@ -44895,13 +48701,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Wasserburg(Bodensee) 0 0 Wasserburg/Bodens - 00000 2 @@ -44918,13 +48726,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Waßmannsdorf 0 0 Wassmannsdorf - 00000 1 @@ -44942,13 +48752,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wattenscheid 0 0 Wattenscheid - 00000 1 @@ -44966,13 +48778,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wattenscheid-Höntr. 0 0 Wattenscheid-Hoen - 00000 1 @@ -44990,13 +48804,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Wedel(Holst) 0 0 Wedel(Holst) - 00000 1 @@ -45014,13 +48830,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + Weener 0 0 Weener - 00000 2 @@ -45037,13 +48855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + Weener(Gr) 0 0 Weener(Gr) - 00000 2 @@ -45060,13 +48880,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Weeze 0 0 Weeze - 00000 2 @@ -45083,13 +48905,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Wehr-Brennet 0 0 Wehr-Brennet - 00000 2 @@ -45106,13 +48930,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Weida 0 0 Weida - 00000 2 @@ -45130,13 +48956,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Weida Altstadt 0 0 Weida Altstadt - 00000 1 @@ -45154,13 +48982,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Weida Mitte 0 0 Weida Mitte - 00000 1 @@ -45178,13 +49008,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Weiden(Oberpf) 0 0 Weiden(Opf) - 00000 2 @@ -45201,13 +49033,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Weil am Rhein 0 0 Weil am Rhein - 00000 2 @@ -45224,13 +49058,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Weil der Stadt 0 0 Weil der Stadt - 00000 2 @@ -45247,13 +49083,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Weilburg 0 0 Weilburg - 00000 2 @@ -45270,13 +49108,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Weilerswist 0 0 Weilerswist - 00000 1 @@ -45293,13 +49133,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Weilheim(Oberbay) 0 0 Weilheim(Obb) - 00000 2 @@ -45316,13 +49158,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Weilimdorf 0 0 Weilimdorf - 00000 1 @@ -45340,13 +49184,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Weimar 0 0 Weimar - 00000 2 @@ -45364,13 +49210,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Weimar Berkaer Bf 0 0 Weimar Berkaer Bf - 00000 1 @@ -45388,13 +49236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Weimar West 0 0 Weimar West - 00000 1 @@ -45412,13 +49262,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Weingarten Berg 0 0 Weingarten Berg - 00000 1 @@ -45436,13 +49288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Weinheim(Bergstr) 0 0 Weinheim(Bergstr) - 00000 2 @@ -45459,13 +49313,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Weißenau 0 0 Weissenau - 00000 1 @@ -45483,13 +49339,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Weißenburg(Bay) 0 0 Weissenburg(Bay) - 00000 2 @@ -45506,13 +49364,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Weißenfels 0 0 Weissenfels - 00000 2 @@ -45529,13 +49389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Weixdorf 0 0 Weixdorf - 00000 1 @@ -45553,13 +49415,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Weixdorf Bad 0 0 Weixdorf Bad - 00000 1 @@ -45577,13 +49441,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Welschingen-Neuhaus. 0 0 Welschingen-Neuh. - 00000 2 @@ -45600,13 +49466,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Wendlingen(Neckar) 0 0 Wendlingen/Neckar - 00000 2 @@ -45623,13 +49491,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Werbig 0 0 Werbig - 00000 2 @@ -45646,13 +49516,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Werdau 0 0 Werdau - 00000 2 @@ -45669,13 +49541,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Werder(Havel) 0 0 Werder(Havel) - 00000 2 @@ -45692,13 +49566,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Werdohl 0 0 Werdohl - 00000 2 @@ -45715,13 +49591,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Werne a d Lippe 0 0 Werne a d Lippe - 00000 2 @@ -45738,13 +49616,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Wernigerode 0 0 Wernigerode - 00000 2 @@ -45761,13 +49641,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Wernshausen 0 0 Wernshausen - 00000 2 @@ -45784,13 +49666,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Wertheim 0 0 Wertheim - 00000 2 @@ -45808,13 +49692,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Wertheim-Bestenheid 0 0 Wertheim-Bestenh - 00000 1 @@ -45832,13 +49718,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wesel 0 0 Wesel - 00000 2 @@ -45855,13 +49743,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Westerburg 0 0 Westerburg - 00000 2 @@ -45878,13 +49768,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C010 + + 00000 + Westerland(Sylt) 0 0 Westerland(Sylt) - 00000 2 @@ -45901,13 +49793,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Wetzlar 0 0 Wetzlar - 00000 2 @@ -45924,13 +49818,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Wickrath 0 0 Wickrath - 00000 1 @@ -45948,13 +49844,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Wiesau(Oberpf) 0 0 Wiesau(Opf) - 00000 2 @@ -45971,13 +49869,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Wiesbaden Hbf 0 0 Wiesbaden Hbf - 00000 2 @@ -45995,13 +49895,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Wiesbaden Ost 0 0 Wiesbaden Ost - 00000 1 @@ -46019,13 +49921,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Wiesbaden-Biebrich 0 0 Wiesbaden-Bieb. - 00000 1 @@ -46043,13 +49947,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Wiesbaden-Erbenheim 0 0 Wiesbaden-Erbenh. - 00000 1 @@ -46067,13 +49973,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Wiesbaden-Igstadt 0 0 Wiesbaden-Igstadt - 00000 1 @@ -46091,13 +49999,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Wiesbaden-Schierst. 0 0 Wiesbaden-Schiers - 00000 1 @@ -46115,13 +50025,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Wiesloch-Walldorf 0 0 Wiesloch-Walldorf - 00000 2 @@ -46138,13 +50050,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Wildberg(Württ) 0 0 Wildberg(Wuertt) - 00000 2 @@ -46161,13 +50075,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + Wilhelmshaven Hbf 0 0 Wilhelmshaven Hbf - 00000 2 @@ -46184,13 +50100,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Wilkau-Haßlau 0 0 Wilkau-Hasslau - 00000 1 @@ -46208,13 +50126,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Willingen 0 0 Willingen - 00000 2 @@ -46231,13 +50151,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J070 + + 00000 + Wilthen 0 0 Wilthen - 00000 2 @@ -46254,13 +50176,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Windelsbleiche 0 0 Windelsbleiche - 00000 1 @@ -46278,13 +50202,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Winden(Pfalz) 0 0 Winden(Pfalz) - 00000 2 @@ -46301,13 +50227,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Windsbach 0 0 Windsbach - 00000 2 @@ -46324,13 +50252,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Winnenden 0 0 Winnenden - 00000 2 @@ -46347,13 +50277,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Winsen(Luhe) 0 0 Winsen(Luhe) - 00000 2 @@ -46370,13 +50302,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Winterberg(Westf) 0 0 Winterberg(Westf) - 00000 2 @@ -46393,13 +50327,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Wippra 0 0 Wippra - 00000 2 @@ -46416,13 +50352,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Wismar 0 0 Wismar - 00000 2 @@ -46439,13 +50377,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wissembourg(fr) 0 0 Wissembourg(fr) - 00000 2 @@ -46462,13 +50402,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Witten Hbf 0 0 Witten Hbf - 00000 2 @@ -46486,13 +50428,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Witten-Annen Nord 0 0 Witten-Annen Nord - 00000 1 @@ -46510,13 +50454,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G040 + + 00000 + Wittenberge 0 0 Wittenberge - 00000 2 @@ -46533,13 +50479,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F040 + + 00000 + Wittingen 0 0 Wittingen - 00000 2 @@ -46556,13 +50504,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Wittlich Hbf 0 0 Wittlich Hbf - 00000 2 @@ -46579,13 +50529,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Witzenhausen Nord 0 0 Witzenhausen Nord - 00000 2 @@ -46602,13 +50554,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) Badepa 0 0 Woerth(Rh)Badepa - 00000 1 @@ -46626,13 +50580,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) Bahnm 0 0 Woerth(Rh)Bahnm - 00000 1 @@ -46650,13 +50606,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) Bdalle 0 0 Woerth(Rh)Bdalle - 00000 1 @@ -46674,13 +50632,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) Bienw 0 0 Woerth(Rh)Bienw - 00000 1 @@ -46698,13 +50658,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) Bürg 0 0 Woerth(Rh)Buerg - 00000 1 @@ -46722,13 +50684,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) Mozart 0 0 Woerth(Rh)Mozart - 00000 1 @@ -46746,13 +50710,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) Raths 0 0 Woerth(Rh)Raths - 00000 1 @@ -46770,13 +50736,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rh.)Zügelstr 0 0 Woerth(Rh)Zuegels - 00000 1 @@ -46794,13 +50762,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) 0 0 Woerth(Rhein) - 00000 2 @@ -46818,13 +50788,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Wolfach 0 0 Wolfach - 00000 2 @@ -46841,13 +50813,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Wolfenbüttel 0 0 Wolfenbuettel - 00000 2 @@ -46864,13 +50838,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Wolfratshausen 0 0 Wolfratshausen - 00000 2 @@ -46887,13 +50863,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Wolfsburg Hbf 0 0 Wolfsburg - 00000 2 @@ -46911,13 +50889,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Wolkenstein 0 0 Wolkenstein - 00000 2 @@ -46934,13 +50914,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Worms Brücke 0 0 Worms Bruecke - 00000 1 @@ -46958,13 +50940,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Worms Hbf 0 0 Worms Hbf - 00000 2 @@ -46982,13 +50966,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Wriezen 0 0 Wriezen - 00000 2 @@ -47005,13 +50991,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Würzburg Hbf 0 0 Wuerzburg Hbf - 00000 2 @@ -47029,13 +51017,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Würzburg Süd 0 0 Wuerzburg Sued - 00000 1 @@ -47053,13 +51043,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Würzburg-Zell 0 0 Wuerzburg-Zell - 00000 1 @@ -47077,13 +51069,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Wunsiedel-Holenbrunn 0 0 Wunsiedel-Holenbr - 00000 2 @@ -47100,13 +51094,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Wunstorf 0 0 Wunstorf - 00000 2 @@ -47123,13 +51119,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal Hbf 0 0 Wuppertal Hbf - 00000 2 @@ -47147,13 +51145,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Barmen 0 0 Wuppertal-Barmen - 00000 1 @@ -47171,13 +51171,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Langerfeld 0 0 Wuppertal-Langerf - 00000 1 @@ -47195,13 +51197,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Oberbarmen 0 0 Wuppertal-Oberbar - 00000 1 @@ -47219,13 +51223,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Ronsdorf 0 0 Wuppertal-Ronsd. - 00000 1 @@ -47243,13 +51249,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Sonnborn 0 0 Wuppertal-Sonnb. - 00000 1 @@ -47267,13 +51275,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Steinbeck 0 0 Wuppertal-Steinb. - 00000 1 @@ -47291,13 +51301,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Unterbarm. 0 0 Wuppertal-Unterb. - 00000 1 @@ -47315,13 +51327,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Vohwinkel 0 0 Wuppertal-Vohw. - 00000 1 @@ -47339,13 +51353,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Zool.Gart. 0 0 Wuppertal-Zool G. - 00000 1 @@ -47363,13 +51379,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Wurzbach(Thür) 0 0 Wurzbach(Thuer) - 00000 2 @@ -47386,13 +51404,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Wustermark 0 0 Wustermark - 00000 2 @@ -47409,13 +51429,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Xanten 0 0 Xanten - 00000 2 @@ -47432,13 +51454,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Zeitz 0 0 Zeitz - 00000 2 @@ -47455,13 +51479,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Zell(Wiesental) 0 0 Zell(Wiesental) - 00000 2 @@ -47478,13 +51504,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Zella-Mehlis 0 0 Zella-Mehlis - 00000 2 @@ -47502,13 +51530,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Zella-Mehlis West 0 0 Zella-Mehlis West - 00000 1 @@ -47526,13 +51556,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Zerrenthin 0 0 Zerrenthin - 00000 2 @@ -47549,13 +51581,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J060 + + 00000 + Zgorzelec(Gr) 0 0 Zgorzelec(Gr) - 00000 2 @@ -47572,13 +51606,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J070 + + 00000 + Zittau 0 0 Zittau - 00000 2 @@ -47595,13 +51631,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J070 + + 00000 + Zittau(Gr) 0 0 Zittau(Gr) - 00000 2 @@ -47618,13 +51656,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Zollhaus(VS) 0 0 Zollhaus(VS) - 00000 1 @@ -47642,13 +51682,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Zossen 0 0 Zossen - 00000 2 @@ -47665,13 +51707,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Zscherben 0 0 Zscherben - 00000 1 @@ -47689,13 +51733,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H020 + + 00000 + Züssow 0 0 Zuessow - 00000 2 @@ -47712,13 +51758,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Zweibrücken Hbf 0 0 Zweibruecken Hbf - 00000 2 @@ -47735,13 +51783,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Zwickau(Sachs)Hbf 0 0 Zwickau(Sachs) - 00000 2 @@ -47759,13 +51809,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Zwickau-Pölbitz 0 0 Zwickau-Poelbitz - 00000 1 @@ -47783,13 +51835,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Zwickau-Schedewitz 0 0 Zwickau-Schedew. - 00000 1 @@ -47807,13 +51861,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I100 + + 00000 + Zwiesel(Bay) 0 0 Zwiesel(Bay) - 00000 2 diff --git a/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080.xml b/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080.xml index aff01f3b4..4caf1ad22 100644 --- a/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080.xml +++ b/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080.xml @@ -163,13 +163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Aachen Hbf 0 0 Aachen Hbf - 00000 2 @@ -190,13 +192,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Aachen Schanz 0 0 Aachen Schanz - 00000 1 @@ -217,13 +221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Aachen Süd(Gr) 0 0 Aachen Sued(Gr) - 00000 2 @@ -244,13 +250,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Aachen West 0 0 Aachen West - 00000 1 @@ -271,13 +279,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Aachen-Rothe Erde 0 0 Aachen-Rothe Erde - 00000 1 @@ -298,13 +308,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Aalen 0 0 Aalen - 00000 2 @@ -325,13 +337,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Achern 0 0 Achern - 00000 2 @@ -352,13 +366,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Adorf(Vogtl) 0 0 Adorf(Vogtl) - 00000 2 @@ -379,14 +395,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Agatharied 0 0 Agatharied - 00000 - 3 @@ -407,13 +425,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Ahaus 0 0 Ahaus - 00000 2 @@ -434,13 +454,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Ahlen(Westf) 0 0 Ahlen(Westf) - 00000 2 @@ -461,13 +483,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Ahrensburg 0 0 Ahrensburg - 00000 1 @@ -488,13 +512,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Albbruck 0 0 Albbruck - 00000 2 @@ -515,13 +541,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Albstadt-Ebingen 0 0 Albstadt-Ebingen - 00000 2 @@ -542,13 +570,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Alfeld(Leine) 0 0 Alfeld(Leine) - 00000 2 @@ -569,13 +599,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Allensbach 0 0 Allensbach - 00000 2 @@ -596,13 +628,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Almkopfbahn 0 0 Almkopfbahn - 00000 2 @@ -623,13 +657,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Alpirsbach 0 0 Alpirsbach - 00000 2 @@ -650,13 +686,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Alsfeld(Oberhess) 0 0 Alsfeld(Oberhess) - 00000 2 @@ -677,13 +715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Altdorf(b Nürnberg) 0 0 Altdorf(b Nuernb) - 00000 2 @@ -704,13 +744,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Alte Veste 0 0 Alte Veste - 00000 1 @@ -731,13 +773,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Altena(Westf) 0 0 Altena(Westf) - 00000 2 @@ -758,13 +802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Altenahr 0 0 Altenahr - 00000 2 @@ -785,13 +831,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Altenbeken 0 0 Altenbeken - 00000 2 @@ -812,13 +860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Altenburg 0 0 Altenburg - 00000 2 @@ -839,13 +889,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Altenkirchen(Ww) 0 0 Altenkirchen(Ww) - 00000 2 @@ -866,13 +918,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Altglashütten-Falk. 0 0 Altglashuetten-F. - 00000 2 @@ -893,13 +947,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Altötting 0 0 Altoetting - 00000 2 @@ -920,13 +976,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Altomünster 0 0 Altomuenster - 00000 2 @@ -947,13 +1005,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Alzey 0 0 Alzey - 00000 2 @@ -974,13 +1034,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Amberg 0 0 Amberg - 00000 2 @@ -1001,13 +1063,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Ampfing 0 0 Ampfing - 00000 2 @@ -1028,14 +1092,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C010 + + 00000 + SEE + Amrum 0 0 Amrum - 00000 - 3 @@ -1056,13 +1122,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Andernach 0 0 Andernach - 00000 2 @@ -1083,13 +1151,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Angermünde 0 0 Angermuende - 00000 2 @@ -1110,13 +1180,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Angermund 0 0 Angermund - 00000 1 @@ -1137,13 +1209,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Angersdorf 0 0 Angersdorf - 00000 1 @@ -1164,13 +1238,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I020 + + 00000 + Anklam 0 0 Anklam - 00000 2 @@ -1191,13 +1267,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Annaberg-Buchh u Bf 0 0 Annaberg-B u Bf - 00000 2 @@ -1218,13 +1296,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Annaberg-Buchholz M 0 0 Annaberg-Buchh M - 00000 1 @@ -1245,13 +1325,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Annaberg-Buchholz S 0 0 Annaberg-Buchh S - 00000 1 @@ -1272,13 +1354,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Ansbach 0 0 Ansbach - 00000 2 @@ -1299,13 +1383,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Apach(fr) 0 0 Apach(fr) - 00000 2 @@ -1326,13 +1412,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Apolda 0 0 Apolda - 00000 2 @@ -1353,13 +1441,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Appenweier 0 0 Appenweier - 00000 2 @@ -1380,13 +1470,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Arnsberg(Westf) 0 0 Arnsberg(Westf) - 00000 2 @@ -1407,13 +1499,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Arnsdorf(Dresden) 0 0 Arnsdorf(Dresden) - 00000 2 @@ -1434,13 +1528,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Arnstadt Hbf 0 0 Arnstadt Hbf - 00000 2 @@ -1461,13 +1557,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Arnstadt Süd 0 0 Arnstadt Sued - 00000 1 @@ -1488,13 +1586,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Arzberg(Oberfr) 0 0 Arzberg(Ofr) - 00000 2 @@ -1515,13 +1615,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Aschaffenburg Hochs. 0 0 Aschaffenburg H - 00000 1 @@ -1542,13 +1644,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Aschaffenburg Hbf 0 0 Aschaffenburg Hbf - 00000 2 @@ -1569,13 +1673,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Aschaffenburg Süd 0 0 Aschaffenburg S - 00000 1 @@ -1596,13 +1702,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Aschau(Chiemgau) 0 0 Aschau(Chiemgau) - 00000 2 @@ -1623,13 +1731,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Ascheberg(Holst) 0 0 Ascheberg(Holst) - 00000 2 @@ -1650,13 +1760,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Aschersleben 0 0 Aschersleben - 00000 2 @@ -1677,13 +1789,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Asperg 0 0 Asperg - 00000 1 @@ -1704,13 +1818,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Au(Sieg) 0 0 Au(Sieg) - 00000 2 @@ -1731,13 +1847,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Aue(Sachs) 0 0 Aue(Sachs) - 00000 2 @@ -1758,13 +1876,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Auggen 0 0 Auggen - 00000 2 @@ -1785,13 +1905,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Augsburg Haunstett. 0 0 Augsburg Haunst - 00000 1 @@ -1812,13 +1934,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Augsburg Hbf 0 0 Augsburg Hbf - 00000 2 @@ -1839,13 +1963,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Augsburg Messe 0 0 Augsburg Messe - 00000 1 @@ -1866,13 +1992,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Augsburg Morellstr. 0 0 Augsburg Morell - 00000 1 @@ -1893,13 +2021,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Augsburg-Hochzoll 0 0 Augsburg-Hochzoll - 00000 1 @@ -1920,13 +2050,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Augsburg-Oberhausen 0 0 Augsburg-Oberhaus - 00000 1 @@ -1947,13 +2079,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Aulendorf 0 0 Aulendorf - 00000 2 @@ -1974,13 +2108,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Auringen-Medenbach 0 0 Auringen-Medenb. - 00000 1 @@ -2001,13 +2137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Babenhausen(Hess) 0 0 Babenhausen(Hess) - 00000 2 @@ -2028,13 +2166,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Bacharach 0 0 Bacharach - 00000 2 @@ -2055,13 +2195,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Backnang 0 0 Backnang - 00000 2 @@ -2082,13 +2224,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Bad Aibling 0 0 Bad Aibling - 00000 2 @@ -2109,13 +2253,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Bad Bellingen 0 0 Bad Bellingen - 00000 2 @@ -2136,13 +2282,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Bad Bentheim 0 0 Bad Bentheim - 00000 2 @@ -2163,13 +2311,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Bad Bentheim(Gr) 0 0 Bad Bentheim(Gr) - 00000 2 @@ -2190,13 +2340,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bad Bergzabern 0 0 Bad Bergzabern - 00000 2 @@ -2217,13 +2369,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Bad Berleburg 0 0 Bad Berleburg - 00000 2 @@ -2244,13 +2398,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F040 + + 00000 + Bad Bodenteich 0 0 Bad Bodenteich - 00000 2 @@ -2271,13 +2427,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Bad Brambach 0 0 Bad Brambach - 00000 2 @@ -2298,13 +2456,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Bad Breisig 0 0 Bad Breisig - 00000 2 @@ -2325,13 +2485,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Bad Camberg 0 0 Bad Camberg - 00000 2 @@ -2352,13 +2514,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Bad Doberan 0 0 Bad Doberan - 00000 2 @@ -2379,13 +2543,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Bad Dürkheim 0 0 Bad Duerkheim - 00000 2 @@ -2406,13 +2572,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Bad Elster 0 0 Bad Elster - 00000 2 @@ -2433,13 +2601,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Bad Ems 0 0 Bad Ems - 00000 2 @@ -2460,13 +2630,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Bad Endorf 0 0 Bad Endorf - 00000 2 @@ -2487,13 +2659,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Bad Friedrichshall-J 0 0 Bad Friedrichsh-J - 00000 2 @@ -2514,13 +2688,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Bad Griesbach(Schw) 0 0 Bad GriesbachSchw - 00000 2 @@ -2541,13 +2717,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Bad Harzburg 0 0 Bad Harzburg - 00000 2 @@ -2568,14 +2746,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + NE 406 + Bad Herrenalb 0 0 Bad Herrenalb - 00000 - 3 @@ -2596,13 +2776,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Bad Hersfeld 0 0 Bad Hersfeld - 00000 2 @@ -2623,13 +2805,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bad Hönningen 0 0 Bad Hoenningen - 00000 2 @@ -2650,13 +2834,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Bad Homburg 0 0 Bad Homburg - 00000 2 @@ -2677,13 +2863,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bad Honnef(Rhein) 0 0 Bad Honnef(Rhein) - 00000 2 @@ -2704,13 +2892,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Bad Kissingen 0 0 Bad Kissingen - 00000 2 @@ -2731,13 +2921,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Bad Kleinen 0 0 Bad Kleinen - 00000 2 @@ -2758,13 +2950,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Bad Kötzting 0 0 Bad Koetzting - 00000 2 @@ -2785,13 +2979,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Bad Kreckelmoos 0 0 Bad Kreckelmoos - 00000 2 @@ -2812,13 +3008,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Bad Kreuznach 0 0 Bad Kreuznach - 00000 2 @@ -2839,13 +3037,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Bad Krozingen 0 0 Bad Krozingen - 00000 2 @@ -2866,13 +3066,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Bad Langensalza 0 0 Bad Langensalza - 00000 2 @@ -2893,13 +3095,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Bad Liebenzell 0 0 Bad Liebenzell - 00000 2 @@ -2920,13 +3124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Bad Malente-Gremsmü 0 0 Bad Malente-Grems - 00000 2 @@ -2947,13 +3153,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Bad Mergentheim 0 0 Bad Mergentheim - 00000 2 @@ -2974,13 +3182,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Bad Münster a Stein 0 0 Bad Muenster a St - 00000 2 @@ -3001,13 +3211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bad Münstereifel 0 0 Bad Muenstereifel - 00000 2 @@ -3028,13 +3240,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Bad Nauheim 0 0 Bad Nauheim - 00000 2 @@ -3055,13 +3269,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bad Nenndorf 0 0 Bad Nenndorf - 00000 2 @@ -3082,13 +3298,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bad Neuenahr 0 0 Bad Neuenahr - 00000 2 @@ -3109,13 +3327,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Bad Neustadt(Saale) 0 0 Bad Neustadt(S) - 00000 2 @@ -3136,13 +3356,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bad Oeynhausen 0 0 Bad Oeynhausen - 00000 2 @@ -3163,13 +3385,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bad Oeynhausen Süd 0 0 Bad Oeynhausen S - 00000 2 @@ -3190,13 +3414,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Bad Oldesloe 0 0 Bad Oldesloe - 00000 2 @@ -3217,13 +3443,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bad Pyrmont 0 0 Bad Pyrmont - 00000 2 @@ -3244,13 +3472,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Bad Reichenhall 0 0 Bad Reichenhall - 00000 2 @@ -3271,13 +3501,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Bad Rodach 0 0 Bad Rodach - 00000 2 @@ -3298,13 +3530,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Bad Säckingen 0 0 Bad Saeckingen - 00000 2 @@ -3325,13 +3559,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bad Salzuflen 0 0 Bad Salzuflen - 00000 2 @@ -3352,13 +3588,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Bad Salzungen 0 0 Bad Salzungen - 00000 2 @@ -3379,13 +3617,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Bad Saulgau 0 0 Bad Saulgau - 00000 2 @@ -3406,13 +3646,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Bad Schandau 0 0 Bad Schandau - 00000 2 @@ -3433,13 +3675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Bad Schussenried 0 0 Bad Schussenried - 00000 2 @@ -3460,13 +3704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Bad Sobernheim 0 0 Bad Sobernheim - 00000 2 @@ -3487,13 +3733,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Bad Soden(Taunus) 0 0 Bad Soden(Taunus) - 00000 2 @@ -3514,13 +3762,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Bad Soden-Salmünst. 0 0 Bad Soden-Salmue. - 00000 2 @@ -3541,13 +3791,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D020 + + 00000 + Bad St Peter-Ording 0 0 Bad St Peter-O - 00000 2 @@ -3568,13 +3820,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Bad Staffelstein 0 0 Bad Staffelstein - 00000 2 @@ -3595,13 +3849,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Bad Steben 0 0 Bad Steben - 00000 2 @@ -3622,13 +3878,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Bad Teinach-Neubula. 0 0 Bad Teinach - 00000 2 @@ -3649,14 +3907,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Bad Tölz 0 0 Bad Toelz - 00000 - 3 @@ -3677,13 +3937,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Bad Waldsee 0 0 Bad Waldsee - 00000 2 @@ -3704,13 +3966,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bad Wildbad Bf 0 0 Bad Wildbad - 00000 2 @@ -3731,13 +3995,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bad Wildbad Kurpark 0 0 Bad Wildbad Kurp - 00000 1 @@ -3758,13 +4024,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bad Wildbad Nord 0 0 Bad Wildbad Nord - 00000 1 @@ -3785,13 +4053,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bad Wildbad Uhlandpl 0 0 Bad Wildbad Uhl - 00000 1 @@ -3812,13 +4082,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Bad Wildungen 0 0 Bad Wildungen - 00000 2 @@ -3839,13 +4111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Bad Wörishofen 0 0 Bad Woerishofen - 00000 2 @@ -3866,13 +4140,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + Bad Zwischenahn 0 0 Bad Zwischenahn - 00000 2 @@ -3893,13 +4169,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Baden-Baden 0 0 Baden-Baden - 00000 2 @@ -3920,13 +4198,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Baden-Baden Haueneb 0 0 Baden-Baden Hauen - 00000 1 @@ -3947,13 +4227,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Baden-Baden Rebland 0 0 Baden-Baden Rebl - 00000 1 @@ -3974,13 +4256,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H080 + + 00000 + Bärenstein(Annab) 0 0 Baerenstein(An) - 00000 2 @@ -4001,13 +4285,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Baiersbronn Bf 0 0 Baiersbronn Bf - 00000 2 @@ -4028,13 +4314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Balingen(Württ) 0 0 Balingen(Wuertt) - 00000 2 @@ -4055,14 +4343,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + SEE + Baltrum 0 0 Baltrum - 00000 - 3 @@ -4083,13 +4373,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Bamberg 0 0 Bamberg - 00000 2 @@ -4110,13 +4402,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Bardowick 0 0 Bardowick - 00000 1 @@ -4137,13 +4431,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Barleber See 0 0 Barleber See - 00000 1 @@ -4164,13 +4460,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H020 + + 00000 + Barth 0 0 Barth - 00000 2 @@ -4191,13 +4489,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Basel Bad Bf 0 0 Basel Bad Bf - 00000 2 @@ -4218,13 +4518,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Baunatal-Guntershaus 0 0 Baunatal-Guntersh - 00000 2 @@ -4245,13 +4547,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J060 + + 00000 + Bautzen 0 0 Bautzen - 00000 2 @@ -4272,13 +4576,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I100 + + 00000 + Bayerisch Eisenstein 0 0 Bayerisch Eisenst - 00000 2 @@ -4299,13 +4605,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Bayerisch Gmain 0 0 Bayerisch Gmain - 00000 2 @@ -4326,13 +4634,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bayerwerk 0 0 Bayerwerk - 00000 1 @@ -4353,13 +4663,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Bayreuth Hbf 0 0 Bayreuth Hbf - 00000 2 @@ -4380,14 +4692,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Bayrischzell 0 0 Bayrischzell - 00000 - 3 @@ -4408,13 +4722,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Bebra 0 0 Bebra - 00000 2 @@ -4435,13 +4751,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Bedburg(Erft) 0 0 Bedburg(Erft) - 00000 2 @@ -4462,13 +4780,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Beeskow 0 0 Beeskow - 00000 2 @@ -4489,13 +4809,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Benediktbeuern 0 0 Benediktbeuern - 00000 2 @@ -4516,13 +4838,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Bensheim 0 0 Bensheim - 00000 2 @@ -4543,13 +4867,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Berchtesgaden Hbf 0 0 Berchtesgaden Hbf - 00000 2 @@ -4570,13 +4896,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H020 + + 00000 + Bergen auf Rügen 0 0 Bergen auf Ruegen - 00000 2 @@ -4597,13 +4925,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bergisch Gladbach 0 0 Bergisch Gladb - 00000 2 @@ -4624,13 +4954,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Friedrichstr 0 0 Berlin - 00000 2 @@ -4651,13 +4983,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Alexanderpl. 0 0 Berlin Alexandpl. - 00000 1 @@ -4678,13 +5012,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Bellevue 0 0 Berlin Bellevue - 00000 1 @@ -4705,13 +5041,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Berlin Brandenb.Flug 0 0 Berlin Brandbg Fl - 00000 1 @@ -4732,13 +5070,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Gesundbrunnen 0 0 Berlin Gesundbr. - 00000 1 @@ -4759,13 +5099,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Hackescher M. 0 0 Berlin Hackescher - 00000 1 @@ -4786,13 +5128,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Hbf 0 0 Berlin Hbf - 00000 1 @@ -4813,13 +5157,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Jannowitzbr. 0 0 Berlin Jannowitzb - 00000 1 @@ -4840,13 +5186,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Jungfernheide 0 0 Berlin Jungfernh. - 00000 1 @@ -4867,13 +5215,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Nöldnerplatz 0 0 Berlin Noeldnerpl - 00000 1 @@ -4894,13 +5244,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Ostbahnhof 0 0 Berlin Ostbahnhof - 00000 1 @@ -4921,13 +5273,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Ostkreuz 0 0 Berlin Ostkreuz - 00000 1 @@ -4948,13 +5302,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Potsdamer Pl 0 0 Berlin Potsd.Pl. - 00000 1 @@ -4975,13 +5331,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Savignyplatz 0 0 Berlin Savignypl. - 00000 1 @@ -5002,13 +5360,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Südkreuz 0 0 Berlin Suedkreuz - 00000 1 @@ -5029,13 +5389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Treptower Pk 0 0 Berlin Treptow - 00000 1 @@ -5056,13 +5418,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Berlin Wannsee 0 0 Berlin Wannsee - 00000 2 @@ -5083,13 +5447,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Warschauer St 0 0 Berlin Warsch.St - 00000 1 @@ -5110,13 +5476,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Westkreuz 0 0 Berlin Westkreuz - 00000 1 @@ -5137,13 +5505,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin Zoolg. Garten 0 0 Berlin Zoolg. G. - 00000 1 @@ -5164,13 +5534,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin-Charlottenbg. 0 0 Berlin-Charlottb. - 00000 1 @@ -5191,13 +5563,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Berlin-Karlshorst 0 0 Berlin-Karlshorst - 00000 2 @@ -5218,13 +5592,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin-Lichtenberg 0 0 Berlin-Lichtenbg - 00000 1 @@ -5245,13 +5621,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin-Schöneberg 0 0 Berlin-Schoeneb. - 00000 1 @@ -5272,13 +5650,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin-Spandau 0 0 Berlin-Spandau - 00000 2 @@ -5299,13 +5679,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Berlin-Tiergarten 0 0 Berlin-Tiergarten - 00000 1 @@ -5326,13 +5708,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Bernau(b Berlin) 0 0 Bernau(b Berlin) - 00000 2 @@ -5353,13 +5737,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Bestwig 0 0 Bestwig - 00000 2 @@ -5380,13 +5766,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Betzdorf(Sieg) 0 0 Betzdorf(Sieg) - 00000 2 @@ -5407,13 +5795,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Beuron 0 0 Beuron - 00000 2 @@ -5434,13 +5824,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Beyendorf 0 0 Beyendorf - 00000 1 @@ -5461,13 +5853,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Burg-u.Ndr Gemünden 0 0 Bg-u.Nd.Gemuenden - 00000 2 @@ -5488,13 +5882,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Biberach(Baden) 0 0 Biberach(Baden) - 00000 2 @@ -5515,13 +5911,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Biberach(Riß) 0 0 Biberach(Riss) - 00000 2 @@ -5542,13 +5940,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Bichlbach-Berwang 0 0 Bichlbach-Berwang - 00000 2 @@ -5569,13 +5969,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Biedenkopf 0 0 Biedenkopf - 00000 2 @@ -5596,13 +5998,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bielefeld Hbf 0 0 Bielefeld Hbf - 00000 2 @@ -5623,13 +6027,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bielefeld Ost 0 0 Bielefeld Ost - 00000 1 @@ -5650,13 +6056,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Bietigheim-Bissingen 0 0 Bietigheim-Biss. - 00000 2 @@ -5677,13 +6085,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Bietingen 0 0 Bietingen - 00000 2 @@ -5704,13 +6114,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Bingen(Rhein) Stadt 0 0 Bingen(Rh)Stadt - 00000 1 @@ -5731,13 +6143,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Bingen(Rhein) Hbf 0 0 Bingen(Rhein) Hbf - 00000 2 @@ -5758,13 +6172,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Bischofswerda 0 0 Bischofswerda - 00000 2 @@ -5785,13 +6201,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Bischofswiesen 0 0 Bischofswiesen - 00000 2 @@ -5812,13 +6230,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A080 + + 00000 + Bitburg-Erdorf 0 0 Bitburg-Erdorf - 00000 2 @@ -5839,13 +6259,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Bitterfeld 0 0 Bitterfeld - 00000 2 @@ -5866,13 +6288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Blaibach(Oberpf) 0 0 Blaibach(Oberpf) - 00000 2 @@ -5893,13 +6317,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G030 + + 00000 + Blankenberg(Meckl) 0 0 Blankenberg/Meckl - 00000 2 @@ -5920,13 +6346,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Blankenf(Teltow-Fl) 0 0 Blankenfelde - 00000 1 @@ -5947,13 +6375,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Blankenstein(Saale) 0 0 Blankenstein(S) - 00000 2 @@ -5974,13 +6404,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Blaubeuren 0 0 Blaubeuren - 00000 2 @@ -6001,13 +6433,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Blaufelden 0 0 Blaufelden - 00000 2 @@ -6028,13 +6462,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Blumenberg 0 0 Blumenberg - 00000 2 @@ -6055,13 +6491,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Bocholt 0 0 Bocholt - 00000 2 @@ -6082,13 +6520,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bochum Hbf 0 0 Bochum Hbf - 00000 2 @@ -6109,13 +6549,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bochum West 0 0 Bochum West - 00000 1 @@ -6136,13 +6578,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bochum-Ehrenfeld 0 0 Bochum-Ehrenfeld - 00000 1 @@ -6163,13 +6607,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bochum-Hamme 0 0 Bochum-Hamme - 00000 1 @@ -6190,13 +6636,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bochum-Langendreer 0 0 Bochum-Langend - 00000 1 @@ -6217,13 +6665,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bochum-Langendreer W 0 0 Bochum-Langend W - 00000 1 @@ -6244,13 +6694,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bochum-Riemke 0 0 Bochum-Riemke - 00000 1 @@ -6271,13 +6723,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Bockum-Hövel 0 0 Bockum-Hoevel - 00000 1 @@ -6298,13 +6752,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Bodenburg 0 0 Bodenburg - 00000 2 @@ -6325,13 +6781,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Bodenfelde 0 0 Bodenfelde - 00000 2 @@ -6352,13 +6810,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Bodenmais 0 0 Bodenmais - 00000 2 @@ -6379,13 +6839,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Böblingen 0 0 Boeblingen - 00000 2 @@ -6406,13 +6868,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Bogen 0 0 Bogen - 00000 2 @@ -6433,13 +6897,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bonn Hbf 0 0 Bonn Hbf - 00000 2 @@ -6460,13 +6926,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bonn-Bad Godesberg 0 0 Bonn-Bad Godesbg - 00000 1 @@ -6487,13 +6955,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bonn-Beuel 0 0 Bonn-Beuel - 00000 2 @@ -6514,13 +6984,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bonn-Duisdorf 0 0 Bonn-Duisdorf - 00000 1 @@ -6541,13 +7013,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bonn-Mehlem 0 0 Bonn-Mehlem - 00000 1 @@ -6568,13 +7042,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Bonn-Oberkassel 0 0 Bonn-Oberkassel - 00000 1 @@ -6595,13 +7071,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Boppard Hbf 0 0 Boppard Hbf - 00000 2 @@ -6622,13 +7100,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Boppard-Bad Salzig 0 0 Boppard-Bad Salz. - 00000 2 @@ -6649,13 +7129,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Borken(Westf) 0 0 Borken(Westf) - 00000 2 @@ -6676,14 +7158,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + SEE + Borkum(Nordseebad) 0 0 Borkum(Nordseeb) - 00000 - 3 @@ -6704,13 +7188,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H060 + + 00000 + Borsdorf(Sachs) 0 0 Borsdorf(Sachs) - 00000 2 @@ -6731,13 +7217,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bottrop Hbf 0 0 Bottrop Hbf - 00000 2 @@ -6758,13 +7246,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bottrop-Boy 0 0 Bottrop-Boy - 00000 1 @@ -6785,13 +7275,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Bottrop-Vonderort 0 0 Bottrop-Vonderort - 00000 1 @@ -6812,13 +7304,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Brackwede 0 0 Brackwede - 00000 1 @@ -6839,13 +7333,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Brackwede Süd 0 0 Brackwede Sued - 00000 1 @@ -6866,13 +7362,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Brake(b Bielefeld) 0 0 Brake(b Bielef) - 00000 1 @@ -6893,13 +7391,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Bramsche 0 0 Bramsche - 00000 2 @@ -6920,13 +7420,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Brandenburg Hbf 0 0 Brandenburg Hbf - 00000 2 @@ -6947,13 +7449,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Brannenburg 0 0 Brannenburg - 00000 2 @@ -6974,13 +7478,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Braunschweig Hbf 0 0 Braunschweig - 00000 2 @@ -7001,13 +7507,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Braunschweig-Gliesm. 0 0 Braunschweig-Gl - 00000 1 @@ -7028,13 +7536,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B110 + + 00000 + Breisach 0 0 Breisach - 00000 2 @@ -7055,13 +7565,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Breitendiel 0 0 Breitendiel - 00000 1 @@ -7082,13 +7594,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen Hbf 0 0 Bremen Hbf - 00000 2 @@ -7109,13 +7623,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen Neustadt 0 0 Bremen Neustadt - 00000 1 @@ -7136,13 +7652,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremen-Burg 0 0 Bremen-Burg - 00000 1 @@ -7163,13 +7681,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen-Hemelingen 0 0 Bremen-Hemelingen - 00000 1 @@ -7190,13 +7710,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremen-Lesum 0 0 Bremen-Lesum - 00000 1 @@ -7217,13 +7739,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen-Mahndorf 0 0 Bremen-Mahndorf - 00000 1 @@ -7244,13 +7768,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen-Oberneuland 0 0 Bremen-Oberneul. - 00000 1 @@ -7271,13 +7797,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen-Oslebshausen 0 0 Bremen-Oslebsh. - 00000 1 @@ -7298,13 +7826,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremen-Schönebeck 0 0 Bremen-Schoeneb. - 00000 1 @@ -7325,13 +7855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen-Sebaldsbrück 0 0 Bremen-Sebaldsbr. - 00000 1 @@ -7352,13 +7884,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremen-St Magnus 0 0 Bremen-St Magnus - 00000 1 @@ -7379,13 +7913,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremen-Vegesack 0 0 Bremen-Vegesack - 00000 1 @@ -7406,13 +7942,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Bremen-Walle 0 0 Bremen-Walle - 00000 1 @@ -7433,13 +7971,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremerhaven Hbf 0 0 Bremerhaven Hbf - 00000 2 @@ -7460,13 +8000,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremerhaven-Lehe 0 0 Bremerhaven-Lehe - 00000 1 @@ -7487,13 +8029,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Bremerhaven-Wulsdorf 0 0 Bremerhaven-Wulsd - 00000 1 @@ -7514,13 +8058,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Bretleben 0 0 Bretleben - 00000 2 @@ -7541,13 +8087,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Bretten 0 0 Bretten - 00000 2 @@ -7568,13 +8116,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Bretten Schulzentrum 0 0 Bretten Schulz - 00000 1 @@ -7595,13 +8145,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Bretten Stadtmitte 0 0 Bretten Stadt - 00000 1 @@ -7622,13 +8174,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Brilon Wald 0 0 Brilon Wald - 00000 2 @@ -7649,13 +8203,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Britz 0 0 Britz - 00000 2 @@ -7676,13 +8232,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Brötzingen Mitte 0 0 Broetzingen Mitte - 00000 1 @@ -7703,13 +8261,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bruchsal 0 0 Bruchsal - 00000 2 @@ -7730,13 +8290,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bruchsal Bildungsz 0 0 Bruchsal Bildungs - 00000 1 @@ -7757,13 +8319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Brühl 0 0 Bruehl - 00000 2 @@ -7784,13 +8348,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Bruxelles Zone 0 0 Bruxelles Zone - 00000 2 @@ -7811,13 +8377,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Bruxelles-Midi 0 0 Bruxelles-Midi - 00000 1 @@ -7838,13 +8406,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Bruxelles-Nord 0 0 Bruxelles-Nord - 00000 1 @@ -7865,13 +8435,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Bubenreuth 0 0 Bubenreuth - 00000 1 @@ -7892,13 +8464,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Buchholz(Nordheide) 0 0 Buchholz/Nordheid - 00000 2 @@ -7919,13 +8493,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Buchloe 0 0 Buchloe - 00000 2 @@ -7946,13 +8522,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Büchen 0 0 Buechen - 00000 2 @@ -7973,13 +8551,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bückeburg 0 0 Bueckeburg - 00000 2 @@ -8000,13 +8580,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Bühl(Baden) 0 0 Buehl(Baden) - 00000 2 @@ -8027,13 +8609,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Bünde(Westf) 0 0 Buende(Westf) - 00000 2 @@ -8054,13 +8638,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Büttgen 0 0 Buettgen - 00000 1 @@ -8081,13 +8667,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Bützow 0 0 Buetzow - 00000 2 @@ -8108,13 +8696,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Buggingen 0 0 Buggingen - 00000 2 @@ -8135,13 +8725,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Bullay(DB) 0 0 Bullay(DB) - 00000 2 @@ -8162,13 +8754,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Burgdorf 0 0 Burgdorf - 00000 2 @@ -8189,13 +8783,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Burghausen(Oberbay) 0 0 Burghausen(Obb) - 00000 2 @@ -8216,13 +8812,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A010 + + 00000 + Bus 0 0 Bus - 00000 1 @@ -8243,13 +8841,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Butzbach 0 0 Butzbach - 00000 2 @@ -8270,13 +8870,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Buxtehude 0 0 Buxtehude - 00000 2 @@ -8297,13 +8899,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Cadolzburg 0 0 Cadolzburg - 00000 2 @@ -8324,13 +8928,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Cainsdorf 0 0 Cainsdorf - 00000 1 @@ -8351,13 +8957,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Calau(NL) 0 0 Calau(NL) - 00000 2 @@ -8378,13 +8986,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Calbe(Saale) Ost 0 0 Calbe(Saale) Ost - 00000 2 @@ -8405,13 +9015,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Calw 0 0 Calw - 00000 2 @@ -8432,13 +9044,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Camburg(Saale) 0 0 Camburg(Saale) - 00000 1 @@ -8459,13 +9073,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Castrop-Rauxel Hbf 0 0 Castrop-RauxelHbf - 00000 2 @@ -8486,13 +9102,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E040 + + 00000 + Celle 0 0 Celle - 00000 2 @@ -8513,13 +9131,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Cham(Oberpf) 0 0 Cham(Opf) - 00000 2 @@ -8540,13 +9160,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H080 + + 00000 + Cheb(Gr) 0 0 Cheb(Gr) - 00000 2 @@ -8567,13 +9189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Chemnitz Hbf 0 0 Chemnitz Hbf - 00000 2 @@ -8594,13 +9218,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Chemnitz Mitte 0 0 Chemnitz Mitte - 00000 1 @@ -8621,13 +9247,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Chemnitz Süd 0 0 Chemnitz Sued - 00000 1 @@ -8648,13 +9276,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Chorin 0 0 Chorin - 00000 2 @@ -8675,13 +9305,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C040 + + 00000 + Cloppenburg 0 0 Cloppenburg - 00000 2 @@ -8702,13 +9334,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Coburg 0 0 Coburg - 00000 2 @@ -8729,13 +9363,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Cochem(Mosel) 0 0 Cochem(Mosel) - 00000 2 @@ -8756,13 +9392,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Cölbe 0 0 Coelbe - 00000 2 @@ -8783,13 +9421,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Coesfeld(Westf) 0 0 Coesfeld(Westf) - 00000 2 @@ -8810,13 +9450,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Cossebaude 0 0 Cossebaude - 00000 1 @@ -8837,13 +9479,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Coswig(Dresden) 0 0 Coswig(Dresden) - 00000 2 @@ -8864,13 +9508,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Cottbus 0 0 Cottbus - 00000 2 @@ -8891,13 +9537,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Cottbus-Merzdorf 0 0 Cottbus-Merzdorf - 00000 1 @@ -8918,13 +9566,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Cottbus-Sandow 0 0 Cottbus-Sandow - 00000 1 @@ -8945,13 +9595,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Cottbus-Willmersd N 0 0 Cottbus-Willmersd - 00000 1 @@ -8972,13 +9624,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Crailsheim 0 0 Crailsheim - 00000 2 @@ -8999,13 +9653,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H080 + + 00000 + Cranzahl 0 0 Cranzahl - 00000 2 @@ -9026,13 +9682,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Crimmitschau 0 0 Crimmitschau - 00000 2 @@ -9053,13 +9711,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D020 + + 00000 + Cuxhaven 0 0 Cuxhaven - 00000 2 @@ -9080,13 +9740,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Dachau Bahnhof 0 0 Dachau Bahnhof - 00000 2 @@ -9107,14 +9769,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + SEE + Dagebüll Mole 0 0 Dagebuell Mole - 00000 - 3 @@ -9135,13 +9799,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Dalheim 0 0 Dalheim - 00000 2 @@ -9162,13 +9828,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F040 + + 00000 + Dannenberg Ost 0 0 Dannenberg Ost - 00000 2 @@ -9189,14 +9857,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Darching 0 0 Darching - 00000 - 3 @@ -9217,13 +9887,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt Hbf 0 0 Darmstadt Hbf - 00000 2 @@ -9244,13 +9916,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt Nord 0 0 Darmstadt Nord - 00000 1 @@ -9271,13 +9945,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt Ost 0 0 Darmstadt Ost - 00000 1 @@ -9298,13 +9974,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt Süd 0 0 Darmstadt Sued - 00000 1 @@ -9325,13 +10003,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt-Arheilgen 0 0 Darmstadt-Arheil - 00000 1 @@ -9352,13 +10032,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt-Eberstadt 0 0 Darmstadt-Eberst - 00000 1 @@ -9379,13 +10061,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt-Kranichst. 0 0 Darmstadt-Kranich - 00000 1 @@ -9406,13 +10090,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Darmstadt-Wixhausen 0 0 Darmstadt-Wixh - 00000 1 @@ -9433,13 +10119,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Deggendorf Hbf 0 0 Deggendorf Hbf - 00000 2 @@ -9460,13 +10148,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Delitzsch 0 0 Delitzsch - 00000 2 @@ -9487,13 +10177,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Delmenhorst 0 0 Delmenhorst - 00000 2 @@ -9514,13 +10206,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H020 + + 00000 + Demmin 0 0 Demmin - 00000 2 @@ -9541,13 +10235,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Denzlingen 0 0 Denzlingen - 00000 2 @@ -9568,13 +10264,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Derneburg(Han) 0 0 Derneburg - 00000 2 @@ -9595,13 +10293,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Dessau Hbf 0 0 Dessau Hbf - 00000 2 @@ -9622,13 +10322,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Detmold 0 0 Detmold - 00000 2 @@ -9649,13 +10351,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Dieburg 0 0 Dieburg - 00000 2 @@ -9676,13 +10380,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C040 + + 00000 + Diepholz 0 0 Diepholz - 00000 2 @@ -9703,13 +10409,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Dießen 0 0 Diessen - 00000 2 @@ -9730,13 +10438,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Dillenburg 0 0 Dillenburg - 00000 2 @@ -9757,13 +10467,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Dillingen(Donau) 0 0 Dillingen(Donau) - 00000 2 @@ -9784,13 +10496,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Dillingen(Saar) 0 0 Dillingen(Saar) - 00000 2 @@ -9811,13 +10525,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Dingolfing 0 0 Dingolfing - 00000 2 @@ -9838,13 +10554,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dinslaken 0 0 Dinslaken - 00000 2 @@ -9865,13 +10583,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Dissen-Bad Rothenf. 0 0 Dissen-Bad Rothen - 00000 2 @@ -9892,13 +10612,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Ditzingen 0 0 Ditzingen - 00000 2 @@ -9919,13 +10641,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Doberlug-Kirchhain 0 0 Doberlug-Kirchh. - 00000 2 @@ -9946,13 +10670,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Döbeln Hbf 0 0 Doebeln Hbf - 00000 2 @@ -9973,13 +10699,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Dollbergen 0 0 Dollbergen - 00000 2 @@ -10000,13 +10728,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Dombühl 0 0 Dombuehl - 00000 2 @@ -10027,13 +10757,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Donaueschingen 0 0 Donaueschingen - 00000 2 @@ -10054,13 +10786,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Donauwörth 0 0 Donauwoerth - 00000 2 @@ -10081,13 +10815,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Dorfen Bahnhof 0 0 Dorfen Bahnhof - 00000 2 @@ -10108,13 +10844,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund Hbf 0 0 Dortmund Hbf - 00000 2 @@ -10135,13 +10873,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund Knappschaft 0 0 Dortmund Knappsch - 00000 1 @@ -10162,13 +10902,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund Möllerbr. 0 0 Dortmund Moellerb - 00000 1 @@ -10189,13 +10931,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund Signal Idu. 0 0 Dortmund Signal - 00000 1 @@ -10216,13 +10960,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund Stadthaus 0 0 Dortmund Stadth - 00000 1 @@ -10243,13 +10989,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund Tierpark 0 0 Dortmund Tierpark - 00000 1 @@ -10270,13 +11018,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund West 0 0 Dortmund West - 00000 1 @@ -10297,13 +11047,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Aplerbeck 0 0 Dortmund-Aplerb - 00000 1 @@ -10324,13 +11076,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Aplerbeck S 0 0 Dortmund-Aplerb S - 00000 1 @@ -10351,13 +11105,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Asseln Mitt 0 0 Dortmund-Asseln M - 00000 1 @@ -10378,13 +11134,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Barop 0 0 Dortmund-Barop - 00000 1 @@ -10405,13 +11163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Bövingh. 0 0 Dortmund-Boevingh - 00000 1 @@ -10432,13 +11192,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Brackel 0 0 Dortmund-Brackel - 00000 1 @@ -10459,13 +11221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Derne 0 0 Dortmund-Derne - 00000 1 @@ -10486,13 +11250,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Dorstfeld 0 0 Dortmund-Dorstf - 00000 1 @@ -10513,13 +11279,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Dorstfeld S 0 0 Dortmund-Dorstf S - 00000 1 @@ -10540,13 +11308,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Germania 0 0 Dortmund-Germ - 00000 1 @@ -10567,13 +11337,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Hörde 0 0 Dortmund-Hoerde - 00000 1 @@ -10594,13 +11366,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Huckarde N 0 0 Dortmund-Huck N - 00000 1 @@ -10621,13 +11395,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Huckarde 0 0 Dortmund-Huckarde - 00000 1 @@ -10648,13 +11424,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Kirchderne 0 0 Dortmund-Kirchder - 00000 1 @@ -10675,13 +11453,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Kirchhörde 0 0 Dortmund-Kirchhoe - 00000 1 @@ -10702,13 +11482,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Kley 0 0 Dortmund-Kley - 00000 1 @@ -10729,13 +11511,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Körne 0 0 Dortmund-Koerne - 00000 1 @@ -10756,13 +11540,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Körne West 0 0 Dortmund-Koerne W - 00000 1 @@ -10783,13 +11569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Kruckel 0 0 Dortmund-Kruckel - 00000 1 @@ -10810,13 +11598,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Kurl 0 0 Dortmund-Kurl - 00000 1 @@ -10837,13 +11627,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Löttringh. 0 0 Dortmund-Loett - 00000 1 @@ -10864,13 +11656,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Lütgend.N 0 0 Dortmund-Luet N - 00000 1 @@ -10891,13 +11685,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Lütgendort 0 0 Dortmund-Luetgend - 00000 1 @@ -10918,13 +11714,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Marten 0 0 Dortmund-Marten - 00000 1 @@ -10945,13 +11743,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Marten Süd 0 0 Dortmund-Marten S - 00000 1 @@ -10972,13 +11772,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Mengede 0 0 Dortmund-Mengede - 00000 1 @@ -10999,13 +11801,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Nette/Oest 0 0 Dortmund-Nette - 00000 1 @@ -11026,13 +11830,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Oespel 0 0 Dortmund-Oespel - 00000 1 @@ -11053,13 +11859,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Rahm 0 0 Dortmund-Rahm - 00000 1 @@ -11080,13 +11888,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Scharnhorst 0 0 Dortmund-Scharnh - 00000 1 @@ -11107,13 +11917,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Sölde 0 0 Dortmund-Soelde - 00000 1 @@ -11134,13 +11946,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Somborn 0 0 Dortmund-Somborn - 00000 1 @@ -11161,13 +11975,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Uni. 0 0 Dortmund-Uni - 00000 1 @@ -11188,13 +12004,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Westerfilde 0 0 Dortmund-Westerf - 00000 1 @@ -11215,13 +12033,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Wickede W 0 0 Dortmund-Wick W - 00000 1 @@ -11242,13 +12062,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Wickede 0 0 Dortmund-Wickede - 00000 1 @@ -11269,13 +12091,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Dortmund-Wischlingen 0 0 Dortmund-Wischlin - 00000 1 @@ -11296,13 +12120,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden Flughafen 0 0 Dresden Flughafen - 00000 1 @@ -11323,13 +12149,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden Freiberg.Str 0 0 Dresden Freib.Str - 00000 1 @@ -11350,13 +12178,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden Grenzstraße 0 0 Dresden Grenzstr. - 00000 1 @@ -11377,13 +12207,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden Hbf 0 0 Dresden Hbf - 00000 2 @@ -11404,13 +12236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden Industriegel 0 0 Dresden Ind.Gel. - 00000 1 @@ -11431,13 +12265,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden Mitte 0 0 Dresden Mitte - 00000 1 @@ -11458,13 +12294,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Cotta 0 0 Dresden-Cotta - 00000 1 @@ -11485,13 +12323,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Dobritz 0 0 Dresden-Dobritz - 00000 1 @@ -11512,13 +12352,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Friedrichst 0 0 Dresden-Friedr. - 00000 1 @@ -11539,13 +12381,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Kemnitz 0 0 Dresden-Kemnitz - 00000 1 @@ -11566,13 +12410,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Klotzsche 0 0 Dresden-Klotzsche - 00000 1 @@ -11593,13 +12439,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Neustadt 0 0 Dresden-Neustadt - 00000 1 @@ -11620,13 +12468,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Niedersedl 0 0 Dresden-Nieders. - 00000 1 @@ -11647,13 +12497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Pieschen 0 0 Dresden-Pieschen - 00000 1 @@ -11674,13 +12526,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Plauen 0 0 Dresden-Plauen - 00000 1 @@ -11701,13 +12555,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Reick 0 0 Dresden-Reick - 00000 1 @@ -11728,13 +12584,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Stetzsch 0 0 Dresden-Stetzsch - 00000 1 @@ -11755,13 +12613,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Strehlen 0 0 Dresden-Strehlen - 00000 1 @@ -11782,13 +12642,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Trachau 0 0 Dresden-Trachau - 00000 1 @@ -11809,13 +12671,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Dresden-Zschachwitz 0 0 Dresden-Zschachw. - 00000 1 @@ -11836,13 +12700,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Duckterath 0 0 Duckterath - 00000 1 @@ -11863,13 +12729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Dudweiler 0 0 Dudweiler - 00000 1 @@ -11890,13 +12758,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Dülmen 0 0 Duelmen - 00000 2 @@ -11917,13 +12787,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Düren 0 0 Dueren - 00000 1 @@ -11944,13 +12816,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Düren Im GroßenTal 0 0 Dueren I Gr Tal - 00000 1 @@ -11971,13 +12845,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Düren Renkerstraße 0 0 Dueren Renkerstr - 00000 1 @@ -11998,13 +12874,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Düren-Annakirmespl. 0 0 Dueren-Annakirmes - 00000 2 @@ -12025,13 +12903,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Düren-Kuhbrücke 0 0 Dueren-Kuhbruecke - 00000 1 @@ -12052,13 +12932,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Düren-Lendersdorf 0 0 Dueren-Lendersd - 00000 1 @@ -12079,13 +12961,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf Flugh.T. 0 0 Duesseldorf Fl.T. - 00000 1 @@ -12106,13 +12990,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf Flugh. 0 0 Duesseldorf Flugh - 00000 1 @@ -12133,13 +13019,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf Friedrst 0 0 Duesseldorf Fried - 00000 1 @@ -12160,13 +13048,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf Hbf 0 0 Duesseldorf Hbf - 00000 2 @@ -12187,13 +13077,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf Völk St 0 0 Duesseldorf Voelk - 00000 1 @@ -12214,13 +13106,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf Volksg. 0 0 Duesseldorf Volks - 00000 1 @@ -12241,13 +13135,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf Wehrhahn 0 0 Duesseldorf Wehrh - 00000 1 @@ -12268,13 +13164,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Benrath 0 0 Duesseldorf-Benr. - 00000 1 @@ -12295,13 +13193,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Bilk 0 0 Duesseldorf-Bilk - 00000 1 @@ -12322,13 +13222,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Derend. 0 0 Duesseldorf-Dere. - 00000 1 @@ -12349,13 +13251,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Eller M 0 0 Duesseldorf-El.M - 00000 1 @@ -12376,13 +13280,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Eller S 0 0 Duesseldorf-El.S - 00000 1 @@ -12403,13 +13309,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Eller 0 0 Duesseldorf-Eller - 00000 1 @@ -12430,13 +13338,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Flingern 0 0 Duesseldorf-Fling - 00000 1 @@ -12457,13 +13367,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Garath 0 0 Duesseldorf-Gar. - 00000 1 @@ -12484,13 +13396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Gerresh. 0 0 Duesseldorf-Gerr. - 00000 1 @@ -12511,13 +13425,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Hamm 0 0 Duesseldorf-Hamm - 00000 1 @@ -12538,13 +13454,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Hellerh. 0 0 Duesseldorf-Hell - 00000 1 @@ -12565,13 +13483,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Oberbilk 0 0 Duesseldorf-Oberb - 00000 1 @@ -12592,13 +13512,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Rath Mit 0 0 Duesseldorf-R.M. - 00000 1 @@ -12619,13 +13541,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Rath 0 0 Duesseldorf-Rath - 00000 1 @@ -12646,13 +13570,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Reisholz 0 0 Duesseldorf-Reish - 00000 1 @@ -12673,13 +13599,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Unterr. 0 0 Duesseldorf-Unter - 00000 1 @@ -12700,13 +13628,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Düsseldorf-Zoo 0 0 Duesseldorf-Zoo - 00000 1 @@ -12727,13 +13657,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg Entenfang 0 0 Duisburg Entenf - 00000 1 @@ -12754,13 +13686,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg Hbf 0 0 Duisburg Hbf - 00000 2 @@ -12781,13 +13715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Bissingheim 0 0 Duisburg-Bissingh - 00000 1 @@ -12808,13 +13744,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Buchholz 0 0 Duisburg-Buchholz - 00000 1 @@ -12835,13 +13773,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Großenbaum 0 0 Duisburg-Grossenb - 00000 1 @@ -12862,13 +13802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Hochfeld S 0 0 Duisburg-Hochf.S - 00000 1 @@ -12889,13 +13831,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Meiderich O 0 0 Duisburg-Meid.O - 00000 1 @@ -12916,13 +13860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Meiderich S 0 0 Duisburg-Meid.S - 00000 1 @@ -12943,13 +13889,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Obermeider. 0 0 Duisburg-Obermeid - 00000 1 @@ -12970,13 +13918,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Rahm 0 0 Duisburg-Rahm - 00000 1 @@ -12997,13 +13947,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Ruhrort 0 0 Duisburg-Ruhrort - 00000 2 @@ -13024,13 +13976,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Schlenk 0 0 Duisburg-Schlenk - 00000 1 @@ -13051,13 +14005,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Duisburg-Wedau 0 0 Duisburg-Wedau - 00000 1 @@ -13078,13 +14034,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Eberbach 0 0 Eberbach - 00000 2 @@ -13105,13 +14063,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Ebermannstadt 0 0 Ebermannstadt - 00000 2 @@ -13132,13 +14092,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Ebern 0 0 Ebern - 00000 2 @@ -13159,13 +14121,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Ebersbach(Fils) 0 0 Ebersbach(Fils) - 00000 2 @@ -13186,13 +14150,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J070 + + 00000 + Ebersbach(Sachs) 0 0 Ebersbach(Sachs) - 00000 2 @@ -13213,13 +14179,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Eberswalde Hbf 0 0 Eberswalde Hbf - 00000 2 @@ -13240,13 +14208,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Ebringen 0 0 Ebringen - 00000 2 @@ -13267,13 +14237,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E010 + + 00000 + Eckernförde 0 0 Eckernfoerde - 00000 2 @@ -13294,13 +14266,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Edelfingen 0 0 Edelfingen - 00000 1 @@ -13321,13 +14295,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Efringen-Kirchen 0 0 Efringen-Kirchen - 00000 2 @@ -13348,13 +14324,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Eggenfelden 0 0 Eggenfelden - 00000 2 @@ -13375,13 +14353,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Ehingen(Donau) 0 0 Ehingen(Donau) - 00000 2 @@ -13402,13 +14382,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Ehrang 0 0 Ehrang - 00000 1 @@ -13429,13 +14411,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Ehrang Ort 0 0 Ehrang Ort - 00000 1 @@ -13456,13 +14440,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Ehrwald Zugspitzbahn 0 0 Ehrwald Zugspitzb - 00000 2 @@ -13483,13 +14469,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Eichenberg 0 0 Eichenberg - 00000 2 @@ -13510,13 +14498,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Eichstätt Bahnhof 0 0 Eichstaett Bf - 00000 2 @@ -13537,13 +14527,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Eichstätt Stadt 0 0 Eichstaett Stadt - 00000 2 @@ -13564,13 +14556,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H060 + + 00000 + Eilenburg 0 0 Eilenburg - 00000 2 @@ -13591,13 +14585,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Eilsleben(Magdeb) 0 0 Eilsleben(Magdeb) - 00000 2 @@ -13618,13 +14614,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Eimeldingen 0 0 Eimeldingen - 00000 2 @@ -13645,13 +14643,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Einbeck Salzderhel 0 0 Einbeck Salzderh. - 00000 2 @@ -13672,13 +14672,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Einsiedlerhof 0 0 Einsiedlerhof - 00000 1 @@ -13699,13 +14701,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Eisenach 0 0 Eisenach - 00000 2 @@ -13726,13 +14730,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J050 + + 00000 + Eisenhüttenstadt 0 0 Eisenhuettenstadt - 00000 2 @@ -13753,13 +14759,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Eisfeld 0 0 Eisfeld - 00000 2 @@ -13780,13 +14788,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Ellwangen 0 0 Ellwangen - 00000 2 @@ -13807,13 +14817,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Elmshorn 0 0 Elmshorn - 00000 2 @@ -13834,13 +14846,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Elsterwerda 0 0 Elsterwerda - 00000 2 @@ -13861,13 +14875,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Eltersdorf 0 0 Eltersdorf - 00000 1 @@ -13888,13 +14904,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Elzach 0 0 Elzach - 00000 2 @@ -13915,13 +14933,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Elze(Han) 0 0 Elze(Han) - 00000 2 @@ -13942,13 +14962,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + Emden Hbf 0 0 Emden - 00000 2 @@ -13969,13 +14991,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + Emden Außenhafen 0 0 Emden Aussenhafen - 00000 2 @@ -13996,13 +15020,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Emmendingen 0 0 Emmendingen - 00000 2 @@ -14023,13 +15049,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A050 + + 00000 + Emmerich 0 0 Emmerich - 00000 2 @@ -14050,13 +15078,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A050 + + 00000 + Emmerich(Gr) 0 0 Emmerich(Gr) - 00000 2 @@ -14077,13 +15107,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Engelsdorf 0 0 Engelsdorf - 00000 1 @@ -14104,13 +15136,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Engen 0 0 Engen - 00000 2 @@ -14131,13 +15165,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Engers 0 0 Engers - 00000 2 @@ -14158,13 +15194,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Erding 0 0 Erding - 00000 2 @@ -14185,13 +15223,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Erfurt Hbf 0 0 Erfurt Hbf - 00000 2 @@ -14212,13 +15252,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Erfurt Nord 0 0 Erfurt Nord - 00000 1 @@ -14239,13 +15281,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Erfurt Ost 0 0 Erfurt Ost - 00000 1 @@ -14266,13 +15310,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Erfurt-Bischleben 0 0 Erfurt-Bischleben - 00000 1 @@ -14293,13 +15339,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Erfurt-Gispersleben 0 0 Erfurt-Gispersleb - 00000 1 @@ -14320,13 +15368,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Erkelenz 0 0 Erkelenz - 00000 2 @@ -14347,13 +15397,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Erlangen 0 0 Erlangen - 00000 2 @@ -14374,13 +15426,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Erlangen-Bruck 0 0 Erlangen-Bruck - 00000 1 @@ -14401,13 +15455,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Erzingen(Baden) 0 0 Erzingen(Baden) - 00000 2 @@ -14428,13 +15484,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Eschborn Süd 0 0 Eschborn Sued - 00000 1 @@ -14455,13 +15513,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Eschenlohe 0 0 Eschenlohe - 00000 2 @@ -14482,13 +15542,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Eschwege West 0 0 Eschwege West - 00000 2 @@ -14509,13 +15571,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Eschweiler Hbf 0 0 Eschweiler Hbf - 00000 2 @@ -14536,13 +15600,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + Esens(Ostfriesl) 0 0 Esens(Ostfriesl) - 00000 2 @@ -14563,13 +15629,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen Hbf 0 0 Essen Hbf - 00000 2 @@ -14590,13 +15658,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen Stadtwald 0 0 Essen Stadtwald - 00000 1 @@ -14617,13 +15687,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen Süd 0 0 Essen Sued - 00000 1 @@ -14644,13 +15716,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen West 0 0 Essen West - 00000 1 @@ -14671,13 +15745,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Borbeck 0 0 Essen-Borbeck - 00000 1 @@ -14698,13 +15774,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Borbeck Süd 0 0 Essen-Borbeck S - 00000 1 @@ -14725,13 +15803,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Dellwig Ost 0 0 Essen-Dellwig Ost - 00000 1 @@ -14752,13 +15832,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Eiberg 0 0 Essen-Eiberg - 00000 1 @@ -14779,13 +15861,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Frohnhausen 0 0 Essen-Frohnhausen - 00000 1 @@ -14806,13 +15890,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Gerschede 0 0 Essen-Gerschede - 00000 1 @@ -14833,13 +15919,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Holthausen 0 0 Essen-Holthausen - 00000 1 @@ -14860,13 +15948,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Horst 0 0 Essen-Horst - 00000 1 @@ -14887,13 +15977,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Hügel 0 0 Essen-Huegel - 00000 1 @@ -14914,13 +16006,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Kray Nord 0 0 Essen-Kray Nord - 00000 1 @@ -14941,13 +16035,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Kray Süd 0 0 Essen-Kray Sued - 00000 1 @@ -14968,13 +16064,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Kupferdreh 0 0 Essen-Kupferdreh - 00000 1 @@ -14995,13 +16093,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Steele 0 0 Essen-Steele - 00000 1 @@ -15022,13 +16122,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Steele Ost 0 0 Essen-Steele Ost - 00000 1 @@ -15049,13 +16151,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Überruhr 0 0 Essen-Ueberruhr - 00000 1 @@ -15076,13 +16180,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Essen-Werden 0 0 Essen-Werden - 00000 1 @@ -15103,13 +16209,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Esslingen(Neckar) 0 0 Esslingen(N) - 00000 2 @@ -15130,13 +16238,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Esslingen-Mettingen 0 0 Esslingen-Mett - 00000 1 @@ -15157,13 +16267,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Esslingen-Zell 0 0 Esslingen-Zell - 00000 1 @@ -15184,13 +16296,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Euskirchen 0 0 Euskirchen - 00000 2 @@ -15211,13 +16325,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Eutin 0 0 Eutin - 00000 2 @@ -15238,13 +16354,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Eutingen im Gäu 0 0 Eutingen im Gaeu - 00000 2 @@ -15265,13 +16383,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Eutingen(Baden) 0 0 Eutingen(Baden) - 00000 1 @@ -15292,13 +16412,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Eystrup 0 0 Eystrup - 00000 2 @@ -15319,13 +16441,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Frankfurt(M)Flugh Fernbf 0 0 FFM Flugh Fern - 00000 1 @@ -15346,13 +16470,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H060 + + 00000 + Falkenberg(Elster) 0 0 Falkenberg(Elst) - 00000 2 @@ -15373,13 +16499,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Fallersleben 0 0 Fallersleben - 00000 1 @@ -15400,13 +16528,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Farchant 0 0 Farchant - 00000 2 @@ -15427,13 +16557,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Fasanenpark 0 0 Fasanenpark - 00000 1 @@ -15454,13 +16586,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Faulbach(Main) 0 0 Faulbach(Main) - 00000 2 @@ -15481,13 +16615,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Favoritepark 0 0 Favoritepark - 00000 1 @@ -15508,13 +16644,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Feldberg-Bärental 0 0 Feldberg-Baerent. - 00000 2 @@ -15535,13 +16673,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Feldhausen 0 0 Feldhausen - 00000 2 @@ -15562,13 +16702,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Feldkirchen(b M) 0 0 Feldkirchen(b M) - 00000 1 @@ -15589,13 +16731,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Fellbach 0 0 Fellbach - 00000 1 @@ -15616,13 +16760,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Feucht 0 0 Feucht - 00000 2 @@ -15643,13 +16789,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Finnentrop 0 0 Finnentrop - 00000 2 @@ -15670,13 +16818,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Finningerstrasse 0 0 Finningerstrasse - 00000 1 @@ -15697,13 +16847,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Finsterwalde(Nl) 0 0 Finsterwalde(Nl) - 00000 2 @@ -15724,13 +16876,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Fischbach(Nürnberg) 0 0 Fischbach(Nuernb) - 00000 1 @@ -15751,14 +16905,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Fischbachau 0 0 Fischbachau - 00000 - 3 @@ -15779,13 +16935,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Fischen 0 0 Fischen - 00000 2 @@ -15806,14 +16964,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Fischhausen-Neuhaus 0 0 Fischhausen-Neuh. - 00000 - 3 @@ -15834,13 +16994,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + Flensburg 0 0 Flensburg - 00000 2 @@ -15861,13 +17023,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + Flensburg(Gr) 0 0 Flensburg(Gr) - 00000 2 @@ -15888,13 +17052,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Flintsbach 0 0 Flintsbach - 00000 2 @@ -15915,13 +17081,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Flöha 0 0 Floeha - 00000 2 @@ -15942,14 +17110,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + SEE + Föhr 0 0 Foehr - 00000 - 3 @@ -15970,13 +17140,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Föhren 0 0 Foehren - 00000 2 @@ -15997,13 +17169,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B100 + + 00000 + Forbach(fr) 0 0 Forbach(fr) - 00000 2 @@ -16024,13 +17198,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Forchheim(Oberfr) 0 0 Forchheim(Ofr) - 00000 2 @@ -16051,13 +17227,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J060 + + 00000 + Forst(Gr) 0 0 Forst(Gr) - 00000 2 @@ -16078,13 +17256,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J060 + + 00000 + Forst(Lausitz) 0 0 Forst(Lausitz) - 00000 2 @@ -16105,13 +17285,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Forsthaus 0 0 Forsthaus - 00000 1 @@ -16132,13 +17314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Frankenberg(Eder) 0 0 Frankenberg(Eder) - 00000 2 @@ -16159,13 +17343,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Frankenthal Hbf 0 0 Frankenthal Hbf - 00000 2 @@ -16186,13 +17372,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Frankfurt(M)Flugh. 0 0 Frankfurt(M)Flugh - 00000 2 @@ -16213,13 +17401,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Gallusw. 0 0 Frankfurt(M)Gallu - 00000 1 @@ -16240,13 +17430,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Hauptw. 0 0 Frankfurt(M)Haupt - 00000 1 @@ -16267,13 +17459,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(Main)Hbf 0 0 Frankfurt(M)Hbf - 00000 2 @@ -16294,13 +17488,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Konst. 0 0 Frankfurt(M)Konst - 00000 1 @@ -16321,13 +17517,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Lokalbf. 0 0 Frankfurt(M)Lokal - 00000 1 @@ -16348,13 +17546,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(Main)Messe 0 0 Frankfurt(M)Messe - 00000 1 @@ -16375,13 +17575,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Mühlbg. 0 0 Frankfurt(M)Muehl - 00000 1 @@ -16402,13 +17604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Ostend. 0 0 Frankfurt(M)O.End - 00000 1 @@ -16429,13 +17633,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(Main)Ost 0 0 Frankfurt(M)Ost - 00000 1 @@ -16456,13 +17662,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Stadion 0 0 Frankfurt(M)Stadi - 00000 1 @@ -16483,13 +17691,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Stresem. 0 0 Frankfurt(M)Stres - 00000 1 @@ -16510,13 +17720,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(Main)Süd 0 0 Frankfurt(M)Sued - 00000 1 @@ -16537,13 +17749,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(M)Tsanlage 0 0 Frankfurt(M)Tsanl - 00000 1 @@ -16564,13 +17778,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt(Main)West 0 0 Frankfurt(M)West - 00000 1 @@ -16591,13 +17807,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J050 + + 00000 + Frankfurt(Oder)(Gr) 0 0 Frankfurt(O)(Gr) - 00000 2 @@ -16618,13 +17836,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J050 + + 00000 + Frankfurt(Oder)-Neub 0 0 Frankfurt(O)-Neub - 00000 1 @@ -16645,13 +17865,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J050 + + 00000 + Frankfurt(O)-Roseng 0 0 Frankfurt(O)Rosen - 00000 1 @@ -16672,13 +17894,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J050 + + 00000 + Frankfurt(Oder) 0 0 Frankfurt(Oder) - 00000 2 @@ -16699,13 +17923,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Berkersh. 0 0 Frankfurt-Berkers - 00000 1 @@ -16726,13 +17952,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Eschersh. 0 0 Frankfurt-Eschers - 00000 1 @@ -16753,13 +17981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-F. Berg 0 0 Frankfurt-F. Berg - 00000 1 @@ -16780,13 +18010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Griesheim 0 0 Frankfurt-Grieshm - 00000 1 @@ -16807,13 +18039,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Frankfurt-Höchst 0 0 Frankfurt-Hoechst - 00000 1 @@ -16834,13 +18068,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Louisa 0 0 Frankfurt-Louisa - 00000 1 @@ -16861,13 +18097,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Mainkur 0 0 Frankfurt-Mainkur - 00000 1 @@ -16888,13 +18126,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Nied 0 0 Frankfurt-Nied - 00000 1 @@ -16915,13 +18155,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Niederrad 0 0 Frankfurt-Niederr - 00000 1 @@ -16942,13 +18184,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Rödelheim 0 0 Frankfurt-Roedelh - 00000 1 @@ -16969,13 +18213,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Sindlingen 0 0 Frankfurt-Sindl - 00000 1 @@ -16996,13 +18242,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Frankfurt-Sossenheim 0 0 Frankfurt-Sossenh - 00000 1 @@ -17023,13 +18271,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Freiberg(Sachs) 0 0 Freiberg(Sachs) - 00000 2 @@ -17050,13 +18300,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg Klinikum 0 0 Freiburg Klinikum - 00000 1 @@ -17077,13 +18329,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg Messe/Uni 0 0 Freiburg Messe - 00000 1 @@ -17104,13 +18358,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg West 0 0 Freiburg West - 00000 1 @@ -17131,13 +18387,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg(Brsg)Hbf 0 0 Freiburg(Brsg)Hbf - 00000 2 @@ -17158,13 +18416,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg-Herdern 0 0 Freiburg-Herdern - 00000 1 @@ -17185,13 +18445,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg-Littenweil. 0 0 Freiburg-Littenw - 00000 1 @@ -17212,13 +18474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg-St Georgen 0 0 Freiburg-St Georg - 00000 1 @@ -17239,13 +18503,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg-Wiehre 0 0 Freiburg-Wiehre - 00000 1 @@ -17266,13 +18532,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freiburg-Zähringen 0 0 Freiburg-Zaeh. - 00000 1 @@ -17293,13 +18561,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Freilassing 0 0 Freilassing - 00000 2 @@ -17320,13 +18590,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Freising 0 0 Freising - 00000 2 @@ -17347,13 +18619,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freudenstadt Hbf 0 0 Freudenstadt Hbf - 00000 2 @@ -17374,13 +18648,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Freudenstadt Stadt 0 0 Freudenstadt Stdt - 00000 1 @@ -17401,13 +18677,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Friedberg(Hess) 0 0 Friedberg(Hess) - 00000 2 @@ -17428,13 +18706,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Friedrichroda 0 0 Friedrichroda - 00000 2 @@ -17455,13 +18735,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Friedrichsdorf(Ts) 0 0 Friedrichsdorf/Ts - 00000 2 @@ -17482,13 +18764,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen LRA 0 0 Friedrichshfn LRA - 00000 1 @@ -17509,13 +18793,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen(MS) 0 0 Friedrichshfn(MS) - 00000 2 @@ -17536,13 +18822,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen-Fiba 0 0 Friedrichshfn-Fib - 00000 1 @@ -17563,13 +18851,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen-Kluf 0 0 Friedrichshfn-Kl - 00000 1 @@ -17590,13 +18880,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen-Manz 0 0 Friedrichshfn-M - 00000 1 @@ -17617,13 +18909,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Friedrichshafen Flug 0 0 Friedrichshfn.Flu - 00000 1 @@ -17644,13 +18938,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen Haf. 0 0 Friedrichshfn.Haf - 00000 1 @@ -17671,13 +18967,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen Ost 0 0 Friedrichshfn.Ost - 00000 1 @@ -17698,13 +18996,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Friedrichshafen St. 0 0 Friedrichshfn.St. - 00000 2 @@ -17725,13 +19025,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D020 + + 00000 + Friedrichstadt 0 0 Friedrichstadt - 00000 2 @@ -17752,13 +19054,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Friesenheim(Baden) 0 0 Friesenheim(Bd) - 00000 2 @@ -17779,13 +19083,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Fröndenberg 0 0 Froendenberg - 00000 2 @@ -17806,13 +19112,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Frose 0 0 Frose - 00000 2 @@ -17833,13 +19141,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H030 + + 00000 + Fürstenberg(Havel) 0 0 Fuerstenberg/Hav. - 00000 2 @@ -17860,13 +19170,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Fürstenfeldbruck 0 0 Fuerstenfeldbruck - 00000 2 @@ -17887,13 +19199,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Fürstenwalde(Spree) 0 0 Fuerstenwalde/Spr - 00000 2 @@ -17914,13 +19228,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Fürth Westvorstadt 0 0 Fuerth Westvorst - 00000 1 @@ -17941,13 +19257,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Fürth(Bay)Hbf 0 0 Fuerth(Bay)Hbf - 00000 2 @@ -17968,13 +19286,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Fürth(Odenw) 0 0 Fuerth(Odw) - 00000 2 @@ -17995,13 +19315,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Fürth-Burgfarrnbach 0 0 Fuerth-Burgfarrnb - 00000 1 @@ -18022,13 +19344,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Fürth-Dambach 0 0 Fuerth-Dambach - 00000 1 @@ -18049,13 +19373,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Fürth-Unterfarrnb. 0 0 Fuerth-Unterfarrn - 00000 1 @@ -18076,13 +19402,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Fürth-Unterfürberg 0 0 Fuerth-Unterfuerb - 00000 1 @@ -18103,13 +19431,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Füssen 0 0 Fuessen - 00000 2 @@ -18130,13 +19460,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Fulda 0 0 Fulda - 00000 2 @@ -18157,13 +19489,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H090 + + 00000 + Furth i Wald 0 0 Furth i Wald - 00000 2 @@ -18184,13 +19518,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H090 + + 00000 + Furth i Wald(Gr) 0 0 Furth i Wald(Gr) - 00000 2 @@ -18211,14 +19547,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Gaißach 0 0 Gaissach - 00000 - 3 @@ -18239,13 +19577,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Galgenschanze 0 0 Galgenschanze - 00000 1 @@ -18266,13 +19606,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Garching(Alz) 0 0 Garching(Alz) - 00000 2 @@ -18293,13 +19635,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Garmisch-Partenk. 0 0 Garmisch-Partenk. - 00000 2 @@ -18320,13 +19664,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Gauting 0 0 Gauting - 00000 2 @@ -18347,13 +19693,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G040 + + 00000 + Geestgottberg 0 0 Geestgottberg - 00000 2 @@ -18374,13 +19722,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Geilenkirchen 0 0 Geilenkirchen - 00000 2 @@ -18401,13 +19751,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Geisenhausen 0 0 Geisenhausen - 00000 2 @@ -18428,13 +19780,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Geislingen(Steige) 0 0 Geislingen/Steige - 00000 2 @@ -18455,14 +19809,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Geitau 0 0 Geitau - 00000 - 3 @@ -18483,13 +19839,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Gelnhausen 0 0 Gelnhausen - 00000 2 @@ -18510,13 +19868,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Gelsenkirchen Hbf 0 0 Gelsenkirchen Hbf - 00000 2 @@ -18537,13 +19897,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Gelsenkirchen-Rotth. 0 0 Gelsenkirchen-Rot - 00000 1 @@ -18564,13 +19926,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Geltendorf 0 0 Geltendorf - 00000 2 @@ -18591,13 +19955,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Gemünden(Main) 0 0 Gemuenden(Main) - 00000 2 @@ -18618,13 +19984,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Gengenbach 0 0 Gengenbach - 00000 2 @@ -18645,13 +20013,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Gensingen-Horrweiler 0 0 Gensingen-Horrw. - 00000 2 @@ -18672,13 +20042,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Genthin 0 0 Genthin - 00000 2 @@ -18699,13 +20071,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Gera Hbf 0 0 Gera Hbf - 00000 2 @@ -18726,13 +20100,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Gera Süd 0 0 Gera Sued - 00000 1 @@ -18753,13 +20129,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Gerlenhofen 0 0 Gerlenhofen - 00000 1 @@ -18780,13 +20158,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Germering-Unterpfaff 0 0 Germering-Unterpf - 00000 2 @@ -18807,13 +20187,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Germersheim 0 0 Germersheim - 00000 2 @@ -18834,13 +20216,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Germersheim Mitte/R. 0 0 Germersheim Mitte - 00000 1 @@ -18861,13 +20245,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Germersheim Süd/N. 0 0 Germersheim Sued - 00000 1 @@ -18888,13 +20274,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A080 + + 00000 + Gerolstein 0 0 Gerolstein - 00000 2 @@ -18915,13 +20303,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Gersfeld(Rhön) 0 0 Gersfeld(Rhoen) - 00000 2 @@ -18942,13 +20332,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Gerstungen 0 0 Gerstungen - 00000 2 @@ -18969,13 +20361,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Giengen(Brenz) 0 0 Giengen(Brenz) - 00000 2 @@ -18996,13 +20390,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Gießen 0 0 Giessen - 00000 2 @@ -19023,13 +20419,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Gießen Erdkaut Weg 0 0 Giessen Erdkaut W - 00000 1 @@ -19050,13 +20448,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Gießen Licher Str 0 0 Giessen Licher St - 00000 1 @@ -19077,13 +20477,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Gießen-Oswaldsgart. 0 0 Giessen-Oswaldsg - 00000 1 @@ -19104,13 +20506,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Gifhorn 0 0 Gifhorn - 00000 2 @@ -19131,13 +20535,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Gladbeck West 0 0 Gladbeck West - 00000 2 @@ -19158,13 +20564,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Glauchau(Sachs) 0 0 Glauchau(Sachs) - 00000 2 @@ -19185,13 +20593,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Gmund(Tegernsee) 0 0 Gmund(Tegernsee) - 00000 2 @@ -19212,13 +20622,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Göppingen 0 0 Goeppingen - 00000 2 @@ -19239,13 +20651,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J060 + + 00000 + Görlitz 0 0 Goerlitz - 00000 2 @@ -19266,13 +20680,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Göttingen 0 0 Goettingen - 00000 2 @@ -19293,13 +20709,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Goldshöfe 0 0 Goldshoefe - 00000 1 @@ -19320,13 +20738,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J040 + + 00000 + Golzow(Oderbruch) 0 0 Golzow(Oderbruch) - 00000 2 @@ -19347,13 +20767,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Goslar 0 0 Goslar - 00000 2 @@ -19374,13 +20796,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Gotha 0 0 Gotha - 00000 2 @@ -19401,13 +20825,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Gottmadingen 0 0 Gottmadingen - 00000 2 @@ -19428,13 +20854,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Graal-Müritz 0 0 Graal-Mueritz - 00000 2 @@ -19455,13 +20883,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Graben-Neudorf 0 0 Graben-Neudorf - 00000 2 @@ -19482,13 +20912,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Graben-Neudorf Nord 0 0 Graben-Neudorf N - 00000 1 @@ -19509,13 +20941,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Gräfelfing 0 0 Graefelfing - 00000 1 @@ -19536,13 +20970,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Gräfenberg 0 0 Graefenberg - 00000 2 @@ -19563,13 +20999,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I100 + + 00000 + Grafenau 0 0 Grafenau - 00000 2 @@ -19590,13 +21028,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Grafing Bahnhof 0 0 Grafing Bahnhof - 00000 2 @@ -19617,13 +21057,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Grambow 0 0 Grambow - 00000 2 @@ -19644,13 +21086,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Grambow(Gr) 0 0 Grambow(Gr) - 00000 2 @@ -19671,13 +21115,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H020 + + 00000 + Greifswald 0 0 Greifswald - 00000 2 @@ -19698,13 +21144,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Grenzach 0 0 Grenzach - 00000 2 @@ -19725,13 +21173,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Grevenbroich 0 0 Grevenbroich - 00000 2 @@ -19752,13 +21202,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Grevesmühlen 0 0 Grevesmuehlen - 00000 2 @@ -19779,13 +21231,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Griesen(Oberbay) 0 0 Griesen(Oberbay) - 00000 2 @@ -19806,13 +21260,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Grießen(Baden) 0 0 Griessen(Baden) - 00000 2 @@ -19833,13 +21289,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Grötzingen 0 0 Groetzingen - 00000 1 @@ -19860,13 +21318,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Gronau(Westf) 0 0 Gronau(Westf) - 00000 2 @@ -19887,13 +21347,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Gronau(Westf)(Gr) 0 0 Gronau(Westf)(Gr) - 00000 2 @@ -19914,13 +21376,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Gronsdorf 0 0 Gronsdorf - 00000 1 @@ -19941,13 +21405,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Groß Gerau 0 0 Gross Gerau - 00000 2 @@ -19968,13 +21434,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Groß Schönebeck 0 0 Gross Schoenebeck - 00000 2 @@ -19995,13 +21463,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Großhesselohe Isart 0 0 Grosshesselohe I. - 00000 1 @@ -20022,13 +21492,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Grünstadt 0 0 Gruenstadt - 00000 2 @@ -20049,13 +21521,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Gruiten 0 0 Gruiten - 00000 2 @@ -20076,13 +21550,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J050 + + 00000 + Grunow(Nl) 0 0 Grunow(Nl) - 00000 2 @@ -20103,13 +21579,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Günzburg 0 0 Guenzburg - 00000 2 @@ -20130,13 +21608,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Güsen(b Genthin) 0 0 Guesen(Genthin) - 00000 2 @@ -20157,13 +21637,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Güsten 0 0 Guesten - 00000 2 @@ -20184,13 +21666,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Güstrow 0 0 Guestrow - 00000 2 @@ -20211,13 +21695,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Güterglück 0 0 Gueterglueck - 00000 2 @@ -20238,13 +21724,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Gütersloh Hbf 0 0 Guetersloh - 00000 2 @@ -20265,13 +21753,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Gummersbach 0 0 Gummersbach - 00000 2 @@ -20292,13 +21782,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Gundelfingen(Breisg) 0 0 Gundelfingen(Bsg) - 00000 1 @@ -20319,13 +21811,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Gunzenhausen 0 0 Gunzenhausen - 00000 2 @@ -20346,13 +21840,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Gutenfürst 0 0 Gutenfuerst - 00000 2 @@ -20373,13 +21869,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Klein Flottb 0 0 HH Klein Flottb - 00000 1 @@ -20400,13 +21898,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Haar 0 0 Haar - 00000 1 @@ -20427,13 +21927,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hagen Hbf 0 0 Hagen Hbf - 00000 2 @@ -20454,13 +21956,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hagen-Heubing 0 0 Hagen-Heubing - 00000 1 @@ -20481,13 +21985,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hagen-Vorhalle 0 0 Hagen-Vorhalle - 00000 1 @@ -20508,13 +22014,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hagen-Wehringhausen 0 0 Hagen-Wehringhaus - 00000 1 @@ -20535,13 +22043,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hagen-Westerbauer 0 0 Hagen-Westerbauer - 00000 1 @@ -20562,13 +22072,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Hagenow Land 0 0 Hagenow Land - 00000 2 @@ -20589,13 +22101,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Halberstadt 0 0 Halberstadt - 00000 2 @@ -20616,13 +22130,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Haldensleben 0 0 Haldensleben - 00000 2 @@ -20643,13 +22159,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Dessauer Br 0 0 Halle Dessauer Br - 00000 1 @@ -20670,13 +22188,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Messe 0 0 Halle Messe - 00000 1 @@ -20697,13 +22217,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Rosengarten 0 0 Halle Rosengarten - 00000 1 @@ -20724,13 +22246,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Steintorbr 0 0 Halle Steintor - 00000 1 @@ -20751,13 +22275,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Südstadt 0 0 Halle Suedstadt - 00000 1 @@ -20778,13 +22304,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Wohnstadt Nord 0 0 Halle Wohnstadt N - 00000 1 @@ -20805,13 +22333,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Zoo 0 0 Halle Zoo - 00000 1 @@ -20832,13 +22362,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle Zscherbener S 0 0 Halle Zscherben.S - 00000 1 @@ -20859,13 +22391,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle(Saale)Hbf 0 0 Halle(Saale) - 00000 2 @@ -20886,13 +22420,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle-Ammendorf 0 0 Halle-Ammendorf - 00000 1 @@ -20913,13 +22449,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle-Neustadt 0 0 Halle-Neustadt - 00000 1 @@ -20940,13 +22478,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle-Nietleben 0 0 Halle-Nietleben - 00000 1 @@ -20967,13 +22507,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle-Silberhöhe 0 0 Halle-Silberhoehe - 00000 1 @@ -20994,13 +22536,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Halle-Trotha 0 0 Halle-Trotha - 00000 1 @@ -21021,13 +22565,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Halstenbek 0 0 Halstenbek - 00000 1 @@ -21048,13 +22594,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Haltern am See 0 0 Haltern am See - 00000 2 @@ -21075,13 +22623,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Haltingen 0 0 Haltingen - 00000 2 @@ -21102,13 +22652,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Airport 0 0 Hamburg Airport - 00000 1 @@ -21129,13 +22681,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Alte Wöhr 0 0 Hamburg Alte Wohr - 00000 1 @@ -21156,13 +22710,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Berliner Tor 0 0 Hamburg Berl. Tor - 00000 1 @@ -21183,13 +22739,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Billw.Moorfl 0 0 Hamburg Billw.M. - 00000 1 @@ -21210,13 +22768,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Dammtor 0 0 Hamburg Dammtor - 00000 1 @@ -21237,13 +22797,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Diebsteich 0 0 Hamburg Diebst. - 00000 1 @@ -21264,13 +22826,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Elbgaustr. 0 0 Hamburg Elbgaustr - 00000 1 @@ -21291,13 +22855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Friedrichsb. 0 0 Hamburg Friedrich - 00000 1 @@ -21318,13 +22884,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Hasselbrook 0 0 Hamburg Hasselbr. - 00000 1 @@ -21345,13 +22913,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Hbf 0 0 Hamburg Hbf - 00000 1 @@ -21372,13 +22942,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Hochkamp 0 0 Hamburg Hochkamp - 00000 1 @@ -21399,13 +22971,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Hoheneichen 0 0 Hamburg Hoheneich - 00000 1 @@ -21426,13 +23000,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Holstenstr. 0 0 Hamburg Holststr. - 00000 1 @@ -21453,13 +23029,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Jungfernst. 0 0 Hamburg Jungferns - 00000 1 @@ -21480,13 +23058,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Königstr. 0 0 Hamburg Koenigstr - 00000 1 @@ -21507,13 +23087,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Kornweg/Kl.B 0 0 Hamburg Kornweg - 00000 1 @@ -21534,13 +23116,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Landungsbr. 0 0 Hamburg Landungsb - 00000 1 @@ -21561,13 +23145,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Landwehr 0 0 Hamburg Landwehr - 00000 1 @@ -21588,13 +23174,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Mittl.Lanw. 0 0 Hamburg Mittl.Lan - 00000 1 @@ -21615,13 +23203,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Neuwiedenth. 0 0 Hamburg Neuwieden - 00000 1 @@ -21642,13 +23232,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Reeperbahn 0 0 Hamburg Reeperb. - 00000 1 @@ -21669,13 +23261,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Rübenkamp 0 0 Hamburg Ruebenk - 00000 1 @@ -21696,13 +23290,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Stadthausbr. 0 0 Hamburg Stdthausb - 00000 1 @@ -21723,13 +23319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Sternschanze 0 0 Hamburg Sternsch - 00000 2 @@ -21750,13 +23348,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg Wandsb.Chaus 0 0 Hamburg Wandsb.Ch - 00000 1 @@ -21777,13 +23377,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Allermöhe 0 0 Hamburg-Allerm - 00000 1 @@ -21804,13 +23406,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Altona 0 0 Hamburg-Altona - 00000 1 @@ -21831,13 +23435,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Bahrenfeld 0 0 Hamburg-Bahrenf - 00000 1 @@ -21858,13 +23464,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Barmbek 0 0 Hamburg-Barmbek - 00000 1 @@ -21885,13 +23493,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Bergedorf 0 0 Hamburg-Bergedorf - 00000 1 @@ -21912,13 +23522,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Blankenese 0 0 Hamburg-Blanken. - 00000 1 @@ -21939,13 +23551,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Eidelstedt 0 0 Hamburg-Eidelst. - 00000 1 @@ -21966,13 +23580,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Hammerbrook 0 0 Hamburg-Hammerbr - 00000 1 @@ -21993,13 +23609,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Harburg 0 0 Hamburg-Harburg - 00000 2 @@ -22020,13 +23638,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Harburg Rath 0 0 Hamburg-Harburg R - 00000 1 @@ -22047,13 +23667,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Heimfeld 0 0 Hamburg-Heimfeld - 00000 1 @@ -22074,13 +23696,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Iserbrook 0 0 Hamburg-Iserbrook - 00000 1 @@ -22101,13 +23725,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Langenfelde 0 0 Hamburg-Langenf - 00000 1 @@ -22128,13 +23754,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Nettelnburg 0 0 Hamburg-Nettelnb - 00000 1 @@ -22155,13 +23783,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Neugraben 0 0 Hamburg-Neugraben - 00000 1 @@ -22182,13 +23812,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Ohlsdorf 0 0 Hamburg-Ohlsdorf - 00000 1 @@ -22209,13 +23841,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Othmarschen 0 0 Hamburg-Othmarsch - 00000 1 @@ -22236,13 +23870,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Poppenb. 0 0 Hamburg-Poppenb - 00000 1 @@ -22263,13 +23899,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Rahlstedt 0 0 Hamburg-Rahlstedt - 00000 1 @@ -22290,13 +23928,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Rissen 0 0 Hamburg-Rissen - 00000 1 @@ -22317,13 +23957,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Rothenb.Ort 0 0 Hamburg-Rothenb.O - 00000 1 @@ -22344,13 +23986,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Stellingen 0 0 Hamburg-Stelling - 00000 1 @@ -22371,13 +24015,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Sülldorf 0 0 Hamburg-Suelldorf - 00000 1 @@ -22398,13 +24044,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Tiefstack 0 0 Hamburg-Tiefstack - 00000 1 @@ -22425,13 +24073,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Tonndorf 0 0 Hamburg-Tonndorf - 00000 1 @@ -22452,13 +24102,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Veddel 0 0 Hamburg-Veddel - 00000 1 @@ -22479,13 +24131,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Wandsbek 0 0 Hamburg-Wandsbek - 00000 1 @@ -22506,13 +24160,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Wellingsb. 0 0 Hamburg-Wellingsb - 00000 1 @@ -22533,13 +24189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hamburg-Wilhelmsburg 0 0 Hamburg-Wilhelmsb - 00000 1 @@ -22560,13 +24218,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Hameln 0 0 Hameln - 00000 2 @@ -22587,13 +24247,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Hamm(Westf) 0 0 Hamm(Westf) - 00000 2 @@ -22614,13 +24276,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Hanau Hbf 0 0 Hanau Hbf - 00000 2 @@ -22641,13 +24305,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Hanau Nord 0 0 Hanau Nord - 00000 1 @@ -22668,13 +24334,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Hanau West 0 0 Hanau West - 00000 1 @@ -22695,13 +24363,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Hann Münden 0 0 Hann Muenden - 00000 2 @@ -22722,13 +24392,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover Ander.Misb. 0 0 Hannover Ander.M - 00000 1 @@ -22749,13 +24421,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover Bismarckstr 0 0 Hannover Bismarck - 00000 1 @@ -22776,13 +24450,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover Flughafen 0 0 Hannover Flugh. - 00000 2 @@ -22803,13 +24479,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover Hbf 0 0 Hannover Hbf - 00000 2 @@ -22830,13 +24508,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover Wiech-Allee 0 0 Hannover Wiech-A - 00000 1 @@ -22857,13 +24537,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover-Bornum 0 0 Hannover-Bornum - 00000 1 @@ -22884,13 +24566,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover-Kleefeld 0 0 Hannover-Kleefeld - 00000 1 @@ -22911,13 +24595,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover-Ledeburg 0 0 Hannover-Ledeburg - 00000 1 @@ -22938,13 +24624,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover-Leinhausen 0 0 Hannover-Leinh - 00000 1 @@ -22965,13 +24653,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover-Linden/Fi. 0 0 Hannover-Linden - 00000 1 @@ -22992,13 +24682,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover-Nordstadt 0 0 Hannover-Nordst - 00000 1 @@ -23019,13 +24711,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hannover-Vinnhorst 0 0 Hannover-Vinnh - 00000 1 @@ -23046,13 +24740,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + HannoverMesseLaatzen 0 0 HannoverMesseLaat - 00000 1 @@ -23073,13 +24769,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B100 + + 00000 + Hanweiler(Gr) 0 0 Hanweiler(Gr) - 00000 2 @@ -23100,13 +24798,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Hartenstein 0 0 Hartenstein - 00000 2 @@ -23127,13 +24827,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Harthaus 0 0 Harthaus - 00000 1 @@ -23154,13 +24856,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Haslach 0 0 Haslach - 00000 2 @@ -23181,13 +24885,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Haßfurt 0 0 Hassfurt - 00000 2 @@ -23208,13 +24914,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Haßloch(Pfalz) 0 0 Hassloch(Pfalz) - 00000 2 @@ -23235,13 +24943,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hattingen(Ruhr) 0 0 Hattingen(Ruhr) - 00000 2 @@ -23262,13 +24972,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Hausach 0 0 Hausach - 00000 2 @@ -23289,14 +25001,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Hausham 0 0 Hausham - 00000 - 3 @@ -23317,13 +25031,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Hechingen 0 0 Hechingen - 00000 2 @@ -23344,13 +25060,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Heessen 0 0 Heessen - 00000 1 @@ -23371,13 +25089,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Hegne 0 0 Hegne - 00000 2 @@ -23398,13 +25118,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D020 + + 00000 + Heide(Holst) 0 0 Heide(Holst) - 00000 2 @@ -23425,13 +25147,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heidelb.-W/S.stadt 0 0 Heidelb.-W/S. - 00000 1 @@ -23452,13 +25176,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heidelb.K/Rohrbach 0 0 Heidelb.K/Rohrb - 00000 1 @@ -23479,13 +25205,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heidelb.Orthopädie 0 0 Heidelb.Orthopaed - 00000 1 @@ -23506,13 +25234,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heidelb.P/Wieblingen 0 0 Heidelb.P/Wiebl - 00000 1 @@ -23533,13 +25263,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heidelb.Sch/Z.hausen 0 0 Heidelb.Sch/Z. - 00000 1 @@ -23560,13 +25292,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heidelberg Hbf 0 0 Heidelberg Hbf - 00000 2 @@ -23587,13 +25321,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heidelberg-Altstadt 0 0 Heidelberg-Altst - 00000 1 @@ -23614,13 +25350,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Heidenheim 0 0 Heidenheim - 00000 2 @@ -23641,13 +25379,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Heidkrug 0 0 Heidkrug - 00000 1 @@ -23668,13 +25408,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Heilbr-Böckingen BZ 0 0 Heilbr-Boeckingen - 00000 1 @@ -23695,13 +25437,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Heilbronn Hbf 0 0 Heilbronn - 00000 2 @@ -23722,13 +25466,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Heilbr.Harmon/Fried 0 0 Heilbronn Harmon - 00000 1 @@ -23749,13 +25495,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Heilbronn Sülmertor 0 0 Heilbronn Suelm. - 00000 1 @@ -23776,13 +25524,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Heilbronn Trappensee 0 0 Heilbronn Trappen - 00000 1 @@ -23803,13 +25553,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Heitersheim 0 0 Heitersheim - 00000 2 @@ -23830,13 +25582,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Heiterwang-Plansee 0 0 Heiterwang-Plans - 00000 2 @@ -23857,14 +25611,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C020 + + 00000 + SEE + Helgoland 0 0 Helgoland - 00000 - 3 @@ -23885,14 +25641,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C020 + + 00000 + SEE + Helgoland Katamaran 0 0 Helgoland Kat. - 00000 - 3 @@ -23913,13 +25671,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Helmbrechts 0 0 Helmbrechts - 00000 2 @@ -23940,13 +25700,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Helmstedt 0 0 Helmstedt - 00000 2 @@ -23967,13 +25729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Hennen 0 0 Hennen - 00000 1 @@ -23994,13 +25758,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Hennigsdorf(Berlin) 0 0 Hennigsdorf(Berl) - 00000 2 @@ -24021,13 +25787,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Heppenheim(Bergstr) 0 0 Heppenheim(Bgstr) - 00000 2 @@ -24048,13 +25816,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Herbertingen 0 0 Herbertingen - 00000 2 @@ -24075,13 +25845,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Herbolzheim(Breisg) 0 0 Herbolzheim(Brsg) - 00000 2 @@ -24102,13 +25874,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Herborn(Dillkr) 0 0 Herborn(Dillkr) - 00000 2 @@ -24129,13 +25903,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Herford 0 0 Herford - 00000 2 @@ -24156,13 +25932,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Hergatz 0 0 Hergatz - 00000 2 @@ -24183,13 +25961,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Herlasgrün 0 0 Herlasgruen - 00000 2 @@ -24210,13 +25990,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Herne 0 0 Herne - 00000 2 @@ -24237,13 +26019,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Herne-Börnig 0 0 Herne-Boernig - 00000 1 @@ -24264,13 +26048,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Herrath 0 0 Herrath - 00000 1 @@ -24291,13 +26077,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Herrenberg 0 0 Herrenberg - 00000 2 @@ -24318,13 +26106,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Herrnburg 0 0 Herrnburg - 00000 2 @@ -24345,13 +26135,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Herrsching 0 0 Herrsching - 00000 2 @@ -24372,13 +26164,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Hersbruck(r Pegnitz) 0 0 Hersbruck(r Pegn) - 00000 2 @@ -24399,13 +26193,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hervest-Dorsten 0 0 Hervest-Dorsten - 00000 2 @@ -24426,13 +26222,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Herzberg(Harz) 0 0 Herzberg(Harz) - 00000 2 @@ -24453,13 +26251,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Herzogenrath 0 0 Herzogenrath - 00000 2 @@ -24480,13 +26280,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Herzogenrath(Gr) 0 0 Herzogenrath(Gr) - 00000 2 @@ -24507,13 +26309,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Hesepe 0 0 Hesepe - 00000 2 @@ -24534,13 +26338,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Hettstedt 0 0 Hettstedt - 00000 2 @@ -24561,13 +26367,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Hetzerath 0 0 Hetzerath - 00000 2 @@ -24588,13 +26396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hildesheim Hbf 0 0 Hildesheim - 00000 2 @@ -24615,13 +26425,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Hildesheim Ost 0 0 Hildesheim Ost - 00000 1 @@ -24642,13 +26454,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Hilpoltstein 0 0 Hilpoltstein - 00000 2 @@ -24669,13 +26483,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Himmelreich 0 0 Himmelreich - 00000 2 @@ -24696,13 +26512,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Hinterzarten 0 0 Hinterzarten - 00000 2 @@ -24723,13 +26541,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Hittfeld 0 0 Hittfeld - 00000 1 @@ -24750,13 +26570,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Hochheim(Main) 0 0 Hochheim(Main) - 00000 1 @@ -24777,13 +26599,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Hochspeyer 0 0 Hochspeyer - 00000 1 @@ -24804,13 +26628,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Hockenheim 0 0 Hockenheim - 00000 2 @@ -24831,13 +26657,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Hockeroda 0 0 Hockeroda - 00000 2 @@ -24858,13 +26686,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E040 + + 00000 + Hodenhagen 0 0 Hodenhagen - 00000 2 @@ -24885,13 +26715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Höchst(Odenw) 0 0 Hoechst(Odw) - 00000 2 @@ -24912,13 +26744,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Höllriegelskreuth 0 0 Hoellriegelskr. - 00000 1 @@ -24939,13 +26773,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Hövelhof 0 0 Hoevelhof - 00000 1 @@ -24966,13 +26802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Hof Hbf 0 0 Hof Hbf - 00000 2 @@ -24993,13 +26831,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Hofen(b Aalen) 0 0 Hofen(b Aalen) - 00000 1 @@ -25020,13 +26860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Hofheim(Taunus) 0 0 Hofheim(Taunus) - 00000 2 @@ -25047,13 +26889,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Hofheim(Unterfr) 0 0 Hofheim(Ufr) - 00000 2 @@ -25074,13 +26918,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Hohenbudberg Bayerw. 0 0 Hohenbudberg Bay - 00000 1 @@ -25101,13 +26947,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Hohenlimburg 0 0 Hohenlimburg - 00000 1 @@ -25128,13 +26976,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Holthusen 0 0 Holthusen - 00000 2 @@ -25155,13 +27005,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Holzdorf(b Weimar) 0 0 Holzdorf (Weimar) - 00000 1 @@ -25182,13 +27034,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Holzheim(b Neuss) 0 0 Holzheim(b Neuss) - 00000 1 @@ -25209,13 +27063,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Holzkirchen 0 0 Holzkirchen - 00000 2 @@ -25236,13 +27092,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Holzminden 0 0 Holzminden - 00000 2 @@ -25263,13 +27121,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Holzwickede 0 0 Holzwickede - 00000 2 @@ -25290,13 +27150,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Homburg(Saar)Hbf 0 0 Homburg(Saar)Hbf - 00000 2 @@ -25317,13 +27179,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Horb 0 0 Horb - 00000 2 @@ -25344,13 +27208,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Horn-Bad Meinberg 0 0 Horn-Bad Meinberg - 00000 2 @@ -25371,13 +27237,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Hornberg(Schwarzw) 0 0 Hornberg(Schw) - 00000 2 @@ -25398,13 +27266,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Horrem 0 0 Horrem - 00000 2 @@ -25425,13 +27295,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Hosena 0 0 Hosena - 00000 2 @@ -25452,13 +27324,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Hoyerswerda 0 0 Hoyerswerda - 00000 2 @@ -25479,13 +27353,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Hoykenkamp 0 0 Hoykenkamp - 00000 1 @@ -25506,13 +27382,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + Husum 0 0 Husum - 00000 2 @@ -25533,13 +27411,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A010 + + 00000 + ICE 0 0 ICE - 00000 1 @@ -25560,13 +27440,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Ibbenbüren 0 0 Ibbenbueren - 00000 2 @@ -25587,13 +27469,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Idar-Oberstein 0 0 Idar-Oberstein - 00000 2 @@ -25614,13 +27498,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Idstein(Taunus) 0 0 Idstein(Taunus) - 00000 2 @@ -25641,13 +27527,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Igel 0 0 Igel - 00000 2 @@ -25668,13 +27556,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Igel(Gr) 0 0 Igel(Gr) - 00000 2 @@ -25695,13 +27585,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Igersheim 0 0 Igersheim - 00000 1 @@ -25722,13 +27614,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Illertissen 0 0 Illertissen - 00000 2 @@ -25749,13 +27643,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Ilmenau 0 0 Ilmenau - 00000 2 @@ -25776,13 +27672,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Immendingen 0 0 Immendingen - 00000 2 @@ -25803,13 +27701,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Immenstadt 0 0 Immenstadt - 00000 2 @@ -25830,13 +27730,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Ingelheim 0 0 Ingelheim - 00000 2 @@ -25857,13 +27759,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Ingolstadt Hbf 0 0 Ingolstadt - 00000 2 @@ -25884,13 +27788,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Ingolstadt Nord 0 0 Ingolstadt Nord - 00000 1 @@ -25911,13 +27817,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Iserlohn 0 0 Iserlohn - 00000 2 @@ -25938,13 +27846,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Iserlohnerheide 0 0 Iserlohnerheide - 00000 1 @@ -25965,13 +27875,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Isselhorst-Avenwedde 0 0 Isselhorst-Avenw. - 00000 1 @@ -25992,13 +27904,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Istein 0 0 Istein - 00000 2 @@ -26019,13 +27933,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Itzehoe 0 0 Itzehoe - 00000 2 @@ -26046,13 +27962,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Jägersfreude 0 0 Jaegersfreude - 00000 1 @@ -26073,13 +27991,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Jena Saalbf 0 0 Jena - 00000 2 @@ -26100,13 +28020,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Jena Paradies 0 0 Jena Paradies - 00000 1 @@ -26127,13 +28049,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Jena West 0 0 Jena West - 00000 1 @@ -26154,13 +28078,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Jena-Göschwitz 0 0 Jena-Goeschwitz - 00000 1 @@ -26181,13 +28107,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Jena-Zwätzen 0 0 Jena-Zwaetzen - 00000 1 @@ -26208,13 +28136,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H080 + + 00000 + Johanngeorgenstadt 0 0 Johanngeorgenstdt - 00000 2 @@ -26235,13 +28165,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Jossa 0 0 Jossa - 00000 2 @@ -26262,13 +28194,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Jüterbog 0 0 Jueterbog - 00000 2 @@ -26289,14 +28223,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + SEE + Juist 0 0 Juist - 00000 - 3 @@ -26317,13 +28253,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Kaiserslautern Hbf 0 0 Kaiserslautern - 00000 2 @@ -26344,13 +28282,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Kaiserslautern Pfaff 0 0 Kaiserslautern Pf - 00000 1 @@ -26371,13 +28311,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Kaiserslautern West 0 0 Kaiserslautern W - 00000 1 @@ -26398,13 +28340,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Kaldenkirchen 0 0 Kaldenkirchen - 00000 2 @@ -26425,13 +28369,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Kall 0 0 Kall - 00000 2 @@ -26452,13 +28398,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Kaltenbrunn(Oberbay) 0 0 Kaltenbrunn(Obb) - 00000 2 @@ -26479,13 +28427,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Kalthof(Kr Iserlohn) 0 0 Kalthof(Iserlohn) - 00000 1 @@ -26506,13 +28456,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Karlsruhe Hbf 0 0 Karlsruhe - 00000 2 @@ -26533,13 +28485,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Karlsruhe West 0 0 Karlsruhe West - 00000 1 @@ -26560,13 +28514,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Karlsruhe-Durlach 0 0 Karlsruhe-Durlach - 00000 1 @@ -26587,13 +28543,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Karlsruhe-Hagsfeld 0 0 Karlsruhe-Hagsf - 00000 1 @@ -26614,13 +28572,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Karlsruhe-Knielingen 0 0 Karlsruhe-Kniel - 00000 1 @@ -26641,13 +28601,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Karlsruhe-Mühlburg 0 0 Karlsruhe-Muehlb - 00000 1 @@ -26668,13 +28630,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Karthaus 0 0 Karthaus - 00000 2 @@ -26695,13 +28659,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Kassel Hbf 0 0 Kassel Hbf - 00000 1 @@ -26722,13 +28688,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Kassel-Harleshausen 0 0 Kassel-Harleshaus - 00000 1 @@ -26749,13 +28717,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Kassel-Oberzwehren 0 0 Kassel-Oberzwehr. - 00000 1 @@ -26776,13 +28746,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Kassel-Wilhelmshöhe 0 0 Kassel-Wilhelmsh. - 00000 2 @@ -26803,13 +28775,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Katzhütte 0 0 Katzhuette - 00000 2 @@ -26830,13 +28804,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Katzwang 0 0 Katzwang - 00000 1 @@ -26857,13 +28833,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Kaufbeuren 0 0 Kaufbeuren - 00000 2 @@ -26884,13 +28862,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Kaufering 0 0 Kaufering - 00000 2 @@ -26911,13 +28891,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Kehl 0 0 Kehl - 00000 2 @@ -26938,13 +28920,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Kehl(Gr) 0 0 Kehl(Gr) - 00000 2 @@ -26965,13 +28949,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Kempen(Niederrhein) 0 0 Kempen(Nrh) - 00000 2 @@ -26992,13 +28978,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Kempten(Allgäu)Hbf 0 0 Kempten(Allg)Hbf - 00000 2 @@ -27019,13 +29007,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Kempten(Allgäu)Ost 0 0 Kempten(Allg)Ost - 00000 1 @@ -27046,13 +29036,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Kennelgarten 0 0 Kennelgarten - 00000 1 @@ -27073,13 +29065,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Kenzingen 0 0 Kenzingen - 00000 2 @@ -27100,13 +29094,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Kettwig 0 0 Kettwig - 00000 1 @@ -27127,13 +29123,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Kettwig Stausee 0 0 Kettwig Stausee - 00000 1 @@ -27154,13 +29152,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Kiefersfelden 0 0 Kiefersfelden - 00000 2 @@ -27181,13 +29181,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Kiel Hbf 0 0 Kiel Hbf - 00000 2 @@ -27208,13 +29210,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Kiel-Elmschenhagen 0 0 Kiel-Elmschenhag - 00000 1 @@ -27235,13 +29239,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML Z990 + + 00000 + Kiel-Hassee CITTI-P. 0 0 Kiel-Hassee CITTI - 00000 1 @@ -27262,13 +29268,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Kirchenlaibach 0 0 Kirchenlaibach - 00000 2 @@ -27289,13 +29297,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Kirchheim(Teck) 0 0 Kirchheim(Teck) - 00000 2 @@ -27316,13 +29326,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Kirchzarten 0 0 Kirchzarten - 00000 2 @@ -27343,13 +29355,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Kißlegg 0 0 Kisslegg - 00000 2 @@ -27370,13 +29384,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Klais 0 0 Klais - 00000 2 @@ -27397,13 +29413,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Kleinkems 0 0 Kleinkems - 00000 2 @@ -27424,13 +29442,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Kleve 0 0 Kleve - 00000 2 @@ -27451,13 +29471,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J060 + + 00000 + Klinge 0 0 Klinge - 00000 2 @@ -27478,13 +29500,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Kloster Bronnbach 0 0 Kloster Bronnbach - 00000 1 @@ -27505,13 +29529,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Knautnaundorf 0 0 Knautnaundorf - 00000 1 @@ -27532,13 +29558,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Koblenz Hbf 0 0 Koblenz Hbf - 00000 2 @@ -27559,13 +29587,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Koblenz-Lützel 0 0 Koblenz-Luetzel - 00000 1 @@ -27586,13 +29616,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Kochel 0 0 Kochel - 00000 2 @@ -27613,13 +29645,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Airport-Busin. 0 0 Koeln Airport-B - 00000 1 @@ -27640,13 +29674,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Frankfurter St 0 0 Koeln Frankf. St - 00000 1 @@ -27667,13 +29703,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Geldernstr/P. 0 0 Koeln Geldernstr - 00000 1 @@ -27694,13 +29732,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Hansaring 0 0 Koeln Hansaring - 00000 1 @@ -27721,13 +29761,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Hbf 0 0 Koeln Hbf - 00000 2 @@ -27748,13 +29790,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Messe/Deutz 0 0 Koeln Messe/Deutz - 00000 1 @@ -27775,13 +29819,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Steinstraße 0 0 Koeln Steinstr - 00000 1 @@ -27802,13 +29848,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Süd 0 0 Koeln Sued - 00000 1 @@ -27829,13 +29877,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Trimbornstr 0 0 Koeln Trimbornstr - 00000 1 @@ -27856,13 +29906,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln Volkhov.Weg 0 0 Koeln Volkhov.Weg - 00000 1 @@ -27883,13 +29935,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln West 0 0 Koeln West - 00000 1 @@ -27910,13 +29964,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Blumenberg 0 0 Koeln-Blumenberg - 00000 1 @@ -27937,13 +29993,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Buchforst 0 0 Koeln-Buchforst - 00000 1 @@ -27964,13 +30022,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Chorweiler N 0 0 Koeln-Chorw.N - 00000 1 @@ -27991,13 +30051,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Chorweiler 0 0 Koeln-Chorweiler - 00000 1 @@ -28018,13 +30080,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Dellbrück 0 0 Koeln-Dellbrueck - 00000 1 @@ -28045,13 +30109,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Ehrenfeld 0 0 Koeln-Ehrenfeld - 00000 1 @@ -28072,13 +30138,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Holweide 0 0 Koeln-Holweide - 00000 1 @@ -28099,13 +30167,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Longerich 0 0 Koeln-Longerich - 00000 1 @@ -28126,13 +30196,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Mülheim 0 0 Koeln-Muelheim - 00000 1 @@ -28153,13 +30225,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Müngersdorf T 0 0 Koeln-Muengersd - 00000 1 @@ -28180,13 +30254,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Nippes 0 0 Koeln-Nippes - 00000 1 @@ -28207,13 +30283,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Stammheim 0 0 Koeln-Stammheim - 00000 1 @@ -28234,13 +30312,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln-Worringen 0 0 Koeln-Worringen - 00000 1 @@ -28261,13 +30341,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Köln/Bonn Flughafen 0 0 Koeln/Bonn Flugh - 00000 1 @@ -28288,13 +30370,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Köndringen 0 0 Koendringen - 00000 2 @@ -28315,13 +30399,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Königs Wusterhausen 0 0 Koenigs Wusterhsn - 00000 2 @@ -28342,13 +30428,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Königshofen(Baden) 0 0 Koenigshofen(Bad) - 00000 1 @@ -28369,13 +30457,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Königswinter 0 0 Koenigswinter - 00000 2 @@ -28396,13 +30486,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Könnern 0 0 Koennern - 00000 2 @@ -28423,13 +30515,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Köthen 0 0 Koethen - 00000 2 @@ -28450,13 +30544,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Kohlscheid 0 0 Kohlscheid - 00000 2 @@ -28477,13 +30573,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Kollmarsreute 0 0 Kollmarsreute - 00000 2 @@ -28504,13 +30602,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Konstanz 0 0 Konstanz - 00000 2 @@ -28531,13 +30631,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Konstanz-Fürstenb. 0 0 Konstanz-Fuersten - 00000 1 @@ -28558,13 +30660,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Konstanz-Petersh. 0 0 Konstanz-Petersh. - 00000 1 @@ -28585,13 +30689,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Konstanz-Wollmat 0 0 Konstanz-Wollmat - 00000 1 @@ -28612,13 +30718,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Korbach 0 0 Korbach - 00000 2 @@ -28639,13 +30747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Kork 0 0 Kork - 00000 2 @@ -28666,13 +30776,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Korntal 0 0 Korntal - 00000 1 @@ -28693,13 +30805,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Kornwestheim Pbf 0 0 Kornwestheim Pbf - 00000 1 @@ -28720,13 +30834,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J040 + + 00000 + Kostrzyn(Gr) 0 0 Kostrzyn(Gr) - 00000 2 @@ -28747,13 +30863,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Kranichfeld 0 0 Kranichfeld - 00000 2 @@ -28774,13 +30892,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Krefeld Hbf 0 0 Krefeld - 00000 2 @@ -28801,13 +30921,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Krefeld-Linn 0 0 Krefeld-Linn - 00000 1 @@ -28828,13 +30950,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Krefeld-Oppum 0 0 Krefeld-Oppum - 00000 1 @@ -28855,13 +30979,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Krefeld-Uerdingen 0 0 Krefeld-Uerdingen - 00000 1 @@ -28882,13 +31008,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Kreiensen 0 0 Kreiensen - 00000 2 @@ -28909,13 +31037,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Kressbronn 0 0 Kressbronn - 00000 2 @@ -28936,13 +31066,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Kreuz Konz 0 0 Kreuz Konz - 00000 2 @@ -28963,13 +31095,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Kreuzberg(Ahr) 0 0 Kreuzberg(Ahr) - 00000 2 @@ -28990,13 +31124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Kreuzstraße 0 0 Kreuzstrasse - 00000 2 @@ -29017,13 +31153,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Kreuztal 0 0 Kreuztal - 00000 2 @@ -29044,13 +31182,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Kronach 0 0 Kronach - 00000 2 @@ -29071,13 +31211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Kronberg(Taunus) 0 0 Kronberg(Taunus) - 00000 2 @@ -29098,13 +31240,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Krupunder 0 0 Krupunder - 00000 1 @@ -29125,13 +31269,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J040 + + 00000 + Küstrin-Kietz 0 0 Kuestrin-Kietz - 00000 2 @@ -29152,13 +31298,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Kufstein 0 0 Kufstein - 00000 2 @@ -29179,13 +31327,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Kulmbach 0 0 Kulmbach - 00000 2 @@ -29206,13 +31356,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A080 + + 00000 + Kyllburg 0 0 Kyllburg - 00000 2 @@ -29233,13 +31385,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Lähn 0 0 Laehn - 00000 2 @@ -29260,13 +31414,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Lage(Lippe) 0 0 Lage(Lippe) - 00000 2 @@ -29287,13 +31443,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Lahr(Schwarzw) 0 0 Lahr(Schw) - 00000 2 @@ -29314,13 +31472,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Lampertheim 0 0 Lampertheim - 00000 2 @@ -29341,13 +31501,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Landau(Isar) 0 0 Landau(Isar) - 00000 2 @@ -29368,13 +31530,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Landau(Pfalz)Hbf 0 0 Landau(Pfalz)Hbf - 00000 2 @@ -29395,13 +31559,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Landsberg(Lech) 0 0 Landsberg(Lech) - 00000 2 @@ -29422,13 +31588,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Landshut(Bay)Hbf 0 0 Landshut(Bay)Hbf - 00000 2 @@ -29449,13 +31617,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Landstuhl 0 0 Landstuhl - 00000 2 @@ -29476,13 +31646,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Langebrück(Sachs) 0 0 Langebrueck(S) - 00000 1 @@ -29503,13 +31675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Langen(Hess) 0 0 Langen(Hess) - 00000 2 @@ -29530,13 +31704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Langenargen 0 0 Langenargen - 00000 2 @@ -29557,13 +31733,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Langenfeld(Rhld) 0 0 Langenfeld(Rhl) - 00000 2 @@ -29584,13 +31762,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Langenhagen Pferdem. 0 0 Langenhagen Pfer. - 00000 2 @@ -29611,14 +31791,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + SEE + Langeoog 0 0 Langeoog - 00000 - 3 @@ -29639,13 +31821,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Langmeil(Pfalz) 0 0 Langmeil(Pfalz) - 00000 1 @@ -29666,13 +31850,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B040 + + 00000 + Lathen 0 0 Lathen - 00000 2 @@ -29693,13 +31879,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Lauchringen 0 0 Lauchringen - 00000 2 @@ -29720,13 +31908,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Lauda 0 0 Lauda - 00000 2 @@ -29747,13 +31937,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Lauenförde-Beverung 0 0 Lauenfoerde-Beve. - 00000 2 @@ -29774,13 +31966,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Lauf(links Pegnitz) 0 0 Lauf(l Pegnitz) - 00000 2 @@ -29801,13 +31995,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Lauf(rechts Pegnitz) 0 0 Lauf(r Pegnitz) - 00000 2 @@ -29828,13 +32024,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Laufen(Oberbay) 0 0 Laufen(Obb) - 00000 2 @@ -29855,13 +32053,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Laufenburg(Baden) 0 0 Laufenburg(Baden) - 00000 2 @@ -29882,13 +32082,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Lauffen(Neckar) 0 0 Lauffen(Neckar) - 00000 2 @@ -29909,13 +32111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Lauingen 0 0 Lauingen - 00000 2 @@ -29936,13 +32140,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Laupheim West 0 0 Laupheim West - 00000 2 @@ -29963,13 +32169,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Lauterbach(Hess)Nord 0 0 Lauterbach(Hess)N - 00000 2 @@ -29990,13 +32198,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Lauterbourg(fr) 0 0 Lauterbourg(fr) - 00000 2 @@ -30017,13 +32227,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Lauterecken-Grumbach 0 0 Lauterecken-Grumb - 00000 2 @@ -30044,13 +32256,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Lebach 0 0 Lebach - 00000 2 @@ -30071,13 +32285,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + Leer(Ostfriesl) 0 0 Leer(Ostfriesl) - 00000 2 @@ -30098,13 +32314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Legefeld 0 0 Legefeld - 00000 1 @@ -30125,13 +32343,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Legelshurst 0 0 Legelshurst - 00000 2 @@ -30152,13 +32372,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Lehrte 0 0 Lehrte - 00000 2 @@ -30179,13 +32401,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Leichlingen 0 0 Leichlingen - 00000 2 @@ -30206,13 +32430,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Leinefelde 0 0 Leinefelde - 00000 2 @@ -30233,13 +32459,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Hbf 0 0 Leipzig - 00000 2 @@ -30260,13 +32488,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Allee-Center 0 0 Leipzig Allee-C - 00000 1 @@ -30287,13 +32517,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Ang-Crottdf 0 0 Leipzig Ang-C - 00000 1 @@ -30314,13 +32546,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Coppiplatz 0 0 Leipzig Coppipl. - 00000 1 @@ -30341,13 +32575,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Grünauer A 0 0 Leipzig Gruenau - 00000 1 @@ -30368,13 +32604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig/Halle Flugh 0 0 Leipzig Halle Fl - 00000 1 @@ -30395,13 +32633,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Indgel West 0 0 Leipzig Indgel W - 00000 1 @@ -30422,13 +32662,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Karlsr Str 0 0 Leipzig Karlsr St - 00000 1 @@ -30449,13 +32691,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Messe 0 0 Leipzig Messe - 00000 1 @@ -30476,13 +32720,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Milt. Allee 0 0 Leipzig Milt. A. - 00000 1 @@ -30503,13 +32749,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Olbrichtstr. 0 0 Leipzig Olbricht - 00000 1 @@ -30530,13 +32778,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Ost 0 0 Leipzig Ost - 00000 1 @@ -30557,13 +32807,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Slevogtstr. 0 0 Leipzig Slevogt - 00000 1 @@ -30584,13 +32836,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig Völkersch. 0 0 Leipzig Voelker. - 00000 1 @@ -30611,13 +32865,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Connewitz 0 0 Leipzig-Connewitz - 00000 1 @@ -30638,13 +32894,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Gohlis 0 0 Leipzig-Gohlis - 00000 1 @@ -30665,13 +32923,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Heiterblick 0 0 Leipzig-Heiterbl - 00000 1 @@ -30692,13 +32952,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Knauthain 0 0 Leipzig-Knauthain - 00000 1 @@ -30719,13 +32981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Leutzsch 0 0 Leipzig-Leutzsch - 00000 1 @@ -30746,13 +33010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Lindenau 0 0 Leipzig-Lindenau - 00000 1 @@ -30773,13 +33039,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Lützschena 0 0 Leipzig-Luetzsch - 00000 1 @@ -30800,13 +33068,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Marienbrunn 0 0 Leipzig-Marienbr - 00000 1 @@ -30827,13 +33097,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Miltitz 0 0 Leipzig-Miltitz - 00000 1 @@ -30854,13 +33126,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Möckern 0 0 Leipzig-Moeckern - 00000 1 @@ -30881,13 +33155,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Paunsdorf 0 0 Leipzig-Paunsdorf - 00000 1 @@ -30908,13 +33184,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Plagwitz 0 0 Leipzig-Plagwitz - 00000 1 @@ -30935,13 +33213,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Rückmarsdf. 0 0 Leipzig-Rueckmars - 00000 1 @@ -30962,13 +33242,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Sellerhausen 0 0 Leipzig-Sellerh - 00000 1 @@ -30989,13 +33271,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Stötteritz 0 0 Leipzig-Stoetter - 00000 1 @@ -31016,13 +33300,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Thekla 0 0 Leipzig-Thekla - 00000 1 @@ -31043,13 +33329,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Leipzig-Wahren 0 0 Leipzig-Wahren - 00000 1 @@ -31070,13 +33358,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Lengede-Broistedt 0 0 Lengede-Broistedt - 00000 1 @@ -31097,14 +33387,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Lenggries 0 0 Lenggries - 00000 - 3 @@ -31125,13 +33417,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Lennestadt-Altenhund 0 0 Lennestadt-Altenh - 00000 2 @@ -31152,13 +33446,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Leonberg 0 0 Leonberg - 00000 2 @@ -31179,13 +33475,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Lermoos 0 0 Lermoos - 00000 2 @@ -31206,13 +33504,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Letmathe 0 0 Letmathe - 00000 1 @@ -31233,13 +33533,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Letmathe Dechenh. 0 0 Letmathe Dechenh. - 00000 1 @@ -31260,13 +33562,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Leutkirch 0 0 Leutkirch - 00000 2 @@ -31287,13 +33591,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Leverkusen Mitte 0 0 Leverkusen Mitte - 00000 2 @@ -31314,13 +33620,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Leverkusen-Küpper. 0 0 Leverkusen-Kuepp. - 00000 1 @@ -31341,13 +33649,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Leverkusen-Rheindorf 0 0 Leverkusen-Rheind - 00000 1 @@ -31368,13 +33678,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Leverkusen-Schleb. 0 0 Leverkusen-Schleb - 00000 1 @@ -31395,13 +33707,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Lichtenfels 0 0 Lichtenfels - 00000 2 @@ -31422,13 +33736,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Lichtentanne(Sachs) 0 0 Lichtentanne(S) - 00000 1 @@ -31449,13 +33765,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Liege Zone 0 0 Liege Zone - 00000 2 @@ -31476,13 +33794,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Liege-Guillemins 0 0 Liege-Guillemins - 00000 1 @@ -31503,13 +33823,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Limburg Süd 0 0 Limburg Sued - 00000 1 @@ -31530,13 +33852,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Limburg(Lahn) 0 0 Limburg(Lahn) - 00000 2 @@ -31557,13 +33881,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Lindau Hbf 0 0 Lindau Hbf - 00000 2 @@ -31584,13 +33910,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B040 + + 00000 + Lingen(Ems) 0 0 Lingen(Ems) - 00000 2 @@ -31611,13 +33939,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Linz(Rhein) 0 0 Linz(Rhein) - 00000 2 @@ -31638,13 +33968,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Lippstadt 0 0 Lippstadt - 00000 2 @@ -31665,13 +33997,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Lochham 0 0 Lochham - 00000 1 @@ -31692,13 +34026,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J070 + + 00000 + Löbau(Sachs) 0 0 Loebau(Sachs) - 00000 2 @@ -31719,13 +34055,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Löcknitz 0 0 Loecknitz - 00000 2 @@ -31746,13 +34084,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Löffingen 0 0 Loeffingen - 00000 2 @@ -31773,13 +34113,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Löhne(Westf) 0 0 Loehne(Westf) - 00000 2 @@ -31800,13 +34142,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Lörrach Dammstraße 0 0 Loerrach Dammstr - 00000 1 @@ -31827,13 +34171,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Lörrach Hbf 0 0 Loerrach Hbf - 00000 2 @@ -31854,13 +34200,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Lörrach Museum/Burg 0 0 Loerrach Museum/B - 00000 1 @@ -31881,13 +34229,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Lörrach Schw.waldst 0 0 Loerrach Schw. - 00000 1 @@ -31908,13 +34258,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Lörrach-Bromb./Hau 0 0 Loerrach-B/H - 00000 1 @@ -31935,13 +34287,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Lörrach-Haagen/Mess 0 0 Loerrach-Haagen/M - 00000 1 @@ -31962,13 +34316,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Lörrach-Stetten 0 0 Loerrach-Stetten - 00000 1 @@ -31989,13 +34345,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Lövenich 0 0 Loevenich - 00000 1 @@ -32016,13 +34374,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Löwenberg(Mark) 0 0 Loewenberg(Mark) - 00000 2 @@ -32043,13 +34403,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Löwental 0 0 Loewental - 00000 1 @@ -32070,13 +34432,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Lohr Bahnhof 0 0 Lohr Bahnhof - 00000 2 @@ -32097,13 +34461,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Lollar 0 0 Lollar - 00000 2 @@ -32124,13 +34490,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Luckenwalde 0 0 Luckenwalde - 00000 2 @@ -32151,13 +34519,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Ludwigsburg 0 0 Ludwigsburg - 00000 2 @@ -32178,13 +34548,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Ludwigsfelde 0 0 Ludwigsfelde - 00000 2 @@ -32205,13 +34577,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Ludwigshafen BASF S 0 0 Ludwigshaf BASF S - 00000 1 @@ -32232,13 +34606,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Ludwigshafen(Rh)Hbf 0 0 Ludwigshaf(Rh)Hbf - 00000 2 @@ -32259,13 +34635,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Ludwigshafen-Mundenh 0 0 Ludwigshaf-Munden - 00000 1 @@ -32286,13 +34664,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Ludwigshafen-Oggersh 0 0 Ludwigshaf-Oggers - 00000 1 @@ -32313,13 +34693,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Ludwigshafen-Rheing. 0 0 Ludwigshaf-Rheing - 00000 1 @@ -32340,13 +34722,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Ludwigshafen(Bodens) 0 0 Ludwigshafen/Bods - 00000 2 @@ -32367,13 +34751,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G030 + + 00000 + Ludwigslust 0 0 Ludwigslust - 00000 2 @@ -32394,13 +34780,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Ludwigsstadt 0 0 Ludwigsstadt - 00000 2 @@ -32421,13 +34809,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Lübben(Spreewald) 0 0 Luebben(Spreew) - 00000 2 @@ -32448,13 +34838,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Lübbenau(Spreewald) 0 0 Luebbenau(Spreew) - 00000 2 @@ -32475,13 +34867,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Lübeck Flughafen 0 0 Luebeck Flughafen - 00000 2 @@ -32502,13 +34896,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Lübeck Hbf 0 0 Luebeck Hbf - 00000 2 @@ -32529,13 +34925,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Lübeck St Jürgen 0 0 Luebeck St J - 00000 1 @@ -32556,13 +34954,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Lübeck-Travem.Hafen 0 0 Luebeck-Trave.Haf - 00000 2 @@ -32583,13 +34983,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Lübeck-Travem.Skan. 0 0 Luebeck-Trave.Ska - 00000 1 @@ -32610,13 +35012,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Lübeck-Travem.Str. 0 0 Luebeck-Trave.Str - 00000 1 @@ -32637,13 +35041,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Lüdenscheid 0 0 Luedenscheid - 00000 2 @@ -32664,13 +35070,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Lüneburg 0 0 Lueneburg - 00000 2 @@ -32691,13 +35099,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Lünen Hbf 0 0 Luenen Hbf - 00000 2 @@ -32718,13 +35128,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Lutherst Wittenberg 0 0 Lutherst Wittenbg - 00000 2 @@ -32745,13 +35157,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Lutherstadt Eisleben 0 0 Lutherst.Eisleben - 00000 2 @@ -32772,13 +35186,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg Hasselpl 0 0 Magdeburg Hasselp - 00000 1 @@ -32799,13 +35215,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg Hbf 0 0 Magdeburg Hbf - 00000 2 @@ -32826,13 +35244,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg Herrenkrug 0 0 Magdeburg Herrenk - 00000 1 @@ -32853,13 +35273,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg SKET Ipark 0 0 Magdeburg SKET - 00000 1 @@ -32880,13 +35302,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg Sudenburg 0 0 Magdeburg Sudenb. - 00000 1 @@ -32907,13 +35331,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg Südost 0 0 Magdeburg Suedost - 00000 1 @@ -32934,13 +35360,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg-Buckau 0 0 Magdeburg-Buckau - 00000 1 @@ -32961,13 +35389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg-Eichenw 0 0 Magdeburg-Eichenw - 00000 1 @@ -32988,13 +35418,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg-Neustadt 0 0 Magdeburg-Neust. - 00000 1 @@ -33015,13 +35447,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg-Rothensee 0 0 Magdeburg-Rothen. - 00000 1 @@ -33042,13 +35476,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Magdeburg-Salbke 0 0 Magdeburg-Salbke - 00000 1 @@ -33069,13 +35505,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz Hbf 0 0 Mainz Hbf - 00000 2 @@ -33096,13 +35534,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz Nord 0 0 Mainz Nord - 00000 1 @@ -33123,13 +35563,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz Röm.Theater 0 0 Mainz R.Theate - 00000 1 @@ -33150,13 +35592,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz-Bischofsheim 0 0 Mainz-Bischofsh. - 00000 2 @@ -33177,13 +35621,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz-Gonsenheim 0 0 Mainz-Gonsenheim - 00000 1 @@ -33204,13 +35650,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz-Gustavsburg 0 0 Mainz-Gustavsburg - 00000 1 @@ -33231,13 +35679,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz-Kastel 0 0 Mainz-Kastel - 00000 1 @@ -33258,13 +35708,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz-Laubenheim 0 0 Mainz-Laubenheim - 00000 1 @@ -33285,13 +35737,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz-Marienborn 0 0 Mainz-Marienborn - 00000 1 @@ -33312,13 +35766,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mainz-Mombach 0 0 Mainz-Mombach - 00000 1 @@ -33339,13 +35795,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H030 + + 00000 + Malchin 0 0 Malchin - 00000 2 @@ -33366,13 +35824,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Malsfeld 0 0 Malsfeld - 00000 2 @@ -33393,13 +35853,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim ARENA/Maim. 0 0 Mannheim ARENA - 00000 1 @@ -33420,13 +35882,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim Handelshaf 0 0 Mannheim Handelsh - 00000 1 @@ -33447,13 +35911,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim Hbf 0 0 Mannheim Hbf - 00000 2 @@ -33474,13 +35940,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Friedrichsf 0 0 Mannheim-Friedr. - 00000 1 @@ -33501,13 +35969,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Friedrich.S 0 0 Mannheim-Friedr.S - 00000 1 @@ -33528,13 +35998,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Käfertal 0 0 Mannheim-Kaefert. - 00000 1 @@ -33555,13 +36027,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Luzenberg 0 0 Mannheim-Luzenb. - 00000 1 @@ -33582,13 +36056,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Neckarau 0 0 Mannheim-Neckarau - 00000 1 @@ -33609,13 +36085,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Neckarstadt 0 0 Mannheim-Neckarst - 00000 1 @@ -33636,13 +36114,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Rheinau 0 0 Mannheim-Rheinau - 00000 1 @@ -33663,13 +36143,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Seckenheim 0 0 Mannheim-Seckenh - 00000 1 @@ -33690,13 +36172,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Mannheim-Waldhof 0 0 Mannheim-Waldhof - 00000 1 @@ -33717,13 +36201,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Marbach Ost(VS) 0 0 Marbach Ost(VS) - 00000 1 @@ -33744,13 +36230,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Marbach West(VS) 0 0 Marbach West(VS) - 00000 1 @@ -33771,13 +36259,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Marbach(Neckar) 0 0 Marbach(Neckar) - 00000 2 @@ -33798,13 +36288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Marburg Süd 0 0 Marburg Sued - 00000 1 @@ -33825,13 +36317,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Marburg(Lahn) 0 0 Marburg(Lahn) - 00000 2 @@ -33852,13 +36346,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Marienborn 0 0 Marienborn - 00000 2 @@ -33879,13 +36375,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Markdorf(Baden) 0 0 Markdorf(Baden) - 00000 2 @@ -33906,13 +36404,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Markelfingen 0 0 Markelfingen - 00000 2 @@ -33933,13 +36433,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Markelsheim 0 0 Markelsheim - 00000 1 @@ -33960,13 +36462,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H060 + + 00000 + Markkleeberg-Großst 0 0 Markkleeberg-Grst - 00000 2 @@ -33987,13 +36491,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Markt Bibart 0 0 Markt Bibart - 00000 2 @@ -34014,13 +36520,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Markt Erlbach 0 0 Markt Erlbach - 00000 2 @@ -34041,13 +36549,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Markt Schwaben 0 0 Markt Schwaben - 00000 2 @@ -34068,13 +36578,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Marktl 0 0 Marktl - 00000 2 @@ -34095,13 +36607,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Marktleuthen 0 0 Marktleuthen - 00000 1 @@ -34122,13 +36636,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Marktoberdorf Schule 0 0 Marktoberd.Schule - 00000 1 @@ -34149,13 +36665,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Marktoberdorf 0 0 Marktoberdorf - 00000 2 @@ -34176,13 +36694,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Marktredwitz 0 0 Marktredwitz - 00000 2 @@ -34203,13 +36723,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Maschen 0 0 Maschen - 00000 1 @@ -34230,13 +36752,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Maulburg 0 0 Maulburg - 00000 2 @@ -34257,13 +36781,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Maxau 0 0 Maxau - 00000 1 @@ -34284,13 +36810,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Meckelfeld 0 0 Meckelfeld - 00000 1 @@ -34311,13 +36839,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Meckenbeuren 0 0 Meckenbeuren - 00000 2 @@ -34338,13 +36868,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Mehltheuer 0 0 Mehltheuer - 00000 2 @@ -34365,13 +36897,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Meiningen 0 0 Meiningen - 00000 2 @@ -34392,13 +36926,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Meißen 0 0 Meissen - 00000 2 @@ -34419,13 +36955,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Meißen Triebischtal 0 0 Meissen Triebisch - 00000 1 @@ -34446,13 +36984,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Mellrichstadt Bf 0 0 Mellrichstadt Bf - 00000 2 @@ -34473,13 +37013,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Melsungen 0 0 Melsungen - 00000 2 @@ -34500,13 +37042,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Memmingen 0 0 Memmingen - 00000 2 @@ -34527,13 +37071,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Mengen 0 0 Mengen - 00000 2 @@ -34554,13 +37100,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B040 + + 00000 + Meppen 0 0 Meppen - 00000 2 @@ -34581,13 +37129,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Mering 0 0 Mering - 00000 2 @@ -34608,13 +37158,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Merseburg 0 0 Merseburg - 00000 2 @@ -34635,13 +37187,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Merzig(Saar) 0 0 Merzig(Saar) - 00000 2 @@ -34662,13 +37216,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Meschede 0 0 Meschede - 00000 2 @@ -34689,13 +37245,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Mettlach 0 0 Mettlach - 00000 2 @@ -34716,13 +37274,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Metzingen(Württ) 0 0 Metzingen(Wuertt) - 00000 2 @@ -34743,13 +37303,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Michelstadt 0 0 Michelstadt - 00000 2 @@ -34770,13 +37332,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Michendorf 0 0 Michendorf - 00000 2 @@ -34797,14 +37361,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Miesbach 0 0 Miesbach - 00000 - 3 @@ -34825,13 +37391,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Miltenberg 0 0 Miltenberg - 00000 2 @@ -34852,13 +37420,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Mindelheim 0 0 Mindelheim - 00000 2 @@ -34879,13 +37449,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Minden(Westf) 0 0 Minden(Westf) - 00000 2 @@ -34906,13 +37478,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Mittenwald 0 0 Mittenwald - 00000 2 @@ -34933,13 +37507,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Mittenwald(Gr) 0 0 Mittenwald(Gr) - 00000 2 @@ -34960,13 +37536,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Mönchengladbach-Gen 0 0 Moenchengladb-Gen - 00000 1 @@ -34987,13 +37565,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Mönchengladbach-Lü 0 0 Moenchengladb-Lue - 00000 1 @@ -35014,13 +37594,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Mönchengladbach-Rhd 0 0 Moenchengladb-Rhd - 00000 1 @@ -35041,13 +37623,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Mönchengladbach Hbf 0 0 Moenchengladb.Hbf - 00000 2 @@ -35068,13 +37652,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Mörfelden 0 0 Moerfelden - 00000 2 @@ -35095,13 +37681,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Mössingen 0 0 Moessingen - 00000 2 @@ -35122,13 +37710,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Montabaur 0 0 Montabaur - 00000 2 @@ -35149,13 +37739,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Moosburg 0 0 Moosburg - 00000 2 @@ -35176,14 +37768,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Moosrain 0 0 Moosrain - 00000 - 3 @@ -35204,13 +37798,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Mosbach(Baden) 0 0 Mosbach(Baden) - 00000 2 @@ -35231,13 +37827,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Mosbach-Neckarelz 0 0 Mosbach-Neckarelz - 00000 2 @@ -35258,13 +37856,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Mosel 0 0 Mosel - 00000 1 @@ -35285,13 +37885,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Mühlacker 0 0 Muehlacker - 00000 2 @@ -35312,13 +37914,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Mühldorf(Oberbay) 0 0 Muehldorf - 00000 2 @@ -35339,13 +37943,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Mühlhausen(b Engen) 0 0 Muehlhausen(Eng) - 00000 2 @@ -35366,13 +37972,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Mühlhausen(Thür) 0 0 Muehlhausen/Thuer - 00000 2 @@ -35393,13 +38001,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Mülheim(Ruhr)Styr. 0 0 Muelheim(R)Styr. - 00000 1 @@ -35420,13 +38030,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Mülheim(Ruhr)West 0 0 Muelheim(R)West - 00000 1 @@ -35447,13 +38059,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Mülheim(Ruhr)Hbf 0 0 Muelheim(Ruhr)Hbf - 00000 2 @@ -35474,13 +38088,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Müllheim(Baden) 0 0 Muellheim(Baden) - 00000 2 @@ -35501,13 +38117,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Müncheberg(Mark) 0 0 Muencheberg(Mark) - 00000 2 @@ -35528,13 +38146,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Donnersb. 0 0 Muenchen Donnersb - 00000 1 @@ -35555,13 +38175,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Flug Besuch 0 0 Muenchen Flug Bes - 00000 1 @@ -35582,13 +38204,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Flughafen T 0 0 Muenchen Flugh. T - 00000 2 @@ -35609,13 +38233,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Hackerbr. 0 0 Muenchen Hackerbr - 00000 1 @@ -35636,13 +38262,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Harras 0 0 Muenchen Harras - 00000 1 @@ -35663,13 +38291,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Hbf 0 0 Muenchen Hbf - 00000 2 @@ -35690,13 +38320,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Heimeranpl. 0 0 Muenchen Heimeran - 00000 1 @@ -35717,13 +38349,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Isartor 0 0 Muenchen Isartor - 00000 1 @@ -35744,13 +38378,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Karlsplatz 0 0 Muenchen Karlspl. - 00000 1 @@ -35771,13 +38407,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Leienfels. 0 0 Muenchen Leienf. - 00000 1 @@ -35798,13 +38436,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Leuchtenb. 0 0 Muenchen Leuchten - 00000 1 @@ -35825,13 +38465,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Marienplatz 0 0 Muenchen Marienpl - 00000 1 @@ -35852,13 +38494,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Ost 0 0 Muenchen Ost - 00000 1 @@ -35879,13 +38523,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Rosenh.Pl. 0 0 Muenchen Rosenh.P - 00000 1 @@ -35906,13 +38552,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München Siemensw. 0 0 Muenchen Siemensw - 00000 1 @@ -35933,13 +38581,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München St Martin. 0 0 Muenchen St M. - 00000 1 @@ -35960,13 +38610,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Allach 0 0 Muenchen-Allach - 00000 1 @@ -35987,13 +38639,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Aubing 0 0 Muenchen-Aubing - 00000 1 @@ -36014,13 +38668,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Berg a Laim 0 0 Muenchen-Berg a L - 00000 1 @@ -36041,13 +38697,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Daglfing 0 0 Muenchen-Daglfing - 00000 1 @@ -36068,13 +38726,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Englschalk. 0 0 Muenchen-Englsch. - 00000 1 @@ -36095,13 +38755,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Fasanerie 0 0 Muenchen-Fasan. - 00000 1 @@ -36122,13 +38784,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Fasangarten 0 0 Muenchen-Fasang. - 00000 1 @@ -36149,13 +38813,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Feldmoching 0 0 Muenchen-Feldm. - 00000 1 @@ -36176,13 +38842,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Giesing 0 0 Muenchen-Giesing - 00000 1 @@ -36203,13 +38871,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Johannesk. 0 0 Muenchen-Johannes - 00000 1 @@ -36230,13 +38900,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Karlsfeld 0 0 Muenchen-Karlsf. - 00000 1 @@ -36257,13 +38929,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Laim 0 0 Muenchen-Laim - 00000 1 @@ -36284,13 +38958,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Langwied 0 0 Muenchen-Langwied - 00000 1 @@ -36311,13 +38987,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Lochhausen 0 0 Muenchen-Lochhaus - 00000 1 @@ -36338,13 +39016,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Mittersend. 0 0 Muenchen-Mitters. - 00000 1 @@ -36365,13 +39045,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Moosach 0 0 Muenchen-Moosach - 00000 1 @@ -36392,13 +39074,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Neuaubing 0 0 Muenchen-Neuaub - 00000 1 @@ -36419,13 +39103,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Neuperl.S 0 0 Muenchen-Neup.S - 00000 1 @@ -36446,13 +39132,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Obermenzing 0 0 Muenchen-Oberm. - 00000 1 @@ -36473,13 +39161,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Pasing 0 0 Muenchen-Pasing - 00000 1 @@ -36500,13 +39190,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Perlach 0 0 Muenchen-Perlach - 00000 1 @@ -36527,13 +39219,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Riem 0 0 Muenchen-Riem - 00000 1 @@ -36554,13 +39248,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Solln 0 0 Muenchen-Solln - 00000 1 @@ -36581,13 +39277,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Trudering 0 0 Muenchen-Truder. - 00000 1 @@ -36608,13 +39306,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + München-Westkreuz 0 0 Muenchen-Westkr. - 00000 1 @@ -36635,13 +39335,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Münster(W)Zentrum N 0 0 Muenster(W)Z. N - 00000 1 @@ -36662,13 +39364,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Münster(Westf)Hbf 0 0 Muenster(Westf) - 00000 2 @@ -36689,13 +39393,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Münster-Albachten 0 0 Muenster-Albacht. - 00000 1 @@ -36716,13 +39422,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Münster-Amelsbüren 0 0 Muenster-Amelsb. - 00000 1 @@ -36743,13 +39451,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Münster-Häger 0 0 Muenster-Haeger - 00000 1 @@ -36770,13 +39480,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Münster-Hiltrup 0 0 Muenster-Hiltrup - 00000 1 @@ -36797,13 +39509,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Münster-Sprakel 0 0 Muenster-Sprakel - 00000 1 @@ -36824,14 +39538,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Bus + Mulhouse Bus 0 0 Mulhouse Bus - 00000 - 3 @@ -36852,13 +39568,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Munderkingen 0 0 Munderkingen - 00000 2 @@ -36879,13 +39597,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Murg(Baden) 0 0 Murg(Baden) - 00000 2 @@ -36906,13 +39626,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Murnau 0 0 Murnau - 00000 2 @@ -36933,13 +39655,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Murrhardt 0 0 Murrhardt - 00000 2 @@ -36960,13 +39684,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Musau 0 0 Musau - 00000 2 @@ -36987,13 +39713,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Nabburg 0 0 Nabburg - 00000 2 @@ -37014,13 +39742,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Nagold 0 0 Nagold - 00000 2 @@ -37041,13 +39771,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Narsdorf 0 0 Narsdorf - 00000 2 @@ -37068,13 +39800,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Nauen 0 0 Nauen - 00000 2 @@ -37095,13 +39829,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Naumburg(Saale)Hbf 0 0 Naumburg(Saale) - 00000 2 @@ -37122,13 +39858,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Neckargemünd 0 0 Neckargemuend - 00000 2 @@ -37149,13 +39887,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Neheim-Hüsten 0 0 Neheim-Huesten - 00000 2 @@ -37176,13 +39916,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Nesselwang 0 0 Nesselwang - 00000 2 @@ -37203,13 +39945,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Neu-Ulm 0 0 Neu-Ulm - 00000 1 @@ -37230,13 +39974,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Neubiberg 0 0 Neubiberg - 00000 1 @@ -37257,13 +40003,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H030 + + 00000 + Neubrandenburg 0 0 Neubrandenburg - 00000 2 @@ -37284,13 +40032,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Neuburg(Donau) 0 0 Neuburg(Donau) - 00000 2 @@ -37311,13 +40061,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Neudietendorf 0 0 Neudietendorf - 00000 1 @@ -37338,13 +40090,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Neue Schenke 0 0 Neue Schenke - 00000 1 @@ -37365,13 +40119,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Neuenburg(Baden) 0 0 Neuenburg(Baden) - 00000 2 @@ -37392,13 +40148,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Neuenburg(Baden)(Gr) 0 0 Neuenburg(Bd)(Gr) - 00000 2 @@ -37419,13 +40177,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Neuenmarkt-Wirsberg 0 0 Neuenmarkt-Wirsb. - 00000 2 @@ -37446,13 +40206,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Neuenrade 0 0 Neuenrade - 00000 2 @@ -37473,13 +40235,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Neufahrn(Niederbay) 0 0 Neufahrn(Ndb) - 00000 2 @@ -37500,13 +40264,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Neukieritzsch 0 0 Neukieritzsch - 00000 2 @@ -37527,13 +40293,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Neukirchen(b Sulzb) 0 0 Neukirchen(Sulzb) - 00000 2 @@ -37554,13 +40322,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Neumark(Sachs) 0 0 Neumark(Sachs) - 00000 2 @@ -37581,13 +40351,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Neumarkt(Oberpf) 0 0 Neumarkt(Opf) - 00000 2 @@ -37608,13 +40380,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Neumarkt-St Veit 0 0 Neumarkt-St Veit - 00000 2 @@ -37635,13 +40409,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Neumünster 0 0 Neumuenster - 00000 2 @@ -37662,13 +40438,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Neunkirchen(Saar)Hbf 0 0 Neunkirchen(S)Hbf - 00000 2 @@ -37689,13 +40467,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Neuötting 0 0 Neuoetting - 00000 2 @@ -37716,13 +40496,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Neuruppin West 0 0 Neuruppin West - 00000 2 @@ -37743,13 +40525,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Neuss Am Kaiser 0 0 Neuss Am Kaiser - 00000 1 @@ -37770,13 +40554,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Neuss Hbf 0 0 Neuss Hbf - 00000 2 @@ -37797,13 +40583,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Neuss Rheinpark Cent 0 0 Neuss Rheinpark C - 00000 1 @@ -37824,13 +40612,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Neuss Süd 0 0 Neuss Sued - 00000 1 @@ -37851,13 +40641,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Neustadt(Aisch)Bahnh 0 0 Neustadt(Aisch)Bf - 00000 2 @@ -37878,13 +40670,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Neustadt(Donau) 0 0 Neustadt(Donau) - 00000 2 @@ -37905,13 +40699,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Neustadt(Dosse) 0 0 Neustadt(Dosse) - 00000 2 @@ -37932,13 +40728,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Neustadt(Holst) 0 0 Neustadt(Holst) - 00000 2 @@ -37959,13 +40757,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Neustadt(Orla) 0 0 Neustadt(Orla) - 00000 2 @@ -37986,13 +40786,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Neustadt(Sachs) 0 0 Neustadt(Sachs) - 00000 2 @@ -38013,13 +40815,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Neustadt(Weinstr)Hbf 0 0 Neustadt(Wstr)Hbf - 00000 2 @@ -38040,13 +40844,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Neustadt-Böbig 0 0 Neustadt-Boebig - 00000 1 @@ -38067,13 +40873,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Neustadt(Schwarzw) 0 0 Neustadt/Schwarzw - 00000 2 @@ -38094,13 +40902,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Neustadt(Waldnaab) 0 0 Neustadt/Waldnaab - 00000 2 @@ -38121,13 +40931,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H030 + + 00000 + Neustrelitz Hbf 0 0 Neustrelitz Hbf - 00000 2 @@ -38148,13 +40960,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Neuwied 0 0 Neuwied - 00000 2 @@ -38175,13 +40989,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Neuwirtshaus(Por.pl) 0 0 Neuwirtshaus - 00000 1 @@ -38202,13 +41018,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Nidda 0 0 Nidda - 00000 2 @@ -38229,13 +41047,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Nidderau 0 0 Nidderau - 00000 2 @@ -38256,13 +41076,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + Niebüll 0 0 Niebuell - 00000 2 @@ -38283,13 +41105,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Niedaltdorf 0 0 Niedaltdorf - 00000 2 @@ -38310,13 +41134,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Niederau-Tuchmühle 0 0 Niederau-Tuchm - 00000 1 @@ -38337,13 +41163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Niederbiegen 0 0 Niederbiegen - 00000 1 @@ -38364,13 +41192,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Niederlahnstein 0 0 Niederlahnstein - 00000 2 @@ -38391,13 +41221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Niederwartha 0 0 Niederwartha - 00000 1 @@ -38418,13 +41250,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Nienburg(Weser) 0 0 Nienburg(Weser) - 00000 2 @@ -38445,13 +41279,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Nördlingen 0 0 Noerdlingen - 00000 2 @@ -38472,13 +41308,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Nohra(Weimar) 0 0 Nohra(Weimar) - 00000 1 @@ -38499,13 +41337,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Nonnenhorn 0 0 Nonnenhorn - 00000 2 @@ -38526,13 +41366,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + Norddeich 0 0 Norddeich - 00000 2 @@ -38553,13 +41395,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + Norden 0 0 Norden - 00000 2 @@ -38580,13 +41424,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Nordenham 0 0 Nordenham - 00000 2 @@ -38607,14 +41453,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + SEE + Norderney 0 0 Norderney - 00000 - 3 @@ -38635,13 +41483,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Nordhausen 0 0 Nordhausen - 00000 2 @@ -38662,13 +41512,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Nordstemmen 0 0 Nordstemmen - 00000 2 @@ -38689,13 +41541,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Norf 0 0 Norf - 00000 1 @@ -38716,13 +41570,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Norsingen 0 0 Norsingen - 00000 2 @@ -38743,13 +41599,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Northeim(Han) 0 0 Northeim(Han) - 00000 2 @@ -38770,13 +41628,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg Frankensta 0 0 Nuernberg Franken - 00000 1 @@ -38797,13 +41657,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg Hbf 0 0 Nuernberg Hbf - 00000 2 @@ -38824,13 +41686,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg Nordost 0 0 Nuernberg Nordost - 00000 1 @@ -38851,13 +41715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg Ost 0 0 Nuernberg Ost - 00000 1 @@ -38878,13 +41744,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg Ostring 0 0 Nuernberg Ostring - 00000 1 @@ -38905,13 +41773,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg Rothenb. 0 0 Nuernberg Rothenb - 00000 1 @@ -38932,13 +41802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Dürrenhof 0 0 Nuernberg-Duerren - 00000 1 @@ -38959,13 +41831,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Dutzendt. 0 0 Nuernberg-Dutzdt. - 00000 1 @@ -38986,13 +41860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Eibach 0 0 Nuernberg-Eibach - 00000 1 @@ -39013,13 +41889,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Erlensteg. 0 0 Nuernberg-Erlenst - 00000 1 @@ -39040,13 +41918,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Gleißh. 0 0 Nuernberg-Gleissh - 00000 1 @@ -39067,13 +41947,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Laufamholz 0 0 Nuernberg-Laufamh - 00000 1 @@ -39094,13 +41976,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Mögeldorf 0 0 Nuernberg-Moegeld - 00000 1 @@ -39121,13 +42005,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Rehhof 0 0 Nuernberg-Rehhof - 00000 1 @@ -39148,13 +42034,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Reichelsd. 0 0 Nuernberg-Reichel - 00000 1 @@ -39175,13 +42063,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Sandreuth 0 0 Nuernberg-Sandr. - 00000 1 @@ -39202,13 +42092,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Schweinau 0 0 Nuernberg-Schwei. - 00000 1 @@ -39229,13 +42121,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Stein 0 0 Nuernberg-Stein - 00000 1 @@ -39256,13 +42150,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Nürnberg-Steinbühl 0 0 Nuernberg-Steinb. - 00000 1 @@ -39283,13 +42179,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Nürtingen 0 0 Nuertingen - 00000 2 @@ -39310,13 +42208,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Oberammergau 0 0 Oberammergau - 00000 2 @@ -39337,13 +42237,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Oberau 0 0 Oberau - 00000 2 @@ -39364,13 +42266,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Oberaudorf 0 0 Oberaudorf - 00000 2 @@ -39391,13 +42295,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Oberesslingen 0 0 Oberesslingen - 00000 1 @@ -39418,14 +42324,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Obergries 0 0 Obergries - 00000 - 3 @@ -39446,13 +42354,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Obergrunstedt 0 0 Obergrunstedt - 00000 1 @@ -39473,13 +42383,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Oberhausen Hbf 0 0 Oberhausen Hbf - 00000 2 @@ -39500,13 +42412,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Oberhausen-Holten 0 0 Oberhausen-Holten - 00000 1 @@ -39527,13 +42441,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Oberhausen-Osterf.S 0 0 Oberhausen-Osterf - 00000 1 @@ -39554,13 +42470,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Oberhausen-Sterkrade 0 0 Oberhausen-Sterkr - 00000 1 @@ -39581,13 +42499,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Oberkirch 0 0 Oberkirch - 00000 2 @@ -39608,13 +42528,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Oberlenningen 0 0 Oberlenningen - 00000 2 @@ -39635,13 +42557,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Oberndorf(Neckar) 0 0 Oberndorf(Neckar) - 00000 2 @@ -39662,13 +42586,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Oberrothenbach 0 0 Oberrothenbach - 00000 1 @@ -39689,13 +42615,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Oberstaufen 0 0 Oberstaufen - 00000 2 @@ -39716,13 +42644,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Oberstdorf 0 0 Oberstdorf - 00000 2 @@ -39743,13 +42673,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Obertraubling 0 0 Obertraubling - 00000 1 @@ -39770,13 +42702,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Oberursel(Taunus) 0 0 Oberursel(Taunus) - 00000 2 @@ -39797,13 +42731,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Oberweimar 0 0 Oberweimar - 00000 1 @@ -39824,13 +42760,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Oberzell 0 0 Oberzell - 00000 1 @@ -39851,13 +42789,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Oebisfelde 0 0 Oebisfelde - 00000 2 @@ -39878,13 +42818,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Oelde 0 0 Oelde - 00000 2 @@ -39905,13 +42847,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Offenbach(Main)Hbf 0 0 Offenbach(M)Hbf - 00000 2 @@ -39932,13 +42876,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Offenbach(M)Kaiserl 0 0 Offenbach(M)K - 00000 1 @@ -39959,13 +42905,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Offenbach(M)Ledermu 0 0 Offenbach(M)Leder - 00000 1 @@ -39986,13 +42934,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Offenbach(M)Marktpl 0 0 Offenbach(M)Markt - 00000 1 @@ -40013,13 +42963,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Offenbach(Main)Ost 0 0 Offenbach(M)Ost - 00000 1 @@ -40040,13 +42992,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Offenbach-Bieber 0 0 Offenbach-Bieber - 00000 1 @@ -40067,13 +43021,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Offenbach-Waldhof 0 0 Offenbach-Waldhof - 00000 1 @@ -40094,13 +43050,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Offenburg 0 0 Offenburg - 00000 2 @@ -40121,13 +43079,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Offenburg Krs.Schulz 0 0 Offenburg Krs.Sch - 00000 1 @@ -40148,13 +43108,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Ohlstadt 0 0 Ohlstadt - 00000 2 @@ -40175,13 +43137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Oldenburg(Holst) 0 0 Oldenburg(Holst) - 00000 2 @@ -40202,13 +43166,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + Oldenburg(Oldb) 0 0 Oldenburg(Oldb) - 00000 2 @@ -40229,13 +43195,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Oldentrup 0 0 Oldentrup - 00000 1 @@ -40256,13 +43224,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Olpe 0 0 Olpe - 00000 2 @@ -40283,13 +43253,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Opladen 0 0 Opladen - 00000 2 @@ -40310,13 +43282,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Oppenau 0 0 Oppenau - 00000 2 @@ -40337,13 +43311,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Oranienburg 0 0 Oranienburg - 00000 2 @@ -40364,13 +43340,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Orschweier 0 0 Orschweier - 00000 2 @@ -40391,13 +43369,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H060 + + 00000 + Oschatz 0 0 Oschatz - 00000 2 @@ -40418,13 +43398,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Osnabrück Altstadt 0 0 Osnabrueck Altst - 00000 1 @@ -40445,13 +43427,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Osnabrück Hbf 0 0 Osnabrueck Hbf - 00000 2 @@ -40472,13 +43456,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Osterburken 0 0 Osterburken - 00000 2 @@ -40499,13 +43485,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Osterhofen(Nby) 0 0 Osterhofen(Nby) - 00000 2 @@ -40526,14 +43514,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Osterhofen(Oberbay) 0 0 Osterhofen(Oberb) - 00000 - 3 @@ -40554,13 +43544,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D030 + + 00000 + Osterholz-Scharmbeck 0 0 Osterholz-Scharmb - 00000 2 @@ -40581,13 +43573,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I020 + + 00000 + Ostseebad Binz 0 0 Ostseebad Binz - 00000 2 @@ -40608,13 +43602,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Ottobrunn 0 0 Ottobrunn - 00000 1 @@ -40635,13 +43631,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Ottweiler(Saar) 0 0 Ottweiler(Saar) - 00000 2 @@ -40662,13 +43660,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Oy-Mittelberg 0 0 Oy-Mittelberg - 00000 2 @@ -40689,13 +43689,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Paderborn Hbf 0 0 Paderborn Hbf - 00000 2 @@ -40716,13 +43718,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Paderborn Kassel.Tor 0 0 Paderborn Kassel - 00000 1 @@ -40743,13 +43747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Paderborn Nord 0 0 Paderborn Nord - 00000 1 @@ -40770,13 +43776,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B040 + + 00000 + Papenburg(Ems) 0 0 Papenburg(Ems) - 00000 2 @@ -40797,13 +43805,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Pasewalk 0 0 Pasewalk - 00000 2 @@ -40824,13 +43834,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Pasewalk Ost 0 0 Pasewalk Ost - 00000 1 @@ -40851,13 +43863,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I100 + + 00000 + Passau Hbf 0 0 Passau Hbf - 00000 2 @@ -40878,13 +43892,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Pegnitz 0 0 Pegnitz - 00000 2 @@ -40905,13 +43921,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Peine 0 0 Peine - 00000 2 @@ -40932,13 +43950,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Penzberg 0 0 Penzberg - 00000 2 @@ -40959,13 +43979,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Petershausen(Obb) 0 0 Petershausen(Obb) - 00000 2 @@ -40986,13 +44008,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Pfaffenhofen(Ilm) 0 0 Pfaffenhofen(Ilm) - 00000 2 @@ -41013,13 +44037,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Pfalzel 0 0 Pfalzel - 00000 1 @@ -41040,13 +44066,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Pfarrkirchen 0 0 Pfarrkirchen - 00000 2 @@ -41067,13 +44095,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Pfeddersheim 0 0 Pfeddersheim - 00000 1 @@ -41094,13 +44124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Pflach 0 0 Pflach - 00000 2 @@ -41121,13 +44153,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Pforzheim Hbf 0 0 Pforzheim - 00000 2 @@ -41148,13 +44182,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Pforzheim Durl. Str. 0 0 Pforzheim Durl. - 00000 1 @@ -41175,13 +44211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Pforzheim Maihälden 0 0 Pforzheim Maih. - 00000 1 @@ -41202,13 +44240,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Pfraundorf(Inn) 0 0 Pfraundorf(Inn) - 00000 2 @@ -41229,13 +44269,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Pfronten-Ried 0 0 Pfronten-Ried - 00000 2 @@ -41256,13 +44298,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Pfronten-Steinach 0 0 Pfronten-Steinach - 00000 2 @@ -41283,13 +44327,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Pinneberg 0 0 Pinneberg - 00000 1 @@ -41310,13 +44356,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B100 + + 00000 + Pirmasens Hbf 0 0 Pirmasens Hbf - 00000 2 @@ -41337,13 +44385,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Pirmasens Nord 0 0 Pirmasens Nord - 00000 2 @@ -41364,13 +44414,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Pirna 0 0 Pirna - 00000 2 @@ -41391,13 +44443,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Planegg 0 0 Planegg - 00000 1 @@ -41418,13 +44472,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Plattling 0 0 Plattling - 00000 2 @@ -41445,13 +44501,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Plaue(Thür) 0 0 Plaue(Thuer) - 00000 2 @@ -41472,13 +44530,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Plauen(Vogtl) ob Bf 0 0 Plauen(V) ob Bf - 00000 2 @@ -41499,13 +44559,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Plettenberg 0 0 Plettenberg - 00000 2 @@ -41526,13 +44588,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Plochingen 0 0 Plochingen - 00000 2 @@ -41553,13 +44617,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Plön 0 0 Ploen - 00000 2 @@ -41580,13 +44646,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I110 + + 00000 + Pocking 0 0 Pocking - 00000 2 @@ -41607,13 +44675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Porz(Rhein) 0 0 Porz(Rhein) - 00000 1 @@ -41634,13 +44704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Porz-Wahn 0 0 Porz-Wahn - 00000 1 @@ -41661,13 +44733,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Potsdam Charlottenh 0 0 Potsdam Charlotte - 00000 1 @@ -41688,13 +44762,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Potsdam Hbf 0 0 Potsdam Hbf - 00000 2 @@ -41715,13 +44791,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Potsdam Park Sanss. 0 0 Potsdam Park Sans - 00000 1 @@ -41742,13 +44820,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Potsdam Pirschheide 0 0 Potsdam Pirschh. - 00000 1 @@ -41769,13 +44849,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H080 + + 00000 + Potucky(Gr) 0 0 Potucky(Gr) - 00000 2 @@ -41796,13 +44878,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J080 + + 00000 + Praha 0 0 Praha - 00000 2 @@ -41823,13 +44907,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Prenzlau 0 0 Prenzlau - 00000 2 @@ -41850,13 +44936,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Priemerburg 0 0 Priemerburg - 00000 2 @@ -41877,13 +44965,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Prien a Chiemsee 0 0 Prien a Chiemsee - 00000 2 @@ -41904,13 +44994,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Prisdorf 0 0 Prisdorf - 00000 1 @@ -41931,13 +45023,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Probstzella 0 0 Probstzella - 00000 2 @@ -41958,13 +45052,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Pullach 0 0 Pullach - 00000 1 @@ -41985,13 +45081,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F010 + + 00000 + Puttgarden 0 0 Puttgarden - 00000 2 @@ -42012,13 +45110,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F010 + + 00000 + Puttgarden(MS) 0 0 Puttgarden(MS) - 00000 2 @@ -42039,13 +45139,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Quedlinburg 0 0 Quedlinburg - 00000 2 @@ -42066,13 +45168,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Quelle 0 0 Quelle - 00000 1 @@ -42093,13 +45197,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Quelle-Kupferheide 0 0 Quelle-Kupferh - 00000 1 @@ -42120,13 +45226,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Quint 0 0 Quint - 00000 1 @@ -42147,13 +45255,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Radolfzell 0 0 Radolfzell - 00000 2 @@ -42174,13 +45284,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Raisdorf 0 0 Raisdorf - 00000 1 @@ -42201,13 +45313,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Ramsen 0 0 Ramsen - 00000 2 @@ -42228,13 +45342,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Rastatt 0 0 Rastatt - 00000 2 @@ -42255,13 +45371,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G040 + + 00000 + Rathenow 0 0 Rathenow - 00000 2 @@ -42282,13 +45400,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Raubling 0 0 Raubling - 00000 2 @@ -42309,13 +45429,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Ravensburg 0 0 Ravensburg - 00000 2 @@ -42336,13 +45458,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Recklinghausen Süd 0 0 Recklinghausen S - 00000 1 @@ -42363,13 +45487,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Recklinghausen Hbf 0 0 RecklinghausenHbf - 00000 2 @@ -42390,13 +45516,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Regen 0 0 Regen - 00000 2 @@ -42417,13 +45545,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Regensburg Hbf 0 0 Regensburg Hbf - 00000 2 @@ -42444,13 +45574,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Regensburg-Prüfen. 0 0 Regensburg-Pruef - 00000 1 @@ -42471,13 +45603,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Rehfelde 0 0 Rehfelde - 00000 2 @@ -42498,13 +45632,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Reichelsdorfer Kell. 0 0 Reichelsdorfer K. - 00000 1 @@ -42525,13 +45661,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Reichenau(Baden) 0 0 Reichenau(Baden) - 00000 2 @@ -42552,14 +45690,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Reichersbeuern 0 0 Reichersbeuern - 00000 - 3 @@ -42580,13 +45720,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Reicholzheim 0 0 Reicholzheim - 00000 1 @@ -42607,13 +45749,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Reinbek 0 0 Reinbek - 00000 1 @@ -42634,13 +45778,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Reinhardsbrunn-Fried 0 0 Reinhardsbrunn-Fr - 00000 1 @@ -42661,13 +45807,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Reinheim(Odenw) 0 0 Reinheim(Odw) - 00000 2 @@ -42688,13 +45836,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Remagen 0 0 Remagen - 00000 2 @@ -42715,13 +45865,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Remscheid Hbf 0 0 Remscheid Hbf - 00000 2 @@ -42742,13 +45894,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Remscheid-Güldenw. 0 0 Remscheid-Guelden - 00000 1 @@ -42769,13 +45923,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Remscheid-Lennep 0 0 Remscheid-Lennep - 00000 1 @@ -42796,13 +45952,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Remscheid-Lüttringh 0 0 Remscheid-Luettr. - 00000 1 @@ -42823,13 +45981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Rendsburg 0 0 Rendsburg - 00000 2 @@ -42850,13 +46010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Renningen 0 0 Renningen - 00000 2 @@ -42877,13 +46039,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Reutlingen Hbf 0 0 Reutlingen - 00000 2 @@ -42904,13 +46068,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Reutlingen West 0 0 Reutlingen West - 00000 1 @@ -42931,13 +46097,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Reutlingen-Betzingen 0 0 Reutlingen-Betz. - 00000 1 @@ -42958,13 +46126,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Reutlingen-Sondelf. 0 0 Reutlingen-Sondel - 00000 1 @@ -42985,13 +46155,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Reutte(Tirol)Schulz. 0 0 Reutte(T)Schulz. - 00000 2 @@ -43012,13 +46184,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Reutte(Tirol) 0 0 Reutte(Tirol) - 00000 2 @@ -43039,13 +46213,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Rheda-Wiedenbrück 0 0 Rheda-Wiedenbr. - 00000 2 @@ -43066,13 +46242,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Rheinbach 0 0 Rheinbach - 00000 2 @@ -43093,13 +46271,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Rheine 0 0 Rheine - 00000 2 @@ -43120,13 +46300,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Rheine-Mesum 0 0 Rheine-Mesum - 00000 1 @@ -43147,13 +46329,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Rheinfelden(Baden) 0 0 Rheinfelden(Bd) - 00000 2 @@ -43174,13 +46358,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Rheinhausen 0 0 Rheinhausen - 00000 1 @@ -43201,13 +46387,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Rheinhausen Ost 0 0 Rheinhausen Ost - 00000 1 @@ -43228,13 +46416,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Rheinsberg(Mark) 0 0 Rheinsberg(Mark) - 00000 2 @@ -43255,13 +46445,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Rheinweiler 0 0 Rheinweiler - 00000 2 @@ -43282,13 +46474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Rheydt Hbf 0 0 Rheydt Hbf - 00000 1 @@ -43309,13 +46503,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Rheydt-Odenkirchen 0 0 Rheydt-Odenkirch - 00000 1 @@ -43336,13 +46532,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Ribnitz-Damgarten W 0 0 Ribnitz-Damg.West - 00000 2 @@ -43363,13 +46561,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Riedlingen 0 0 Riedlingen - 00000 2 @@ -43390,13 +46590,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Riedstadt-Goddelau 0 0 Riedstadt-Goddel. - 00000 2 @@ -43417,13 +46619,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Riegel-Malterdingen 0 0 Riegel-Malterding - 00000 2 @@ -43444,13 +46648,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Riehen 0 0 Riehen - 00000 1 @@ -43471,13 +46677,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Riehen Niederholz 0 0 Riehen Niederholz - 00000 1 @@ -43498,13 +46706,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H060 + + 00000 + Riesa 0 0 Riesa - 00000 2 @@ -43525,13 +46735,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Ringsheim 0 0 Ringsheim - 00000 2 @@ -43552,13 +46764,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Röblingen am See 0 0 Roeblingen am See - 00000 2 @@ -43579,13 +46793,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Rödermark-Ob.Roden 0 0 Roedermark-Ob.Rod - 00000 2 @@ -43606,13 +46822,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Rösrath 0 0 Roesrath - 00000 2 @@ -43633,13 +46851,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Röthenbach(Allgäu) 0 0 Roethenbach(Allg) - 00000 2 @@ -43660,13 +46880,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Rohrbach(Ilm) 0 0 Rohrbach(Ilm) - 00000 1 @@ -43687,13 +46909,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Rohrbach(Saar) 0 0 Rohrbach(Saar) - 00000 2 @@ -43714,13 +46938,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Ronneburg(Thür) 0 0 Ronneburg(Thuer) - 00000 2 @@ -43741,13 +46967,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Rosenheim 0 0 Rosenheim - 00000 2 @@ -43768,13 +46996,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Roßlau(Elbe) 0 0 Rosslau(Elbe) - 00000 2 @@ -43795,13 +47025,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock Hbf 0 0 Rostock - 00000 2 @@ -43822,13 +47054,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock Holbeinplatz 0 0 Rostock Holbeinpl - 00000 1 @@ -43849,13 +47083,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock Parkstraße 0 0 Rostock Parkstr - 00000 1 @@ -43876,13 +47112,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock Seehafen N 0 0 Rostock Seehafen - 00000 1 @@ -43903,13 +47141,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock Thierf.Str. 0 0 Rostock Thierf St - 00000 1 @@ -43930,13 +47170,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock Toitenwinkel 0 0 Rostock Toitenw - 00000 1 @@ -43957,13 +47199,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-Bramow 0 0 Rostock-Bramow - 00000 1 @@ -43984,13 +47228,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-Dierkow 0 0 Rostock-Dierkow - 00000 1 @@ -44011,13 +47257,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-Evershagen 0 0 Rostock-Eversh - 00000 1 @@ -44038,13 +47286,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-HinrichsdStr 0 0 Rostock-Hinrichsd - 00000 1 @@ -44065,13 +47315,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-Kassebohm 0 0 Rostock-Kassebohm - 00000 1 @@ -44092,13 +47344,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-Lichtenhagen 0 0 Rostock-Lichtenh - 00000 1 @@ -44119,13 +47373,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-Lütten Kl. 0 0 Rostock-Luetten K - 00000 1 @@ -44146,13 +47402,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Rostock-Marienehe 0 0 Rostock-Marienehe - 00000 1 @@ -44173,13 +47431,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Rotenburg(Wümme) 0 0 Rotenburg(Wuemme) - 00000 2 @@ -44200,13 +47460,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Roth 0 0 Roth - 00000 2 @@ -44227,13 +47489,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Rothenburg o d Taub. 0 0 Rothenburg o d T - 00000 2 @@ -44254,13 +47518,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Rottenbach 0 0 Rottenbach - 00000 2 @@ -44281,13 +47547,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Rottenburg(Neckar) 0 0 Rottenburg/Neckar - 00000 2 @@ -44308,13 +47576,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Rottweil 0 0 Rottweil - 00000 2 @@ -44335,13 +47605,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Rudolstadt(Thür) 0 0 Rudolstadt(Thuer) - 00000 2 @@ -44362,13 +47634,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Rüdesheim(Rhein) 0 0 Ruedesheim(Rhein) - 00000 2 @@ -44389,13 +47663,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Rüsselsheim 0 0 Ruesselsheim - 00000 2 @@ -44416,13 +47692,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Ruhland 0 0 Ruhland - 00000 2 @@ -44443,13 +47721,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Ruhpolding 0 0 Ruhpolding - 00000 2 @@ -44470,13 +47750,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J070 + + 00000 + Rumburk(Gr) 0 0 Rumburk(Gr) - 00000 2 @@ -44497,13 +47779,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Rumeln 0 0 Rumeln - 00000 1 @@ -44524,13 +47808,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Saalfeld(Saale) 0 0 Saalfeld(Saale) - 00000 2 @@ -44551,13 +47837,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Saarbrücken Hbf 0 0 Saarbruecken - 00000 2 @@ -44578,13 +47866,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Saarbrücken Ost 0 0 Saarbruecken Ost - 00000 1 @@ -44605,13 +47895,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Saarbrücken-Burbach 0 0 Saarbruecken-Burb - 00000 1 @@ -44632,13 +47924,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Saarburg(Bz Trier) 0 0 Saarburg(Trier) - 00000 2 @@ -44659,13 +47953,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Saarlouis Hbf 0 0 Saarlouis Hbf - 00000 2 @@ -44686,13 +47982,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H010 + + 00000 + Sagard 0 0 Sagard - 00000 2 @@ -44713,13 +48011,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Salem 0 0 Salem - 00000 2 @@ -44740,13 +48040,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Salmtal 0 0 Salmtal - 00000 2 @@ -44767,13 +48069,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Salzburg Hbf 0 0 Salzburg Hbf - 00000 2 @@ -44794,13 +48098,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Salzburg-Taxham Euro 0 0 Salzburg-Taxham E - 00000 1 @@ -44821,13 +48127,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Salzgitter-Bad 0 0 Salzgitter-Bad - 00000 1 @@ -44848,13 +48156,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Salzgitter-Ringelh. 0 0 Salzgitter-Ringel - 00000 2 @@ -44875,13 +48185,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F040 + + 00000 + Salzwedel 0 0 Salzwedel - 00000 2 @@ -44902,14 +48214,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + SEE + Sande 0 0 Sande - 00000 - 3 @@ -44930,13 +48244,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Sandersleben(Anh) 0 0 Sandersleben(Anh) - 00000 2 @@ -44957,13 +48273,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Sangerhausen 0 0 Sangerhausen - 00000 2 @@ -44984,13 +48302,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I010 + + 00000 + Sassnitz 0 0 Sassnitz - 00000 2 @@ -45011,13 +48331,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I010 + + 00000 + Sassnitz(Gr) 0 0 Sassnitz(Gr) - 00000 2 @@ -45038,13 +48360,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Schafbrücke 0 0 Schafbruecke - 00000 1 @@ -45065,13 +48389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Schaffhausen 0 0 Schaffhausen - 00000 2 @@ -45092,13 +48418,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Schafstädt 0 0 Schafstaedt - 00000 2 @@ -45119,14 +48447,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Schaftlach 0 0 Schaftlach - 00000 - 3 @@ -45147,13 +48477,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Schallstadt 0 0 Schallstadt - 00000 2 @@ -45174,13 +48506,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Scharbeutz 0 0 Scharbeutz - 00000 2 @@ -45201,13 +48535,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Scheidt(Saar) 0 0 Scheidt(Saar) - 00000 1 @@ -45228,13 +48564,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Schifferstadt 0 0 Schifferstadt - 00000 2 @@ -45255,13 +48593,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Schirnding 0 0 Schirnding - 00000 2 @@ -45282,13 +48622,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E010 + + 00000 + Schleswig 0 0 Schleswig - 00000 2 @@ -45309,13 +48651,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Schliengen 0 0 Schliengen - 00000 2 @@ -45336,14 +48680,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Schliersee 0 0 Schliersee - 00000 - 3 @@ -45364,13 +48710,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Schluchsee 0 0 Schluchsee - 00000 2 @@ -45391,13 +48739,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E040 + + 00000 + Schneverdingen 0 0 Schneverdingen - 00000 2 @@ -45418,13 +48768,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J070 + + 00000 + Schöna(Gr) 0 0 Schoena(Gr) - 00000 2 @@ -45445,13 +48797,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Schönbichl 0 0 Schoenbichl - 00000 2 @@ -45472,13 +48826,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Schönebeck(Elbe) 0 0 Schoenebeck(Elbe) - 00000 2 @@ -45499,13 +48855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Schönefeld 0 0 Schoenefeld - 00000 2 @@ -45526,13 +48884,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Schongau 0 0 Schongau - 00000 2 @@ -45553,13 +48913,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Schopfheim 0 0 Schopfheim - 00000 2 @@ -45580,13 +48942,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Schorndorf 0 0 Schorndorf - 00000 2 @@ -45607,13 +48971,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Schwabach 0 0 Schwabach - 00000 2 @@ -45634,13 +49000,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Schwabmünchen 0 0 Schwabmuenchen - 00000 2 @@ -45661,13 +49029,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Schwäbisch Gmünd 0 0 Schwaeb.Gmuend - 00000 2 @@ -45688,13 +49058,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Schwäb.Hall-Hessent 0 0 Schwaeb.Hall-Hess - 00000 2 @@ -45715,13 +49087,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Schwäbisch Hall 0 0 Schwaebisch Hall - 00000 2 @@ -45742,13 +49116,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Schwandorf 0 0 Schwandorf - 00000 2 @@ -45769,13 +49145,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Schwarzenberg(Erzg) 0 0 Schwarzenberg/Erz - 00000 2 @@ -45796,13 +49174,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Schwarzheide Ost 0 0 Schwarzheide Ost - 00000 2 @@ -45823,13 +49203,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Schwedt(Oder) 0 0 Schwedt(Oder) - 00000 2 @@ -45850,13 +49232,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Schweich(DB) 0 0 Schweich - 00000 2 @@ -45877,13 +49261,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E080 + + 00000 + Schweinfurt Hbf 0 0 Schweinfurt Hbf - 00000 2 @@ -45904,13 +49290,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Schwelm 0 0 Schwelm - 00000 2 @@ -45931,13 +49319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Schwenningen(Neckar) 0 0 Schwenningen(N) - 00000 2 @@ -45958,13 +49348,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Schwerin Hbf 0 0 Schwerin Hbf - 00000 2 @@ -45985,13 +49377,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Schwerin Mitte 0 0 Schwerin Mitte - 00000 1 @@ -46012,13 +49406,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Schwerin Süd 0 0 Schwerin Sued - 00000 1 @@ -46039,13 +49435,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F030 + + 00000 + Schwerin-Görries 0 0 Schwerin-Goerries - 00000 1 @@ -46066,13 +49464,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Schwerte(Ruhr) 0 0 Schwerte(Ruhr) - 00000 2 @@ -46093,13 +49493,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Schwetzingen 0 0 Schwetzingen - 00000 2 @@ -46120,13 +49522,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Schwörstadt 0 0 Schwoerstadt - 00000 2 @@ -46147,13 +49551,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Seckach 0 0 Seckach - 00000 2 @@ -46174,13 +49580,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Seebrugg 0 0 Seebrugg - 00000 2 @@ -46201,13 +49609,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J040 + + 00000 + Seelow(Mark) 0 0 Seelow(Mark) - 00000 2 @@ -46228,13 +49638,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Seelow-Gusow 0 0 Seelow-Gusow - 00000 2 @@ -46255,13 +49667,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E050 + + 00000 + Seesen 0 0 Seesen - 00000 2 @@ -46282,13 +49696,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Sehlem(Kr Wittlich) 0 0 Sehlem(Wittlich) - 00000 2 @@ -46309,13 +49725,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Selb Stadt 0 0 Selb Stadt - 00000 2 @@ -46336,13 +49754,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I060 + + 00000 + Senftenberg 0 0 Senftenberg - 00000 2 @@ -46363,13 +49783,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Sennestadt 0 0 Sennestadt - 00000 1 @@ -46390,13 +49812,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Siegburg/Bonn 0 0 Siegburg/Bonn - 00000 2 @@ -46417,13 +49841,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Siegen 0 0 Siegen - 00000 2 @@ -46444,13 +49870,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Siegen-Weidenau 0 0 Siegen-Weidenau - 00000 1 @@ -46471,13 +49899,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Sierksdorf 0 0 Sierksdorf - 00000 1 @@ -46498,13 +49928,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Siershahn 0 0 Siershahn - 00000 2 @@ -46525,13 +49957,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Sigmaringen 0 0 Sigmaringen - 00000 2 @@ -46552,13 +49986,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Silberstraße 0 0 Silberstrasse - 00000 1 @@ -46579,13 +50015,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Simbach(Inn) 0 0 Simbach(Inn) - 00000 2 @@ -46606,13 +50044,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Simmelsdorf-Hüttenb 0 0 Simmelsdorf-Huett - 00000 2 @@ -46633,13 +50073,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Sindelfingen 0 0 Sindelfingen - 00000 2 @@ -46660,13 +50102,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Singen(Hohentwiel) 0 0 Singen(Htw) - 00000 2 @@ -46687,13 +50131,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Sinsheim(Elsenz) Hbf 0 0 Sinsheim(Elsenz) - 00000 2 @@ -46714,13 +50160,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Sinzheim 0 0 Sinzheim - 00000 1 @@ -46741,13 +50189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Sinzheim Nord 0 0 Sinzheim Nord - 00000 1 @@ -46768,13 +50218,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G100 + + 00000 + Sinzing 0 0 Sinzing - 00000 1 @@ -46795,13 +50247,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Sipplingen 0 0 Sipplingen - 00000 2 @@ -46822,13 +50276,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Sömmerda 0 0 Soemmerda - 00000 2 @@ -46849,13 +50305,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Soest 0 0 Soest - 00000 2 @@ -46876,13 +50334,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Solingen Grünewald 0 0 Solingen Gruenew - 00000 1 @@ -46903,13 +50363,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Solingen Hbf 0 0 Solingen Hbf - 00000 2 @@ -46930,13 +50392,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Solingen Vogelpark 0 0 Solingen Vogelp. - 00000 1 @@ -46957,13 +50421,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Solingen-Schaberg 0 0 Solingen-Schaberg - 00000 1 @@ -46984,13 +50450,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E040 + + 00000 + Soltau(Han) 0 0 Soltau(Han) - 00000 2 @@ -47011,13 +50479,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Sondershausen 0 0 Sondershausen - 00000 2 @@ -47038,13 +50508,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Sonneberg(Thür)Hbf 0 0 Sonneberg(Th)Hbf - 00000 2 @@ -47065,13 +50537,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Sonneberg(Thür)Nord 0 0 Sonneberg(Th)Nord - 00000 1 @@ -47092,13 +50566,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Sonneberg(Thür)Ost 0 0 Sonneberg(Th)Ost - 00000 1 @@ -47119,13 +50595,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Sonneberg(Thür)West 0 0 Sonneberg(Th)West - 00000 1 @@ -47146,13 +50624,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Sonthofen 0 0 Sonthofen - 00000 2 @@ -47173,13 +50653,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Spaichingen 0 0 Spaichingen - 00000 2 @@ -47200,13 +50682,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A080 + + 00000 + Speicher 0 0 Speicher - 00000 2 @@ -47227,13 +50711,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Speyer Hbf 0 0 Speyer - 00000 2 @@ -47254,13 +50740,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Speyer Nord-West 0 0 Speyer Nord-West - 00000 1 @@ -47281,14 +50769,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + SEE + Spiekeroog 0 0 Spiekeroog - 00000 - 3 @@ -47309,13 +50799,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + St Egidien 0 0 St Egidien - 00000 2 @@ -47336,13 +50828,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + St Georgen(Schwarzw) 0 0 St Georgen(Schw) - 00000 2 @@ -47363,13 +50857,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + St Goar 0 0 St Goar - 00000 2 @@ -47390,13 +50886,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + St Goarshausen 0 0 St Goarshausen - 00000 2 @@ -47417,13 +50915,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + St Ingbert 0 0 St Ingbert - 00000 2 @@ -47444,13 +50944,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + St Mang 0 0 St Mang - 00000 1 @@ -47471,13 +50973,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D020 + + 00000 + St Michaelisdonn 0 0 St Michaelisdonn - 00000 2 @@ -47498,13 +51002,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + St Wendel 0 0 St Wendel - 00000 2 @@ -47525,13 +51031,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Stade 0 0 Stade - 00000 2 @@ -47552,13 +51060,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Stadtallendorf 0 0 Stadtallendorf - 00000 2 @@ -47579,13 +51089,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Stadthagen 0 0 Stadthagen - 00000 2 @@ -47606,13 +51118,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Starnberg 0 0 Starnberg - 00000 2 @@ -47633,13 +51147,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G050 + + 00000 + Staßfurt 0 0 Stassfurt - 00000 2 @@ -47660,13 +51176,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Steinach(Baden) 0 0 Steinach(Baden) - 00000 2 @@ -47687,13 +51205,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Steinach(b Rothenb) 0 0 Steinach(Rothenb) - 00000 2 @@ -47714,13 +51234,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Steinen 0 0 Steinen - 00000 2 @@ -47741,13 +51263,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B050 + + 00000 + Steinfurt-Burgstein. 0 0 Steinfurt-Burg - 00000 2 @@ -47768,13 +51292,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G040 + + 00000 + Stendal 0 0 Stendal - 00000 2 @@ -47795,13 +51321,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Stolberg(Harz) 0 0 Stolberg(Harz) - 00000 2 @@ -47822,13 +51350,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A070 + + 00000 + Stolberg(Rheinl)Hbf 0 0 Stolberg(Rhl)Hbf - 00000 2 @@ -47849,13 +51379,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Storzingen 0 0 Storzingen - 00000 2 @@ -47876,13 +51408,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H020 + + 00000 + Stralsund Hbf 0 0 Stralsund Hbf - 00000 2 @@ -47903,13 +51437,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Strasburg(Uckerm) 0 0 Strasburg(Uckerm) - 00000 2 @@ -47930,13 +51466,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H100 + + 00000 + Straubing 0 0 Straubing - 00000 2 @@ -47957,13 +51495,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Strausberg 0 0 Strausberg - 00000 2 @@ -47984,13 +51524,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Ebitzweg 0 0 Stuttgart Ebitzw - 00000 1 @@ -48011,13 +51553,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Feuersee 0 0 Stuttgart Feuers. - 00000 1 @@ -48038,13 +51582,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Flugh/Mess 0 0 Stuttgart Flugh. - 00000 2 @@ -48065,13 +51611,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Hbf 0 0 Stuttgart Hbf - 00000 2 @@ -48092,13 +51640,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Neckarpark 0 0 Stuttgart Neckarp - 00000 1 @@ -48119,13 +51669,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Nord 0 0 Stuttgart Nord - 00000 1 @@ -48146,13 +51698,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Nürn.Str. 0 0 Stuttgart Nue.Str - 00000 1 @@ -48173,13 +51727,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Schwabstr. 0 0 Stuttgart Schwstr - 00000 1 @@ -48200,13 +51756,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Stadtmitte 0 0 Stuttgart Stadtm. - 00000 1 @@ -48227,13 +51785,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart Uni 0 0 Stuttgart Uni - 00000 1 @@ -48254,13 +51814,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Bad Cannst 0 0 Stuttgart-Bad Can - 00000 1 @@ -48281,13 +51843,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Feuerbach 0 0 Stuttgart-Feuerb. - 00000 1 @@ -48308,13 +51872,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Münster 0 0 Stuttgart-Muenst - 00000 1 @@ -48335,13 +51901,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Obertürkh 0 0 Stuttgart-Obert - 00000 1 @@ -48362,13 +51930,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Österfeld 0 0 Stuttgart-Oesterf - 00000 1 @@ -48389,13 +51959,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Rohr 0 0 Stuttgart-Rohr - 00000 1 @@ -48416,13 +51988,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Sommerrain 0 0 Stuttgart-Sommer - 00000 1 @@ -48443,13 +52017,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Untertürk 0 0 Stuttgart-Unterth - 00000 1 @@ -48470,13 +52046,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Vaihingen 0 0 Stuttgart-Vaih. - 00000 1 @@ -48497,13 +52075,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Zazenh. 0 0 Stuttgart-Zazenh. - 00000 1 @@ -48524,13 +52104,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Stuttgart-Zuffenh. 0 0 Stuttgart-Zuffenh - 00000 1 @@ -48551,13 +52133,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E020 + + 00000 + Suchsdorf 0 0 Suchsdorf - 00000 1 @@ -48578,13 +52162,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + Süderlügum 0 0 Suederluegum - 00000 2 @@ -48605,13 +52191,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Süßen 0 0 Suessen - 00000 2 @@ -48632,13 +52220,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Suhl 0 0 Suhl - 00000 2 @@ -48659,13 +52249,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Sulz(Neckar) 0 0 Sulz(Neckar) - 00000 2 @@ -48686,13 +52278,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Sulzbach(Saar) 0 0 Sulzbach(Saar) - 00000 2 @@ -48713,13 +52307,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Sulzbach-Rosenberg 0 0 Sulzbach-Rosen. - 00000 2 @@ -48740,13 +52336,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G040 + + 00000 + Tangermünde 0 0 Tangermuende - 00000 2 @@ -48767,13 +52365,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Tantow 0 0 Tantow - 00000 2 @@ -48794,13 +52394,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Tantow(Gr) 0 0 Tantow(Gr) - 00000 2 @@ -48821,13 +52423,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Taufkirchen 0 0 Taufkirchen - 00000 1 @@ -48848,14 +52452,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Tegernsee 0 0 Tegernsee - 00000 - 3 @@ -48876,13 +52482,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Teisendorf 0 0 Teisendorf - 00000 2 @@ -48903,13 +52511,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Templin 0 0 Templin - 00000 2 @@ -48930,13 +52540,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Teningen-Mundingen 0 0 Teningen-Mund. - 00000 2 @@ -48957,13 +52569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Tessin 0 0 Tessin - 00000 2 @@ -48984,13 +52598,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H030 + + 00000 + Teterow 0 0 Teterow - 00000 2 @@ -49011,13 +52627,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Thalheim(Erzgeb) 0 0 Thalheim(Erzgeb) - 00000 1 @@ -49038,13 +52656,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F080 + + 00000 + Themar 0 0 Themar - 00000 2 @@ -49065,13 +52685,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Thesdorf 0 0 Thesdorf - 00000 1 @@ -49092,13 +52714,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Tiengen(Hochrhein) 0 0 Tiengen/Hochrhein - 00000 2 @@ -49119,13 +52743,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Timmendorferstrand 0 0 Timmendorferstrd - 00000 2 @@ -49146,13 +52772,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Titisee 0 0 Titisee - 00000 2 @@ -49173,13 +52801,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Tittmoning-Wiesmühl 0 0 Tittmoning-Wiesm. - 00000 2 @@ -49200,13 +52830,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Töging(Inn) 0 0 Toeging(Inn) - 00000 2 @@ -49227,13 +52859,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D010 + + 00000 + Toender(Gr) 0 0 Toender(Gr) - 00000 2 @@ -49254,13 +52888,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H060 + + 00000 + Torgau 0 0 Torgau - 00000 2 @@ -49281,13 +52917,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Tostedt 0 0 Tostedt - 00000 2 @@ -49308,13 +52946,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Traunstein 0 0 Traunstein - 00000 2 @@ -49335,13 +52975,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Treuchtlingen 0 0 Treuchtlingen - 00000 2 @@ -49362,13 +53004,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Treysa 0 0 Treysa - 00000 2 @@ -49389,13 +53033,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Triberg 0 0 Triberg - 00000 2 @@ -49416,13 +53062,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Trier Hbf 0 0 Trier - 00000 2 @@ -49443,13 +53091,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Trier Mäusheckerweg 0 0 Trier Meaushecker - 00000 1 @@ -49470,13 +53120,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A090 + + 00000 + Trier Süd 0 0 Trier Sued - 00000 1 @@ -49497,13 +53149,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Triptis 0 0 Triptis - 00000 2 @@ -49524,13 +53178,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Troisdorf 0 0 Troisdorf - 00000 2 @@ -49551,13 +53207,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Trompet 0 0 Trompet - 00000 1 @@ -49578,13 +53236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Trossingen Bahnhof 0 0 Trossingen Bf - 00000 2 @@ -49605,13 +53265,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Trostberg 0 0 Trostberg - 00000 2 @@ -49632,13 +53294,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Tübingen Hbf 0 0 Tuebingen Hbf - 00000 2 @@ -49659,13 +53323,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Tübingen West 0 0 Tuebingen West - 00000 1 @@ -49686,13 +53352,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Tübingen-Derending. 0 0 Tuebingen-Derend - 00000 1 @@ -49713,13 +53381,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Tübingen-Lustnau 0 0 Tuebingen-Lustnau - 00000 1 @@ -49740,13 +53410,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F110 + + 00000 + Türkheim(Bay)Bf 0 0 Tuerkheim(Bay)Bf - 00000 2 @@ -49767,13 +53439,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Türkismühle 0 0 Tuerkismuehle - 00000 2 @@ -49794,13 +53468,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Tuttlingen 0 0 Tuttlingen - 00000 2 @@ -49821,13 +53497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Tutzing 0 0 Tutzing - 00000 2 @@ -49848,13 +53526,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Ubbedissen 0 0 Ubbedissen - 00000 1 @@ -49875,13 +53555,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Überlingen 0 0 Ueberlingen - 00000 2 @@ -49902,13 +53584,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Überlingen Therme 0 0 Ueberlingen Therm - 00000 2 @@ -49929,13 +53613,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Übersee 0 0 Uebersee - 00000 2 @@ -49956,13 +53642,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Ueckermünde 0 0 Ueckermuende - 00000 2 @@ -49983,13 +53671,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F040 + + 00000 + Uelzen 0 0 Uelzen - 00000 2 @@ -50010,13 +53700,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Uhldingen-Mühlhofen 0 0 Uhldingen-Muehlh. - 00000 2 @@ -50037,13 +53729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Ulm Hbf 0 0 Ulm Hbf - 00000 2 @@ -50064,13 +53758,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Ulm Ost 0 0 Ulm Ost - 00000 1 @@ -50091,13 +53787,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Ulm-Donautal 0 0 Ulm-Donautal - 00000 1 @@ -50118,13 +53816,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E110 + + 00000 + Ulm-Söflingen 0 0 Ulm-Soeflingen - 00000 1 @@ -50145,13 +53845,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Ulrichsbrücke-Füss 0 0 Ulrichsbruecke-F - 00000 2 @@ -50172,13 +53874,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Unna 0 0 Unna - 00000 2 @@ -50199,13 +53903,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Unterföhring 0 0 Unterfoehring - 00000 1 @@ -50226,13 +53932,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Untergrainau 0 0 Untergrainau - 00000 2 @@ -50253,13 +53961,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Unterhaching 0 0 Unterhaching - 00000 1 @@ -50280,13 +53990,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Unterjesingen Mitte 0 0 Unterjesingen M - 00000 1 @@ -50307,13 +54019,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D110 + + 00000 + Unterjesingen Sand. 0 0 Unterjesingen S - 00000 1 @@ -50334,13 +54048,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Unterkochen 0 0 Unterkochen - 00000 1 @@ -50361,13 +54077,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F090 + + 00000 + Vach 0 0 Vach - 00000 1 @@ -50388,13 +54106,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Vaihingen(Enz) 0 0 Vaihingen(Enz) - 00000 2 @@ -50415,13 +54135,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + Varel(Oldb) 0 0 Varel(Oldb) - 00000 2 @@ -50442,13 +54164,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H080 + + 00000 + Vejprty(Gr) 0 0 Vejprty(Gr) - 00000 2 @@ -50469,13 +54193,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H020 + + 00000 + Velgast 0 0 Velgast - 00000 2 @@ -50496,13 +54222,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Venlo(Gr) 0 0 Venlo(Gr) - 00000 2 @@ -50523,13 +54251,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D040 + + 00000 + Verden(Aller) 0 0 Verden(Aller) - 00000 2 @@ -50550,13 +54280,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Vienenburg 0 0 Vienenburg - 00000 1 @@ -50577,13 +54309,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Viersen 0 0 Viersen - 00000 2 @@ -50604,13 +54338,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Villingen(Schwarzw) 0 0 Villingen - 00000 2 @@ -50631,13 +54367,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Villingen-SchwennEis 0 0 Villingen-Eis - 00000 1 @@ -50658,13 +54396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Villingen-SchwennHam 0 0 Villingen-Ham - 00000 1 @@ -50685,13 +54425,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Vils 0 0 Vils - 00000 2 @@ -50712,13 +54454,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Vilsbiburg 0 0 Vilsbiburg - 00000 2 @@ -50739,13 +54483,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I100 + + 00000 + Vilshofen(Niederbay) 0 0 Vilshofen(Ndb) - 00000 2 @@ -50766,13 +54512,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Völklingen 0 0 Voelklingen - 00000 2 @@ -50793,13 +54541,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Vogelweh 0 0 Vogelweh - 00000 1 @@ -50820,13 +54570,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Vojtanov(Gr) 0 0 Vojtanov(Gr) - 00000 2 @@ -50847,13 +54599,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Volkmarsen 0 0 Volkmarsen - 00000 2 @@ -50874,13 +54628,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D070 + + 00000 + Wabern(Bz Kassel) 0 0 Wabern(Bz Kassel) - 00000 2 @@ -50901,13 +54657,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D080 + + 00000 + Wächtersbach 0 0 Waechtersbach - 00000 2 @@ -50928,13 +54686,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Waggonfabrik 0 0 Waggonfabrik - 00000 1 @@ -50955,13 +54715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Waghäusel 0 0 Waghaeusel - 00000 2 @@ -50982,13 +54744,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H120 + + 00000 + Waging 0 0 Waging - 00000 2 @@ -51009,13 +54773,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Waiblingen 0 0 Waiblingen - 00000 2 @@ -51036,13 +54802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H090 + + 00000 + Waidhaus(Gr) 0 0 Waidhaus(Gr) - 00000 2 @@ -51063,13 +54831,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Waldkirch 0 0 Waldkirch - 00000 2 @@ -51090,13 +54860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H110 + + 00000 + Waldkraiburg 0 0 Waldkraiburg - 00000 2 @@ -51117,13 +54889,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H090 + + 00000 + Waldmünchen 0 0 Waldmuenchen - 00000 2 @@ -51144,13 +54918,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Waldshut 0 0 Waldshut - 00000 2 @@ -51171,13 +54947,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Walkenried 0 0 Walkenried - 00000 2 @@ -51198,13 +54976,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Wallau(Lahn) 0 0 Wallau(Lahn) - 00000 2 @@ -51225,13 +55005,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E040 + + 00000 + Walsrode 0 0 Walsrode - 00000 2 @@ -51252,13 +55034,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Wangen(Allgäu) 0 0 Wangen(Allgaeu) - 00000 2 @@ -51279,14 +55063,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C020 + + 00000 + SEE + Wangerooge 0 0 Wangerooge - 00000 - 3 @@ -51307,13 +55093,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wanne-Eickel Hbf 0 0 Wanne-Eickel Hbf - 00000 2 @@ -51334,13 +55122,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Warburg(Westf) 0 0 Warburg(Westf) - 00000 2 @@ -51361,13 +55151,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H030 + + 00000 + Waren(Müritz) 0 0 Waren(Mueritz) - 00000 2 @@ -51388,13 +55180,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C050 + + 00000 + Warendorf 0 0 Warendorf - 00000 2 @@ -51415,13 +55209,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Warmensteinach 0 0 Warmensteinach - 00000 2 @@ -51442,13 +55238,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Warnemünde 0 0 Warnemuende - 00000 1 @@ -51469,13 +55267,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G020 + + 00000 + Warnemünde Werft 0 0 Warnemuende Werft - 00000 1 @@ -51496,14 +55296,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + NE 534 + Warngau 0 0 Warngau - 00000 - 3 @@ -51524,13 +55326,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E100 + + 00000 + Wasseralfingen 0 0 Wasseralfingen - 00000 1 @@ -51551,13 +55355,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G110 + + 00000 + Wasserburg(Inn)Bf 0 0 Wasserburg(Inn)Bf - 00000 2 @@ -51578,13 +55384,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Wasserburg(Bodensee) 0 0 Wasserburg/Bodens - 00000 2 @@ -51605,13 +55413,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Waßmannsdorf 0 0 Wassmannsdorf - 00000 1 @@ -51632,13 +55442,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wattenscheid 0 0 Wattenscheid - 00000 1 @@ -51659,13 +55471,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wattenscheid-Höntr. 0 0 Wattenscheid-Hoen - 00000 1 @@ -51686,13 +55500,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Wedel(Holst) 0 0 Wedel(Holst) - 00000 1 @@ -51713,13 +55529,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + Weener 0 0 Weener - 00000 2 @@ -51740,13 +55558,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B030 + + 00000 + Weener(Gr) 0 0 Weener(Gr) - 00000 2 @@ -51767,13 +55587,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Weeze 0 0 Weeze - 00000 2 @@ -51794,13 +55616,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Wehr-Brennet 0 0 Wehr-Brennet - 00000 2 @@ -51821,13 +55645,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Weida 0 0 Weida - 00000 2 @@ -51848,13 +55674,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Weida Altstadt 0 0 Weida Altstadt - 00000 1 @@ -51875,13 +55703,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Weida Mitte 0 0 Weida Mitte - 00000 1 @@ -51902,13 +55732,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G090 + + 00000 + Weiden(Oberpf) 0 0 Weiden(Opf) - 00000 2 @@ -51929,13 +55761,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B120 + + 00000 + Weil am Rhein 0 0 Weil am Rhein - 00000 2 @@ -51956,13 +55790,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Weil der Stadt 0 0 Weil der Stadt - 00000 2 @@ -51983,13 +55819,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Weilburg 0 0 Weilburg - 00000 2 @@ -52010,13 +55848,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B070 + + 00000 + Weilerswist 0 0 Weilerswist - 00000 1 @@ -52037,13 +55877,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F120 + + 00000 + Weilheim(Oberbay) 0 0 Weilheim(Obb) - 00000 2 @@ -52064,13 +55906,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Weilimdorf 0 0 Weilimdorf - 00000 1 @@ -52091,13 +55935,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Weimar 0 0 Weimar - 00000 2 @@ -52118,13 +55964,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Weimar Berkaer Bf 0 0 Weimar Berkaer Bf - 00000 1 @@ -52145,13 +55993,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Weimar West 0 0 Weimar West - 00000 1 @@ -52172,13 +56022,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Weingarten Berg 0 0 Weingarten Berg - 00000 1 @@ -52199,13 +56051,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Weinheim(Bergstr) 0 0 Weinheim(Bergstr) - 00000 2 @@ -52226,13 +56080,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E120 + + 00000 + Weißenau 0 0 Weissenau - 00000 1 @@ -52253,13 +56109,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Weißenburg(Bay) 0 0 Weissenburg(Bay) - 00000 2 @@ -52280,13 +56138,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Weißenfels 0 0 Weissenfels - 00000 2 @@ -52307,13 +56167,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Weixdorf 0 0 Weixdorf - 00000 1 @@ -52334,13 +56196,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I070 + + 00000 + Weixdorf Bad 0 0 Weixdorf Bad - 00000 1 @@ -52361,13 +56225,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D120 + + 00000 + Welschingen-Neuhaus. 0 0 Welschingen-Neuh. - 00000 2 @@ -52388,13 +56254,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Wendlingen(Neckar) 0 0 Wendlingen/Neckar - 00000 2 @@ -52415,13 +56283,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Werbig 0 0 Werbig - 00000 2 @@ -52442,13 +56312,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Werdau 0 0 Werdau - 00000 2 @@ -52469,13 +56341,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H050 + + 00000 + Werder(Havel) 0 0 Werder(Havel) - 00000 2 @@ -52496,13 +56370,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Werdohl 0 0 Werdohl - 00000 2 @@ -52523,13 +56399,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Werne a d Lippe 0 0 Werne a d Lippe - 00000 2 @@ -52550,13 +56428,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Wernigerode 0 0 Wernigerode - 00000 2 @@ -52577,13 +56457,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E070 + + 00000 + Wernshausen 0 0 Wernshausen - 00000 2 @@ -52604,13 +56486,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Wertheim 0 0 Wertheim - 00000 2 @@ -52631,13 +56515,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Wertheim-Bestenheid 0 0 Wertheim-Bestenh - 00000 1 @@ -52658,13 +56544,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wesel 0 0 Wesel - 00000 2 @@ -52685,13 +56573,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Westerburg 0 0 Westerburg - 00000 2 @@ -52712,13 +56602,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C010 + + 00000 + Westerland(Sylt) 0 0 Westerland(Sylt) - 00000 2 @@ -52739,13 +56631,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C070 + + 00000 + Wetzlar 0 0 Wetzlar - 00000 2 @@ -52766,13 +56660,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Wickrath 0 0 Wickrath - 00000 1 @@ -52793,13 +56689,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Wiesau(Oberpf) 0 0 Wiesau(Opf) - 00000 2 @@ -52820,13 +56718,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Wiesbaden Hbf 0 0 Wiesbaden Hbf - 00000 2 @@ -52847,13 +56747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Wiesbaden Ost 0 0 Wiesbaden Ost - 00000 1 @@ -52874,13 +56776,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Wiesbaden-Biebrich 0 0 Wiesbaden-Bieb. - 00000 1 @@ -52901,13 +56805,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Wiesbaden-Erbenheim 0 0 Wiesbaden-Erbenh. - 00000 1 @@ -52928,13 +56834,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Wiesbaden-Igstadt 0 0 Wiesbaden-Igstadt - 00000 1 @@ -52955,13 +56863,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C080 + + 00000 + Wiesbaden-Schierst. 0 0 Wiesbaden-Schiers - 00000 1 @@ -52982,13 +56892,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D090 + + 00000 + Wiesloch-Walldorf 0 0 Wiesloch-Walldorf - 00000 2 @@ -53009,13 +56921,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Wildberg(Württ) 0 0 Wildberg(Wuertt) - 00000 2 @@ -53036,13 +56950,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C030 + + 00000 + Wilhelmshaven Hbf 0 0 Wilhelmshaven Hbf - 00000 2 @@ -53063,13 +56979,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Wilkau-Haßlau 0 0 Wilkau-Hasslau - 00000 1 @@ -53090,13 +57008,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D060 + + 00000 + Willingen 0 0 Willingen - 00000 2 @@ -53117,13 +57037,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J070 + + 00000 + Wilthen 0 0 Wilthen - 00000 2 @@ -53144,13 +57066,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Windelsbleiche 0 0 Windelsbleiche - 00000 1 @@ -53171,13 +57095,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Winden(Pfalz) 0 0 Winden(Pfalz) - 00000 2 @@ -53198,13 +57124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F100 + + 00000 + Windsbach 0 0 Windsbach - 00000 2 @@ -53225,13 +57153,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D100 + + 00000 + Winnenden 0 0 Winnenden - 00000 2 @@ -53252,13 +57182,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E030 + + 00000 + Winsen(Luhe) 0 0 Winsen(Luhe) - 00000 2 @@ -53279,13 +57211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C060 + + 00000 + Winterberg(Westf) 0 0 Winterberg(Westf) - 00000 2 @@ -53306,13 +57240,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F060 + + 00000 + Wippra 0 0 Wippra - 00000 2 @@ -53333,13 +57269,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F020 + + 00000 + Wismar 0 0 Wismar - 00000 2 @@ -53360,13 +57298,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wissembourg(fr) 0 0 Wissembourg(fr) - 00000 2 @@ -53387,13 +57327,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Witten Hbf 0 0 Witten Hbf - 00000 2 @@ -53414,13 +57356,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Witten-Annen Nord 0 0 Witten-Annen Nord - 00000 1 @@ -53441,13 +57385,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G040 + + 00000 + Wittenberge 0 0 Wittenberge - 00000 2 @@ -53468,13 +57414,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F040 + + 00000 + Wittingen 0 0 Wittingen - 00000 2 @@ -53495,13 +57443,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B080 + + 00000 + Wittlich Hbf 0 0 Wittlich Hbf - 00000 2 @@ -53522,13 +57472,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E060 + + 00000 + Witzenhausen Nord 0 0 Witzenhausen Nord - 00000 2 @@ -53549,13 +57501,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) Badepa 0 0 Woerth(Rh)Badepa - 00000 1 @@ -53576,13 +57530,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) Bahnm 0 0 Woerth(Rh)Bahnm - 00000 1 @@ -53603,13 +57559,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) Bdalle 0 0 Woerth(Rh)Bdalle - 00000 1 @@ -53630,13 +57588,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) Bienw 0 0 Woerth(Rh)Bienw - 00000 1 @@ -53657,13 +57617,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) Bürg 0 0 Woerth(Rh)Buerg - 00000 1 @@ -53684,13 +57646,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) Mozart 0 0 Woerth(Rh)Mozart - 00000 1 @@ -53711,13 +57675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) Raths 0 0 Woerth(Rh)Raths - 00000 1 @@ -53738,13 +57704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rh.)Zügelstr 0 0 Woerth(Rh)Zuegels - 00000 1 @@ -53765,13 +57733,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C100 + + 00000 + Wörth(Rhein) 0 0 Woerth(Rhein) - 00000 2 @@ -53792,13 +57762,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Wolfach 0 0 Wolfach - 00000 2 @@ -53819,13 +57791,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Wolfenbüttel 0 0 Wolfenbuettel - 00000 2 @@ -53846,13 +57820,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G120 + + 00000 + Wolfratshausen 0 0 Wolfratshausen - 00000 2 @@ -53873,13 +57849,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F050 + + 00000 + Wolfsburg Hbf 0 0 Wolfsburg - 00000 2 @@ -53900,13 +57878,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Wolkenstein 0 0 Wolkenstein - 00000 2 @@ -53927,13 +57907,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Worms Brücke 0 0 Worms Bruecke - 00000 1 @@ -53954,13 +57936,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C090 + + 00000 + Worms Hbf 0 0 Worms Hbf - 00000 2 @@ -53981,13 +57965,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I040 + + 00000 + Wriezen 0 0 Wriezen - 00000 2 @@ -54008,13 +57994,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Würzburg Hbf 0 0 Wuerzburg Hbf - 00000 2 @@ -54035,13 +58023,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Würzburg Süd 0 0 Wuerzburg Sued - 00000 1 @@ -54062,13 +58052,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML E090 + + 00000 + Würzburg-Zell 0 0 Wuerzburg-Zell - 00000 1 @@ -54089,13 +58081,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Wunsiedel-Holenbrunn 0 0 Wunsiedel-Holenbr - 00000 2 @@ -54116,13 +58110,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML D050 + + 00000 + Wunstorf 0 0 Wunstorf - 00000 2 @@ -54143,13 +58139,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal Hbf 0 0 Wuppertal Hbf - 00000 2 @@ -54170,13 +58168,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Barmen 0 0 Wuppertal-Barmen - 00000 1 @@ -54197,13 +58197,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Langerfeld 0 0 Wuppertal-Langerf - 00000 1 @@ -54224,13 +58226,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Oberbarmen 0 0 Wuppertal-Oberbar - 00000 1 @@ -54251,13 +58255,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Ronsdorf 0 0 Wuppertal-Ronsd. - 00000 1 @@ -54278,13 +58284,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Sonnborn 0 0 Wuppertal-Sonnb. - 00000 1 @@ -54305,13 +58313,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Steinbeck 0 0 Wuppertal-Steinb. - 00000 1 @@ -54332,13 +58342,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Unterbarm. 0 0 Wuppertal-Unterb. - 00000 1 @@ -54359,13 +58371,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Vohwinkel 0 0 Wuppertal-Vohw. - 00000 1 @@ -54386,13 +58400,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B060 + + 00000 + Wuppertal-Zool.Gart. 0 0 Wuppertal-Zool G. - 00000 1 @@ -54413,13 +58429,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G080 + + 00000 + Wurzbach(Thür) 0 0 Wurzbach(Thuer) - 00000 2 @@ -54440,13 +58458,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H040 + + 00000 + Wustermark 0 0 Wustermark - 00000 2 @@ -54467,13 +58487,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML A060 + + 00000 + Xanten 0 0 Xanten - 00000 2 @@ -54494,13 +58516,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G070 + + 00000 + Zeitz 0 0 Zeitz - 00000 2 @@ -54521,13 +58545,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C120 + + 00000 + Zell(Wiesental) 0 0 Zell(Wiesental) - 00000 2 @@ -54548,13 +58574,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Zella-Mehlis 0 0 Zella-Mehlis - 00000 2 @@ -54575,13 +58603,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML F070 + + 00000 + Zella-Mehlis West 0 0 Zella-Mehlis West - 00000 1 @@ -54602,13 +58632,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I030 + + 00000 + Zerrenthin 0 0 Zerrenthin - 00000 2 @@ -54629,13 +58661,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J060 + + 00000 + Zgorzelec(Gr) 0 0 Zgorzelec(Gr) - 00000 2 @@ -54656,13 +58690,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J070 + + 00000 + Zittau 0 0 Zittau - 00000 2 @@ -54683,13 +58719,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML J070 + + 00000 + Zittau(Gr) 0 0 Zittau(Gr) - 00000 2 @@ -54710,13 +58748,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML C110 + + 00000 + Zollhaus(VS) 0 0 Zollhaus(VS) - 00000 1 @@ -54737,13 +58777,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I050 + + 00000 + Zossen 0 0 Zossen - 00000 2 @@ -54764,13 +58806,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML G060 + + 00000 + Zscherben 0 0 Zscherben - 00000 1 @@ -54791,13 +58835,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H020 + + 00000 + Züssow 0 0 Zuessow - 00000 2 @@ -54818,13 +58864,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML B090 + + 00000 + Zweibrücken Hbf 0 0 Zweibruecken Hbf - 00000 2 @@ -54845,13 +58893,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Zwickau(Sachs)Hbf 0 0 Zwickau(Sachs) - 00000 2 @@ -54872,13 +58922,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Zwickau-Pölbitz 0 0 Zwickau-Poelbitz - 00000 1 @@ -54899,13 +58951,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML H070 + + 00000 + Zwickau-Schedewitz 0 0 Zwickau-Schedew. - 00000 1 @@ -54926,13 +58980,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML I100 + + 00000 + Zwiesel(Bay) 0 0 Zwiesel(Bay) - 00000 2 From 2813a83723f1ee520abfe3272478945d282c2922 Mon Sep 17 00:00:00 2001 From: Stefan de Konink Date: Wed, 13 Dec 2023 20:46:28 +0100 Subject: [PATCH 08/51] More VDV updates --- .../vdv452/timetable/NeTEx VDV Example.xml | 2040 ++++++++++------- 1 file changed, 1224 insertions(+), 816 deletions(-) diff --git a/examples/standards/vdv452/timetable/NeTEx VDV Example.xml b/examples/standards/vdv452/timetable/NeTEx VDV Example.xml index 8ed9d69ba..56420c8fa 100644 --- a/examples/standards/vdv452/timetable/NeTEx VDV Example.xml +++ b/examples/standards/vdv452/timetable/NeTEx VDV Example.xml @@ -4027,6 +4027,10 @@ + + 2 + 89002 + Bus Einfahrt 47.993525 @@ -4037,14 +4041,16 @@ - + 89002 - 2 - - 15 + 15.0 + + 3 + 89003 + Strab Ausfahrt 0 @@ -4055,14 +4061,16 @@ - + 89003 - 3 - - 104 + 104.0 + + 4 + 89004 + Strab Einfahrt 47.994054166666665 @@ -4073,14 +4081,16 @@ - + 89004 - 4 - - 28 + 28.0 + + 1 + 89001 + Bus Ausfahrt 47.992913333333341 @@ -4091,14 +4101,16 @@ - + 89001 - 1 - - 110 + 110.0 + + 1 + 7501 + ab Ri Merzhausen 47.952283611111106 @@ -4109,14 +4121,16 @@ - + 7501 - 1 - - 351 + 351.0 + + 3 + 50403 + Bus Ri SIG L.10/Nachtbus 48.014172777777773 @@ -4127,14 +4141,16 @@ - + 50403 - 3 - - 287 + 287.0 + + 1 + 81301 + Bus Ri IKEA Linie 11 48.011978333333332 @@ -4145,14 +4161,16 @@ - + 81301 - 1 - - 310 + 310.0 + + 2 + 81302 + Bus Ri SDT Linie 11 48.011951666666668 @@ -4163,14 +4181,16 @@ - + 81302 - 2 - - 127 + 127.0 + + 4 + 40804 + Bus Ri SDT 47.987896388888885 @@ -4181,14 +4201,16 @@ - + 40804 - 4 - - 48 + 48.0 + + 1 + 99801 + Ri. Ausfahrt 47.992668333333334 @@ -4199,14 +4221,16 @@ - + 99801 - 1 - - 104 + 104.0 + + 1 + 65101 + Strab Richtg. Stadt 47.974088055555555 @@ -4217,14 +4241,16 @@ - + 65101 - 1 - - 93 + 93.0 + + 2 + 65102 + Strab Richtg Innsbrucker 47.974145 @@ -4235,14 +4261,16 @@ - + 65102 - 2 - - 273 + 273.0 + + 1 + 40801 + Strab Ri BOL 47.987352500000007 @@ -4253,14 +4281,16 @@ - + 40801 - 1 - - 270 + 270.0 + + 2 + 40802 + Strab Ri BBN 47.987317222222224 @@ -4271,14 +4301,16 @@ - + 40802 - 2 - - 90 + 90.0 + + 1 + 10901 + Ri Eschholzstr. 48.001668333333335 @@ -4289,14 +4321,16 @@ - + 10901 - 1 - - 303 + 303.0 + + 2 + 10902 + Ri SIG 48.00167305555555 @@ -4307,14 +4341,16 @@ - + 10902 - 2 - - 120 + 120.0 + + 1 + 12601 + Richtung SIG 48.000167499999996 @@ -4325,14 +4361,16 @@ - + 12601 - 1 - - 205 + 205.0 + + 1 + 13101 + Strab Ri.BBN 47.978661666666667 @@ -4343,14 +4381,16 @@ - + 13101 - 1 - - 40 + 40.0 + + 2 + 13102 + Strab Ri. Vauban 47.978869166666669 @@ -4361,14 +4401,16 @@ - + 13102 - 2 - - 212 + 212.0 + + 1 + 42401 + Strab - Ri. An und Abfahrt 47.976448888888882 @@ -4379,14 +4421,16 @@ - + 42401 - 1 - - 110 + 110.0 + + 6 + 50406 + Linie 10 Ankunft PAD a.d. Straße 48.013708055555547 @@ -4397,14 +4441,16 @@ - + 50406 - 6 - - 204 + 204.0 + + 2 + 10002 + Strab DM/Markt L.3 / 5 47.994662500000004 @@ -4415,14 +4461,16 @@ - + 10002 - 2 - - 35 + 35.0 + + 3 + 10003 + Ri LOR L.2/3/5/43 47.994209166666664 @@ -4433,14 +4481,16 @@ - + 10003 - 3 - - 208 + 208.0 + + 1 + 10501 + Bus Ri. Neue Messe 47.999091111111106 @@ -4451,14 +4501,16 @@ - + 10501 - 1 - - 285 + 285.0 + + 2 + 10502 + Bus Ri.SIG 10/11/13/14 47.99892777777778 @@ -4469,14 +4521,16 @@ - + 10502 - 2 - - 104 + 104.0 + + 3 + 42403 + Bus - An und Abfahrt 47.976582499999992 @@ -4487,14 +4541,16 @@ - + 42403 - 3 - - 297 + 297.0 + + 4 + 10704 + Ri.IKEA Konzerthaus 47.996131666666663 @@ -4505,14 +4561,16 @@ - + 10704 - 4 - - 31 + 31.0 + + 1 + 81201 + Richtung IKEA 48.022808611111117 @@ -4523,14 +4581,16 @@ - + 81201 - 1 - - 348 + 348.0 + + 2 + 81202 + Richtung SDT 48.022657222222215 @@ -4541,14 +4601,16 @@ - + 81202 - 2 - - 163 + 163.0 + + 1 + 21001 + Bus Ri IKEA 48.019934444444438 @@ -4559,14 +4621,16 @@ - + 21001 - 1 - - 348 + 348.0 + + 2 + 21002 + Bus Ri SDT 48.019797222222216 @@ -4577,14 +4641,16 @@ - + 21002 - 2 - - 171 + 171.0 + + 1 + 23401 + Richtung IKEA 48.01298388888889 @@ -4595,14 +4661,16 @@ - + 23401 - 1 - - 219 + 219.0 + + 2 + 23402 + Richtung SDT 48.012305277777777 @@ -4613,14 +4681,16 @@ - + 23402 - 2 - - 41 + 41.0 + + 3 + 20603 + Bus Ri Stadttheater 48.008687222222221 @@ -4631,14 +4701,16 @@ - + 20603 - 3 - - 139 + 139.0 + + 4 + 20604 + Bus Ri Neue Messe 48.008783055555561 @@ -4649,14 +4721,16 @@ - + 20604 - 4 - - 310 + 310.0 + + 1 + 23301 + Richtung IKEA 48.005590277777777 @@ -4667,14 +4741,16 @@ - + 23301 - 1 - - 21 + 21.0 + + 2 + 23302 + Richtung SDT 48.005885277777779 @@ -4685,14 +4761,16 @@ - + 23302 - 2 - - 218 + 218.0 + + 4 + 10604 + Bus Ri. SIG/IKEA 47.995114999999991 @@ -4703,14 +4781,16 @@ - + 10604 - 4 - - 14 + 14.0 + + 2 + 12302 + Bus Ri Stadttheater 47.989223611111107 @@ -4721,14 +4801,16 @@ - + 12302 - 2 - - 53 + 53.0 + + 1 + 41101 + Strab Ri Joh 47.986489722222224 @@ -4739,14 +4821,16 @@ - + 41101 - 1 - - 68 + 68.0 + + 2 + 41102 + Strab Ri Pres 47.986272222222219 @@ -4757,14 +4841,16 @@ - + 41102 - 2 - - 249 + 249.0 + + 1 + 70901 + Richtung MUZ 47.98547555555556 @@ -4775,14 +4861,16 @@ - + 70901 - 1 - - 260 + 260.0 + + 2 + 70902 + Richtung SIG 47.985286666666667 @@ -4793,14 +4881,16 @@ - + 70902 - 2 - - 83 + 83.0 + + 1 + 70801 + Richtung MUZ 47.984963333333333 @@ -4811,14 +4901,16 @@ - + 70801 - 1 - - 254 + 254.0 + + 2 + 70802 + Richtung SIG 47.984858055555556 @@ -4829,14 +4921,16 @@ - + 70802 - 2 - - 75 + 75.0 + + 1 + 70701 + Richtung MUZ 47.98114666666666 @@ -4847,14 +4941,16 @@ - + 70701 - 1 - - 161 + 161.0 + + 2 + 70702 + Richtung SIG 47.981705555555557 @@ -4865,14 +4961,16 @@ - + 70702 - 2 - - 346 + 346.0 + + 1 + 70601 + Bus Ri MUZ 47.978335833333325 @@ -4883,14 +4981,16 @@ - + 70601 - 1 - - 257 + 257.0 + + 2 + 70602 + Bus Ri INNS 47.978199166666663 @@ -4901,14 +5001,16 @@ - + 70602 - 2 - - 84 + 84.0 + + 1 + 70501 + Bus Ri MUZ 47.978886388888888 @@ -4919,14 +5021,16 @@ - + 70501 - 1 - - 288 + 288.0 + + 2 + 70502 + Bus Ri SIG 47.978708611111109 @@ -4937,14 +5041,16 @@ - + 70502 - 2 - - 108 + 108.0 + + 1 + 70401 + Bus Ri MUZ 47.978837777777777 @@ -4955,14 +5061,16 @@ - + 70401 - 1 - - 234 + 234.0 + + 2 + 70402 + Bus Ri SIG 47.978932222222213 @@ -4973,14 +5081,16 @@ - + 70402 - 2 - - 53 + 53.0 + + 1 + 72601 + Bus Ri MUZ 47.977891666666665 @@ -4991,14 +5101,16 @@ - + 72601 - 1 - - 240 + 240.0 + + 2 + 72602 + Bus Ri SIG 47.978195555555551 @@ -5009,14 +5121,16 @@ - + 72602 - 2 - - 83 + 83.0 + + 1 + 70001 + Bus Ri MUZ 47.97763888888889 @@ -5027,14 +5141,16 @@ - + 70001 - 1 - - 358 + 358.0 + + 2 + 70002 + Bus Ri SIG 47.977644166666664 @@ -5045,14 +5161,16 @@ - + 70002 - 2 - - 184 + 184.0 + + 1 + 71201 + Bus Ri MUZ L 11/44 47.980893333333334 @@ -5063,14 +5181,16 @@ - + 71201 - 1 - - 9 + 9.0 + + 2 + 71202 + Bus Ri SIG L 11 47.98097416666667 @@ -5081,14 +5201,16 @@ - + 71202 - 2 - - 189 + 189.0 + + 4 + 71604 + Bus Ri OPF/MUZ L33 47.987925000000004 @@ -5099,14 +5221,16 @@ - + 71604 - 4 - - 167 + 167.0 + + 5 + 10105 + Bus Ri MUZ Linie 11 47.998071111111116 @@ -5117,14 +5241,16 @@ - + 10105 - 5 - - 106 + 106.0 + + 3 + 10703 + Richtung HVS 47.996394722222227 @@ -5135,14 +5261,16 @@ - + 10703 - 3 - - 205 + 205.0 + + 1 + 41801 + Steig 1 Ri MUZ Lörracherstrße 47.979326666666665 @@ -5153,14 +5281,16 @@ - + 41801 - 1 - - 232 + 232.0 + + 2 + 41802 + Steig 2 Ri SIG Lörracherstaße 47.979542222222229 @@ -5171,14 +5301,16 @@ - + 41802 - 2 - - 56 + 56.0 + + 4 + 41104 + Bus Ri SUL in der HvSteph. 47.986785555555564 @@ -5189,14 +5321,16 @@ - + 41104 - 4 - - 178 + 178.0 + + 12 + 71612 + Bus nur Ausstieg 47.988075 @@ -5207,14 +5341,16 @@ - + 71612 - 12 - - 336 + 336.0 + + 9 + 71609 + Bus Ri RSS L 14 47.988513888888889 @@ -5225,14 +5361,16 @@ - + 71609 - 9 - - 4 + 4.0 + + 3 + 41103 + Bus Ri. HBF In der HvSteph. 47.986675555555557 @@ -5243,14 +5381,16 @@ - + 41103 - 3 - - 346 + 346.0 + + 4 + 10804 + Ri. Kreuzstraße L13/14 47.998108611111107 @@ -5261,14 +5401,16 @@ - + 10804 - 4 - - 27 + 27.0 + + 1 + 61801 + Ri. MUZ 47.987431666666666 @@ -5279,14 +5421,16 @@ - + 61801 - 1 - - 310 + 310.0 + + 2 + 61802 + Ri PRE 47.987539444444444 @@ -5297,14 +5441,16 @@ - + 61802 - 2 - - 125 + 125.0 + + 2 + 51002 + Richtung SIG Linie 14 47.995041388888893 @@ -5315,14 +5461,16 @@ - + 51002 - 2 - - 17 + 17.0 + + 1 + 51001 + Richtung AKI Linie 14 47.995204444444447 @@ -5333,14 +5481,16 @@ - + 51001 - 1 - - 208 + 208.0 + + 2 + 51202 + Richtung SIG L 13 47.997880555555554 @@ -5351,14 +5501,16 @@ - + 51202 - 2 - - 110 + 110.0 + + 6 + 10106 + Bus Ri. MUZ 47.998166666666663 @@ -5369,14 +5521,16 @@ - + 10106 - 6 - - 283 + 283.0 + + 6 + 10706 + ZOB Ausstieg Sonderverkehr Messe 0 @@ -5387,14 +5541,16 @@ - + 10706 - 6 - - 0 + 0.0 + + 9 + 61609 + Bus Ri MUZ in der Basler Str. 47.985587777777781 @@ -5405,14 +5561,16 @@ - + 61609 - 9 - - 271 + 271.0 + + 1 + 42501 + Ri.IKEA 48.01846472222222 @@ -5423,14 +5581,16 @@ - + 42501 - 1 - - 78 + 78.0 + + 3 + 82203 + Ri Hugstetten L.25/Nachtbus 48.049690277777785 @@ -5441,14 +5601,16 @@ - + 82203 - 3 - - 279 + 279.0 + + 2 + 42302 + HSS Richtung - Inns 47.975413333333336 @@ -5459,14 +5621,16 @@ - + 42302 - 2 - - 290 + 290.0 + + 1 + 42301 + HSS Richtung - BBN 47.975239444444448 @@ -5477,14 +5641,16 @@ - + 42301 - 1 - - 110 + 110.0 + + 1 + 11201 + Ri. HBF 0 @@ -5495,14 +5661,16 @@ - + 11201 - 1 - - 0 + 0.0 + + 2 + 11202 + Ri.Pressehaus 0 @@ -5513,14 +5681,16 @@ - + 11202 - 2 - - 0 + 0.0 + + 1 + 12901 + Bus Ri. MUZ 47.982530555555549 @@ -5531,14 +5701,16 @@ - + 12901 - 1 - - 261 + 261.0 + + 8 + 61608 + An und Abfahrt L. 11 Abfahrt 47.986464722222216 @@ -5549,14 +5721,16 @@ - + 61608 - 8 - - 333 + 333.0 + + 2 + 90102 + Richtung SIG 48.001428055555557 @@ -5567,14 +5741,16 @@ - + 90102 - 2 - - 5 + 5.0 + + 1 + 90101 + Richtung AKI 48.00051333333333 @@ -5585,14 +5761,16 @@ - + 90101 - 1 - - 201 + 201.0 + + 6 + 10006 + Salzstr._Linie 1> MOS 47.99476111111111 @@ -5603,14 +5781,16 @@ - + 10006 - 6 - - 311 + 311.0 + + 1 + 10001 + Strab Ri LAS 47.994515555555559 @@ -5621,14 +5801,16 @@ - + 10001 - 1 - - 123 + 123.0 + + 1 + 10301 + Ri Stadtmitte Strab 47.99218166666666 @@ -5639,14 +5821,16 @@ - + 10301 - 1 - - 6 + 6.0 + + 2 + 10302 + Ri Günterstal Strab 47.99178083333333 @@ -5657,14 +5841,16 @@ - + 10302 - 2 - - 187 + 187.0 + + 1 + 10401 + Strabb Ri BBN 47.989739722222218 @@ -5675,14 +5861,16 @@ - + 10401 - 1 - - 10 + 10.0 + + 2 + 10402 + Strab Ri DFS 47.988971944444444 @@ -5693,14 +5881,16 @@ - + 10402 - 2 - - 187 + 187.0 + + 2 + 10602 + Strab Ri. BBN 47.995469722222218 @@ -5711,14 +5901,16 @@ - + 10602 - 2 - - 103 + 103.0 + + 1 + 10601 + Strab Ri TER 47.995565555555558 @@ -5729,14 +5921,16 @@ - + 10601 - 1 - - 290 + 290.0 + + 2 + 10702 + Richtung BBN 47.996459166666668 @@ -5747,14 +5941,16 @@ - + 10702 - 2 - - 107 + 107.0 + + 1 + 10701 + Richtung TER 47.996723888888894 @@ -5765,14 +5961,16 @@ - + 10701 - 1 - - 286 + 286.0 + + 1 + 10801 + Ri. Tech.Rathaus L 1/4/5/6 47.998105277777775 @@ -5783,14 +5981,16 @@ - + 10801 - 1 - - 302 + 302.0 + + 3 + 10803 + Ri. Am Kirchacker L 13/14 47.998407777777778 @@ -5801,14 +6001,16 @@ - + 10803 - 3 - - 206 + 206.0 + + 2 + 10802 + Ri. B.Brunnen L 1/4/5/6 47.997824722222227 @@ -5819,14 +6021,16 @@ - + 10802 - 2 - - 121 + 121.0 + + 2 + 11802 + Strab Ri LAS 47.994038888888895 @@ -5837,14 +6041,16 @@ - + 11802 - 2 - - 105 + 105.0 + + 1 + 11801 + Strab Ri BBN 47.993931388888889 @@ -5855,14 +6061,16 @@ - + 11801 - 1 - - 307 + 307.0 + + 2 + 11902 + Steig 2 Schwabentorbr. Ri LAS 47.990705555555557 @@ -5873,14 +6081,16 @@ - + 11902 - 2 - - 127 + 127.0 + + 1 + 11901 + Steig 1 Schwabentorbr. Ri BBN 47.990604166666664 @@ -5891,14 +6101,16 @@ - + 11901 - 1 - - 289 + 289.0 + + 1 + 12001 + Strab Ri BBN 47.989431388888889 @@ -5909,14 +6121,16 @@ - + 12001 - 1 - - 289 + 289.0 + + 2 + 12002 + Strab Ri LAS 47.98925777777778 @@ -5927,14 +6141,16 @@ - + 12002 - 2 - - 109 + 109.0 + + 1 + 21101 + Richtung MWA 48.028470833333337 @@ -5945,14 +6161,16 @@ - + 21101 - 1 - - 329 + 329.0 + + 2 + 21102 + Richtung SDT 48.028177222222219 @@ -5963,14 +6181,16 @@ - + 21102 - 2 - - 146 + 146.0 + + 1 + 21201 + Ri. Kirchacker 47.995463888888892 @@ -5981,14 +6201,16 @@ - + 21201 - 1 - - 153 + 153.0 + + 2 + 30002 + Strab Ankunft 47.98424583333334 @@ -5999,14 +6221,16 @@ - + 30002 - 2 - - 316 + 316.0 + + 1 + 30001 + Strab Abfahrt Ri BBN 47.984650833333333 @@ -6017,14 +6241,16 @@ - + 30001 - 1 - - 1 + 1.0 + + 2 + 30102 + Strab Ri LAS 47.986073055555565 @@ -6035,14 +6261,16 @@ - + 30102 - 2 - - 103 + 103.0 + + 1 + 30101 + Strab Ri MOS 47.986203611111115 @@ -6053,14 +6281,16 @@ - + 30101 - 1 - - 284 + 284.0 + + 2 + 30202 + Strab Ri LAS 47.98663333333333 @@ -6071,14 +6301,16 @@ - + 30202 - 2 - - 99 + 99.0 + + 1 + 30201 + Strab Ri MOS 47.98681666666667 @@ -6089,14 +6321,16 @@ - + 30201 - 1 - - 277 + 277.0 + + 1 + 30301 + Strab Ri MOS 47.987086111111111 @@ -6107,14 +6341,16 @@ - + 30301 - 1 - - 263 + 263.0 + + 2 + 30302 + Strab Ri LAS 47.987093333333327 @@ -6125,14 +6361,16 @@ - + 30302 - 2 - - 92 + 92.0 + + 1 + 30401 + Strab Ri MOS 47.988009722222223 @@ -6143,14 +6381,16 @@ - + 30401 - 1 - - 283 + 283.0 + + 4 + 30404 + Strab Ankunft Wendeschleife 47.987252777777776 @@ -6161,14 +6401,16 @@ - + 30404 - 4 - - 190 + 190.0 + + 3 + 30403 + Strab Abfahrt Wendeschleife 47.987458333333329 @@ -6179,14 +6421,16 @@ - + 30403 - 3 - - 10 + 10.0 + + 2 + 30402 + Strab Ri LAS 47.987942222222223 @@ -6197,14 +6441,16 @@ - + 30402 - 2 - - 98 + 98.0 + + 2 + 30502 + Strab Ri LAS 47.988451388888883 @@ -6215,14 +6461,16 @@ - + 30502 - 2 - - 98 + 98.0 + + 1 + 30501 + Strab Ri BBN 47.988540833333332 @@ -6233,14 +6481,16 @@ - + 30501 - 1 - - 279 + 279.0 + + 2 + 30602 + Strab Ri LAS 47.988422777777778 @@ -6251,14 +6501,16 @@ - + 30602 - 2 - - 76 + 76.0 + + 1 + 30601 + Strab Ri MOS 47.988370555555555 @@ -6269,14 +6521,16 @@ - + 30601 - 1 - - 255 + 255.0 + + 1 + 22401 + Bus Ri. IKEA 48.001985833333336 @@ -6287,14 +6541,16 @@ - + 22401 - 1 - - 36 + 36.0 + + 2 + 22402 + Bus Ri. SDT 48.001178333333328 @@ -6305,14 +6561,16 @@ - + 22402 - 2 - - 198 + 198.0 + + 1 + 23501 + Bus Ri IKEA 48.011547777777771 @@ -6323,14 +6581,16 @@ - + 23501 - 1 - - 316 + 316.0 + + 2 + 23502 + Bus Ri SDT 48.011656944444447 @@ -6341,14 +6601,16 @@ - + 23502 - 2 - - 138 + 138.0 + + 1 + 41701 + Steig 1 Ri. HBF/Schüler 47.990365000000004 @@ -6359,14 +6621,16 @@ - + 41701 - 1 - - 11 + 11.0 + + 2 + 50002 + Richtung. BBN Linie 1/3 47.999985833333334 @@ -6377,14 +6641,16 @@ - + 50002 - 2 - - 119 + 119.0 + + 1 + 50001 + Richtung MOS 48.000349166666666 @@ -6395,14 +6661,16 @@ - + 50001 - 1 - - 299 + 299.0 + + 4 + 50004 + Richtung HOR 48.00038416666667 @@ -6413,14 +6681,16 @@ - + 50004 - 4 - - 31 + 31.0 + + 1 + 50101 + Richtung MOS 48.002389444444447 @@ -6431,14 +6701,16 @@ - + 50101 - 1 - - 309 + 309.0 + + 3 + 50103 + Gleiswechsel 48.001563333333337 @@ -6449,14 +6721,16 @@ - + 50103 - 3 - - 113 + 113.0 + + 2 + 50102 + Richtung BBN 48.001928055555553 @@ -6467,14 +6741,16 @@ - + 50102 - 2 - - 121 + 121.0 + + 1 + 50201 + Strab Ri MOS 48.007008888888883 @@ -6485,14 +6761,16 @@ - + 50201 - 1 - - 303 + 303.0 + + 2 + 50202 + Strab Ri LAS 48.0067775 @@ -6503,14 +6781,16 @@ - + 50202 - 2 - - 121 + 121.0 + + 2 + 50302 + Strab Ri LAS 48.010734166666673 @@ -6521,14 +6801,16 @@ - + 50302 - 2 - - 125 + 125.0 + + 1 + 50301 + Strab Ri MOS 48.010959722222218 @@ -6539,14 +6821,16 @@ - + 50301 - 1 - - 306 + 306.0 + + 2 + 50402 + Strab Ri LAS 48.013578333333342 @@ -6557,14 +6841,16 @@ - + 50402 - 2 - - 204 + 204.0 + + 9 + 50409 + Strab Abfahrt Schleife 48.014022222222223 @@ -6575,14 +6861,16 @@ - + 50409 - 9 - - 180 + 180.0 + + 1 + 50401 + Strab Ri MOS 48.013926388888891 @@ -6593,14 +6881,16 @@ - + 50401 - 1 - - 24 + 24.0 + + 8 + 50408 + Strab Ankunft Schleife 48.013727777777781 @@ -6611,14 +6901,16 @@ - + 50408 - 8 - - 330 + 330.0 + + 4 + 50504 + Strab Abfahrt Ri BBN 0 @@ -6629,14 +6921,16 @@ - + 50504 - 4 - - 0 + 0.0 + + 3 + 50503 + Strab Ankunft Schleife 0 @@ -6647,14 +6941,16 @@ - + 50503 - 3 - - 0 + 0.0 + + 2 + 50502 + Strab Ri BBN 48.00223722222222 @@ -6665,14 +6961,16 @@ - + 50502 - 2 - - 62 + 62.0 + + 1 + 50501 + Strab Ri MUZ 48.002098055555557 @@ -6683,14 +6981,16 @@ - + 50501 - 1 - - 246 + 246.0 + + 3 + 51003 + Richtung LAU Linie 13 47.995007777777779 @@ -6701,14 +7001,16 @@ - + 51003 - 3 - - 113 + 113.0 + + 4 + 51004 + Richtung SIG Linie 13 47.995097222222221 @@ -6719,14 +7021,16 @@ - + 51004 - 4 - - 286 + 286.0 + + 2 + 51102 + Richtung SIG L 13 47.996995277777771 @@ -6737,14 +7041,16 @@ - + 51102 - 2 - - 25 + 25.0 + + 1 + 51101 + Richtung LAU L 13 47.99666222222222 @@ -6755,14 +7061,16 @@ - + 51101 - 1 - - 203 + 203.0 + + 1 + 51201 + Richtung LAU L 13 47.997988888888891 @@ -6773,14 +7081,16 @@ - + 51201 - 1 - - 293 + 293.0 + + 2 + 60002 + Strab Ri BBN 47.997606666666663 @@ -6791,14 +7101,16 @@ - + 60002 - 2 - - 38 + 38.0 + + 1 + 60001 + Strab Ri MUZ 47.997334444444441 @@ -6809,14 +7121,16 @@ - + 60001 - 1 - - 219 + 219.0 + + 2 + 60102 + Richtung RUN 47.994485555555556 @@ -6827,14 +7141,16 @@ - + 60102 - 2 - - 108 + 108.0 + + 1 + 60101 + Richtung MUZ 47.99474166666667 @@ -6845,14 +7161,16 @@ - + 60101 - 1 - - 289 + 289.0 + + 4 + 60404 + Richtung RSS 47.990747777777777 @@ -6863,14 +7181,16 @@ - + 60404 - 4 - - 5 + 5.0 + + 3 + 60403 + Richtung EKB 47.9907125 @@ -6881,14 +7201,16 @@ - + 60403 - 3 - - 191 + 191.0 + + 2 + 60702 + Strab Ri BBN 47.999354722222215 @@ -6899,14 +7221,16 @@ - + 60702 - 2 - - 52 + 52.0 + + 1 + 60701 + Strab Ri MUZ 47.999511666666663 @@ -6917,14 +7241,16 @@ - + 60701 - 1 - - 234 + 234.0 + + 3 + 61003 + Bus Ri EKB 47.985858333333333 @@ -6935,14 +7261,16 @@ - + 61003 - 3 - - 206 + 206.0 + + 2 + 61002 + Bus Abfahrt Richtung SIG 47.985838888888885 @@ -6953,14 +7281,16 @@ - + 61002 - 2 - - 30 + 30.0 + + 1 + 61101 + Bus Ri AKI 47.988278055555561 @@ -6971,14 +7301,16 @@ - + 61101 - 1 - - 295 + 295.0 + + 2 + 61102 + Bus Ri SIG 47.988074444444443 @@ -6989,14 +7321,16 @@ - + 61102 - 2 - - 114 + 114.0 + + 2 + 61202 + Richtung SIG 47.987680833333336 @@ -7007,14 +7341,16 @@ - + 61202 - 2 - - 21 + 21.0 + + 1 + 61201 + Richtung AKI 47.987265277777773 @@ -7025,14 +7361,16 @@ - + 61201 - 1 - - 261 + 261.0 + + 2 + 61302 + Bus Ri SIG 47.993530833333338 @@ -7043,14 +7381,16 @@ - + 61302 - 2 - - 133 + 133.0 + + 1 + 61301 + Bus Ri AKI + LAU 47.993226666666672 @@ -7061,14 +7401,16 @@ - + 61301 - 1 - - 304 + 304.0 + + 2 + 61402 + Bus Ri SIG 47.994936666666668 @@ -7079,14 +7421,16 @@ - + 61402 - 2 - - 117 + 117.0 + + 1 + 61401 + Bus Ri AKI + LAU 47.994845555555557 @@ -7097,14 +7441,16 @@ - + 61401 - 1 - - 291 + 291.0 + + 2 + 61502 + Bus Abfahrt 47.997798611111115 @@ -7115,14 +7461,16 @@ - + 61502 - 2 - - 282 + 282.0 + + 2 + 61702 + Richtung SIG 47.993601111111118 @@ -7133,14 +7481,16 @@ - + 61702 - 2 - - 2 + 2.0 + + 1 + 61701 + Richtung AKI 47.993523333333336 @@ -7151,14 +7501,16 @@ - + 61701 - 1 - - 191 + 191.0 + + 1 + 62101 + Richtung LAU 47.997256388888886 @@ -7169,14 +7521,16 @@ - + 62101 - 1 - - 312 + 312.0 + + 2 + 62102 + Richtung SIG 47.997124722222225 @@ -7187,14 +7541,16 @@ - + 62102 - 2 - - 132 + 132.0 + + 1 + 62201 + Bus Ri EKB 47.9829625 @@ -7205,14 +7561,16 @@ - + 62201 - 1 - - 256 + 256.0 + + 2 + 62202 + Bus Ri SIG 47.983024166666659 @@ -7223,14 +7581,16 @@ - + 62202 - 2 - - 75 + 75.0 + + 1 + 71101 + Bus Ri EKB 47.98240638888889 @@ -7241,14 +7601,16 @@ - + 71101 - 1 - - 261 + 261.0 + + 2 + 71102 + Bus Ri SIG 47.98241361111112 @@ -7259,14 +7621,16 @@ - + 71102 - 2 - - 83 + 83.0 + + 4 + 71204 + Bus Ri SIG L 14/44 47.981488333333338 @@ -7277,14 +7641,16 @@ - + 71204 - 4 - - 63 + 63.0 + + 3 + 71503 + Beim Pförtnerhäuschen 47.993314166666671 @@ -7295,14 +7661,16 @@ - + 71503 - 3 - - 28 + 28.0 + + 2 + 71502 + Richtung RUN / BHW 47.9922325 @@ -7313,14 +7681,16 @@ - + 71502 - 2 - - 13 + 13.0 + + 1 + 71501 + Richtung MUZ 47.991935277777777 @@ -7331,14 +7701,16 @@ - + 71501 - 1 - - 192 + 192.0 + + 1 + 71601 + Strab Abfahrt Ri. VAG 47.988460277777776 @@ -7349,14 +7721,16 @@ - + 71601 - 1 - - 9 + 9.0 + + 6 + 71606 + Bus Ri OBE/Haid L11/34 47.987805277777774 @@ -7367,14 +7741,16 @@ - + 71606 - 6 - - 146 + 146.0 + + 8 + 71608 + Strab Ankunft 47.988351111111115 @@ -7385,14 +7761,16 @@ - + 71608 - 8 - - 239 + 239.0 + + 2 + 80002 + Strab Abfahrt 48.028359444444455 @@ -7403,14 +7781,16 @@ - + 80002 - 2 - - 151 + 151.0 + + 1 + 80001 + Strab Ankunft 48.028692500000005 @@ -7421,14 +7801,16 @@ - + 80001 - 1 - - 331 + 331.0 + + 2 + 80102 + Steig 2 Diakonie Ri LAS 48.023701388888888 @@ -7439,14 +7821,16 @@ - + 80102 - 2 - - 161 + 161.0 + + 1 + 80101 + Steig 1 Diakonie Ri MOS 48.024080833333329 @@ -7457,14 +7841,16 @@ - + 80101 - 1 - - 342 + 342.0 + + 2 + 80202 + Steig 2 Moosgrund Ri LAS 48.018162777777775 @@ -7475,14 +7861,16 @@ - + 80202 - 2 - - 213 + 213.0 + + 1 + 80201 + Steig 1 Moosgrund Ri MOS 48.018437777777777 @@ -7493,14 +7881,16 @@ - + 80201 - 1 - - 38 + 38.0 + + 1 + 72501 + Richtung WDG 47.98092027777777 @@ -7511,14 +7901,16 @@ - + 72501 - 1 - - 248 + 248.0 + + 2 + 62302 + Richtung Stadt 47.982236666666672 @@ -7529,14 +7921,16 @@ - + 62302 - 2 - - 80 + 80.0 + + 3 + 20303 + Ri REU_Bus Abfahrt 0 @@ -7547,14 +7941,16 @@ - + 20303 - 3 - - 0 + 0.0 + + 2 + 41502 + Strab Ri SUL 47.983817222222221 @@ -7565,14 +7961,16 @@ - + 41502 - 2 - - 209 + 209.0 + + 1 + 41501 + Strab Ri BBN 47.984179722222216 @@ -7583,14 +7981,16 @@ - + 41501 - 1 - - 27 + 27.0 + + 2 + 41702 + Steig 2 Ri. Pressehaus/Schüler 47.990166666666674 @@ -7601,14 +8001,16 @@ - + 41702 - 2 - - 191 + 191.0 + + 1 + 42101 + Richtung MUZ 47.980124166666663 @@ -7619,14 +8021,16 @@ - + 42101 - 1 - - 221 + 221.0 + + 11 + 71611 + Strab Überholgleis Aussen 47.987572500000006 @@ -7637,14 +8041,16 @@ - + 71611 - 11 - - 82 + 82.0 + + 1 + 42801 + Ri. MUZ 47.983673333333329 @@ -7655,14 +8061,16 @@ - + 42801 - 1 - - 23 + 23.0 + + 2 + 42802 + Ri. BCS 47.984018888888883 @@ -7673,14 +8081,16 @@ - + 42802 - 2 - - 186 + 186.0 + + 7 + 50407 + Linie 11 Abfahrt 48.014172777777773 @@ -7691,12 +8101,10 @@ - + 50407 - 7 - - 287 + 287.0 From ce24b8e6dba4ee09f0e6533f0313ec9a12e5b697 Mon Sep 17 00:00:00 2001 From: Stefan de Konink Date: Wed, 13 Dec 2023 20:59:28 +0100 Subject: [PATCH 09/51] More external to privatecodes --- .../uk_txc_SCWW-86_extract1-with-sections.xml | 8 +++-- .../vdv452/timetable/NeTEx VDV Example.xml | 30 ++++++++++++------- 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/examples/standards/txc/uk_txc_SCWW-86_extract1-with-sections.xml b/examples/standards/txc/uk_txc_SCWW-86_extract1-with-sections.xml index 3ed370e2b..604c1e0e0 100644 --- a/examples/standards/txc/uk_txc_SCWW-86_extract1-with-sections.xml +++ b/examples/standards/txc/uk_txc_SCWW-86_extract1-with-sections.xml @@ -7887,10 +7887,12 @@ TXC NETEX - + + nocn:137725 + vosa:PD0000479 + + SCCW - nocn:137725 - Stagecoach Stagecoach diff --git a/examples/standards/vdv452/timetable/NeTEx VDV Example.xml b/examples/standards/vdv452/timetable/NeTEx VDV Example.xml index 56420c8fa..d81cd9e67 100644 --- a/examples/standards/vdv452/timetable/NeTEx VDV Example.xml +++ b/examples/standards/vdv452/timetable/NeTEx VDV Example.xml @@ -3379,31 +3379,39 @@ + + 3 + VAG003 + 3 3 - 3 - + + 11 + VAG011 + 11 11 - 11 - + + 14 + VAG014 + 14 14 - 14 - + + 1 + VAG011 + 1 1 - 1 - @@ -107984,6 +107992,10 @@ + + 100 + VAG009 + @@ -107992,8 +108004,6 @@ OLIF - 100 - From a22017ba1fba21016c5dc884c6bd10559ec9b869 Mon Sep 17 00:00:00 2001 From: Stefan de Konink Date: Wed, 13 Dec 2023 21:07:04 +0100 Subject: [PATCH 10/51] Fix --- examples/standards/vdv452/timetable/NeTEx VDV Example.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/standards/vdv452/timetable/NeTEx VDV Example.xml b/examples/standards/vdv452/timetable/NeTEx VDV Example.xml index d81cd9e67..a35fd306c 100644 --- a/examples/standards/vdv452/timetable/NeTEx VDV Example.xml +++ b/examples/standards/vdv452/timetable/NeTEx VDV Example.xml @@ -107992,10 +107992,6 @@ - - 100 - VAG009 - @@ -108003,6 +107999,10 @@ + + 100 + VAG009 + OLIF From d234ef48c9099148eb75b43b7e07d7246f6f2fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Wed, 24 Jan 2024 20:48:55 +0100 Subject: [PATCH 11/51] fixing external ids (no longer extern in the "normal" sense --- .../vdv452/timetable/NeTEx VDV Example.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/examples/standards/vdv452/timetable/NeTEx VDV Example.xml b/examples/standards/vdv452/timetable/NeTEx VDV Example.xml index a35fd306c..6057f7364 100644 --- a/examples/standards/vdv452/timetable/NeTEx VDV Example.xml +++ b/examples/standards/vdv452/timetable/NeTEx VDV Example.xml @@ -2319,16 +2319,24 @@ + + + + ExternalDirectionRef + 1 + + Direction A A - inbound + + 2 + Direction B B - outbound @@ -3378,6 +3386,9 @@ + + VAG009 + 3 @@ -108016,8 +108027,8 @@ - - + + From 61271059e74103f1cbe2e72dfefc8b74bb656c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Wed, 24 Jan 2024 20:51:50 +0100 Subject: [PATCH 12/51] other example --- .../standards/tap_tsi/TAP-TSDUPD-example1.xml | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/examples/standards/tap_tsi/TAP-TSDUPD-example1.xml b/examples/standards/tap_tsi/TAP-TSDUPD-example1.xml index 34194fb3a..e21b34408 100644 --- a/examples/standards/tap_tsi/TAP-TSDUPD-example1.xml +++ b/examples/standards/tap_tsi/TAP-TSDUPD-example1.xml @@ -331,6 +331,11 @@ TapTsi B.4.7009 Location / STation TSDUPD example + + + + + @@ -473,11 +478,13 @@ TapTsi B.4.7009 PT8M - - - - - + + + + + + + @@ -512,7 +519,7 @@ TapTsi B.4.7009 rail - + @@ -522,7 +529,7 @@ TapTsi B.4.7009 rail - + From 79d49dc3b6682c9a7bf37d42078c087626675d32 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:53:15 +0000 Subject: [PATCH 13/51] Lint and update documentation tables --- examples/standards/tap_tsi/TAP-TSDUPD-example1.xml | 6 +++--- examples/standards/vdv452/timetable/NeTEx VDV Example.xml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/standards/tap_tsi/TAP-TSDUPD-example1.xml b/examples/standards/tap_tsi/TAP-TSDUPD-example1.xml index e21b34408..ec6ddf1c3 100644 --- a/examples/standards/tap_tsi/TAP-TSDUPD-example1.xml +++ b/examples/standards/tap_tsi/TAP-TSDUPD-example1.xml @@ -333,8 +333,8 @@ TapTsi B.4.7009 Location / STation TSDUPD example - - + + @@ -482,7 +482,7 @@ TapTsi B.4.7009 - + diff --git a/examples/standards/vdv452/timetable/NeTEx VDV Example.xml b/examples/standards/vdv452/timetable/NeTEx VDV Example.xml index 6057f7364..16aacebd7 100644 --- a/examples/standards/vdv452/timetable/NeTEx VDV Example.xml +++ b/examples/standards/vdv452/timetable/NeTEx VDV Example.xml @@ -2323,7 +2323,8 @@ - ExternalDirectionRef + ExternalDirectionRef + 1 From 95d15d65bb256aa5c40daf52a892a3bde4bf5d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Fri, 19 Apr 2024 09:37:44 +0200 Subject: [PATCH 14/51] clarification when to use VehicleRef --- .../part2_journeyTimes/netex_vehicleJourney_version.xsd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd index e7e70c55a..77f1dd909 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd @@ -259,7 +259,11 @@ Rail transport, Roads and Road transport - + + + VehicleTypeRef is the normally used field, as in many cases only the VEHICLE TYPE is known in advance. VehicleRef is then the exception and used only when the concrete VEHICLE is known in advance. Then also only one vehicle is possible. + + From 98afad456b1ff9987f4573e24bc0e348b24d0ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Fri, 19 Apr 2024 09:46:19 +0200 Subject: [PATCH 15/51] Update netex_vehicleType_version.xsd --- .../netex_reusableComponents/netex_vehicleType_version.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd index 75d1aa19b..3c1205187 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd @@ -1097,7 +1097,7 @@ Rail transport, Roads and Road transport Range when fully fuelled or charged. +v2.0 - + Especially very large vehicles and also some ALTERNATIVE MODE OF OPERATION offers need the possibility to contact the VEHICLE directly. From f231007892ed54c9beae509175d1a566e6f2b37c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Fri, 19 Apr 2024 09:54:12 +0200 Subject: [PATCH 16/51] fixing ambiguity and double VehicleCodeGroup --- .../netex_vehicleType_version.xsd | 2 +- .../netex_vehicle_version.xsd | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd index 3c1205187..25924e206 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd @@ -1117,7 +1117,7 @@ Rail transport, Roads and Road transport - Energy required for a full charge. +v2.0 + DEPRECATED - use privateCodes diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicle_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicle_version.xsd index f7852d59a..a0f9d6afb 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicle_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicle_version.xsd @@ -179,7 +179,6 @@ Rail transport, Roads and Road transport - ACTUAL EQUIPMENT found in VEHICLE. @@ -229,23 +228,6 @@ Rail transport, Roads and Road transport - - - Alternative Code Elements for VEHICLE. - - - - - Operational Number of VEHICLE. - - - - - DEPRECATED - use privateCodes - - - - From 28539cdeb6747143399c7d4d71870a9ce0320baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Fri, 10 May 2024 19:08:03 +0200 Subject: [PATCH 17/51] typos, fixing import --- .../netex_vehicleType_version.xsd | 8 ++++---- .../part2_journeyTimes/netex_vehicleJourney_version.xsd | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd index 25924e206..6d32aac2e 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd @@ -1107,23 +1107,23 @@ Rail transport, Roads and Road transport - Alternative Code Elements for VEHICLE. + Alternative code elements for VEHICLE. - Operational Number of VEHICLE. + Operational number of VEHICLE. - DEPRECATED - use privateCodes + Private code of the vehicle. - Equipment profiles assoicated with model +v1.2.2 + Equipment profiles assoicated with model. +v1.2.2 diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd index 0a2517373..ece730b31 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd @@ -4,6 +4,7 @@ + From 93a596a70adaf36dd95aac95f8993b6973aa341a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Fri, 10 May 2024 19:21:10 +0200 Subject: [PATCH 18/51] typos and equipmentProfiles added to VehicleModel was there during EPIAP. --- .../netex_vehicleType_version.xsd | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd index 6d32aac2e..c0468c629 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd @@ -501,7 +501,7 @@ Rail transport, Roads and Road transport - Identifier of VEHICLE EQUIPMENT PROFILE. + Identifier of ACCEPTED DRIVER PERMIT. @@ -1098,6 +1098,13 @@ Rail transport, Roads and Road transport + + + + Equipment profiles assoicated with model. +v1.2.2 + + + Especially very large vehicles and also some ALTERNATIVE MODE OF OPERATION offers need the possibility to contact the VEHICLE directly. From af51d62479a838372bcf455036d3a4e593d377b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Fri, 10 May 2024 19:28:40 +0200 Subject: [PATCH 19/51] also VehicleModelProfileRef to VehicleModel --- .../netex_vehicleType_version.xsd | 1 + .../part2_journeyTimes/tmp0000.xsd | 679 ++++++++++++++++++ 2 files changed, 680 insertions(+) create mode 100644 xsd/netex_part_2/part2_journeyTimes/tmp0000.xsd diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd index c0468c629..f6473f43d 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd @@ -1104,6 +1104,7 @@ Rail transport, Roads and Road transport Equipment profiles assoicated with model. +v1.2.2 + diff --git a/xsd/netex_part_2/part2_journeyTimes/tmp0000.xsd b/xsd/netex_part_2/part2_journeyTimes/tmp0000.xsd new file mode 100644 index 000000000..ece730b31 --- /dev/null +++ b/xsd/netex_part_2/part2_journeyTimes/tmp0000.xsd @@ -0,0 +1,679 @@ + + + + + + + + + + + + + + + + + + + + main schema + e-service developers + V1.0 Christophe Duquesne + Nicholas Knowles + Europe + First drafted for NeTEx version 1.0 CEN TC278 WG3 SG9 Editor Nicholas Knowles. mailto:schemer@netex.org.uk + + 2010-09-04 + + 2011-02-05Name Space changes + + 2017-03-28CR0030 Vehicle Journey Service Times: add DepartureDayOffset + + 2017-05-27PR correct definition of VehicleJourney. Doc change only. + + 2017-05-27PR correct definition of VehicleJourney. Doc change only. + + 2019-03-25CR 51 CD Add VehicleJourneyStop Assignment. + NJSK Review CR51: make vehicleJourneyStopAssignmentsInFrame_RelStructure lower camel case consistent with NeTEx conventions. + NJSK Review CR51: Allow inlining of vehicleJourneyStopAssignments within VehicleJourney. + NJSK Also correct camel case on trainComponentLabelAssignents trainComponentLabelAssignents_RelStructure. + + 2019-04-12Fix Add missingl Label to TarinCOmpinentLAbel Assignment + + 2020-10-05 New Modes: Add Vehicle mode to VehicleType + Replace VehicleTypeRef with TransportTypeRef so as to be more general + + 2024-02-27TM enhancement add PASSENGER TIMES at STOP + + +

NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

+

This sub-schema describes the VEHICLE JOURNEY types.

+
+ + text/xml + http://www.w3.org/2001/XMLSchema + XML schema, W3C Recommendation 2001 + + {http://www.netex.org.uk/schemas/1.0/xsd/netex_part_2/part2_journeyTimes}netex_vehicleJourney_version.xsd + [ISO 639-2/B] ENG + Kizoom, 109-123 Clifton Street, London EC4A 4LD + + http://www.netex.org.uk/schemas/1.0/PATH/netex_prereqfile.xsd + + Unclassified + CEN, Crown Copyright 2009-2024 + + +
    +
  • Derived from the Transmodel, VDV, TransXChange, NEPTUNE, BISON and Trident standards.
  • +
+ + Version 1.0 + + Arts, recreation and travel, Tourism, Travel (tourism), Transport, +Air transport, Airports, +Ports and maritime transport, Ferries (marine), +Public transport, Bus services, Coach services, Bus stops and stations, +Rail transport, Railway stations and track, Train services, Underground trains, +Business and industry, Transport, Air transport , Ports and maritime transport, Public transport, +Rail transport, Roads and Road transport + + CEN TC278 WG3 SG9. + + NeTEx VEHICLE JOURNEY types. + Standard +
+
+ NeTEx: VEHICLE JOURNEY types. +
+ + + + Type for containment in frame of TRAIN NUMBERs. + + + + + + + + + + + + + Type for containment in frame of VEHICLE JOURNEY STOP ASSIGNMENTs. + + + + + + + The allocation of a SCHEDULED STOP POINT (i.e. a SCHEDULED STOP POINT of a SERVICE PATTERN or JOURNEY PATTERN) to a specific STOP PLACE or QUAY, for either a Passenger JOURNEY or VEHICLE SERVICE. + + + + + + + + + + Dummy VEHICLE JOURNEY supertype. + + + + + The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE. + + + + + + + + + + + + + + + + + + + + + + + + + + + Type for VEHICLE JOURNEY. + + + + + + + + + + + + Elements for VEHICLE JOURNEY. + + + + + + + + + Elements for VEHICLE JOURNEY. + + + + + + Elements for associating journey with other ENTITIEs. + + + + + + + + Elements for parts of a VEHICLE JOURNEY. + + + + + Other TIME DEMAND TYPEs used in JOURNEY. + + + + + JOURNEY PARTs of a JOURNEY - for a multi part JOURNEY only. + + + + + Labelling of carriages for Train associated with JOURNEY. + + + + + Normal VEHICLE STOP ASSIGNMENTs for VEHICLE JOURNEY, +v1.1 + + + + + + + Time Elements for VEHICLE JOURNEY. + + + + + WAIT TIMEs for VEHICLE JOURNEY at different TIMING POINTs. + + + + + Run times for VEHICLE JOURNEY over different TIMING LINKs. + + + + + LAYOVER times for VEHICLE JOURNEY. + + + + + PASSING TIMEs for VEHICLE JOURNEY. + + + + + Times for passenger to be at stop if earlier than departure time. +v2.0 + + + + + + + Elements for associations of VEHICLE JOURNEY with other entities. + + + + + DAY TYPEs for Journey. + + + + + + Reference to a JOURNEY PATTERN. + + + + + Reference to a TIME DEMAND TYPE used at start of JOURNEY. + + + + + + + + VehicleTypeRef is the normally used field, as in many cases only the VEHICLE TYPE is known in advance. VehicleRef is then the exception and used only when the concrete VEHICLE is known in advance. Then also only one vehicle is possible. + + + + + + Reference to a BLOCK. + + + + + + Public code for JOURNEY. + + + + + + + Elements for Service time. + + + + + Time of departure. + + + + + Day offset if day of departure time of VEHICLE JOURNEY differs from the current OPERATING DAY. + + + + + Frequency of Journey. + + + + + Total length of Journey. Can be computed from individual times. Add to Departure time to obtain JOURNEY arrival time. + + + + + + + + A repeating VEHICLE JOURNEY for which a frequency has been specified, either as a HEADWAY JOURNEY GROUP (e.g. every 20 minutes) or a RHYTHMICAL JOURNEY GROUP (e.g. at 15, 27 and 40 minutes past the hour). It may thus represent multiple journeys. + + + + + + + + + + + + + + + + + + + + + + + + + + + Type for TEMPLATE VEHICLE JOURNEY. + + + + + + + + + + + + Elements for TEMPLATE VEHICLE JOURNEY. + + + + + Type of TEMPLATE VEHICLE JOURNEY. + + + + + frequency groups defining Template journey. Can only be of one type. + + + + + + + + + Specification of codes assigned to particular VEHICLE JOURNEYs when operated by TRAINs of COMPOUND TRAINs according to a functional purpose (passenger information, operation follow-up, etc). + + + + + + + + + + + + + + + + + + + + + + + Type for TRAIN NUMBER. + + + + + + + + + + + + Elements for TRAIN NUMBER Group. + + + + + Description of TRAIN NUMBER. + + + + + TRAIN NUMBER to use when advertising Train -If different from Id. + + + + + TRAIN NUMBER to use for production -If different from Id. + + + + + + + + Type for containment of TRAIN COMPONENT NUMBER ASSIGNMENTs. + + + + + + + + + + + + + The allocation of an advertised designation for a vehicle or vehicle element for passengers. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type for TRAIN COMPONENT NUMBER ASSIGNMENT. + + + + + + + + + + + + Elements for TRAIN COMPONENT NUMBER ASSIGNMENT Group. + + + + + Label to assign. + + + + + + + + + + Type for containment of VEHICLE TYPE STOP ASSIGNNMENTs. + + + + + + + + The allocation of a stopping position of a VEHICLE TYPE for a particular VEHICLE JOURNEY. + + + + + + + + + The allocation of a stopping position of a VEHICLE TYPE for a particular VEHICLE JOURNEY. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type for VEHICLE TYPE STOP ASSIGNMENT. + + + + + + + + + + + + Elements for VEHICLE TYPE STOP ASSIGNMENT Group. + + + + + Relative orientation of vehicle - Default is forwards. + + + + + + + + + + + Classification of a TIMING ALGORITHM. + + + + + + + + + + + + + + + + + + + + + + + Type for a TIMING ALGORITHM TYPE. + + + + + + + + + Type for containment of VEHICLE JOURNEY STOP ASSIGNMENTs. + + + + + + + + + + + + + Change to a PASSENGER STOP ASSIGNMENT for a specific VEHICLE JOURNEY +v1.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type for VEHICLE JOURNEY STOP ASSIGNMENT. + + + + + + + Elements for a VEHICLE JOURNEY STOP ASSIGNMENT. Original PASSENGER STOP ASSIGNMENT for which this is a change. + + + + + + + + + Elements for a VEHICLE JOURNEY STOP ASSIGNMENT. + + + + + + +
From e190c35ab8d8e7859401e20822c20ae399b37541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Wed, 22 May 2024 16:53:53 +0200 Subject: [PATCH 20/51] Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com> --- .../netex_reusableComponents/netex_vehicleType_version.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd index f6473f43d..d56a78de3 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd @@ -1131,7 +1131,7 @@ Rail transport, Roads and Road transport - Equipment profiles assoicated with model. +v1.2.2 + Equipment profiles associated with model. +v1.2.2 From c327e7a676506f3a7ab6a53bee454204832c423c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Thu, 23 May 2024 09:26:54 +0200 Subject: [PATCH 21/51] Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd Co-authored-by: Christophe Duquesne --- .../netex_reusableComponents/netex_vehicleType_version.xsd | 1 - 1 file changed, 1 deletion(-) diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd index d56a78de3..d31b53f1c 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd @@ -1098,7 +1098,6 @@ Rail transport, Roads and Road transport
- Equipment profiles assoicated with model. +v1.2.2 From 8afc953d90687ba1282634a820024587e400d32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Thu, 23 May 2024 09:27:01 +0200 Subject: [PATCH 22/51] Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd Co-authored-by: Christophe Duquesne --- .../netex_reusableComponents/netex_vehicleType_version.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd index d31b53f1c..330a1dfd8 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd @@ -1104,7 +1104,7 @@ Rail transport, Roads and Road transport - + Especially very large vehicles and also some ALTERNATIVE MODE OF OPERATION offers need the possibility to contact the VEHICLE directly. From 4299a4bf9fc9820bd8d23cd02c7fca09b5ea2ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Thu, 30 May 2024 16:54:23 +0200 Subject: [PATCH 23/51] make the codes only deprecated --- .../netex_organisation_version.xsd | 5 +++++ .../netex_serviceRestrictions_version.xsd | 7 ++++++- .../netex_line_version.xsd | 20 +++++++++++++++++++ .../netex_route_version.xsd | 5 +++++ .../netex_servicePattern_version.xsd | 10 ++++++++++ .../netex_datedVehicleJourney_version.xsd | 9 +++++++-- .../netex_interchange_version.xsd | 9 +++++++-- .../netex_journey_version.xsd | 5 +++++ 8 files changed, 65 insertions(+), 5 deletions(-) diff --git a/xsd/netex_framework/netex_genericFramework/netex_organisation_version.xsd b/xsd/netex_framework/netex_genericFramework/netex_organisation_version.xsd index ea060ac43..d84749c74 100644 --- a/xsd/netex_framework/netex_genericFramework/netex_organisation_version.xsd +++ b/xsd/netex_framework/netex_genericFramework/netex_organisation_version.xsd @@ -221,6 +221,11 @@ Rail transport, Roads and Road transport Company registered tax number including Country prefix. + + + An alternative code that uniquely identifies the OPERATOR. Specifically for use in AVMS systems. For VDV compatibility. DEPRECATED - use PrivateCode -v2.0 + + diff --git a/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd index 04076fbf1..3f6aff66e 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd @@ -489,9 +489,14 @@ Rail transport, Roads and Road transport - Elements for a TYPE OF PRODUCT CATEGORY. + Elements for a TYPE OF PRODUCT CATEGORY. + + + An alternative code that uniquely identifies the PRODUCT CATEGORY. Specifically for use in AVMS systems that require an alias, if code is different from main identifier. For VDV compatibility. DEPRECATED - use privateCodes -v2.0 + + The presentation colours to use for this TYPE OF PRODUCT CATEGORY. +v2.1 diff --git a/xsd/netex_part_1/part1_networkDescription/netex_line_version.xsd b/xsd/netex_part_1/part1_networkDescription/netex_line_version.xsd index cafe788e7..f575fd499 100644 --- a/xsd/netex_part_1/part1_networkDescription/netex_line_version.xsd +++ b/xsd/netex_part_1/part1_networkDescription/netex_line_version.xsd @@ -401,6 +401,11 @@ Rail transport, Roads and Road transport DEPRECATED - use privateCodes + + + An alternative code that uniquely identifies the LINE specifically for use in AVMS systems. For VDV compatibility. DEPRECATED - use privateCodes -v2.0 + + @@ -486,6 +491,11 @@ Rail transport, Roads and Road transport + + + An default product classification for all journeys of the lin e for use in AVMS systems. For VDV compatibility. +v1.1. DEPRECATED - use privateCodes -v2.0 + + @@ -964,6 +974,16 @@ Rail transport, Roads and Road transport + + + Alternative LINE Reference for AVMS system. DEPRECATED - v2.0 + + + + + Alternative DIRECTION Reference for AVMS system. DEPRECATED -v2.0 + + diff --git a/xsd/netex_part_1/part1_networkDescription/netex_route_version.xsd b/xsd/netex_part_1/part1_networkDescription/netex_route_version.xsd index 2e0105667..6f6ad398a 100644 --- a/xsd/netex_part_1/part1_networkDescription/netex_route_version.xsd +++ b/xsd/netex_part_1/part1_networkDescription/netex_route_version.xsd @@ -187,6 +187,11 @@ Rail transport, Roads and Road transport Elements for a DIRECTION. + + + An alternative code that uniquely identifies the DIRECTION specifically for use in AVMS systems. For VDV compatibility. DEPRECATED - use privateCodes. -v2.0 + + diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd index c86cf9d51..088f0d699 100644 --- a/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd +++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd @@ -317,6 +317,11 @@ Rail transport, Roads and Road transport DEPRECATED - use privateCodes + + + An alternative code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility. DEPRECATED - use privateCodes. -v2.0 + + @@ -546,6 +551,11 @@ Rail transport, Roads and Road transport Elements for a CONNECTION link. + + + An alternative code that uniquely identifies the CONNECTION link Specifically for use in AVMS systems that require an alias, if. For VDV compatibility. DEPRECATED - use privateCodes. -v2.0 + + Origin end of CONNECTION. diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd index 28b5f8667..b5e608136 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd @@ -205,9 +205,14 @@ Rail transport, Roads and Road transport - ** DEPRECATED ** not to be used - left available only to avoid breaking compatibility with old rail datasets + ** DEPRECATED ** not to be used - left available only to avoid breaking compatibility with old rail datasets -v2.0 + + + An alternative code that uniquely identifies theDATED VEHICLE JOURNEY. Specifically for use in AVMS systems. For VDV compatibility. DEPRECATED. -v2.0 + + Reference to a JOURNEY PATTERN. @@ -215,7 +220,7 @@ Rail transport, Roads and Road transport - ** DEPRECATED ** not to be used - It is expected that the driver's DUTY refer the DatedJourneyPattern, not the way arround ! + ** DEPRECATED ** not to be used - It is expected that the driver's DUTY refer the DatedJourneyPattern, not the way arround ! -v2.0 diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_interchange_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_interchange_version.xsd index bf89298c4..b73538a4d 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_interchange_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_interchange_version.xsd @@ -424,12 +424,17 @@ Rail transport, Roads and Road transport - DEPRECATED - use privateCodes + DEPRECATED - use privateCodes. -v2.0 + + + An alternative code that uniquely identifies the INTERCHANGE. Specifically for use in AVMS systems. For VDV compatibility. DEPRECATED - use privateCodes. -v2.0 + + - Reference to a CONNECTION Link over which the INTERCHANEG takes place. + Reference to a CONNECTION Link over which the INTERCHANGE takes place. diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_journey_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_journey_version.xsd index f2f214e4e..93ab3edf3 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_journey_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_journey_version.xsd @@ -105,6 +105,11 @@ Rail transport, Roads and Road transport + + + An alternative code that uniquely identifies the JOURNEY. Specifically for use in AVMS systems. For VDV compatibility. DEPRECATED - use privateCodes. -v2.0 + + From 8369fd70cab04e89db606109a8623d9618fbf936 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 14:55:52 +0000 Subject: [PATCH 24/51] Lint and update documentation tables --- .../netex_serviceRestrictions_version.xsd | 2 +- .../part1_networkDescription/netex_line_version.xsd | 6 +++--- .../part1_networkDescription/netex_route_version.xsd | 2 +- .../part1_tacticalPlanning/netex_servicePattern_version.xsd | 4 ++-- .../netex_datedVehicleJourney_version.xsd | 2 +- .../part2_journeyTimes/netex_interchange_version.xsd | 2 +- .../part2_journeyTimes/netex_journey_version.xsd | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd index 3f6aff66e..58716e29e 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd @@ -496,7 +496,7 @@ Rail transport, Roads and Road transport An alternative code that uniquely identifies the PRODUCT CATEGORY. Specifically for use in AVMS systems that require an alias, if code is different from main identifier. For VDV compatibility. DEPRECATED - use privateCodes -v2.0 - + The presentation colours to use for this TYPE OF PRODUCT CATEGORY. +v2.1 diff --git a/xsd/netex_part_1/part1_networkDescription/netex_line_version.xsd b/xsd/netex_part_1/part1_networkDescription/netex_line_version.xsd index f575fd499..0cdc15594 100644 --- a/xsd/netex_part_1/part1_networkDescription/netex_line_version.xsd +++ b/xsd/netex_part_1/part1_networkDescription/netex_line_version.xsd @@ -405,7 +405,7 @@ Rail transport, Roads and Road transport An alternative code that uniquely identifies the LINE specifically for use in AVMS systems. For VDV compatibility. DEPRECATED - use privateCodes -v2.0 - + @@ -495,7 +495,7 @@ Rail transport, Roads and Road transport An default product classification for all journeys of the lin e for use in AVMS systems. For VDV compatibility. +v1.1. DEPRECATED - use privateCodes -v2.0 - + @@ -983,7 +983,7 @@ Rail transport, Roads and Road transport Alternative DIRECTION Reference for AVMS system. DEPRECATED -v2.0 - + diff --git a/xsd/netex_part_1/part1_networkDescription/netex_route_version.xsd b/xsd/netex_part_1/part1_networkDescription/netex_route_version.xsd index 6f6ad398a..32c4658c5 100644 --- a/xsd/netex_part_1/part1_networkDescription/netex_route_version.xsd +++ b/xsd/netex_part_1/part1_networkDescription/netex_route_version.xsd @@ -191,7 +191,7 @@ Rail transport, Roads and Road transport An alternative code that uniquely identifies the DIRECTION specifically for use in AVMS systems. For VDV compatibility. DEPRECATED - use privateCodes. -v2.0 -
+
diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd index 088f0d699..8fd13314b 100644 --- a/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd +++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd @@ -321,7 +321,7 @@ Rail transport, Roads and Road transport An alternative code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility. DEPRECATED - use privateCodes. -v2.0 - + @@ -555,7 +555,7 @@ Rail transport, Roads and Road transport An alternative code that uniquely identifies the CONNECTION link Specifically for use in AVMS systems that require an alias, if. For VDV compatibility. DEPRECATED - use privateCodes. -v2.0 - + Origin end of CONNECTION. diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd index b5e608136..cce80aef0 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd @@ -212,7 +212,7 @@ Rail transport, Roads and Road transport An alternative code that uniquely identifies theDATED VEHICLE JOURNEY. Specifically for use in AVMS systems. For VDV compatibility. DEPRECATED. -v2.0 - + Reference to a JOURNEY PATTERN. diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_interchange_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_interchange_version.xsd index b73538a4d..b5714d673 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_interchange_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_interchange_version.xsd @@ -431,7 +431,7 @@ Rail transport, Roads and Road transport An alternative code that uniquely identifies the INTERCHANGE. Specifically for use in AVMS systems. For VDV compatibility. DEPRECATED - use privateCodes. -v2.0 - + Reference to a CONNECTION Link over which the INTERCHANGE takes place. diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_journey_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_journey_version.xsd index 93ab3edf3..5988db915 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_journey_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_journey_version.xsd @@ -109,7 +109,7 @@ Rail transport, Roads and Road transport An alternative code that uniquely identifies the JOURNEY. Specifically for use in AVMS systems. For VDV compatibility. DEPRECATED - use privateCodes. -v2.0 - + From 4ab1889118135b38608f9a1e05e7eb806425d9d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Wed, 5 Jun 2024 14:18:37 +0200 Subject: [PATCH 25/51] changed equipmentProfiles I don't really like breaking example (unless they were obviously wrong) The VehicleCodeGroup is only used once (in VehicleGroup): so I would remove the equipmentProfiles and VehicleModelProfileRef from it and move them to this line 182 (in fact just remove them from VehicleCodeGroup and add equipmentProfiles before VehicleModelProfileRef of line 182 ... removed tmp0000. checked examples --- .../netex_vehicleType_version.xsd | 8 - .../netex_vehicle_version.xsd | 8 +- .../part2_journeyTimes/tmp0000.xsd | 679 ------------------ 3 files changed, 7 insertions(+), 688 deletions(-) delete mode 100644 xsd/netex_part_2/part2_journeyTimes/tmp0000.xsd diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd index 330a1dfd8..f39128c70 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd @@ -1127,14 +1127,6 @@ Rail transport, Roads and Road transport Private code of the vehicle. - - - - Equipment profiles associated with model. +v1.2.2 - - - - diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicle_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicle_version.xsd index a0f9d6afb..882fc7a4e 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicle_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicle_version.xsd @@ -179,6 +179,12 @@ Rail transport, Roads and Road transport + + + Equipment profiles associated with model. +v1.2.2 + + + ACTUAL EQUIPMENT found in VEHICLE. @@ -509,4 +515,4 @@ Rail transport, Roads and Road transport - + \ No newline at end of file diff --git a/xsd/netex_part_2/part2_journeyTimes/tmp0000.xsd b/xsd/netex_part_2/part2_journeyTimes/tmp0000.xsd deleted file mode 100644 index ece730b31..000000000 --- a/xsd/netex_part_2/part2_journeyTimes/tmp0000.xsd +++ /dev/null @@ -1,679 +0,0 @@ - - - - - - - - - - - - - - - - - - - - main schema - e-service developers - V1.0 Christophe Duquesne - Nicholas Knowles - Europe - First drafted for NeTEx version 1.0 CEN TC278 WG3 SG9 Editor Nicholas Knowles. mailto:schemer@netex.org.uk - - 2010-09-04 - - 2011-02-05Name Space changes - - 2017-03-28CR0030 Vehicle Journey Service Times: add DepartureDayOffset - - 2017-05-27PR correct definition of VehicleJourney. Doc change only. - - 2017-05-27PR correct definition of VehicleJourney. Doc change only. - - 2019-03-25CR 51 CD Add VehicleJourneyStop Assignment. - NJSK Review CR51: make vehicleJourneyStopAssignmentsInFrame_RelStructure lower camel case consistent with NeTEx conventions. - NJSK Review CR51: Allow inlining of vehicleJourneyStopAssignments within VehicleJourney. - NJSK Also correct camel case on trainComponentLabelAssignents trainComponentLabelAssignents_RelStructure. - - 2019-04-12Fix Add missingl Label to TarinCOmpinentLAbel Assignment - - 2020-10-05 New Modes: Add Vehicle mode to VehicleType - Replace VehicleTypeRef with TransportTypeRef so as to be more general - - 2024-02-27TM enhancement add PASSENGER TIMES at STOP - - -

NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

-

This sub-schema describes the VEHICLE JOURNEY types.

-
- - text/xml - http://www.w3.org/2001/XMLSchema - XML schema, W3C Recommendation 2001 - - {http://www.netex.org.uk/schemas/1.0/xsd/netex_part_2/part2_journeyTimes}netex_vehicleJourney_version.xsd - [ISO 639-2/B] ENG - Kizoom, 109-123 Clifton Street, London EC4A 4LD - - http://www.netex.org.uk/schemas/1.0/PATH/netex_prereqfile.xsd - - Unclassified - CEN, Crown Copyright 2009-2024 - - -
    -
  • Derived from the Transmodel, VDV, TransXChange, NEPTUNE, BISON and Trident standards.
  • -
- - Version 1.0 - - Arts, recreation and travel, Tourism, Travel (tourism), Transport, -Air transport, Airports, -Ports and maritime transport, Ferries (marine), -Public transport, Bus services, Coach services, Bus stops and stations, -Rail transport, Railway stations and track, Train services, Underground trains, -Business and industry, Transport, Air transport , Ports and maritime transport, Public transport, -Rail transport, Roads and Road transport - - CEN TC278 WG3 SG9. - - NeTEx VEHICLE JOURNEY types. - Standard -
-
- NeTEx: VEHICLE JOURNEY types. -
- - - - Type for containment in frame of TRAIN NUMBERs. - - - - - - - - - - - - - Type for containment in frame of VEHICLE JOURNEY STOP ASSIGNMENTs. - - - - - - - The allocation of a SCHEDULED STOP POINT (i.e. a SCHEDULED STOP POINT of a SERVICE PATTERN or JOURNEY PATTERN) to a specific STOP PLACE or QUAY, for either a Passenger JOURNEY or VEHICLE SERVICE. - - - - - - - - - - Dummy VEHICLE JOURNEY supertype. - - - - - The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE. - - - - - - - - - - - - - - - - - - - - - - - - - - - Type for VEHICLE JOURNEY. - - - - - - - - - - - - Elements for VEHICLE JOURNEY. - - - - - - - - - Elements for VEHICLE JOURNEY. - - - - - - Elements for associating journey with other ENTITIEs. - - - - - - - - Elements for parts of a VEHICLE JOURNEY. - - - - - Other TIME DEMAND TYPEs used in JOURNEY. - - - - - JOURNEY PARTs of a JOURNEY - for a multi part JOURNEY only. - - - - - Labelling of carriages for Train associated with JOURNEY. - - - - - Normal VEHICLE STOP ASSIGNMENTs for VEHICLE JOURNEY, +v1.1 - - - - - - - Time Elements for VEHICLE JOURNEY. - - - - - WAIT TIMEs for VEHICLE JOURNEY at different TIMING POINTs. - - - - - Run times for VEHICLE JOURNEY over different TIMING LINKs. - - - - - LAYOVER times for VEHICLE JOURNEY. - - - - - PASSING TIMEs for VEHICLE JOURNEY. - - - - - Times for passenger to be at stop if earlier than departure time. +v2.0 - - - - - - - Elements for associations of VEHICLE JOURNEY with other entities. - - - - - DAY TYPEs for Journey. - - - - - - Reference to a JOURNEY PATTERN. - - - - - Reference to a TIME DEMAND TYPE used at start of JOURNEY. - - - - - - - - VehicleTypeRef is the normally used field, as in many cases only the VEHICLE TYPE is known in advance. VehicleRef is then the exception and used only when the concrete VEHICLE is known in advance. Then also only one vehicle is possible. - - - - - - Reference to a BLOCK. - - - - - - Public code for JOURNEY. - - - - - - - Elements for Service time. - - - - - Time of departure. - - - - - Day offset if day of departure time of VEHICLE JOURNEY differs from the current OPERATING DAY. - - - - - Frequency of Journey. - - - - - Total length of Journey. Can be computed from individual times. Add to Departure time to obtain JOURNEY arrival time. - - - - - - - - A repeating VEHICLE JOURNEY for which a frequency has been specified, either as a HEADWAY JOURNEY GROUP (e.g. every 20 minutes) or a RHYTHMICAL JOURNEY GROUP (e.g. at 15, 27 and 40 minutes past the hour). It may thus represent multiple journeys. - - - - - - - - - - - - - - - - - - - - - - - - - - - Type for TEMPLATE VEHICLE JOURNEY. - - - - - - - - - - - - Elements for TEMPLATE VEHICLE JOURNEY. - - - - - Type of TEMPLATE VEHICLE JOURNEY. - - - - - frequency groups defining Template journey. Can only be of one type. - - - - - - - - - Specification of codes assigned to particular VEHICLE JOURNEYs when operated by TRAINs of COMPOUND TRAINs according to a functional purpose (passenger information, operation follow-up, etc). - - - - - - - - - - - - - - - - - - - - - - - Type for TRAIN NUMBER. - - - - - - - - - - - - Elements for TRAIN NUMBER Group. - - - - - Description of TRAIN NUMBER. - - - - - TRAIN NUMBER to use when advertising Train -If different from Id. - - - - - TRAIN NUMBER to use for production -If different from Id. - - - - - - - - Type for containment of TRAIN COMPONENT NUMBER ASSIGNMENTs. - - - - - - - - - - - - - The allocation of an advertised designation for a vehicle or vehicle element for passengers. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Type for TRAIN COMPONENT NUMBER ASSIGNMENT. - - - - - - - - - - - - Elements for TRAIN COMPONENT NUMBER ASSIGNMENT Group. - - - - - Label to assign. - - - - - - - - - - Type for containment of VEHICLE TYPE STOP ASSIGNNMENTs. - - - - - - - - The allocation of a stopping position of a VEHICLE TYPE for a particular VEHICLE JOURNEY. - - - - - - - - - The allocation of a stopping position of a VEHICLE TYPE for a particular VEHICLE JOURNEY. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Type for VEHICLE TYPE STOP ASSIGNMENT. - - - - - - - - - - - - Elements for VEHICLE TYPE STOP ASSIGNMENT Group. - - - - - Relative orientation of vehicle - Default is forwards. - - - - - - - - - - - Classification of a TIMING ALGORITHM. - - - - - - - - - - - - - - - - - - - - - - - Type for a TIMING ALGORITHM TYPE. - - - - - - - - - Type for containment of VEHICLE JOURNEY STOP ASSIGNMENTs. - - - - - - - - - - - - - Change to a PASSENGER STOP ASSIGNMENT for a specific VEHICLE JOURNEY +v1.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Type for VEHICLE JOURNEY STOP ASSIGNMENT. - - - - - - - Elements for a VEHICLE JOURNEY STOP ASSIGNMENT. Original PASSENGER STOP ASSIGNMENT for which this is a change. - - - - - - - - - Elements for a VEHICLE JOURNEY STOP ASSIGNMENT. - - - - - - -
From 7a7e9715f36d15d12cae2e1d515e876e83648794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Wed, 5 Jun 2024 14:43:25 +0200 Subject: [PATCH 26/51] modeled the Contacts correct and corrected that contacts must allow multiple Contact --- .../functions/newModes/NewModes-CarClubExample.xml | 11 +++++++---- .../netex_organisation_version.xsd | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/examples/functions/newModes/NewModes-CarClubExample.xml b/examples/functions/newModes/NewModes-CarClubExample.xml index 5cf38a28d..5df29b827 100644 --- a/examples/functions/newModes/NewModes-CarClubExample.xml +++ b/examples/functions/newModes/NewModes-CarClubExample.xml @@ -123,6 +123,11 @@ information + + + +41 1 800 80 80 + + @@ -374,6 +379,7 @@ + @@ -385,9 +391,6 @@ immobilisingLock - - +41 1 800 80 80 - @@ -1252,4 +1255,4 @@ This Shows sample Purchases - + \ No newline at end of file diff --git a/xsd/netex_framework/netex_genericFramework/netex_organisation_version.xsd b/xsd/netex_framework/netex_genericFramework/netex_organisation_version.xsd index 944ea64ec..3a2b41389 100644 --- a/xsd/netex_framework/netex_genericFramework/netex_organisation_version.xsd +++ b/xsd/netex_framework/netex_genericFramework/netex_organisation_version.xsd @@ -1016,7 +1016,7 @@ Rail transport, Roads and Road transport - + From ae9367571d162af5feec4a0aa8700a8cd71ea1ab Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 12:45:29 +0000 Subject: [PATCH 27/51] Lint and update documentation tables --- .../functions/newModes/NewModes-CarClubExample.xml | 2 +- .../netex_vehicleType_version.xsd | 13 ++++++------- .../netex_vehicle_version.xsd | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/examples/functions/newModes/NewModes-CarClubExample.xml b/examples/functions/newModes/NewModes-CarClubExample.xml index 5df29b827..d12114f4d 100644 --- a/examples/functions/newModes/NewModes-CarClubExample.xml +++ b/examples/functions/newModes/NewModes-CarClubExample.xml @@ -1255,4 +1255,4 @@ This Shows sample Purchases - \ No newline at end of file + diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd index f39128c70..87019b9a7 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd @@ -1098,13 +1098,12 @@ Rail transport, Roads and Road transport
- - - Equipment profiles assoicated with model. +v1.2.2 - - - - + + + Equipment profiles assoicated with model. +v1.2.2 + + + Especially very large vehicles and also some ALTERNATIVE MODE OF OPERATION offers need the possibility to contact the VEHICLE directly. diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicle_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicle_version.xsd index 882fc7a4e..d84b24a67 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicle_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicle_version.xsd @@ -515,4 +515,4 @@ Rail transport, Roads and Road transport - \ No newline at end of file + From 2f2d93219df5243dc9c87ab1d43ed9036114e6f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Wed, 5 Jun 2024 17:32:06 +0200 Subject: [PATCH 28/51] Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com> --- .../netex_reusableComponents/netex_vehicleType_version.xsd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd index 87019b9a7..2b794c52e 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd @@ -1098,6 +1098,9 @@ Rail transport, Roads and Road transport + + Energy required for a full charge. +v2.0 + Equipment profiles assoicated with model. +v1.2.2 From 1d7a9a0a84dfa878f26563f8b493dbc34e97a0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Wed, 5 Jun 2024 17:37:20 +0200 Subject: [PATCH 29/51] Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd --- .../netex_reusableComponents/netex_vehicleType_version.xsd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd index 2b794c52e..47019c600 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd @@ -1097,10 +1097,11 @@ Rail transport, Roads and Road transport Range when fully fuelled or charged. +v2.0 - + Energy required for a full charge. +v2.0 + Equipment profiles assoicated with model. +v1.2.2 From 168b6fdf551e95572d9c9facca02dff86d6b2e30 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:39:25 +0000 Subject: [PATCH 30/51] Lint and update documentation tables --- .../netex_reusableComponents/netex_vehicleType_version.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd index 47019c600..8a6878002 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd @@ -1098,10 +1098,10 @@ Rail transport, Roads and Road transport - + Energy required for a full charge. +v2.0 - + Equipment profiles assoicated with model. +v1.2.2 From 25836370362ecc03d3dd3f8711d463f96f39c7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Sat, 22 Jun 2024 22:14:21 +0200 Subject: [PATCH 31/51] AccessRightParameterAssignment - TypeOfProofRef (#599) * adding typesOfProofRequiredRef * typoesOfProofRequired changed typesOfProofAccepted and some typos * Update netex_accessRightParameter_version.xsd * Lint and update documentation tables * Update xsd/netex_part_3/part3_fares/netex_accessRightParameter_version.xsd Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com> * Update xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd * include DEPRECATED elements * Update xsd/netex_part_3/part3_fares/netex_accessRightParameter_version.xsd Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com> * Update xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com> * Update xsd/netex_part_3/part3_fares/netex_accessRightParameter_version.xsd Co-authored-by: Stefan de Konink --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com> Co-authored-by: Stefan de Konink --- .../functions/newModes/NewModes-CarClubExample.xml | 4 ++-- .../functions/newModes/NewModes-CarPoolingExample.xml | 3 +++ .../netex_accessRightParameter_version.xsd | 11 ++++++++++- .../netex_usageParameterEligibility_support.xsd | 2 +- .../netex_usageParameterEligibility_version.xsd | 7 ++++++- 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/examples/functions/newModes/NewModes-CarClubExample.xml b/examples/functions/newModes/NewModes-CarClubExample.xml index e2cb824ff..6baae80fa 100644 --- a/examples/functions/newModes/NewModes-CarClubExample.xml +++ b/examples/functions/newModes/NewModes-CarClubExample.xml @@ -507,9 +507,9 @@ Qualified driver adult 18 - + - + diff --git a/examples/functions/newModes/NewModes-CarPoolingExample.xml b/examples/functions/newModes/NewModes-CarPoolingExample.xml index 9062b8990..6af2a15cb 100644 --- a/examples/functions/newModes/NewModes-CarPoolingExample.xml +++ b/examples/functions/newModes/NewModes-CarPoolingExample.xml @@ -619,6 +619,9 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held Adult adult 16 + + + true true false diff --git a/xsd/netex_part_3/part3_fares/netex_accessRightParameter_version.xsd b/xsd/netex_part_3/part3_fares/netex_accessRightParameter_version.xsd index f36ed75f3..c7305d85e 100644 --- a/xsd/netex_part_3/part3_fares/netex_accessRightParameter_version.xsd +++ b/xsd/netex_part_3/part3_fares/netex_accessRightParameter_version.xsd @@ -662,7 +662,16 @@ Rail transport, Roads and Road transport - + + + DEPRECATED. Use typesOfProofAcceptedRef. -V2.0 + + + + + Types of document accepted as proof of identity - open values. +v2.0 + + diff --git a/xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd b/xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd index b6cca9d05..212f9c17d 100644 --- a/xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd +++ b/xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd @@ -372,7 +372,7 @@ Rail transport, Roads and Road transport - Type for a list of TYOP OF PRROF . + Type for a list of TYPE OF PROOF. diff --git a/xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd b/xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd index e6fdd980a..6b3380ab8 100644 --- a/xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd +++ b/xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd @@ -142,7 +142,12 @@ Rail transport, Roads and Road transport - Types of Document accepted as proof of identify - open values. +v1.2.2 + Types of document required as proof of identify. DEPRECATED. Use typesOfProofAcceptedRef. -V2.0 + + + + + Types of document accepted as proof of identify - open values. +v2.0 From 72b82c79be64a728b433bf47201d7a61bf8dbb31 Mon Sep 17 00:00:00 2001 From: Nicholas Knowles Date: Tue, 25 Jun 2024 23:09:23 +0100 Subject: [PATCH 32/51] Update NeTEx.spp Create new Group of folders for stop assignment --- NeTEx.spp | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/NeTEx.spp b/NeTEx.spp index 9639176a3..0e3a3588c 100644 --- a/NeTEx.spp +++ b/NeTEx.spp @@ -120,7 +120,7 @@ - + @@ -316,18 +316,12 @@ - - - - - - @@ -354,6 +348,14 @@ + + + + + + + + From 6cd63e75968e52f868de9b34423b37d172c67354 Mon Sep 17 00:00:00 2001 From: Nicholas Knowles Date: Tue, 25 Jun 2024 23:23:49 +0100 Subject: [PATCH 33/51] Split out journey assignment files to separate subproject No functional change just reorg to match uml --- NeTEx.spp | 17 +++++++++-------- .../netex_stopAssignment_version.xsd | 15 ++++++++++----- xsd/netex_part_2/netex_all_objects_part2.xsd | 13 ++++++++++--- ...tex_all_objects_part2_journeyAssignments.xsd | 10 ++++++++++ .../netex_all_objects_part2_journeyTimes.xsd | 6 ------ 5 files changed, 39 insertions(+), 22 deletions(-) create mode 100644 xsd/netex_part_2/part2_journeyTimes/netex_all_objects_part2_journeyAssignments.xsd diff --git a/NeTEx.spp b/NeTEx.spp index 0e3a3588c..2aafa0180 100644 --- a/NeTEx.spp +++ b/NeTEx.spp @@ -338,6 +338,15 @@ + + + + + + + + + @@ -348,14 +357,6 @@ - - - - - - - - diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd index 34e35d8de..ee96a35f8 100644 --- a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd +++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd @@ -19,15 +19,20 @@ 2011-02-05 - 2012-03-04Revise attributes of StopAssignment MODEL CHANGE + + 2012-03-04Revise attributes of StopAssignment MODEL CHANGE - 2017-06-03CR0040 Allow inlining of STOP POINT, STOP PLACE, QUAY etc so as to iimprove packaging (no semantic change) + + 2017-06-03CR0040 Allow inlining of STOP POINT, STOP PLACE, QUAY etc so as to iimprove packaging (no semantic change) - 2017-06-03CR0051 CD Allow reference to JOURNEY PATTERN on DYNAMIC STOP ASSIGNMENT. + + 2017-06-03CR0051 CD Allow reference to JOURNEY PATTERN on DYNAMIC STOP ASSIGNMENT. - 2023-12-12Add DECK ENTRANCE ASSIGNMENT + + 2023-12-12Add DECK ENTRANCE ASSIGNMENT - 2024-02-08Add Directional attributes as per MS suggestions: ArrivesForwards, DpeartsForwards ArrivesFrom, Left DepartsToRight . corrected name of trainStopAssignments + + 2024-02-08Add Directional attributes as per MS suggestions: ArrivesForwards, DpeartsForwards ArrivesFrom, Left DepartsToRight . corrected name of trainStopAssignments

NeTEx - Network Exchange. This subschema defines common STOP ASSIGNMENT types.

diff --git a/xsd/netex_part_2/netex_all_objects_part2.xsd b/xsd/netex_part_2/netex_all_objects_part2.xsd index 1ec429b25..a141ab374 100644 --- a/xsd/netex_part_2/netex_all_objects_part2.xsd +++ b/xsd/netex_part_2/netex_all_objects_part2.xsd @@ -5,6 +5,8 @@ + + @@ -19,8 +21,10 @@ 2010-09-04
-

NeTEx Xml is an XML representation of the Transmodel Public Transport Data model that can be used to exchange data objects between for databases and other services.

. -

This subschema aggregate all the NeTEx Data Objects.

+ +

NeTEx Xml is an XML representation of the Transmodel Public Transport Data model that can be used to exchange data objects between for databases and other services.

. +

This subschema aggregate all the NeTEx Data Objects.

+
text/xml http://www.w3.org/2001/XMLSchema @@ -40,7 +44,10 @@

Derived from the NeTEx specification and SIRI standards. -

  • NeTEx Data Object specification: ts004.003annexdapr07.xls
  • NeTEx UML specification: ts004-004a-annexd-sep08.pdf -
+
    +
  • NeTEx Data Object specification: ts004.003annexdapr07.xls
  • +
  • NeTEx UML specification: ts004-004a-annexd-sep08.pdf -
  • +

Version 1.0 diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_all_objects_part2_journeyAssignments.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_all_objects_part2_journeyAssignments.xsd new file mode 100644 index 000000000..c4b33dd0e --- /dev/null +++ b/xsd/netex_part_2/part2_journeyTimes/netex_all_objects_part2_journeyAssignments.xsd @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_all_objects_part2_journeyTimes.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_all_objects_part2_journeyTimes.xsd index 4d4cbdbeb..0eb60205b 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_all_objects_part2_journeyTimes.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_all_objects_part2_journeyTimes.xsd @@ -7,10 +7,6 @@ - - - - @@ -33,7 +29,5 @@ - - From 4dc02e5d754f4b81d66cb36151f966b751cdea8f Mon Sep 17 00:00:00 2001 From: Nicholas Knowles Date: Tue, 25 Jun 2024 23:57:15 +0100 Subject: [PATCH 34/51] Rename TRAIN STOP ASSIGNMENT to PASSSENGER BOARDING POSITION STOP ASSIGNMENT Rename to folow Transmodel change --- .../deckPlans/DeckPlans-Example_bus.xml | 8 +- .../deckPlans/DeckPlans-Example_train.xml | 22 +-- ...etex_21_Rail_NetworkTimetable_eurostar.xml | 148 +++++++++--------- ...AP_Accessibility_Chur_V08_vehicletypes.xml | 8 +- .../standards/epip/epip_common_profile.xml | 2 +- xsd/NeTEx_publication.xsd | 36 ++++- xsd/NeTEx_publication_timetable.xsd | 20 +-- .../netex_stopAssignment_support.xsd | 43 ++++- .../netex_stopAssignment_version.xsd | 99 +++++++++--- 9 files changed, 249 insertions(+), 137 deletions(-) diff --git a/examples/functions/deckPlans/DeckPlans-Example_bus.xml b/examples/functions/deckPlans/DeckPlans-Example_bus.xml index d74d361ed..d284f96c5 100644 --- a/examples/functions/deckPlans/DeckPlans-Example_bus.xml +++ b/examples/functions/deckPlans/DeckPlans-Example_bus.xml @@ -1794,7 +1794,7 @@ Lower deck - + Board at front from position A true false @@ -1806,8 +1806,8 @@ Lower deck - - + + Exit at rear from position A false @@ -1820,7 +1820,7 @@ Lower deck - + diff --git a/examples/functions/deckPlans/DeckPlans-Example_train.xml b/examples/functions/deckPlans/DeckPlans-Example_train.xml index dca27eab1..58beb5bdd 100644 --- a/examples/functions/deckPlans/DeckPlans-Example_train.xml +++ b/examples/functions/deckPlans/DeckPlans-Example_train.xml @@ -292,7 +292,7 @@ Small cars only The Train hasa default We assign the deck plans to a specific SERVICE JOURNEY , with different configuratiosn for each journey part -A PASSENGER STOP ASSIGNMENT with individual TRAIN STOP ASSIGNMENTs specify which carriages are aligned with which BOARDING POSITION +A PASSENGER STOP ASSIGNMENT with individual PASSENGER BOARDING POSITION ASSIGNMENTs specify which carriages are aligned with which BOARDING POSITION NAVIGATION PATH + DECK NAVIGATION PATH to reach a seat @@ -4933,7 +4933,7 @@ The train reverse in the station and departs, oriented backwards to the right - + Front half of Carriage F01 Carriage F01 Seats 01-12 can use Boarding Position A true @@ -4959,8 +4959,8 @@ The train reverse in the station and departs, oriented backwards to the right - - + + Rear half of Carriage F01 Carriage F01 Seats 03-26 can use Boarding Position B true @@ -4988,8 +4988,8 @@ The train reverse in the station and departs, oriented backwards to the right - - + + Carriage F02 front Carriage F02 All seats must use forward door to Boarding Position C. Rear door shut true @@ -5021,8 +5021,8 @@ The train reverse in the station and departs, oriented backwards to the right lockedShut - - + + Short platform means F03 (buffet car) doors cannot be used false false @@ -5034,8 +5034,8 @@ The train reverse in the station and departs, oriented backwards to the right 4 false Move to front 2 carriages to access platfrom - - + + Short platform means F04 (sleeper wagon) doors cannot be used false false @@ -5047,7 +5047,7 @@ The train reverse in the station and departs, oriented backwards to the right 5 false Move to front 2 carriages to access platfrom - + diff --git a/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml b/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml index 52d801aa0..8d02f05fe 100644 --- a/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml +++ b/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml @@ -3855,7 +3855,7 @@ Q.4. Public holiday - Services do not run on a christams day - - + Assign Coach 1 to Boarding Area A (Coaches 1 to 6) @@ -3865,8 +3865,8 @@ Q.4. Public holiday - Services do not run on a christams day - standardClass carriage - - + + Assign Coach 2 to Boarding Area A (Coaches 1 to 6) @@ -3875,8 +3875,8 @@ Q.4. Public holiday - Services do not run on a christams day - standardClass carriage - - + + Assign Coach 3 to Boarding Area A (Coaches 1 to 6) @@ -3885,8 +3885,8 @@ Q.4. Public holiday - Services do not run on a christams day - standardClass carriage - - + + Assign Coach 4 to Boarding Area A (Coaches 1 to 6) @@ -3895,8 +3895,8 @@ Q.4. Public holiday - Services do not run on a christams day - standardClass carriage - - + + Assign Coach 5 to Boarding Area A (Coaches 1 to 6) @@ -3905,8 +3905,8 @@ Q.4. Public holiday - Services do not run on a christams day - standardClass carriage - - + + Assign Coach 6 to Boarding Area A (Coaches 1 to 6) @@ -3915,7 +3915,7 @@ Q.4. Public holiday - Services do not run on a christams day - standardClass buffetCar - + @@ -3925,7 +3925,7 @@ Q.4. Public holiday - Services do not run on a christams day - - + Assign Coach 7 to Boarding Area B (Coaches 6 to 12) @@ -3935,8 +3935,8 @@ Q.4. Public holiday - Services do not run on a christams day - firstClass carriage - - + + Assign Coach 8 to Boarding Area B (Coaches 6 to 12) @@ -3945,8 +3945,8 @@ Q.4. Public holiday - Services do not run on a christams day - firstClass carriage - - + + Assign Coach 9 to Boarding Area B (Coaches 6 to 12) @@ -3955,8 +3955,8 @@ Q.4. Public holiday - Services do not run on a christams day - firstClass carriage - - + + Assign Coach 10 to Boarding Area B (Coaches 6 to 12) @@ -3965,8 +3965,8 @@ Q.4. Public holiday - Services do not run on a christams day - firstClass carriage - - + + Assign Coach 11 to Boarding Area B (Coaches 6 to 12) @@ -3974,8 +3974,8 @@ Q.4. Public holiday - Services do not run on a christams day - firstClass carriage - - + + Assign Coach 12 to Boarding Area B (Coaches 6 to 12) @@ -3984,7 +3984,7 @@ Q.4. Public holiday - Services do not run on a christams day - firstClass buffetCar - + @@ -3994,7 +3994,7 @@ Q.4. Public holiday - Services do not run on a christams day - - + Assign Coach 13 to Boarding Area C (Coaches 13 to 18) @@ -4004,8 +4004,8 @@ Q.4. Public holiday - Services do not run on a christams day - standardClass buffetCar - - + + Assign Coach 14 to Boarding Area C (Coaches 13 to 18) @@ -4014,8 +4014,8 @@ Q.4. Public holiday - Services do not run on a christams day - standardClass carriage - - + + Assign Coach 15 to Boarding Area C (Coaches 13 to 18) @@ -4024,8 +4024,8 @@ Q.4. Public holiday - Services do not run on a christams day - standardClass carriage - - + + Assign Coach 16 to Boarding Area C (Coaches 13 to 18) @@ -4034,8 +4034,8 @@ Q.4. Public holiday - Services do not run on a christams day - standardClass carriage - - + + Assign Coach 16 to Boarding Area C (Coaches 13 to 18) @@ -4044,8 +4044,8 @@ Q.4. Public holiday - Services do not run on a christams day - standardClass carriage - - + + Assign Coach 17 to Boarding Area C (Coaches 13 to 18) @@ -4054,8 +4054,8 @@ Q.4. Public holiday - Services do not run on a christams day - standardClass carriage - - + + Assign Coach 18 to Boarding Area C (Coaches 13 to 18) @@ -4064,7 +4064,7 @@ Q.4. Public holiday - Services do not run on a christams day - standardClass buffetCar - + @@ -4118,150 +4118,150 @@ Q.4. Public holiday - Services do not run on a christams day - - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/examples/standards/epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml b/examples/standards/epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml index a8f726017..381cc0e7b 100644 --- a/examples/standards/epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml +++ b/examples/standards/epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml @@ -791,14 +791,14 @@ - + - - + + - + diff --git a/examples/standards/epip/epip_common_profile.xml b/examples/standards/epip/epip_common_profile.xml index dfcfcc74e..286d1baa1 100644 --- a/examples/standards/epip/epip_common_profile.xml +++ b/examples/standards/epip/epip_common_profile.xml @@ -795,7 +795,7 @@ - + diff --git a/xsd/NeTEx_publication.xsd b/xsd/NeTEx_publication.xsd index 0e6dd03cd..0de001c43 100644 --- a/xsd/NeTEx_publication.xsd +++ b/xsd/NeTEx_publication.xsd @@ -347,7 +347,7 @@ - + @@ -7584,7 +7584,32 @@ - + + + + + Every [PassengerBoardingPositionAssignment Id + Version + order] must be unique within document. + + + + + + + + + + + + + + + + + + + + + @@ -7595,7 +7620,7 @@ - + @@ -7607,7 +7632,10 @@ - + + + + diff --git a/xsd/NeTEx_publication_timetable.xsd b/xsd/NeTEx_publication_timetable.xsd index 1f8d1934d..3af23e033 100644 --- a/xsd/NeTEx_publication_timetable.xsd +++ b/xsd/NeTEx_publication_timetable.xsd @@ -5082,26 +5082,26 @@ Provides a general purose wrapper for NeTEx data content. - - - + + + - Every [TrainStopAssignment Id + Version + order] must be unique within document. + Every [PassengerBoardingPositionAssignment Id + Version + order] must be unique within document. - + - - - + + + - - + + diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd index 4d4423aef..eeb1f69e0 100644 --- a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd +++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd @@ -1,5 +1,5 @@ - + @@ -18,6 +18,9 @@ 2010-11-05 + + 2024-06-24Rename train stop assignment (deprectaed) to passenger boarding assignment +

NeTEx - Network Exchange. This subschema defines common STOP ASSIGNMENT types.

@@ -30,7 +33,7 @@ [ISO 639-2/B] ENG Kizoom Software Ltd, 16 High Holborn, London WC1V 6BX Unclassified - CEN, Crown Copyright 2009-2014 + CEN, Crown Copyright 2009-2020
    @@ -108,27 +111,53 @@ Rail transport, Roads and Road transport - + - Identifier of TRAIN STOP ASSIGNMENT. + DEPRECATED - PASSENGER BOARDING POSITION ASSIGNMENT. - Reference to a TRAIN STOP ASSIGNMENT. + DEPRECATED - Use PASSENGER BOARDING POSITION ASSIGNMENT. - Type for a reference to a TRAIN STOP ASSIGNMENT. + DEPRECATED - PASSENGER BOARDING POSITION ASSIGNMENT. - Identifier of a PASSENGER STOP ASSIGNMENT. + DEPRECATED - PASSENGER BOADRING STOP ASSIGNMENT. + + + + + + + + + Identifier of PASSENGER BOARDING POSITION ASSIGNMENT. + + + + + + Reference to a PASSENGER BOARDING POSITION ASSIGNMENT. + + + + + Type for a reference to a PASSENGER BOARDING POSITION ASSIGNMENT. + + + + + + Identifier of a PASSENGER BOARDING POSITION ASSIGNMENT. diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd index ee96a35f8..6498120e8 100644 --- a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd +++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd @@ -32,7 +32,10 @@ 2023-12-12Add DECK ENTRANCE ASSIGNMENT - 2024-02-08Add Directional attributes as per MS suggestions: ArrivesForwards, DpeartsForwards ArrivesFrom, Left DepartsToRight . corrected name of trainStopAssignments + 2024-02-08Add Directional attributes as per MS suggestions: ArrivesForwards, DpeartsForwards ArrivesFrom, Left DepartsToRight . corrected name of passengerBoardingPositionAssignments + + + 2024-06-24Rename train stop assignment (deprectaed) to passenger boarding assignment

    NeTEx - Network Exchange. This subschema defines common STOP ASSIGNMENT types.

    @@ -100,7 +103,7 @@ Rail transport, Roads and Road transport
    - + Assignment of a SCHEDULED STOP POINT to a STOP PLACE and QUAY, etc. @@ -179,10 +182,11 @@ Rail transport, Roads and Road transport - + - Assignment of a SCHEDULED STOP POINT to a STOP PLACE and QUAY, etc.. For associations to ZONE see FlexibleStopAssignment. Usually it is expected to have one single PASSENGER STOP ASSIGNMENT for each combination of STOP PLACE/QUAY/BOARDING POSITION assigned to a SCHEDULED STOP POINT. However, this can't be guaranteed as in some cases operational requirements need multiple combinations of multipe SCHEDULED STOP POINT to a combination in the physical world or even a single SCHEDULED STOP POINT potentially to be connected to multiple combinations in the real world. Also, for some operators the link between the timetable world (SCHEDULED STOP POINT) and the physical may not be provided. This should be avoided, as the link then needs to be done by matching which is not 100% accurate. + The default allocation of a SCHEDULED STOP POINT to a specific STOP PLACE, and also possibly a QUAY and BOARDING POSITION. + @@ -250,13 +254,13 @@ Rail transport, Roads and Road transport - + Train stop assignments elements to use for which SCHEDULED STOP POINT is to be assigned. +v2.0 - + @@ -266,14 +270,14 @@ Rail transport, Roads and Road transport - + - + Change to a PASSENGER STOP ASSIGNMENT. @@ -333,27 +337,34 @@ Rail transport, Roads and Road transport - - + + - Type for a list of references to a TRAIN STOP POINT ASSIGNMENT. + Type for a list of references to a PASSENGER BOARDING POSITION ASSIGNMENT + + + + + DEPRECATED - Use PASSENGER BOARDING POSITION ASSIGNMENT. + + - - + - Assignment of a scheduled train stop point to a STOP PLACE and quay. etc. + The default allocation of a SCHEDULED STOP POINT to a specific STOP PLACE, and also possibly a QUAY and BOARDING POSITION. NB Rebmed from TRAIN STOP ASSIGNMENT in v2. + - + @@ -370,29 +381,29 @@ Rail transport, Roads and Road transport - + - + - + - Type for a TRAIN STOP POINT ASSIGNMENT. + Type for a PASSENGER BOARDING POSITION ASSIGNMENT - + - + - Elements for a TRAIN STOP POINT ASSIGNMENT. + Elements for a PASSENGER BOARDING POSITION ASSIGNMENT @@ -428,6 +439,50 @@ Rail transport, Roads and Road transport + + + + DEPRECATED - Use PASSENGER BOARDING POSITION ASSIGNMENT. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DEPRECATED - Use PASSENGER BOARDING POSITION ASSIGNMENT. + + + + + + + + + From 5047b65e94373dfd15493fbfc1013f69cbead6eb Mon Sep 17 00:00:00 2001 From: Nicholas Knowles Date: Wed, 26 Jun 2024 17:04:12 +0100 Subject: [PATCH 35/51] DeclPlanAssignment revisions Changes to stop assignment to support deck plans . TrainStopAssignment renamed to PassengerBoardingPossitionassigment VehicleJourneyStopASsignment & DynamicSTop Assignment moved to separate file in part 2 --- NeTEx.spp | 2 + .../deckPlans/DeckPlans-Example_bus.xml | 24 +- .../deckPlans/DeckPlans-Example_train.xml | 103 +++-- ...etex_21_Rail_NetworkTimetable_eurostar.xml | 16 +- .../netex_deckPlan_support.xsd | 10 +- .../netex_seatingPlan_support.xsd | 25 +- .../netex_stopAssignment_support.xsd | 26 -- .../netex_stopAssignment_version.xsd | 149 +------ .../netex_deckEntranceAssignment_support.xsd | 50 ++- .../netex_deckEntranceAssignment_version.xsd | 82 +++- ...x_vehicleJourneyStopAssignment_support.xsd | 178 ++++++++ ...x_vehicleJourneyStopAssignment_version.xsd | 415 ++++++++++++++++++ .../netex_vehicleJourney_support.xsd | 99 +---- .../netex_vehicleJourney_version.xsd | 263 +---------- 14 files changed, 856 insertions(+), 586 deletions(-) create mode 100644 xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd create mode 100644 xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd diff --git a/NeTEx.spp b/NeTEx.spp index 2aafa0180..67299c179 100644 --- a/NeTEx.spp +++ b/NeTEx.spp @@ -346,6 +346,8 @@ + + diff --git a/examples/functions/deckPlans/DeckPlans-Example_bus.xml b/examples/functions/deckPlans/DeckPlans-Example_bus.xml index d284f96c5..a24bfbb5d 100644 --- a/examples/functions/deckPlans/DeckPlans-Example_bus.xml +++ b/examples/functions/deckPlans/DeckPlans-Example_bus.xml @@ -1793,21 +1793,17 @@ Lower deck - - + + Board at front from position A true false 1 Board at front - - - - - - - + + + Exit at rear from position A false @@ -1815,13 +1811,9 @@ Lower deck 1 exit at rear - - - - - - - + + + diff --git a/examples/functions/deckPlans/DeckPlans-Example_train.xml b/examples/functions/deckPlans/DeckPlans-Example_train.xml index 58beb5bdd..db3b88d73 100644 --- a/examples/functions/deckPlans/DeckPlans-Example_train.xml +++ b/examples/functions/deckPlans/DeckPlans-Example_train.xml @@ -4932,10 +4932,9 @@ The train reverse in the station and departs, oriented backwards to the right false - - - Front half of Carriage F01 - Carriage F01 Seats 01-12 can use Boarding Position A + + + Entrance to F01 is at Boarding Position A via forward door on right hand side of train true true @@ -4947,20 +4946,15 @@ The train reverse in the station and departs, oriented backwards to the right true Board at front - - - Entrance to F01 is at Boarding Position A via forward door on right hand side of train - - - Seat 01 - - - Seat 12 - - - - - + + + Seat 01 + + + Seat 12 + + + Rear half of Carriage F01 Carriage F01 Seats 03-26 can use Boarding Position B true @@ -4974,22 +4968,17 @@ The train reverse in the station and departs, oriented backwards to the right true Exit by rear doors - - - Entrance to F01 seats 13-26 at Boarding Position B via rear door on right hand side of train - - shut - - - Seat 13 - - - Seat 36 - - - - - + + shut + + + Seat 13 + + + Seat 36 + + + Carriage F02 front Carriage F02 All seats must use forward door to Boarding Position C. Rear door shut true @@ -5003,25 +4992,31 @@ The train reverse in the station and departs, oriented backwards to the right true Exit through front carriages - - - Entrance to F03 at Boarding Position A via forward door on right hand side of train - - shut - - Seat 01 - - - Seat 36 - - - - No Entrance to F02 via rear door on right hand side of train - - lockedShut - - - + + shut + + Seat 01 + + + Seat 36 + + + + No Entrance to F02 via rear door on right hand side of train + false + false + + + + sleeperCarriage + + 3 + + false + Exit through front carriages + + lockedShut + Short platform means F03 (buffet car) doors cannot be used false @@ -5048,7 +5043,7 @@ The train reverse in the station and departs, oriented backwards to the right false Move to front 2 carriages to access platfrom - + diff --git a/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml b/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml index 8d02f05fe..80baee108 100644 --- a/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml +++ b/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml @@ -3854,7 +3854,7 @@ Q.4. Public holiday - Services do not run on a christams day - - + Assign Coach 1 to Boarding Area A (Coaches 1 to 6) @@ -3916,7 +3916,7 @@ Q.4. Public holiday - Services do not run on a christams day - buffetCar - + London St Pancras International Platform 5 Coaches 7 -12 @@ -3924,7 +3924,7 @@ Q.4. Public holiday - Services do not run on a christams day - - + Assign Coach 7 to Boarding Area B (Coaches 6 to 12) @@ -3985,7 +3985,7 @@ Q.4. Public holiday - Services do not run on a christams day - buffetCar - + London St Pancras International Platform 5 Coaches 13-18 @@ -3993,7 +3993,7 @@ Q.4. Public holiday - Services do not run on a christams day - - + Assign Coach 13 to Boarding Area C (Coaches 13 to 18) @@ -4065,7 +4065,7 @@ Q.4. Public holiday - Services do not run on a christams day - buffetCar - + Ebbsfleet International @@ -4117,7 +4117,7 @@ Q.4. Public holiday - Services do not run on a christams day - - + @@ -4262,7 +4262,7 @@ Q.4. Public holiday - Services do not run on a christams day - - + Bourg-St-Maurice platform 1 diff --git a/xsd/netex_framework/netex_reusableComponents/netex_deckPlan_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_deckPlan_support.xsd index b55a3e12a..666e55a28 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_deckPlan_support.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_deckPlan_support.xsd @@ -13,11 +13,14 @@ 2023-01-30 - 2023-12-08Move SENSOR IN ENTRANCE to here + + 2023-12-08Move SENSOR IN ENTRANCE to here - 2024-01-11Revise enum values + + 2024-01-11Revise enum values - 2024-02-18Norway review comment - Add Window types. + + 2024-02-18Norway review comment - Add Window types.

    NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

    @@ -476,6 +479,7 @@ + diff --git a/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd index c7cb3afb7..127ad0398 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd @@ -13,14 +13,18 @@ 2023-02-02 - 2023-02-05 + + 2023-02-05 Name Space changes - 2023-12-08Move SENSOR IN SPOT declarations to here + + 2023-12-08Move SENSOR IN SPOT declarations to here - 2024-01-17Add bed to locatable spot type enumerations + + 2024-01-17Add bed to locatable spot type enumerations - 2024-02-18Norway review comment - Revise Aisle /Window to use enumeration. + + 2024-02-18Norway review comment - Revise Aisle /Window to use enumeration.

    NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

    @@ -206,23 +210,32 @@
    + A Range of LOCATABLE SPOTs. - + Start of range of LOCATABLE SPOTs. - + End of range of LOCATABLE SPOTs. + + + Type for a reference to a LOCATABLE SPOT. + + + + + diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd index eeb1f69e0..930e8e221 100644 --- a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd +++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd @@ -163,32 +163,6 @@ Rail transport, Roads and Road transport
    - - - - Identifier of a DYNAMIC STOP ASSIGNMENT. - - - - - - Reference to a DYNAMIC STOP ASSIGNMENT. - - - - - Type for a reference to a DYNAMIC STOP ASSIGNMENT. - - - - - - Identifier of a PASSENGER STOP ASSIGNMENT. - - - - - diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd index 6498120e8..0bdfd4b7a 100644 --- a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd +++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd @@ -4,7 +4,6 @@ - @@ -264,80 +263,20 @@ Rail transport, Roads and Road transport
    - + Train elements to which SCHEDULED STOP POINT is to be assigned. DEPRECATED -v2.0 - - - - - - - + + - Change to a PASSENGER STOP ASSIGNMENT. + Assignment of a SCHEDULED STOP POINT to a STOP PLACE and QUAY, etc. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Type for DYNAMIC PASSENGER STOP ASSIGNMENT. - - - - - - - Elements for a DYNAMIC PASSENGER STOP ASSIGNMENT. Original PASSENGER STOP ASSIGNMENT for which this is a change. - - - - - - - - - Elements for a DYNAMIC PASSENGER STOP ASSIGNMENT. - - - - - - - Type for a list of references to a PASSENGER BOARDING POSITION ASSIGNMENT @@ -347,12 +286,7 @@ Rail transport, Roads and Road transport - - - DEPRECATED - Use PASSENGER BOARDING POSITION ASSIGNMENT. - - - + @@ -432,14 +366,26 @@ Rail transport, Roads and Road transport Text description of A specific ENTRANCE to the VEHICLE. E.g. Front, rear. NB DECK ENTRANCE ASSIGNMENT can be used to make structured reference. - - - Explicit assignment of a DECK ENTRANCE to a BOARDING POSITION. +V2.0 - - + + + DEPRECATED - Use PASSENGER BOARDING POSITION ASSIGNMENT + + + + + + + DEPRECATED - Use PASSENGER BOARDING POSITION ASSIGNMENT. + + + + + + + DEPRECATED - Use PASSENGER BOARDING POSITION ASSIGNMENT. @@ -483,7 +429,7 @@ Rail transport, Roads and Road transport - + View of an assignment of a SCHEDULED STOP POINT to a STOP PLACE and quay. etc. @@ -544,53 +490,4 @@ Rail transport, Roads and Road transport - - - Elements for a QUAYASSIGNMENT. - - - - - - - - - - - - Assignment to a specific QUAY within the STOP PLACE. - - - - - - - - - - - - - - QUAY to which SCHEDULED STOP POINT is to be assigned. - - - - - Name of QUAY or platform to which the SCHEDULED STOP POINT is assigned. - - - - - - - - Identifier of Object of which this is a view. - - - - - - - diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_support.xsd index ed07641da..d000be6eb 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_support.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_support.xsd @@ -1,7 +1,7 @@ - + @@ -13,9 +13,9 @@ 2023-02-12 - 2023-02-12 - Name Space changes - + + 2024-06-24Add TRAIN COMPONENT STOP ASSIGNMENT +

    NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

    This sub-schema describes the DECK ENTRANCE ASSIGNMENT types.

    @@ -77,7 +77,7 @@ Type for identifier of a DECK ENTRANCE ASSIGNMENT. - + @@ -89,7 +89,7 @@ Type for a reference to a DECK ENTRANCE ASSIGNMENT. - + Identifier of a DECK ENTRANCE ASSIGNMENT. @@ -98,5 +98,43 @@ + + + + Type for a list of TRAIN COMPONENT STOP ASSIGNMENTs. + + + + + + + + + + + + Type for identifier of a TRAIN COMPONENT STOP ASSIGNMENT. + + + + + + Reference to a TRAIN COMPONENT STOP ASSIGNMENT. +v2.0 + + + + + Type for a reference to a TRAIN COMPONENT STOP ASSIGNMENT. + + + + + + Identifier of a TRAIN COMPONENT STOP ASSIGNMENT. + + + + +
    diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_version.xsd index b5ec2fa17..f6604e3c2 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_version.xsd @@ -4,7 +4,7 @@ - + @@ -17,9 +17,9 @@ 2023-01-30 - 2023-01-30 - Name Space changes - + + 2024-06-24Add TRAIN COMPONENT STOP ASSIGNMENT +

    NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

    This sub-schema describes the DECK ENTRANCE ALIGNMENT types.

    @@ -78,7 +78,7 @@ - + The association of a DECK ENTRANCE of a VEHICLE's DECK PLAN with a TRAIN and TRAIN COMPONENT and a specific STOP PLACE, QUAY and possibly BOARDING POSITION. NOTE: may indicate which side of VEHICLE door is. +v2.0 @@ -97,6 +97,12 @@ + + + + + + @@ -115,7 +121,7 @@ Type for a DECK ENTRANCE ASSIGNMENT.
    - + @@ -128,7 +134,6 @@
    - Whether assigment permits or forbids use of TRAIN COMPONENT and / or specified DECK ENTRANCE at specifed stop. @@ -142,5 +147,68 @@ + + + + Type for containment in frame of TRAIN COMPONENT STOP ASSIGNMENTs + + + + + + + + + + + + The association of a DECK ENTRANCE of a VEHICLE's DECK PLAN with a TRAIN and TRAIN COMPONENT and a specific STOP PLACE, QUAY and possibly BOARDING POSITION. NOTE: may indicate which side of VEHICLE door is. +v2.0 + + + + + + + + + + + + + + + + + + + + + + + Identifier of TRAIN COMPONENT STOP ASSIGNMENT. + + + + + + + + + Type for a TRAIN COMPONENT STOP ASSIGNMENT. + + + + + + + + + + + + Elements for a TRAIN COMPONENT STOP ASSIGNMENT. + + + diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd new file mode 100644 index 000000000..6de45a4ca --- /dev/null +++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd @@ -0,0 +1,178 @@ + + + + + + + main schema + e-service developers + V1.0 Christophe Duquesne + Nicholas Knowles + Europe + First drafted for version 1.0 CEN TC278 WG3 SG9 Editor Nicholas Knowles. mailto:schemer@netex.org.uk + + 2024-06-26 + + + 2024-06-26Split off from VejicleJOurney_support + + +

    NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

    +

    This sub-schema describes the VEHICLE JOURNEY STOP ASSIGNMENT IDENTIFIER types.

    +
    + + text/xml + http://www.w3.org/2001/XMLSchema + XML schema, W3C Recommendation 2001 + + {http://www.netex.org.uk/schemas/1.0/xsd/netex_part_1/part1_tacticalPlanning}netex_vehicleJourney_support.xsd + [ISO 639-2/B] ENG + Kizoom Software Ltd, 16 High Holborn, London WC1V 6BX + + http://www.netex.org.uk/schemas/2.0/xsd/netex_framework/netex_genericFramework/netex_vehicleJourneyStpAssignment_support.xsd + + Unclassified + CEN, Crown Copyright 2009-2024 + + +
      +
    • Derived from the Transmodel standards.
    • +
    + + Version 1.0 + + Arts, recreation and travel, Tourism, Travel (tourism), Transport, +Air transport, Airports, +Ports and maritime transport, Ferries (marine), +Public transport, Bus services, Coach services, Bus stops and stations, +Rail transport, Railway stations and track, Train services, Underground trains, +Business and industry, Transport, Air transport , Ports and maritime transport, Public transport, +Rail transport, Roads and Road transport + + CEN TC278 WG3 SG9. + + NeTEx VEHICLE JOURNEY identifier types. + Standard +
    +
    + NeTEx: VEHICLE JOURNEY tSTOP ASSIGNMENT ypes. +
    + + + + + Identifier of VEHICLE TYPE STOP ASSIGNMENT. + + + + + + Reference to a VEHICLE TYPE STOP ASSIGNMENT. + + + + + Type for a reference to a VEHICLE TYPE STOP ASSIGNMENT. + + + + + + Identifier of referenced a VEHICLE TYPE STOP ASSIGNMENT. + + + + + + + + + Identifier of a VEHICLE JOURNEY STOP ASSIGNMENT. + + + + + + Reference to a VEHICLE JOURNEY STOP ASSIGNMENT. + + + + + Type for a reference to a VEHICLE JOURNEY STOP ASSIGNMENT. + + + + + + Identifier of a PASSENGER STOP ASSIGNMENT. + + + + + + + + + Type for identifier of a TRAIN COMPONENT NUMBER ASSIGNNMENT. + + + + + + Reference to a TRAIN COMPONENT NUMBER ASSIGNNMENT. + + + + + Type for a reference to a TRAIN COMPONENT NUMBER ASSIGNNMENT. + + + + + + Identifier of a TRAIN COMPONENT NUMBER ASSIGNNMENT. + + + + + + + + Type for a list of TRAIN COMPONENT NUMBER ASSIGNNMENTs. + + + + + + + + + + + + + Identifier of a DYNAMIC STOP ASSIGNMENT. + + + + + + Reference to a DYNAMIC STOP ASSIGNMENT. + + + + + Type for a reference to a DYNAMIC STOP ASSIGNMENT. + + + + + + Identifier of a PASSENGER STOP ASSIGNMENT. + + + + + + +
    diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd new file mode 100644 index 000000000..18e4c6b57 --- /dev/null +++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd @@ -0,0 +1,415 @@ + + + + + + + + + + + + main schema + e-service developers + V1.0 Christophe Duquesne + Nicholas Knowles + Europe + First drafted for NeTEx version 1.0 CEN TC278 WG3 SG9 Editor Nicholas Knowles. mailto:schemer@netex.org.uk + + 2024-06-26 + + + 2024-06-26Split off from Vehicle_journey_support. Make DYNAMIC SYOP ASSIGNMEMT a child of VEHICLE JOURNEY SUPPORT and add DATED VEJICLE JOURNEY Ref + + +

    NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

    +

    This sub-schema describes the VEHICLE JOURNEY STOP ASSIGNMEMT types.

    +
    + + text/xml + http://www.w3.org/2001/XMLSchema + XML schema, W3C Recommendation 2001 + + {http://www.netex.org.uk/schemas/1.0/xsd/netex_part_2/part2_journeyTimes}netex_vehicleJourney_version.xsd + [ISO 639-2/B] ENG + Kizoom, 109-123 Clifton Street, London EC4A 4LD + + http://www.netex.org.uk/schemas/1.0/PATH/netex_prereqfile.xsd + + Unclassified + CEN, Crown Copyright 2009-2024 + + +
      +
    • Derived from the Transmodel, VDV, TransXChange, NEPTUNE, BISON and Trident standards.
    • +
    + + Version 1.0 + + Arts, recreation and travel, Tourism, Travel (tourism), Transport, +Air transport, Airports, +Ports and maritime transport, Ferries (marine), +Public transport, Bus services, Coach services, Bus stops and stations, +Rail transport, Railway stations and track, Train services, Underground trains, +Business and industry, Transport, Air transport , Ports and maritime transport, Public transport, +Rail transport, Roads and Road transport + + CEN TC278 WG3 SG9. + + NeTEx VEHICLE JOURNEY types. + Standard +
    +
    + NeTEx: VEHICLE JOURNEY types. +
    + + + + Type for containment in frame of VEHICLE JOURNEY STOP ASSIGNMENTs. + + + + + + + The allocation of a SCHEDULED STOP POINT (i.e. a SCHEDULED STOP POINT of a SERVICE PATTERN or JOURNEY PATTERN) to a specific STOP PLACE or QUAY, for either a Passenger JOURNEY or VEHICLE SERVICE. + + + + + + + + + + Type for containment of VEHICLE TYPE STOP ASSIGNNMENTs. + + + + + + + + The allocation of a stopping position of a VEHICLE TYPE for a particular VEHICLE JOURNEY. + + + + + + + + + The allocation of a stopping position of a VEHICLE TYPE for a particular VEHICLE JOURNEY. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type for VEHICLE TYPE STOP ASSIGNMENT. + + + + + + + + + + + + Elements for VEHICLE TYPE STOP ASSIGNMENT Group. + + + + + Relative orientation of vehicle - Default is forwards. + + + + + + + + + + + Type for containment of VEHICLE JOURNEY STOP ASSIGNMENTs. + + + + + + + + + + + + + Change to a PASSENGER STOP ASSIGNMENT for a specific VEHICLE JOURNEY +v1.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type for VEHICLE JOURNEY STOP ASSIGNMENT. + + + + + + + Elements for a VEHICLE JOURNEY STOP ASSIGNMENT. Original PASSENGER STOP ASSIGNMENT for which this is a change. + + + + + + + + + Elements for a VEHICLE JOURNEY STOP ASSIGNMENT. + + + + + + + + + + Type for containment of TRAIN COMPONENT NUMBER ASSIGNMENTs. + + + + + + + + + + + + + The allocation of an advertised designation for a vehicle or vehicle element for passengers. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type for TRAIN COMPONENT NUMBER ASSIGNMENT. + + + + + + + + + + + + Elements for TRAIN COMPONENT NUMBER ASSIGNMENT Group. + + + + + Label to assign. + + + + + + + + + + Change to a PASSENGER STOP ASSIGNMENT. + + + + + + + + + + + + + + + + + + + + + + + + + + Elements for a VEHICLE JOURNEY STOP ASSIGNMENT. Original PASSENGER STOP ASSIGNMENT for which this is a change. + + + + + + + + + + + + + + + Type for DYNAMIC PASSENGER STOP ASSIGNMENT. + + + + + + + Elements for a DYNAMIC PASSENGER STOP ASSIGNMENT. Original PASSENGER STOP ASSIGNMENT for which this is a change. + + + + + + + + + Elements for a DYNAMIC PASSENGER STOP ASSIGNMENT. + + + + + + + + + + Elements for a QUAY ASSIGNMENT. + + + + + + + + + + + + Assignment to a specific QUAY within the STOP PLACE. + + + + + + + + + + + + + + QUAY to which SCHEDULED STOP POINT is to be assigned. + + + + + Name of QUAY or platform to which the SCHEDULED STOP POINT is assigned. + + + + + + + + Identifier of Object of which this is a view. + + + + + + +
    diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd index 90f7ba6f1..ba756c4be 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd @@ -15,11 +15,14 @@ 2010-09-04 - 2011-02-05Name Space changes + + 2011-02-05Name Space changes - 2019-03-25CR 51 CD Add VehiclJourneyStop Assignment + + 2019-03-25CR 51 CD Add VehiclJourneyStop Assignment - 2019-03-26NL-27 Add default TypeOfProductCategory and TypeOfService to Line. + + 2019-03-26NL-27 Add default TypeOfProductCategory and TypeOfService to Line. Move TypeOfProductCategory amnd TypeOfService from netex_vehicleJourney to Framework reusable components netex_travelRights so they are visible from part 1 @@ -216,70 +219,6 @@ Rail transport, Roads and Road transport - - - - Type for identifier of a TRAIN COMPONENT NUMBER ASSIGNNMENT. - - - - - - Reference to a TRAIN COMPONENT NUMBER ASSIGNNMENT. - - - - - Type for a reference to a TRAIN COMPONENT NUMBER ASSIGNNMENT. - - - - - - Identifier of a TRAIN COMPONENT NUMBER ASSIGNNMENT. - - - - - - - - Type for a list of TRAIN COMPONENT NUMBER ASSIGNNMENTs. - - - - - - - - - - - - - Identifier of VEHICLE TYPE STOP ASSIGNMENT. - - - - - - Reference to a VEHICLE TYPE STOP ASSIGNMENT. - - - - - Type for a reference to a VEHICLE TYPE STOP ASSIGNMENT. - - - - - - Identifier of referenced a VEHICLE TYPE STOP ASSIGNMENT. - - - - - @@ -306,31 +245,5 @@ Rail transport, Roads and Road transport - - - - Identifier of a VEHICLE JOURNEY STOP ASSIGNMENT. - - - - - - Reference to a VEHICLE JOURNEY STOP ASSIGNMENT. - - - - - Type for a reference to a VEHICLE JOURNEY STOP ASSIGNMENT. - - - - - - Identifier of a PASSENGER STOP ASSIGNMENT. - - - - - diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd index dfb48c92f..29389e30d 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd @@ -1,10 +1,10 @@ - + - + @@ -25,25 +25,36 @@ 2010-09-04 - 2011-02-05Name Space changes + + 2011-02-05Name Space changes - 2017-03-28CR0030 Vehicle Journey Service Times: add DepartureDayOffset + + 2017-03-28CR0030 Vehicle Journey Service Times: add DepartureDayOffset - 2017-05-27PR correct definition of VehicleJourney. Doc change only. + + 2017-05-27PR correct definition of VehicleJourney. Doc change only. - 2017-05-27PR correct definition of VehicleJourney. Doc change only. + + 2017-05-27PR correct definition of VehicleJourney. Doc change only. - 2019-03-25CR 51 CD Add VehicleJourneyStop Assignment. + + 2019-03-25CR 51 CD Add VehicleJourneyStop Assignment. NJSK Review CR51: make vehicleJourneyStopAssignmentsInFrame_RelStructure lower camel case consistent with NeTEx conventions. NJSK Review CR51: Allow inlining of vehicleJourneyStopAssignments within VehicleJourney. NJSK Also correct camel case on trainComponentLabelAssignents trainComponentLabelAssignents_RelStructure. - 2019-04-12Fix Add missingl Label to TarinCOmpinentLAbel Assignment + + 2019-04-12Fix Add missingl Label to TarinCOmpinentLAbel Assignment - 2020-10-05 New Modes: Add Vehicle mode to VehicleType + + 2020-10-05 New Modes: Add Vehicle mode to VehicleType Replace VehicleTypeRef with TransportTypeRef so as to be more general - 2024-02-27TM enhancement add PASSENGER TIMES at STOP + + 2024-02-27TM enhancement add PASSENGER TIMES at STOP + + + 2024-06-24Move VEHICOE JOURNEY STOP ASSIGNMENT, TRAIN COMPONENT LABEL ASSIGNMENT and VEHICLE JOURNEY STOP ASSIGNMENT to sepaarte file

    NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

    @@ -100,22 +111,6 @@ Rail transport, Roads and Road transport - - - Type for containment in frame of VEHICLE JOURNEY STOP ASSIGNMENTs. - - - - - - - The allocation of a SCHEDULED STOP POINT (i.e. a SCHEDULED STOP POINT of a SERVICE PATTERN or JOURNEY PATTERN) to a specific STOP PLACE or QUAY, for either a Passenger JOURNEY or VEHICLE SERVICE. - - - - - - @@ -365,7 +360,6 @@ Rail transport, Roads and Road transport - @@ -424,147 +418,6 @@ Rail transport, Roads and Road transport - - - - Type for containment of TRAIN COMPONENT NUMBER ASSIGNMENTs. - - - - - - - - - - - - - The allocation of an advertised designation for a vehicle or vehicle element for passengers. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Type for TRAIN COMPONENT NUMBER ASSIGNMENT. - - - - - - - - - - - - Elements for TRAIN COMPONENT NUMBER ASSIGNMENT Group. - - - - - Label to assign. - - - - - - - - - - Type for containment of VEHICLE TYPE STOP ASSIGNNMENTs. - - - - - - - - The allocation of a stopping position of a VEHICLE TYPE for a particular VEHICLE JOURNEY. - - - - - - - - - The allocation of a stopping position of a VEHICLE TYPE for a particular VEHICLE JOURNEY. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Type for VEHICLE TYPE STOP ASSIGNMENT. - - - - - - - - - - - - Elements for VEHICLE TYPE STOP ASSIGNMENT Group. - - - - - Relative orientation of vehicle - Default is forwards. - - - - - - - @@ -597,77 +450,5 @@ Rail transport, Roads and Road transport - - - - Type for containment of VEHICLE JOURNEY STOP ASSIGNMENTs. - - - - - - - - - - - - - Change to a PASSENGER STOP ASSIGNMENT for a specific VEHICLE JOURNEY +v1.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Type for VEHICLE JOURNEY STOP ASSIGNMENT. - - - - - - - Elements for a VEHICLE JOURNEY STOP ASSIGNMENT. Original PASSENGER STOP ASSIGNMENT for which this is a change. - - - - - - - - - Elements for a VEHICLE JOURNEY STOP ASSIGNMENT. - - - - - - +
    From e95f6c7208964f752fc5485f9a023a52ee8b2ca3 Mon Sep 17 00:00:00 2001 From: Nicholas Knowles Date: Wed, 26 Jun 2024 17:05:02 +0100 Subject: [PATCH 36/51] DeckPlan Asihnment Further update to example --- .../epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/standards/epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml b/examples/standards/epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml index 381cc0e7b..a2de4123e 100644 --- a/examples/standards/epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml +++ b/examples/standards/epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml @@ -790,7 +790,7 @@ - + @@ -799,7 +799,8 @@ - + + From 0e6c6ecb57f771e2643c588ee7f5b4254ed39524 Mon Sep 17 00:00:00 2001 From: Nicholas Knowles Date: Wed, 26 Jun 2024 17:51:05 +0100 Subject: [PATCH 37/51] Update netex_responsibility_support.xsd So that examples validate --- .../netex_responsibility_support.xsd | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd b/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd index 83b84576e..5a85e93ba 100644 --- a/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd +++ b/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd @@ -19,8 +19,10 @@ 2017-12-01 Add FareManagement Data Roles and SecurityManagement, Data Regfistrat secures etc - 2020-10-04NewModes: Add DataRoleType and StakholderRole enum values - 2024-03-01TM Contract - split into ResponsibilitySet_support + + 2020-10-04NewModes: Add DataRoleType and StakholderRole enum values + + 2024-03-01TM Contract - split into ResponsibilitySet_support

    NeTEx - Network Exchange. This subschema defines RESPONSIBILITY data administration base types.

    @@ -108,6 +110,23 @@ Rail transport, Roads and Road transport + + + + + + + + + + + + + + + + +
    From 04de35dfb75c637781c51c2993bf158d6be09eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Thu, 27 Jun 2024 14:17:29 +0200 Subject: [PATCH 38/51] Update xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd Co-authored-by: Stefan de Konink --- .../netex_vehicleJourneyStopAssignment_support.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd index 6de45a4ca..9ca2d77b3 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd @@ -55,7 +55,7 @@ Rail transport, Roads and Road transport Standard - NeTEx: VEHICLE JOURNEY tSTOP ASSIGNMENT ypes. + NeTEx: VEHICLE JOURNEY STOP ASSIGNMENT types.
    From 10dfc5de4ad2cb0b445cae850850e2abd6d37667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Thu, 27 Jun 2024 14:17:36 +0200 Subject: [PATCH 39/51] Update xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd Co-authored-by: Stefan de Konink --- .../netex_vehicleJourneyStopAssignment_version.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd index 18e4c6b57..3c0b0ebf0 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd @@ -231,7 +231,7 @@ Rail transport, Roads and Road transport - Type for containment of TRAIN COMPONENT NUMBER ASSIGNMENTs. + Type for containment of TRAIN COMPONENT NUMBER ASSIGNMENTs. From 10295cf6b148c663638121f78bae29b84fda0c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Thu, 27 Jun 2024 14:17:41 +0200 Subject: [PATCH 40/51] Update xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd Co-authored-by: Stefan de Konink --- .../netex_vehicleJourneyStopAssignment_version.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd index 3c0b0ebf0..d3e2a815b 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd @@ -325,7 +325,7 @@ Rail transport, Roads and Road transport - Elements for a VEHICLE JOURNEY STOP ASSIGNMENT. Original PASSENGER STOP ASSIGNMENT for which this is a change. + Elements for a VEHICLE JOURNEY STOP ASSIGNMENT. Original PASSENGER STOP ASSIGNMENT for which this is a change. From 77fb3bd3d22855e35c0db1a85ac66e237b0613a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Mon, 1 Jul 2024 11:13:53 +0200 Subject: [PATCH 41/51] Update xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com> --- .../part1_tacticalPlanning/netex_stopAssignment_support.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd index 930e8e221..ded931d47 100644 --- a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd +++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd @@ -114,7 +114,7 @@ Rail transport, Roads and Road transport - DEPRECATED - PASSENGER BOARDING POSITION ASSIGNMENT. + DEPRECATED - Use PASSENGER BOARDING POSITION ASSIGNMENT. From 169bfc301b7de45cadd1ce57129b429f5b107da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Mon, 1 Jul 2024 11:13:59 +0200 Subject: [PATCH 42/51] Update xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com> --- .../part1_tacticalPlanning/netex_stopAssignment_support.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd index ded931d47..3b865a8cd 100644 --- a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd +++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd @@ -125,7 +125,7 @@ Rail transport, Roads and Road transport
    - DEPRECATED - PASSENGER BOARDING POSITION ASSIGNMENT. + DEPRECATED - Use PASSENGER BOARDING POSITION ASSIGNMENT. From 96ee6d9669fc4925acfcb942f70ce2cdf5d6eace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Mon, 1 Jul 2024 17:04:13 +0200 Subject: [PATCH 43/51] Update xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com> --- .../netex_reusableComponents/netex_seatingPlan_support.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd index 127ad0398..206059271 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd @@ -221,7 +221,7 @@ Start of range of LOCATABLE SPOTs.
    - + End of range of LOCATABLE SPOTs. From 544fb8516fab79af3fa1a6a8e45417b433c1f8a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Mon, 1 Jul 2024 17:04:18 +0200 Subject: [PATCH 44/51] Update xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com> --- .../netex_reusableComponents/netex_seatingPlan_support.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd index 206059271..791863b6e 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd @@ -216,7 +216,7 @@ A Range of LOCATABLE SPOTs. - + Start of range of LOCATABLE SPOTs. From 774543e4b852f09c2be04329d8f42757a25abd36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Mon, 1 Jul 2024 17:04:27 +0200 Subject: [PATCH 45/51] Update xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com> --- .../netex_reusableComponents/netex_seatingPlan_support.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd index 791863b6e..336c347cd 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd @@ -228,7 +228,7 @@ - + Type for a reference to a LOCATABLE SPOT. From 3fa0d65369135febeed039355676c849f01e60d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Mon, 1 Jul 2024 17:05:27 +0200 Subject: [PATCH 46/51] Update xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com> --- .../part1_tacticalPlanning/netex_stopAssignment_support.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd index 3b865a8cd..10dd2ad22 100644 --- a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd +++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd @@ -131,7 +131,7 @@ Rail transport, Roads and Road transport - DEPRECATED - PASSENGER BOADRING STOP ASSIGNMENT. + DEPRECATED - Use PASSENGER BOARDING POSITION ASSIGNMENT. From ae0f2c9639bb28f7b7af2f0f0f11e8fe1187d141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Mon, 1 Jul 2024 17:18:37 +0200 Subject: [PATCH 47/51] Update netex_seatingPlan_support.xsd --- .../netex_reusableComponents/netex_seatingPlan_support.xsd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd index 336c347cd..127ad0398 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd @@ -216,19 +216,19 @@ A Range of LOCATABLE SPOTs. - + Start of range of LOCATABLE SPOTs. - + End of range of LOCATABLE SPOTs. - + Type for a reference to a LOCATABLE SPOT. From 814485c2b0de25e913400063dd9015b7a813c340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Mon, 1 Jul 2024 17:26:00 +0200 Subject: [PATCH 48/51] fixing missing deckEntranceAssignments --- .../part1_tacticalPlanning/netex_stopAssignment_version.xsd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd index 0bdfd4b7a..4e5f27e3b 100644 --- a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd +++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd @@ -4,6 +4,7 @@ + @@ -366,6 +367,11 @@ Rail transport, Roads and Road transport Text description of A specific ENTRANCE to the VEHICLE. E.g. Front, rear. NB DECK ENTRANCE ASSIGNMENT can be used to make structured reference. + + + DECK ENTRANCE assigned. +v2.0 + + From 836741d353da416cf045409163d2264c0f6915ae Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:28:19 +0000 Subject: [PATCH 49/51] Lint and update documentation tables --- ...AP_Accessibility_Chur_V08_vehicletypes.xml | 1 - xsd/NeTEx_publication.xsd | 8 ++---- .../netex_responsibility_support.xsd | 13 ++++----- .../netex_deckPlan_support.xsd | 9 +++---- .../netex_seatingPlan_support.xsd | 12 +++------ .../netex_stopAssignment_support.xsd | 3 +-- .../netex_stopAssignment_version.xsd | 18 +++++-------- xsd/netex_part_2/netex_all_objects_part2.xsd | 11 +++----- .../netex_deckEntranceAssignment_support.xsd | 3 +-- .../netex_deckEntranceAssignment_version.xsd | 3 +-- ...x_vehicleJourneyStopAssignment_support.xsd | 3 +-- ...x_vehicleJourneyStopAssignment_version.xsd | 3 +-- .../netex_vehicleJourney_support.xsd | 9 +++---- .../netex_vehicleJourney_version.xsd | 27 +++++++------------ 14 files changed, 40 insertions(+), 83 deletions(-) diff --git a/examples/standards/epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml b/examples/standards/epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml index a2de4123e..7e6895c1c 100644 --- a/examples/standards/epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml +++ b/examples/standards/epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml @@ -800,7 +800,6 @@ - diff --git a/xsd/NeTEx_publication.xsd b/xsd/NeTEx_publication.xsd index 0de001c43..877129e2e 100644 --- a/xsd/NeTEx_publication.xsd +++ b/xsd/NeTEx_publication.xsd @@ -7608,8 +7608,7 @@ - - + @@ -7632,10 +7631,7 @@ - - - - + diff --git a/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd b/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd index 5a85e93ba..2dff4cc39 100644 --- a/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd +++ b/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd @@ -19,10 +19,8 @@ 2017-12-01 Add FareManagement Data Roles and SecurityManagement, Data Regfistrat secures etc - - 2020-10-04NewModes: Add DataRoleType and StakholderRole enum values - - 2024-03-01TM Contract - split into ResponsibilitySet_support + 2020-10-04NewModes: Add DataRoleType and StakholderRole enum values + 2024-03-01TM Contract - split into ResponsibilitySet_support

    NeTEx - Network Exchange. This subschema defines RESPONSIBILITY data administration base types.

    @@ -110,8 +108,8 @@ Rail transport, Roads and Road transport - - + + @@ -125,8 +123,7 @@ Rail transport, Roads and Road transport - - + diff --git a/xsd/netex_framework/netex_reusableComponents/netex_deckPlan_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_deckPlan_support.xsd index 666e55a28..0237da358 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_deckPlan_support.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_deckPlan_support.xsd @@ -13,14 +13,11 @@ 2023-01-30 - - 2023-12-08Move SENSOR IN ENTRANCE to here + 2023-12-08Move SENSOR IN ENTRANCE to here - - 2024-01-11Revise enum values + 2024-01-11Revise enum values - - 2024-02-18Norway review comment - Add Window types. + 2024-02-18Norway review comment - Add Window types.

    NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

    diff --git a/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd index 127ad0398..2191c3100 100644 --- a/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd +++ b/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd @@ -13,18 +13,14 @@ 2023-02-02 - - 2023-02-05 + 2023-02-05 Name Space changes - - 2023-12-08Move SENSOR IN SPOT declarations to here + 2023-12-08Move SENSOR IN SPOT declarations to here - - 2024-01-17Add bed to locatable spot type enumerations + 2024-01-17Add bed to locatable spot type enumerations - - 2024-02-18Norway review comment - Revise Aisle /Window to use enumeration. + 2024-02-18Norway review comment - Revise Aisle /Window to use enumeration.

    NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

    diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd index 10dd2ad22..2811abb94 100644 --- a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd +++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd @@ -18,8 +18,7 @@ 2010-11-05 - - 2024-06-24Rename train stop assignment (deprectaed) to passenger boarding assignment + 2024-06-24Rename train stop assignment (deprectaed) to passenger boarding assignment

    NeTEx - Network Exchange. This subschema defines common STOP ASSIGNMENT types.

    diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd index 4e5f27e3b..1226030f1 100644 --- a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd +++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd @@ -19,23 +19,17 @@ 2011-02-05 - - 2012-03-04Revise attributes of StopAssignment MODEL CHANGE + 2012-03-04Revise attributes of StopAssignment MODEL CHANGE - - 2017-06-03CR0040 Allow inlining of STOP POINT, STOP PLACE, QUAY etc so as to iimprove packaging (no semantic change) + 2017-06-03CR0040 Allow inlining of STOP POINT, STOP PLACE, QUAY etc so as to iimprove packaging (no semantic change) - - 2017-06-03CR0051 CD Allow reference to JOURNEY PATTERN on DYNAMIC STOP ASSIGNMENT. + 2017-06-03CR0051 CD Allow reference to JOURNEY PATTERN on DYNAMIC STOP ASSIGNMENT. - - 2023-12-12Add DECK ENTRANCE ASSIGNMENT + 2023-12-12Add DECK ENTRANCE ASSIGNMENT - - 2024-02-08Add Directional attributes as per MS suggestions: ArrivesForwards, DpeartsForwards ArrivesFrom, Left DepartsToRight . corrected name of passengerBoardingPositionAssignments + 2024-02-08Add Directional attributes as per MS suggestions: ArrivesForwards, DpeartsForwards ArrivesFrom, Left DepartsToRight . corrected name of passengerBoardingPositionAssignments - - 2024-06-24Rename train stop assignment (deprectaed) to passenger boarding assignment + 2024-06-24Rename train stop assignment (deprectaed) to passenger boarding assignment

    NeTEx - Network Exchange. This subschema defines common STOP ASSIGNMENT types.

    diff --git a/xsd/netex_part_2/netex_all_objects_part2.xsd b/xsd/netex_part_2/netex_all_objects_part2.xsd index a141ab374..8e08f0958 100644 --- a/xsd/netex_part_2/netex_all_objects_part2.xsd +++ b/xsd/netex_part_2/netex_all_objects_part2.xsd @@ -21,10 +21,8 @@ 2010-09-04
    - -

    NeTEx Xml is an XML representation of the Transmodel Public Transport Data model that can be used to exchange data objects between for databases and other services.

    . -

    This subschema aggregate all the NeTEx Data Objects.

    -
    +

    NeTEx Xml is an XML representation of the Transmodel Public Transport Data model that can be used to exchange data objects between for databases and other services.

    . +

    This subschema aggregate all the NeTEx Data Objects.

    text/xml http://www.w3.org/2001/XMLSchema @@ -44,10 +42,7 @@

    Derived from the NeTEx specification and SIRI standards. -

      -
    • NeTEx Data Object specification: ts004.003annexdapr07.xls
    • -
    • NeTEx UML specification: ts004-004a-annexd-sep08.pdf -
    • -
    +
    • NeTEx Data Object specification: ts004.003annexdapr07.xls
    • NeTEx UML specification: ts004-004a-annexd-sep08.pdf -

    Version 1.0 diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_support.xsd index d000be6eb..6d9debb0e 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_support.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_support.xsd @@ -13,8 +13,7 @@ 2023-02-12 - - 2024-06-24Add TRAIN COMPONENT STOP ASSIGNMENT + 2024-06-24Add TRAIN COMPONENT STOP ASSIGNMENT

    NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

    diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_version.xsd index f6604e3c2..052654531 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_version.xsd @@ -17,8 +17,7 @@ 2023-01-30 - - 2024-06-24Add TRAIN COMPONENT STOP ASSIGNMENT + 2024-06-24Add TRAIN COMPONENT STOP ASSIGNMENT

    NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

    diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd index 9ca2d77b3..2ca359895 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd @@ -13,8 +13,7 @@ 2024-06-26 - - 2024-06-26Split off from VejicleJOurney_support + 2024-06-26Split off from VejicleJOurney_support

    NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

    diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd index d3e2a815b..d20202ac0 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_version.xsd @@ -18,8 +18,7 @@ 2024-06-26 - - 2024-06-26Split off from Vehicle_journey_support. Make DYNAMIC SYOP ASSIGNMEMT a child of VEHICLE JOURNEY SUPPORT and add DATED VEJICLE JOURNEY Ref + 2024-06-26Split off from Vehicle_journey_support. Make DYNAMIC SYOP ASSIGNMEMT a child of VEHICLE JOURNEY SUPPORT and add DATED VEJICLE JOURNEY Ref

    NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

    diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd index ba756c4be..046eb3e94 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd @@ -15,14 +15,11 @@ 2010-09-04 - - 2011-02-05Name Space changes + 2011-02-05Name Space changes - - 2019-03-25CR 51 CD Add VehiclJourneyStop Assignment + 2019-03-25CR 51 CD Add VehiclJourneyStop Assignment - - 2019-03-26NL-27 Add default TypeOfProductCategory and TypeOfService to Line. + 2019-03-26NL-27 Add default TypeOfProductCategory and TypeOfService to Line. Move TypeOfProductCategory amnd TypeOfService from netex_vehicleJourney to Framework reusable components netex_travelRights so they are visible from part 1 diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd index 29389e30d..823b5a069 100644 --- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd +++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd @@ -25,36 +25,27 @@ 2010-09-04 - - 2011-02-05Name Space changes + 2011-02-05Name Space changes - - 2017-03-28CR0030 Vehicle Journey Service Times: add DepartureDayOffset + 2017-03-28CR0030 Vehicle Journey Service Times: add DepartureDayOffset - - 2017-05-27PR correct definition of VehicleJourney. Doc change only. + 2017-05-27PR correct definition of VehicleJourney. Doc change only. - - 2017-05-27PR correct definition of VehicleJourney. Doc change only. + 2017-05-27PR correct definition of VehicleJourney. Doc change only. - - 2019-03-25CR 51 CD Add VehicleJourneyStop Assignment. + 2019-03-25CR 51 CD Add VehicleJourneyStop Assignment. NJSK Review CR51: make vehicleJourneyStopAssignmentsInFrame_RelStructure lower camel case consistent with NeTEx conventions. NJSK Review CR51: Allow inlining of vehicleJourneyStopAssignments within VehicleJourney. NJSK Also correct camel case on trainComponentLabelAssignents trainComponentLabelAssignents_RelStructure. - - 2019-04-12Fix Add missingl Label to TarinCOmpinentLAbel Assignment + 2019-04-12Fix Add missingl Label to TarinCOmpinentLAbel Assignment - - 2020-10-05 New Modes: Add Vehicle mode to VehicleType + 2020-10-05 New Modes: Add Vehicle mode to VehicleType Replace VehicleTypeRef with TransportTypeRef so as to be more general - - 2024-02-27TM enhancement add PASSENGER TIMES at STOP + 2024-02-27TM enhancement add PASSENGER TIMES at STOP - - 2024-06-24Move VEHICOE JOURNEY STOP ASSIGNMENT, TRAIN COMPONENT LABEL ASSIGNMENT and VEHICLE JOURNEY STOP ASSIGNMENT to sepaarte file + 2024-06-24Move VEHICOE JOURNEY STOP ASSIGNMENT, TRAIN COMPONENT LABEL ASSIGNMENT and VEHICLE JOURNEY STOP ASSIGNMENT to sepaarte file

    NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

    From 4d952052a663e212e980982ec827ebcb1d07ea80 Mon Sep 17 00:00:00 2001 From: Christophe Duquesne Date: Wed, 24 Jul 2024 17:57:25 +0200 Subject: [PATCH 50/51] TAP TSI Example validation (#754) * TAP TSI Example Validation There were some real errors in some examples that were not catched before (reused ID, bad references...), and also a missed deprecation on enumeration values. Solving these seems to solve the TAP TSI example validation issues. * Lint and update documentation tables --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .../B1_NRT/Netex_tap_tsi_B1-1080-full.xml | 13 +++++++------ .../tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080.xml | 13 +++++++------ .../tap_tsi/B1_NRT/Netex_tap_tsi_B1.xml | 3 ++- .../netex_responsibility_support.xsd | 16 ++++++++++++++++ 4 files changed, 32 insertions(+), 13 deletions(-) diff --git a/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080-full.xml b/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080-full.xml index 260ca8439..25571d16e 100644 --- a/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080-full.xml +++ b/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080-full.xml @@ -51985,7 +51985,8 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML 2099-12-31T24:00:00Z Online Ticket nicht gueltig - + + billets online pas valide @@ -52004,7 +52005,7 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML 2099-12-31T24:00:00Z Für die Busstrecke Nürnberg - Praha gelten die gesetzlichen Vorschriften der jeweiligen Länder für die Personen- beförderung auf der Straße. - + Pour les lignes de bus Nürnberg - Praha, les dispositions légales de chaque pays pour le transport de voyageurs sur la route s'appliquent. @@ -52023,7 +52024,7 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML 2099-12-31T24:00:00Z Kinder von 6 bis inklusive 11 Jahren Die Mitnahme von Reisegepäck ist nicht möglich. RAILPLUS nicht zugelassen - + Les enfants âgés de 6 à 11 ans inclus L'emport de bagages n'est pas possible. RAILplus pas autorisé @@ -52042,7 +52043,7 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML 2099-12-31T24:00:00Z Kinder von 4 bis inklusive 14 Jahren Reservierungspflicht Servicetelefon +49 461 864 602 verkehrt voraussichtlich von April bis Oktober - + Les enfants âgés de 4 à 14 ans inclus Réservation obligatoire téléphone de service +49 461 864 602 ne circule qu'à partir d'avril jusqu'au octobre @@ -52061,7 +52062,7 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML 2099-12-31T24:00:00Z Kinder von 4 bis inklusive 14 Jahren RAILPLUS nicht zugelassen - + Les enfants âgés de 4 à 14 ans inclusRAILplus pas autorisé @@ -52080,7 +52081,7 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML 2099-12-31T24:00:00Z keine Kinderermäßigung RAILPLUS nicht zugelassen - + Pas de réduction pour les enfantsRAILplus pas autorisé diff --git a/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080.xml b/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080.xml index 4caf1ad22..3512aea8b 100644 --- a/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080.xml +++ b/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080.xml @@ -59108,7 +59108,8 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML Online Ticket nicht gueltig - + + billets online pas valide @@ -59129,7 +59130,7 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML Für die Busstrecke Nürnberg - Praha gelten die gesetzlichen Vorschriften der jeweiligen Länder für die Personen- beförderung auf der Straße. - + Pour les lignes de bus Nürnberg - Praha, les dispositions légales de chaque pays pour le transport de voyageurs sur la route s'appliquent. @@ -59150,7 +59151,7 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML Kinder von 6 bis inklusive 11 Jahren Die Mitnahme von Reisegepäck ist nicht möglich. RAILPLUS nicht zugelassen - + Les enfants âgés de 6 à 11 ans inclus L'emport de bagages n'est pas possible. RAILplus pas autorisé @@ -59171,7 +59172,7 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML Kinder von 4 bis inklusive 14 Jahren Reservierungspflicht Servicetelefon +49 461 864 602 verkehrt voraussichtlich von April bis Oktober - + Les enfants âgés de 4 à 14 ans inclus Réservation obligatoire téléphone de service +49 461 864 602 ne circule qu'à partir d'avril jusqu'au octobre @@ -59192,7 +59193,7 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML Kinder von 4 bis inklusive 14 Jahren RAILPLUS nicht zugelassen - + Les enfants âgés de 4 à 14 ans inclusRAILplus pas autorisé @@ -59213,7 +59214,7 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML keine Kinderermäßigung RAILPLUS nicht zugelassen - + Pas de réduction pour les enfantsRAILplus pas autorisé diff --git a/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1.xml b/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1.xml index cb51f015a..ddea8dd99 100644 --- a/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1.xml +++ b/examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1.xml @@ -303,7 +303,8 @@ V1.1 Extensively revised with improved ids and use of tarifffs. - + + 2011-01-01T00:00:00Z 2014-01-01T00:00:00Z diff --git a/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd b/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd index 83b84576e..1ba358bb0 100644 --- a/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd +++ b/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd @@ -108,6 +108,22 @@ Rail transport, Roads and Road transport + + + + + + + + + + + + + + + +
    From 05531c33fef208b335826593600b4381c3ff03e1 Mon Sep 17 00:00:00 2001 From: Nicholas Knowles Date: Thu, 25 Jul 2024 13:49:28 +0100 Subject: [PATCH 51/51] Enhancement=fare-debit Internal restructuring to enable reuse of payment (#620) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * enhacnement - introduce separate FARE DEBIT package Payment details are modularised onto a separate FARE DEBIT element as per TM . This is a "hygiene" prereq for making further transactions and validation additiosn to enable thr ENTUR customer account CR . Shoudl not functionally * enhancement-Faredebit updated files * Lint and update documentation tables * Update Netex_era_distance_ro.xml * Update xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_version.xsd Co-authored-by: Stefan de Konink * Update xsd/netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd Co-authored-by: Stefan de Konink * Update xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_support.xsd Co-authored-by: Stefan de Konink * Update xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_support.xsd Co-authored-by: Stefan de Konink * Update xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_support.xsd Co-authored-by: Stefan de Konink * Update xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_support.xsd Co-authored-by: Stefan de Konink * Update xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_version.xsd Co-authored-by: Stefan de Konink * Update xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_version.xsd Co-authored-by: Stefan de Konink * Update xsd/netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd Co-authored-by: Stefan de Konink --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthias Günter Co-authored-by: Christophe Duquesne Co-authored-by: Stefan de Konink --- NeTEx.spp | 2 + .../fares/rail/Netex_era_distance_ro.xml | 1 + .../netex_customerPaymentMeans_support.xsd | 9 +- .../netex_customerPurchasePackage_version.xsd | 44 +-- .../netex_fareDebit_support.xsd | 229 ++++++++++++ .../netex_fareDebit_version.xsd | 350 ++++++++++++++++++ .../netex_salesContract_version.xsd | 13 +- .../netex_salesTransaction_version.xsd | 25 +- 8 files changed, 626 insertions(+), 47 deletions(-) create mode 100644 xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_support.xsd create mode 100644 xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_version.xsd diff --git a/NeTEx.spp b/NeTEx.spp index 67299c179..3386bb1e5 100644 --- a/NeTEx.spp +++ b/NeTEx.spp @@ -437,6 +437,8 @@ + + diff --git a/examples/functions/fares/rail/Netex_era_distance_ro.xml b/examples/functions/fares/rail/Netex_era_distance_ro.xml index 2fc288719..5228e602e 100644 --- a/examples/functions/fares/rail/Netex_era_distance_ro.xml +++ b/examples/functions/fares/rail/Netex_era_distance_ro.xml @@ -7822,6 +7822,7 @@ c Single Ticket - Bucharest North to Buzau, first class, adult, bought at ticket machine, issued as paper ticket 2018-07-08T01:07:00 + true 36.30 diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_customerPaymentMeans_support.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_customerPaymentMeans_support.xsd index 03e58c195..8ae2915ca 100644 --- a/xsd/netex_part_3/part3_salesTransactions/netex_customerPaymentMeans_support.xsd +++ b/xsd/netex_part_3/part3_salesTransactions/netex_customerPaymentMeans_support.xsd @@ -1,6 +1,6 @@ - - + + @@ -13,8 +13,7 @@ First drafted for NeTEx version 1.0 CEN TC278 WG3 SG9 Editor Nicholas Knowles. mailto:schemer@netex.org.uk 2020-10-07Add for New Modes - - 2020-10-07 + 2023-12-157Narrow the dependencies

    NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

    @@ -32,7 +31,7 @@ http://www.netex.org.uk/schemas/1.0/PATH/netex_prereqfile.xsd Unclassified - CEN, Crown Copyright 2019-2020 + CEN, Crown Copyright 2019-2023
      diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd index dd2fc1694..83cc5de48 100644 --- a/xsd/netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd +++ b/xsd/netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd @@ -1,5 +1,5 @@ - + @@ -15,6 +15,7 @@ + @@ -33,7 +34,7 @@ 2019-03-01Fix: Correct case on customerPurchasePackageRefs - 2019-03-15EURA-(nk) Allow marking of use of CustomerPurchasePackage + 2019-03-15EURA-(nk) Allow marking of use of CustomerPurchasePackage Also Fix Numerous issues and align with TM Add new attribute Status to CustomerPurchasePackage with values reserved, ordered, paidFor, unused, activated, partiallyUsed, blocked, used, archived and other Add new attribute MarkedAs to CustomerPurchasePackageElement with values unused, activated, marked and used @@ -51,6 +52,10 @@ 2021-05-14NewModes - Add TravellerInfo and DRiverPoolInfo to CUSTOMER PUCRHASE PACHAGE ASSIGNMENT + 2023-12-15 Customer Purchase Package to hold Package History + + 2023-12-18Factor out Paymount amount to FARE DEBIT PACKAGE +

      NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

      This sub-schema describes the CUSTOMER PURCHASE PACKAGE types.

      @@ -67,7 +72,7 @@ http://www.netex.org.uk/schemas/1.0/PATH/netex_prereqfile.xsd Unclassified - CEN, Crown Copyright 2009-2020 + CEN, Crown Copyright 2009-2023
        @@ -76,7 +81,7 @@ Version 1.0 - Arts, recreation and travel, Tourism, Travel (tourism), Transport, + Arts, recreation and travel, Tourism, Travel (tourism), Transport, Air transport, Airports, Ports and maritime transport, Ferries (marine), Public transport, Bus services, Coach services, Bus stops and stations, @@ -129,24 +134,6 @@ Rail transport, Roads and Road transport - - - Amount Elements for a FARE PRICE. - - - - - Amount Elements Step Calculation - - - - - Method of payment used, - - - - - Type for containment in frame of TRAVEL DOCUMENT. @@ -576,6 +563,7 @@ Rail transport, Roads and Road transport + @@ -650,6 +638,18 @@ Rail transport, Roads and Road transport + + + FARE CONTRACT entries CUSTOMER PURCHASE PACKAGE. + + + + + FARE CONTRACT ENTRIES relating to CUSTOMER PURCHASE PACKAGE. May be references to ENTRIEs held, or entry instances inlined here for convenience so that , they may exchanged along with package. This can include any type of entry: note that TRAVEL SPECIFICATIONs and SALES TRANSACTIONS may be referenced separately by a given PACKAGE. +v2.0 + + + + diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_support.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_support.xsd new file mode 100644 index 000000000..1db5ecc45 --- /dev/null +++ b/xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_support.xsd @@ -0,0 +1,229 @@ + + + + + + + + main schema + e-service developers + V1.0 Christophe Duquesne + Nicholas Knowles + Europe + First drafted for NeTEx version 1.0 CEN TC278 WG3 SG9 Editor Nicholas Knowles. mailto:schemer@netex.org.uk + + 2023-12-18 + + + 2023-12-18 + + +

        NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

        +

        This sub-schema describes the FARE DEBIT types.

        +
        + + text/xml + http://www.w3.org/2001/XMLSchema + XML schema, W3C Recommendation 2001 + + {http://www.netex.org.uk/schemas/1.0/xsd/netex_part_3/part3_FareDebits}netex_FareDebit_support.xsd + [ISO 639-2/B] ENG + Kizoom, 109-123 Clifton Street, London EC4A 4LD + + http://www.netex.org.uk/schemas/1.0/PATH/netex_prereqfile.xsd + + Unclassified + CEN, Crown Copyright 2009-2023 + + +
          +
        • Derived from the Transmodel, standards.
        • +
        + + Version 1.0 + + Arts, recreation and travel, Tourism, Travel (tourism), Transport, +Air transport, Airports, +Ports and maritime transport, Ferries (marine), +Public transport, Bus services, Coach services, Bus stops and stations, +Rail transport, Railway stations and track, Train services, Underground trains, +Business and industry, Transport, Air transport , Ports and maritime transport, Public transport, +Rail transport, Roads and Road transport + + CEN TC278 WG3 SG9. + + NeTEx FARE DEBIT identifier types. + Standard +
        +
        + NeTEx: FARE DEBIT identifier types. +
        + + + + Type for a collection of one or more references to a FARE DEBIT. + + + + + + + + + + + + Type for identifier of a FARE DEBIT. + + + + + + Reference to a FARE DEBIT. + + + + + Type for Reference to a FARE DEBIT. + + + + + + Identifier of a FARE DEBIT. + + + + + + + + + Type for identifier of an OTHER DEBIT. + + + + + + Reference to an OTHER DEBIT. + + + + + Type for Reference to an OTHER DEBIT. + + + + + + Identifier of an OTHER DEBIT. + + + + + + + + + Type for identifier of a BOOKING DEBIT. + + + + + + Reference to a BOOKING DEBIT. + + + + + Type for Reference to a BOOKING DEBIT. + + + + + + Identifier of a BOOKING DEBIT. + + + + + + + + + Type for identifier of a TRIP DEBIT. + + + + + + Reference to a TRIP DEBIT. + + + + + Type for Reference to a TRIP DEBIT. + + + + + + Identifier of a TRIP DEBIT. + + + + + + + + + Type for identifier of a FARE PRODUCT SALES DEBIT. + + + + + + Reference to a FARE PRODUCT SALES DEBIT. + + + + + Type for Reference to a FARE PRODUCT SALES DEBIT. + + + + + + Identifier of a FARE PRODUCT SALES DEBIT. + + + + + + + + + Type for identifier of a OFFENCE DEBIT. + + + + + + Reference to a OFFENCE DEBIT. + + + + + Type for Reference to a OFFENCE DEBIT. + + + + + + Identifier of a OFFENCE DEBIT. + + + + + +
        diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_version.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_version.xsd new file mode 100644 index 000000000..ace09ac0b --- /dev/null +++ b/xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_version.xsd @@ -0,0 +1,350 @@ + + + + + + + + + + + main schema + e-service developers + Nicholas Knowles + Europe + First drafted for NeTEx version 1.0 CEN TC278 WG3 SG9 Editor Nicholas Knowles. mailto:schemer@netex.org.uk + + 2023-12-18 + + + 2023-12-18 + + +

        NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

        +

        This sub-schema describes the FARE DEBIT types.

        +
        + + text/xml + http://www.w3.org/2001/XMLSchema + XML schema, W3C Recommendation 2001 + + {http://www.netex.org.uk/schemas/1.0/xsd/netex_part_3/part3_FareDebits}netex_FareDebit_version.xsd + [ISO 639-2/B] ENG + Kizoom, 109-123 Clifton Street, London EC4A 4LD + + http://www.netex.org.uk/schemas/1.0/PATH/netex_prereqfile.xsd + + Unclassified + CEN, Crown Copyright 2009-2019 + + +
          +
        • Derived from the Transmodel, VDV, TransXChange, NEPTUNE, BISON and Trident standards.
        • +
        + + Version 1.0 + + Arts, recreation and travel, Tourism, Travel (tourism), Transport, +Air transport, Airports, +Ports and maritime transport, Ferries (marine), +Public transport, Bus services, Coach services, Bus stops and stations, +Rail transport, Railway stations and track, Train services, Underground trains, +Business and industry, Transport, Air transport , Ports and maritime transport, Public transport, +Rail transport, Roads and Road transport + + CEN TC278 WG3 SG9. + + NeTEx FARE DEBIT types. + Standard +
        +
        + NeTEx: FARE DEBIT types. +
        + + + + Amount Elements for a FARE PRICE. + + + + + Amount Elements Step Calculation + + + + + Method of payment used. + + + + + + + + + Dummy type for FARE DEBIT + + + + + A LOG ENTRY recording data about a debiting action relating to a fare or use of a fare. + + + + + + + + + + + + + + + + + + Identifier of ENTITY. + + + + + + + + + Type for FARE DEBIT. + + + + + + + + + + + + Elements for FARE DEBIT + + + + + + Card number used, + + + + + + + + A LOG ENTRY recording data about a debiting action for a booking fee. + + + + + + + + + + + + + + + + + + + + + + + Type for BOOKING DEBIT. + + + + + + + + + + + + Elements for BOOKING DEBIT + + + + + + + A LOG ENTRY recording data about a debiting action for post-payment for a specific trip. + + + + + + + + + + + + + + + + + + + + + + + Type for TRIP DEBIT. + + + + + + + + + + + + Elements for TRIP DEBIT + + + + + + + A LOG ENTRY recording data about a debiting action for a payment type other than a FARE PRODUCT SALE DEBIT, TRIP DEBIT, OFFENCE DEBIT or BOOKING DEBIT. + + + + + + + + + + + + + + + + + + + + + + + Type for OTHER DEBIT. + + + + + + + + + + + + Elements for OTHER DEBIT + + + + + + + A LOG ENTRY recording data about a debiting action made to purchase a FARE PRODUCT. + + + + + + + + + + + + + + + + + + + + + + + Type for FARE PRODUCT SALES DEBIT. + + + + + + + + + + + + Elements for FARE PRODUCT SALES DEBIT + + + + + + + A LOG ENTRY recording data about a debiting action for a fine for an OFFENCE or penalty fare. + + + + + + + + + + + + + + + + + + + + + + + Type for OFFENCE DEBIT. + + + + + + + + + + + + Elements for OFFENCE DEBIT + + + +
        diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd index a241c1825..993b305be 100644 --- a/xsd/netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd +++ b/xsd/netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd @@ -1,14 +1,14 @@ - + + - @@ -52,6 +52,10 @@ 2021.01.10New Modes: Add EMail and Phone verification flag + 2023.12.14Enhancement: allow Customer Purchase Package to hold Package History + + 2023-12-15Factor out Paymount amount to FARE DEBIT PACKAGE +

        NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

        This sub-schema describes the SALES FARE CONTRACT types.

        @@ -701,6 +705,11 @@ Rail transport, Roads and Road transport FARE CONTRACTs for CUSTOMER ACCOUNT +v1.1.
        + + + FARE CONTRACT ENTRIES that relate to the CUSTOMER ACCOUNT. Normally these are embedded in a FARE CONTRACT governing the account itself. For convenience they may also be referenced or embedded directly in the CUSTOMER ACCOUNT. +V2.0 + + CUSTOMER PURCHASE PACKAGES for CUSTOMER ACCOUT. diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd index 46d5383ff..a885e588a 100644 --- a/xsd/netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd +++ b/xsd/netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd @@ -1,5 +1,5 @@ - + @@ -41,6 +41,8 @@ 2019-04-06Align with TM6 Add new elements RequestedTravelSpecification and OfferedTravelSpecification. Remodularise to spearae SalesTransactio from TravelSpecifcation and CustomerPurchase Package + 2023-12-15Factor out Payment amount to FARE DEBIT PACKAGE +

        NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.

        This sub-schema describes the SALES TRANSACTION types.

        @@ -57,7 +59,7 @@ http://www.netex.org.uk/schemas/1.0/PATH/netex_prereqfile.xsd Unclassified - CEN, Crown Copyright 2009-2019 + CEN, Crown Copyright 2009-2023
          @@ -169,27 +171,14 @@ Rail transport, Roads and Road transport Elements for SALES TRANSACTION. - + - - - Elements for SALES TRANSACTION. - - - - - - Card number used, - - - - - Elements for SALES TRANSACTION. + Sales Purchase Elements for SALES TRANSACTION. @@ -206,7 +195,7 @@ Rail transport, Roads and Road transport - Elements for SALES TRANSACTION. + Fulfilment Elements for SALES TRANSACTION.