diff --git a/.github/scripts/validate-and-lint.sh b/.github/scripts/validate-and-lint.sh
index f3dfc1c91..d7c6f915d 100755
--- a/.github/scripts/validate-and-lint.sh
+++ b/.github/scripts/validate-and-lint.sh
@@ -22,9 +22,9 @@ while IFS= read -r -d $'\0' filename; do
fi
# Remove temp file
rm "${filename}.pretty"
-done < <(/usr/bin/find . -type f \( -name "*.xsd" -or -name "*.xml" \) -print0)
+done < <(/usr/bin/find examples xsd -type f \( -name "*.xsd" -or -name "*.xml" \) -print0)
if [ ${PARSING_ERROR} -ne 0 ]; then
exit ${PARSING_ERROR}
fi
-echo -e '\033[0;32mFinished validating XML file structure and linting XSD and XML files\033[0m'
+echo -e '\033[0;32mFinished linting XSD and XML files\033[0m'
diff --git a/.github/scripts/validate-examples.sh b/.github/scripts/validate-examples.sh
index 45041a37a..1f1af370b 100755
--- a/.github/scripts/validate-examples.sh
+++ b/.github/scripts/validate-examples.sh
@@ -9,7 +9,7 @@ set -e
echo "Validating NeTEx XML examples ..."
-if xmllint --noout --schema xsd/NeTEx_publication.xsd examples/functions/calendar/*xml examples/functions/fares/*xml examples/functions/grouping/*xml examples/functions/newModes/*xml examples/functions/patterns/*xml examples/functions/pointOfInterest/*xml examples/functions/simpleNetwork/*xml examples/functions/site/*xml examples/functions/stopPlace/*xml examples/functions/timetable/*xml examples/functions/validityCondition/*xml examples/functions/variant/*xml examples/functions/vehicleSchedule/*xml examples/functions/versioning/*xml examples/standards/epip/*xml examples/standards/era_uic/*xml examples/standards/fxc/*xml examples/standards/gbfs/*xml examples/standards/gtfs/*xml examples/standards/neptune/*xml examples/standards/noptis/*xml examples/standards/tap_tsi/*xml examples/standards/txc/*xml examples/standards/vdv452/*/*xml examples/standards/vdv452/*/*/*xml; then
+if xmllint --noout --schema xsd/NeTEx_publication.xsd examples/standards/epiap/*xml examples/functions/deckPlans/*.xml examples/standards/epiap/*xml && xmllint --noout --schema xsd/NeTEx_publication.xsd examples/functions/calendar/*.xml examples/functions/fares/*xml examples/functions/grouping/*xml examples/functions/newModes/*xml examples/functions/patterns/*xml examples/functions/pointOfInterest/*xml examples/functions/simpleNetwork/*xml examples/functions/site/*xml examples/functions/stopPlace/*xml examples/functions/timetable/*xml examples/functions/validityCondition/*xml examples/functions/variant/*xml examples/functions/vehicleSchedule/*xml examples/functions/versioning/*xml examples/standards/epip/*xml examples/standards/era_uic/*xml examples/standards/fxc/*xml examples/standards/gbfs/*xml examples/standards/gtfs/*xml examples/standards/neptune/*xml examples/standards/noptis/*xml examples/standards/tap_tsi/*xml examples/standards/txc/*xml examples/standards/vdv452/*/*xml examples/standards/vdv452/*/*/*xml; then
echo -e '\033[0;32mValidating NeTEx XML examples succeeded\033[0m'
else
echo -e '\033[0;31mValidating NeTEx XML examples failed\033[0m'
diff --git a/NeTEx.spp b/NeTEx.spp
index 4d4b33ba8..3026d158b 100644
--- a/NeTEx.spp
+++ b/NeTEx.spp
@@ -32,6 +32,7 @@
+
@@ -60,6 +61,8 @@
+
+
@@ -78,55 +81,94 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -243,6 +285,8 @@
+
+
@@ -272,6 +316,10 @@
+
+
+
+
@@ -298,6 +346,8 @@
+
+
@@ -623,6 +673,7 @@
+
@@ -647,6 +698,7 @@
+
@@ -657,6 +709,7 @@
+
@@ -752,6 +805,11 @@
+
+
+
+
+
@@ -766,6 +824,14 @@
+
+
+
+
+
+
+
+
@@ -955,6 +1021,11 @@
+
+
+
+
+
diff --git a/README.md b/README.md
index 7cffbc7a1..0b0a1bff3 100644
--- a/README.md
+++ b/README.md
@@ -1,37 +1,87 @@
# NeTEx (Network Timetable EXchange) XML schema
-(C) 2009-2021 NeTEx, CEN, Crown Copyright
+**(C) 2009-2024 NeTEx, CEN, Crown Copyright**
-## Schemas for: Core, Part 1 (Network), Part 2 (Timetables), Part3 (Fares) and Part5 (NewModes).
-
-See the NeTEx UML Physical and Conceptual models for an UML view of the packages. (This is available in electronic format).
+## Schemas for:
-The individual XML files are arranged hierarchically in folders, in a similar arrangement to that of the UML model and documentation. Thus there is a main folder for each part, and subfolders for each NeTEx functional area.
+- Core
+- Part 1 (Network)
+- Part 2 (Timetables)
+- Part 3 (Fares)
+- Part 5 (New Modes)
-----
-## Getting Started
-There are two main root schemas:
- - **netex_publication** : Embeds NeTEx XML model elements in a bulk output file format for use in asynchronous publication. The intended content scope can be indicated by a filter object.
- - **netex_siri.xsd** : Embeds NeTEx XML model elements in the SIRI protocol for dynamic exchange of elements between servers. Both Request/response or publish / subscribe is supported
+### Overview
+
+- NeTEx (Network Timetable EXchange) XML schema is a standardized format for exchanging network timetable data.
+
+### Folder structure 📁
+
+The individual XML files are organized hierarchically in folders, following the same structure as the UML model and documentation. The architecture is:
+
+- **Main Folder for Each Part**: There is a main folder for each part of the schema (e.g., Core, Part 1, Part 2, etc.).
+- **Subfolders for Functional Areas**: Within each main folder, there are subfolders for each NeTEx functional area, keeping the schema well-structured.
+
+You can find more information about the directory's structure on the [wiki](https://github.com/ITxPT/NeTEx/wiki/Structure-And-Compatibility#netex-directory-structure)
+### UML models
+
+- You can refer to the NeTEx UML Physical and Conceptual models (note that NeTEx Conceptual model is Transmodel) for a detailed UML view of the schema packages.
+- These models are available in electronic format.
+
+## Getting started 🚀
+
+### Main root schemas
+
+1. **netex_publication**
+ - Embeds NeTEx XML model elements in a bulk output file format for use in asynchronous publication.
+ - The intended content scope can be indicated by a filter object.
+ - **netex_publication_noConstraint**: same as **netex_publication** but without all the XSD constraint that is convenient to speed up the work in development phases (but at the price of a much weaker validation).
-In addition:
+2. **netex_siri.xsd**
+ - Embeds NeTEx XML model elements in the SIRI protocol for dynamic exchange of elements between servers.
+ - Supports both request/response and publish/subscribe.
- - **nx.xsd** : Embeds NeTeX XML model elements within a simple thematic organisation to facilitate browsing and inspection of NeTEx. The NX schema is not intended for actual use.
+### Additional information
-There are **XML examples** of the use of both protocols, see */examples* subdirectory.
+- **nx.xsd**
+ - Embeds NeTeX XML model elements within a simple thematic organisation to facilitate browsing and inspection of NeTEx.
+ - The NX schema is not intended for actual use.
+### XML examples
+
+- Explore XML examples of the use of both protocols in the */examples* subdirectory.
+
+Further information on the examples is available on the [wiki](https://github.com/ITxPT/NeTEx/wiki/Using-NeTEx#how-to-use-example-files)
### Support for XML editors
-There is an _Altova XMLSpy_ project file in the root directory that provides an organised view of the schema and examples:
- - NeTEx.spp
-There is also an _Oxygen_ project file:
- - NeTEx.xpr
+- **Altova XMLSpy Project**: Find an organized view of the schema and examples in the root directory.
+ - Project file: NeTEx.spp
+
+- **Oxygen Project File**:
+ - Project file: NeTEx.xpr
+
----
+
### Note on the schema
-The schema is broken down systematically into small modular files; generally for each functional package in the design model (See UML Model) there are two xml schema files
- - netex_xxxx_suppport.xsd - containing data type and ref structure definitions.
- - netex_xxxx_version.xsd - containing the element definitions.
+
+The schema is systematically divided into small modular files. Generally, for each functional package in the design model (See UML Model), there are two XML schema files:
+
+- **netex_xxxx_suppport.xsd**: Contains data type and ref structure definitions.
+- **netex_xxxx_version.xsd**: Contains the element definitions.
+
----
-# Changelog
+## Branches 🌿
-See [CHANGELOG](CHANGELOG.md)
+| Branch Name | Description | Link |
+| ----------- | ------------------------------------------------------- | ----------------------------------------------- |
+| `master` | Current head of the project | [GitHub](https://github.com/NeTEx-CEN/NeTEx) |
+| `next` | Work for the next release | [GitHub](https://github.com/NeTEx-CEN/NeTEx/tree/next) |
+# Change Log
+## Releases
+| Release Number | Release Date | Description | Link | Release Notes |
+| -------------- | ------------- | ---------------------------------------------- | ------------- | ----------------------------------------------------------------------------------------------- |
+| 1.2 | March 2022 | Latest productive version before new modes merge | [Code](https://github.com/NeTEx-CEN/NeTEx/releases/tag/v1.2) | [Release Notes](https://github.com/NeTEx-CEN/NeTEx/blob/v1.2/README.md) |
+| 1.2.2 | August 2023 | First version of new modes | [Code](https://github.com/NeTEx-CEN/NeTEx/releases/tag/v1.2.2) | [Release Notes](https://github.com/NeTEx-CEN/NeTEx/blob/v1.2.2/README.md) |
+| 1.3.1 | May 2024 | European Passenger Information Accessibility Profile (EPIAP) | [Code](https://github.com/NeTEx-CEN/NeTEx/releases/tag/v1.3.1) | [Release Notes](https://github.com/NeTEx-CEN/NeTEx/blob/v1.3.1/README.md) |
+| 2.0 | 2024 | Upcoming release ⏳ | N/A | N/A |
+## Full Version History 📚
+The comprehensive versions history is available in [change_log.md](https://github.com/ITxPT/NeTEx/blob/NeTEx/change_log.md)
diff --git a/change_log.md b/change_log.md
new file mode 100644
index 000000000..25d87719f
--- /dev/null
+++ b/change_log.md
@@ -0,0 +1,2274 @@
+# Change Log
+
+## Version 1.2.2 - Revised to add New Modes
+The Part 1, Part 2, & Part 3 schemas include corrections and enhancements since the release of the version 1.2 CEN specification documents for NeTEx.
+
+A new Part 5 is added for new modes, with examples.
+
+The new Part 5 CEN specification document describes the additions and changes.
+
+
+
+### 2021.09.03 NewModes: CommentAction Add __MustReturnToSameBay__ attribute to __PoolOfVehicles__.
+ * _Updates to xml schema_:
+ * ++ netex_netex_nm_mobilityConstraintZone_version.xsd
+
+### 2021.09.02 NewModes: CommentAction Add __BatteryEquipment__ and __ChargingEquipmentProfile__.
+ * Add __BatteryEquipments__ to energy equipment. Add uniqueness constraint.
+ * Add ChargingEquipmentProfile__ and__TypeOfPlug__in new module.
+ * Add __MobilityServiceConstraintZone__ to Network access right validity parameters.
+ * _Updates to xml schema_:
+ * ++ netex_nm_chargingEquipmentProfile_support.xsd
+ * ++ netex_nm_chargingEquipmentProfile_version.xsd
+ * netex_ifopt_nm_equipmentEnergy_support.xsd
+ * netex_ifopt_nm_equipmentEnergy_support.xsd
+ * netex_vehicleType_version.xsd
+ * netex_trainElement_version.xsd
+ * netex_netex_nm_mobilityConstraintZone_version.xsd
+ * netex_units.xsd
+ * netex_all_objects_reusableComponents.xsd
+ * netex_publication_version.xsd
+ * _Other updates_:
+ * NeTEx.spp
+ * NeTEx.xpr
+ * _Updates to xml examples_:
+ * NewModes-CycleSharingExample.xml
+
+
+### 2021.09.01 NewModes: CommentAction Add __PoolOfVehicles__. [#221](https://github.com/NeTEx-CEN/NeTEx/pull/221)
+ * Add __mustpickupanddropoffInSameZone_ value to __mobilityConstraintZone__ restiction values.
+ * Add __PoolOfVehicles__ to Mobility Service Zonstraint zone package. Add uniqueness constraint.
+ * Add __PoolOfVehicles__to __MobilityServiceFrame__.
+ * Add __MobilityServiceConstraintZone__ to Network access right validity parameters.
+ * _Updates to xml schema_:
+ * netex_netex_nm_mobilityConstraintZone_support.xsd
+ * netex_netex_nm_mobilityConstraintZone_version.xsd
+ * netex_netex_nm_mobilityServiceFrame_version.xsd
+ * netex_netex_nm_mobilityJourneyFrame_version.xsd
+ * netex_nm_vehicleParkingAreaInformation_version.xsd
+ * netex_ifopt_parking_support.xsd
+ * netex_accessRightParameter_version.xsd
+ * netex_publication_version.xsd
+ * _Updates to xml examples_:
+ * NewModes-CycleSharingExample.xml
+
+### 2021.08.30 NewModes: CommentAction: Add policy url attributes
+ * Add to __SharingPolicyUrl__ attribute to __VehicleSharingService__ and __PoolingPolicyUrl__ attribute to __VehiclePoolingService___.
+ * _Updates to xml schema_:
+ * netex_netex_nm_mobilityService_version.xsd
+
+### 2021.05.03 NewModes: GBFS compatibility AT#1 __MobilityConstraintZone__ add __ZoneRuleApplicability__ add _inside_ and _outside_. [#165](https://github.com/NeTEx-CEN/NeTEx/pull/165/files)
+
+ * Add _enclosed_ value to __ParkingLayout__ enumeration
+ * _Updates to xml schema_:
+ * netex_mobilityZerviceConstraintZone_support.xsd.xsd
+### 2021.04.18 NewModes: GBFS compatibility AT#1 __DataSource__ add __DataLicenceCode__ and __DataLicenceUrl__ to __DataSource__.
+ * Add _enclosed_ value to __ParkingLayout__ enumeration
+ * _Updates to xml schema_:
+ * netex_mobilityZerviceConstraintZone_support.xsd.xsd
+ * netex_mobilityZerviceConstraintZone_version.xsd.xsd
+ * _Updates to xml examples_:
+ * NewModes-CycleSharingExample.xml
+
+### 2021.04.15 NewModes: GBFS compatibility AT#1 Add _car_ as enum value to to __Vehicle__ / _vehicle Types_.
+__ParkingProperties__
+ * Add __BayGeometry__, __ParkingVisibility__ with values.
+ * Add _enclosed_ value to __ParkingLayout__ enumeration.
+ * _Updates to xml schema_:
+ * netex_vehicle_type_support.xsd.xsd
+ * netex_parking_support.xsd.xsd
+ * netex_parking_version.xsd.xsd
+ * _Updates to xml examples_:
+ * NewModes-CycleSharingExample.xml
+ * NewModes-CarPoolingExample.xml.
+
+### 2021.04.15 NewModes: Revise AT#8 Add __ShortName__ to __MobilityService__. [#164](https://github.com/NeTEx-CEN/NeTEx/pull/164/commits)
+ * _Updates to xml schema_:
+ * netex_mobility_service.xsd.xsd
+
+### 2021.04.15 NewModes: Revise AT#8 Facilities: AT#8 add _scooterHire_ to value to __HireFacility__ enumeration.
+ * Align __Hirefacility__ values with spec and add new __Mode__ values _scooterHire_, _vehicleHire_, _boatHire_ and _other_.
+ * Add _docks_ to __CycleStorage__ enumeration.
+ * _Updates to xml schema_:
+ * netex_ifopt_localServiceCommercial_support.xsd.xsd
+ * netex_ifopt_mobilityService_version.xsd.
+ * netex_ifopt_equipmentParking_support.xsd
+ * netex_facility_support.xsd.xsd
+ * _Updates to xml examples_:
+ * NewModes-CycleSharingExample.xml
+ * NewModes-CarPoolingExample.xsd
+
+### 2021.04.14 NewModes: Revise AT#8 add _mobileAppInstallCheck_ to value to __infoLinkTypes__ enumeration. [#162](https://github.com/NeTEx-CEN/NeTEx/pull/162)
+ * _Updates to xml schema_:
+ * netex_utility_types.xsd
+ * _Updates to xml examples_:
+ * NewModes-CycleSharingExample.xml
+
+### 2021.04.14 NewModes: Revise AT#9 Add missing enum values to __MobilityConstraintZone__. __TransportZoneUseEnumeration__: _allUsesAllowed_ and _noPassThrough_ . [#161](https://github.com/NeTEx-CEN/NeTEx/pull/161)
+ * _Updates to xml schema_:
+ * netex_nm_mobilityServiceConstraintZone_version.xsd
+ * _Updates to xml examples_:
+ * NewModes-CycleSharingExample.xml
+
+### 2021.03.10 NewModes: Revisions to support GBS. add _targetPlatform_ attribute to _InfoLink_.
+ * New modes: add target platform to attributes of __InfoLink__.
+ * _Updates to xml schema_:
+ * netex_utilityTypes.xsd
+
+### 2021.03.10 NewModes: Revisions to support GBFS.
+ * Add _RentalAvailability_ and _ParkingBayCondition_.
+ * _Updates to xml schema_:
+ * RENAME parkingBayStatus to netex_nm_vehicleParkingAreaInformation_support.xsd
+ * RENAME nm_mobilityJourneyFrame_version.xsd
+ * netex_nm_publication_version.xsd
+ * netex_all_objects_part5_newModes.xsd
+ * netex_nm_mobilityJourneyFrame_version.xsd
+ * NeTEx.SPP
+ * NeTEx.xpr
+ * _Updates to xml examples_:
+ * NewModes-CarPoolingExample.xsd
+
+### 2021.01.29 Bug Issue #143 Correct data type of __GapToPlatform__. [#149](https://github.com/NeTEx-CEN/NeTEx/pull/149)
+ * _Updates to xml schema_:
+ * netex_equipmentVehiclePassenger_version.xsd.xsd
+
+### 2021.01.10 NewModes: Revisions.
+ * Add constraint for __ModeRestrictionAssessment__.
+ * Add unverified status to __AccountStatusType__.
+ * __Customer__: Add EMail and Phone verification flag.
+ * Add __allVehicles__ enbum value to __SelfDriveMode__ values.
+ * _Updates to xml examples_:
+ * NewModes-CarPoolingExample.xsd
+ * NewModes-CyclePoolingExample.xsd
+ * NewModes-CyclePoolingExample.xsd
+ * _Updates to xml schema_:
+ * netex_mobilityService_version.xsd
+ * netex_salesContract_support.xsd
+ * netex_salesContract_version.xsd
+ * netex_nm_publication_version.xsd
+
+### 2021.01.08 NewModes: Revisions.
+ * Rename __PersonalVehicleType__ to __SimpleVehicleType__.
+ * Drop __MobilityServiceElement__ and use __DistanceMatricElement__ instead.
+ * _Updates to xml examples_:
+ * NewModes-CarPoolingExample.xsd
+ * NewModes-CyclePoolingExample.xsd
+ * NewModes-CyclePoolingExample.xsd
+ * _Updates to xml schema_:
+ * netex_distanceMatrixElement_version.xsd
+ * netex_farsStructureElement_version.xsd
+ * netex_nm_publication_version.xsd
+ * REMOVE netex_nm_mobilityServiceElement_support.xsd
+ * REMOVE netex_nm_mobilityServiceElement_version.xsd
+### 2020.12.11 NewModes: Revisions
+ * Rename __PersonalVehicleType__ to __SimpleVehicleType__.
+ * Drop __PublicTransportOrganisationType__.
+ * Add expiry date to __AccessCode__.
+ * _Updates to xml schema_:
+ * netex_submmode_version.xsd
+ * netex_mode_version.xsd
+ * netex_mode_support.xsd
+ * netex_vehicleType_support.xsd
+ * netex_vehicleType_version.xsd
+ * netex_transportOrganisation_support.xsd
+ * netex_transportOrganisation_version.xsd
+ * netex_mobilityService_support.xsd
+ * netex_mobilityService_version.xsd
+ * netex_onlineService_version.xsd
+ * netex_trainElement_version.xsd
+ * netex_accessCredentials_version.xsd
+
+### 2020.11.06 NewModes: Corrections
+ * Drop unused __ContinuousModes__ enumeration.
+ * _Updates to xml schema_:
+ * netex_mode_support.xsd
+
+### 2020.11.06 NewModes: Corrections
+ * Correct __ParkingEquipment__ supertypes.
+ * _Updates to xml schema_:
+ * netex_nm_parkingEquipment_version.xsd
+ * netex_nm_parkingEquipmentsupport.xsd
+ * netex_nm_parkingEquipment_version.xsd
+
+### 2020.11.12 NewModes: Corrections
+ * Rename __ModelEquipmentProfile__ to __VehicleModelProfile__, __CycleEquipmentProfile__ to __CycleModelProfile__, , __CarEquipmentProfile__ to __CarModelProfile__
+ * Correct comments and missing types. Move __Contact__ into organisation package.
+ * _Updates to xml examples_:
+ * NEW NewModes-CarPoolingExample.xsd
+ * NEW NewModes-CyclePoolingExample.xsd
+ * _Updates to xml schema_:
+ * netex_nm_vehicleType_support.xsd
+ * netex_nm_fleetEquipment_support.xsd
+ * netex_nm_fleetEquipment_version.xsd
+ * netex_publication.xsd
+
+### 2020.11.06 NewModes: Corrections
+ * Rename __GeneralVehiclePooling__ to __CarPoolingService__.
+ * Correct comments and missing types. Move __Contact__ into organisation package.
+ * _Updates to xml examples_:
+ * NEW NewModes-CarPoolingExample.xsd
+ * _Updates to xml schema_:
+ * netex_organisation_support.xsd
+ * netex_organisation_version.xsd
+ * netex_transportOrganisation_version.xsd
+ * netex_nm_mobilityService_support.xsd
+ * netex_nm_mobilityService_version.xsd
+ * netex_publication.xsd
+
+### 2020.11.06 NewModes (Norway): Enhace Organisations
+ * Add relationship between organisations: * Add __RelatedOrganisation__, with __OrganisationRole__ enumerations.
+ * Add reusable __Contact__ details.
+ * _Updates to xml schema_:
+ * netex_organisation_support.xsd
+ * netex_organisation_version.xsd
+ * netex_transportOrganisation_version.xsd
+ * netex_all_objects_generic.xsd
+ * netex_salesDistribution_version.xsd
+ * netex_publication.xsd
+ * NeTEx,SPP
+
+### 2020.11.06 Incorporate master udpates :
+ * Issue #124, Add _multimodalQuay_ enumeration to __Quay__.
+ * Fix typo on __AllInclusivePriceType__.
+ * _Updates to xml schema_:
+ * netex_all_frames_framework.xsd
+ * netex_stopPlace_support.xsd
+ * netex_facilityUic_support.xsd
+
+### 2020.10.21 NewModes : Car service example and miscellaneous small revisions.
+ * Add XML Example of Chauffeured car service; revise schema to enable.
+ * NewModes: Add __MobilityServiceElement__ to __Tariff__.
+ * Geofencing:
+ * Add new __MobilityServiceConstraintZone__ : for geofenceing. Add to __ResourceFrame__.
+ * __RoutingConstraintZone__ : Add _forbiddenZone_, _passThroughUseOnly_, _cannotBoardInZone_ and _mustAlightInZone_ to __ZoneUse__.
+ * Individual Traveller:
+ * Add __IndividualTraveller__ with __IndividualTravellerInfo__ and __VehiclePoolingDriverInfo__,
+ * Add _member_ and _other_ to __UserProfile__ __UserType__ enumeration.
+ * Add _unspecified_ enum value to __GenderEnumeration__, for use in __IndividualTraveller__.
+ * Usage Paremeters:
+ * Rename __HireChargePolicy__ to __RentalChargePolicy__ and move to separate rental operations package.
+ * Add _fine_ and _findHandlingFee_ to __RentalPolicy__ values.
+ * Vehicles:
+ * Add __PropulsionType__ (with enum values) and __MaximumRange__ to __TransportType__,
+ * Add __Description__, and __ModelProfileRef__ to __Vehicle__,
+ * Rename __TypeofFuel__ to __FuelType__ (Depreceate __TypeOfFuel__),
+ * __Parking__ add open vehicle types using __TransportTypeRef__.
+ * _Updates to xml examples_:
+ * NEW NewModes-ChauffeuredServiceExample.xsd
+ * _Updates to xml schema_:
+ * netex_routingConstraint_support.xsd
+ * NEW netex_mobilityServiceConstraint_support.xsd
+ * NEW netex_mobilityServiceConstraint_version.xsd
+ * netex_distribution_support.xsd
+ * netex_parking_support.xsd
+ * netex_parking_version.xsd
+ * netex_equipmentENergySupport_support.xsd
+ * netex_fareStructureElement_support.xsd
+ * NEW netex_nm_individualTraveller_support.xsd
+ * NEW netex_nm_individualTraveller_version.xsd
+ * netex_vehicleType_support.xsd
+ * netex_vehicleType_version.xsd
+ * netex_all_objects_part5_newModes.xsd
+
+### 2020.10.20 NewModes : Car pooling example and miscellaneous small revisions. [#190](https://github.com/NeTEx-CEN/NeTEx/pull/190)
+ * NewModes:Add XML Example of Car Pooling Service, revise schema to enable.
+ * Frames
+ * TM Support: __SalesTransactionFrame__ : Add __MediumAccessDevice__.
+ * General: __ResourceFrame__ : Add __FacilitySets__.
+ * __ConditionSummary__ (for __FareProduct__ and __SalesOfferPackage__): Add __RentalConditionSummaryGroup__.
+ * Utility types: __InfoLinks__ add _mobileAppDownload_ value to __infoLinkTypes__ enumeration.
+ * Facilities: Add _AnimalsAllowed_ enum value to __NuisanceFacility__. Add missing _taxiRank_ enumeration value to __StopPlaceType__,
+ * _Updates to xml schema_:
+ * NEW NewModes-CarPoolingExample.xsd
+ * netex_salesContract_version.xsd
+ * netex_salesTransaction_version.xsd
+ * netex_usageParameterEligibility_support.xsd
+ * netex_facility_support.xsd
+ * netex_parkingSupport_version.xsd
+ * netex_utilityTypes_version.xsd
+ * netex_resourceFrame_version.xsd
+ * netex_customerEligibility_version.xsd
+
+### 2020.10.16 NewModes : Cycle example and miscellaneous small revisions.
+ * NewModes: Add XML Example of Cycle Sharing service, revise to enable new features.
+ * Usage Parameters
+ * New Modes: __UsageValidityPeriod__ : __ Add _accessCode_ value to __ActivationMeans__ enumeration.
+ * NewModes: Add new __HirePenaltyPolicy__ parameter with _noVehicleReturn_, _lateVehicleReturn_, _damageToVehicle_, _damageToEquipment_, etc, values.
+ * NewModes: __ChargingPolicy__ : Add __DepositPolicy__ attribute with enum values.
+ * Fare Product
+ * NewModes: Add __RequiresDeposit__ and __NoCashPayment__ to __CommercialConditionSummary__.
+ * FIX: __ChargingMomementType__ add new value _beforeTravelThenAdjustAtEndOfTravel_; correct typo on _beforeStartThenAdjustAtEndOfFareDay__
+ * Fare Table:
+ * Add __EquipmentRef__ to __FareTable__ and __Cell__ specifics.
+ * Organisation:
+ * NewModes: __Organisation__; Add __onlineProvider__ to __OrganisationType__ enumeration
+ * Equipment:
+ * NewModes: Add _docks_ value to __CycleStorageType__ enumeration values.
+ * __LuggageStorageFacilities__: add enumeration values _skiRacks_ and _skiRacksAtRear_.
+ * Network Restriction
+ * NewModes: __NetworkRestrictions__ : Widen all references __VehicleTypeRef__ to be __TransportTypeRef__
+ * _Updates to xml schema_:
+ * NEW NewModes-CycleSharingExample.xsd
+ * netex_organisation_support.xsd
+ * netex_equipmentParking_support.xsd
+ * netex_facility_support.xsd
+ * netex_networkRestriction_version.xsd
+ * netex_parking_version.xsd
+ * netex_usageParameterTravel_support.xsd
+ * netex_usageParameterCharging_support.xsd
+ * netex_usageParameterCharging_version.xsd
+ * netex_fareTable_version.xsd
+ * netex_usageParameterCharging_version.xsd
+ * netex_nm_accessCredentialAssignment_version.xsd
+ * netex_conditionSummary_support.xsd
+
+### 2020.10.15 NewModes : Revise condition summary.
+ * NewModes: __FareProduct__ / __ConditionSummary__: Add __Mode__ and __ModeOfOperation__.
+ * FIX: __Site__: Add _transport_ value to __SiteType__ enumeration values.
+ * _Updates to xml schema_:
+ * netex_site_support.xsd
+ * netex_resourceFrame_version.xsd
+ * netex_conditionSummary_support.xsd
+
+### 2020.10.15 NewModes : Add Constraints for NewMode entities.
+ * _Updates to xml schema_:
+ * netex_networkRestriction_version.xsd
+ * netex_nm_publication_version.xsd
+
+### 2020.10.15 NewModes : Revise Frames
+ * _Updates to xml schema_:
+ * netex_nm_mobilityServiceFrame_version.xsd
+ * netex_nm_vehicleMeetingPoint_version.xsd
+ * netex_nm_singleJourneyPath_version.xsd
+
+### 2020.10.15 NewModes : Add attributes from IXSO
+ * NewModes:Update __FleetEquipment__: add attributes from IXSO.
+ * _Updates to xml schema_:
+ * netex_nm_fleetEquipment_support.xsd
+ * netex_nm_fleetEquipment_version.xsd
+
+### 2020.10.15 NewModes : Fares support.
+ * NewModes: Add __LocalServiceRef__ and __MobilityServiceRef__ to __Tariff__ applicability.
+ * NewModes: Add __MobilityServiceElement__ and __MobilityServiceElementPrice__.
+ * _Updates to xml schema_:
+ * netex_fareStructureElement_version.xsd
+ * netex_ifopt_allObjects.xsd
+ * NEW netex_nm_mobilityServiceElement_support.xsd
+ * NEW netex_nm_mobilityServiceElement_version.xsd
+
+### 2020.10.14 NewModes : Parking Caspacity.
+ * NewModes: Add __ParkingCapacityAssignment__
+ * _Updates to xml schema_:
+ * netex_ifopt_allObjects.xsd
+ * NEW netex_nm_parkingCapacityAssignment_support.xsd
+ * NEW netex_nm_parkingCapacityAssignment_version.xsd
+
+### 2020.10.14 NewModes : Corrections to "all object" include files,
+ * FIX: Clean up all_object includes. Add missing files.
+ * _Updates to xml schema_:
+ * netex.spp
+ * netex_ifopt_allObjects.xsd
+ * DELETE netex_accounting_version.xsd
+ * netex_allObjects_part2_journeyTimes.xsd
+ * netex_allObjects_reusableComponents.xsd
+ * netex_all_objects_part3_salesTransactions
+
+### 2020.10.14 NewModes : Revise __Parking__ model.
+ * NewModes: Add __VehicleServiceParkingBay__ and __ParkingBayStatus__ .
+ * _Updates to xml schema_:
+ * netex_all_objects_part5_newModes.xsd
+ * netex_nm_parkingBayStatus_support.xsd
+ * netex_nm_parkingBayVersion_version.xsd.
+
+### 2020.10.13 NewModes : Fare model updates.
+ * NewModes: __CustomerPurchasePackage__: Add __MediumApplicationRef__.
+ * NewModes: Eligibility __UsageParameter__: Add __VehiclePoolerProfile__.
+ * _Updates to xml schema_:
+ * netex_netex_customerPurchasePackage_version.xsd
+ * netex_nm_usageParameterEligibility_support.xsd
+ * netex_nm_usageParameterEligibility_version.xsd.
+ * netex_nm_salesContract_version.xsd.
+
+### 2020.10.11 NewModes: File reorganise and rename to follow dependencies
+ * TIDY UP Move prerequisite files to NeTEx framework. Add "nm" to file name to distinguish.
+ * _Updates to xml schema_:
+ * MOVE to RC: netex_netex_nm_fleet_support.xsd
+ * MOVE to RC: netex_netex_nm_fleet_version.xsd
+ * MOVE to RC: netex_netex_nm_fleetEquipment_support.xsd
+ * MOVE to RC: netex_netex_nm_fleetEquipment_version.xsd
+ * MOVE to IFOPT: netex_taxiPlace_support.xsd
+ * MOVE to IFOPT: netex_taxiPlace_version.xsd
+ * MOVE to FM_ST: netex_mediumAplication_support.xsd
+ * MOVE to FM_ST: netex_mediumApplication_version.xsd
+ * MOVE to FM_ST: netex_customerPaymentMeans_support.xsd
+ * MOVE to FM_ST: netex_customerPaymentMeans_version.xsd
+ * RENAME as netex_netex_nm_fleet_version.xsd
+ * RENAME as netex_netex_nm_fleet_support.xsd
+ * RENAME as netex_netex_nm_fleet_version.xsd
+ * RENAME as netex_netex_nm_fleetEquipment_support.xsd
+ * RENAME as netex_netex_nm_fleetEquipment_version.xsd
+ * RENAME as netex_netex_nm_mobilityService_support.xsd
+ * RENAME as netex_netex_nm_mobilityService_version.xsd
+ * RENAME as netex_netex_nm_onlineService_support.xsd
+ * RENAME as netex_netex_nm_onlineService_version.xsd
+ * RENAME as netex_nm_vehicleMeetingPoint_support.xsd
+ * RENAME as netex_nm_vehicleMeetingPoint_version.xsd
+ * RENAME as netex_nm_vehicleMeetingPointAssignment_support.xsd
+ * RENAME as netex_nm_vehicleMeetingPointAssignment_version.xsd
+ * RENAME as netex_nm_taxiPlace_support.xsd
+ * RENAME as netex_nm_taxiPlace_vesion.xsd
+ * RENAME as netex_nm_vehicleMeetingPlace_support.xsd
+ * RENAME as netex_nm_vehicleMeetingPlace_vesion.xsd
+ * RENAME as netex_nm_vehicleAccessCredentials_support.xsd
+ * RENAME as netex_nm_vehicleAccessCredentials_vesion.xsd
+
+### 2020.10.11 NewModes Price Tidy ups - update references, fixes.
+ * NewModes __FareTable___ Update __CellReferences__:
+ * Add __VehicleTypeRef__ . __VehicleModelRef__, __ModelEquipmentRef__, __EquipmentRef__.
+ * _Updates to xml schema_:
+ * netex_fareTable_version.xsd
+
+### 2020.10.09 NewModes Tidy ups - update references, fixes.
+ * NewModes: revise __TravelSpecificationSummary__:
+ * Add __VehicleMeetingPoint__ and __VehicleMeetingPlace__ to __TravelSpecificationSummaryEndpoint__.
+ * __TravelSpecificationSummary__: Add __SingleJourneyRef__.
+ * NewModes: Widen refernce to use __TransportOrganisationRef__ rather than __OperatorRef__
+ * Revise reference: __TravelSpecificationSummaryEndpoint__.
+ * Revise reference: __SiteConnection__.
+ * Revise reference: __FareTable__.
+ * Revise reference: __JourneyDesignator__.
+ * NewModes: Widen reference to use __TransportTypeRef_ rather than __VehicleRef__.
+ * Revise reference: __TimetableFrame__.
+ * Revise reference: __ParkingTariff__, __Parking_Properties__.
+ * Revise reference: __Fleet__.
+ * Revise reference: __SingleJourneyPath__: Add __OnwardMeetingLinkRef__ to __PointInSingleJourneyPath__.
+ * __FareTable__ : Add __SingleJourneyRef__, __GroupOfSingleJourneysRef__.
+ * _Updates to xml schema_:
+ * netex_travelSpecificationSummary_version.xsd
+ * netex_timetableFrame_version.xsd
+ * netex_siteConnection_version.xsd
+ * netex_fleet_version.xsd
+ * netex_singleJourneyPath_version.xsd
+ * netex_journeyDesignator_support.xsd
+ * netex_parkingTariff_version.xsd
+ * netex_fareTable_version.xsd
+
+### 2020.10.09 NewModes: Revise booking arrangements
+ * NewModes: Add __ServiceBookingArrangement__ to __MobilityService__.
+ * General: Add further __PaymentMethodType__ enum values; _mobileApp_ and _atCounter_ to __BookingMethod__ .
+ * _Updates to xml schema_:
+ * netex_serviceRestriction_support.xsd
+ * netex_serviceRestriction_version.xsd
+ * netex_usageParameterBooking_support.xsd
+ * netex_usageParameterBooking_version.xsd
+
+### 2020.10.09 NewModes: Allow a colour to be associated with a parking etc.
+ * NewModes: Add __Presentation__ to __SiteElement__.
+ * _Updates to xml schema_:
+ * netex_ifopt_site_version.xsd
+
+### 2020.10.07 NewModes Add new frames
+ * NewModes: Add __MobilityServiceFrame__ and __MobilityJourneyFrame__.
+ * Updates to xml schema_:
+ * netex_all_objects_part5_newModes.xsd
+ * NEW netex_mobilityServiceFrame_version.xsd
+ * NEW netex_mobilityJourneyFrame_version.xsd
+
+### 2020.10.07 NewModes: Make new mode elements assignable as fare parameters.
+ * Add parameters to __ValidityParameterAssignments__.
+ * _Updates to xml schema_:
+ * netex_all_objects_part5_newModes.xsd
+
+### 2020.10.07 NewModes: Implement TM6.0 Fare entities not yet in NeTEx.
+ * Add __MediumAccessDevice__, __CustomerPaymentMeans__.
+ * _Updates to xml schema_:
+ * netex_all_objects_part5_newModes.xsd
+ * NEW netex_mediumApplication_support.xsd
+ * NEW netex_mediumApplication_version.xsd
+ * NEW netex_customerMeans_support.xsd
+ * NEW netex_customerMeans_version.xsd
+ * NEW netex_vehicleAccessCredentials_support.xsd
+ * NEW netex_vehicleAccessCredentials_version.xsd
+ * netex_salesContract_support.xsd
+
+### 2020.10.07 NewModes: Equipment additions.
+ * NewModes: Add __VehicleReleaseEquipment__, __RefuellingEquipment__ ,
+ * NewModes: __TransportType__: Add __ModelProfile__.
+ * _Updates to xml schema_:
+ * netex_all_objects_part5_newModes.xsd
+ * netex_parkingEquipment_support.xsd
+ * netex_parkingEquipment_version.xsd
+ * netex_vehicleType_support.xsd
+ * netex_vehicleType_version.xsd
+ * NEW netex_fleetEquipment_support.xsd
+ * NEW netex_fleetEquipment_version.xsd
+ * NEW netex_equipmentEnergy_support.xsd
+ * NEW netex_equipmentEnergy_version.xsd
+
+### 2020.10.06 NewModes: Add single journey support.
+ * NewModes: Add __SingleJourney__ and ___SingleJourneyPath__.
+ * NewModes: Add __ModeRestrictionAsssessment__ to __RouteLink__.
+ * _Updates to xml schema_:
+ * netex_all_objects_part5_newModes.xsd
+ * NEW netex_singleJourney_support.xsd
+ * NEW netex_singleJourney_version.xsd
+ * NEW netex_singleJourneyPath_support.xsd
+ * NEW netex_singleJourneyPath_version.xsd
+ * NEW netex_vehicleServicePlaceAssignment_support.xsd
+ * NEW netex_vehicleServicePlaceAssignment_version.xsd
+ * netex_route_support.xsd
+ * netex_route_version.xsd
+
+### 2020.10.06 NewModes: Add topology elements; points, places and assignments.
+ * NewModes: Add __VehicleMeetingPooint__ and ___VehicleMeetingLink__.
+ * NewModes: Add __VehicleMeetingPlace__ and ___VehicleServicePlaceAssignments__, with subtypes.
+ * NewModes: Add __VehicleMeetingPoint__ to __Connection__ end.
+ * _Updates to xml schema_:
+ * netex_all_objects_part5_newModes.xsd
+ * NEW netex_vehicleMeetingPoint_support.xsd
+ * NEW netex_vehicleMeetingPoint_vesion.xsd
+ * NEW netex_vehicleMeetingPointAssignment_support.xsd
+ * NEW netex_vehicleMeetingPointAssignment_version.xsd
+ * NEW netex_taxiPlace_support.xsd
+ * NEW netex_taxiPlace_vesion.xsd
+ * NEW netex_vehicleMeetingPlace_support.xsd
+ * NEW netex_vehicleMeetingPlace_vesion.xsd
+ * netex_servicePattern_version.xsd
+
+### 2020.10.04 NewModes: Update responsibility role types.
+ * NewModes: Add new enumeration values for __StakeholderRoleType__ and __DataRoleType__.
+ * _Updates to xml schema_:
+ * netex_responsibilities_support.xsd
+
+### 2020.10.04 NewModes: Add mobility services.
+ * NewModes: Add __MobilityService__ and subtypes, add __OnlineServiceOperator__.
+ * _Updates to xml schema_:
+ * netex_all_objects_part5_newModes.xsd
+ * NEW netex_mobilityService_support.xsd
+ * NEW netex_mobilityService_version.xsd
+ * NEW netex_onlineService_support.xsd
+ * NEW netex_onlineService_version.xsd
+ * netex.spp
+
+### 2020.10.04 NewModes: Revise __VehicleType__
+ * Add __TransportType__ and __PersonalTransportType__.
+ * _Updates to xml schema_:
+ * NEW netex_fleet_support.xsd
+ * NEW netex_fleet_version.xsd
+ * netex_vehicleType_support.xsd
+ * netex_vehicleType_version.xsd
+ * netex_train_support.xsd
+ * netex_train_version.xsd
+ * netex_vehicleJourney_version.xsd
+ * netex_all_objects_reusableComponents.xsd
+ * NEW netex_all_objects_newModes.xsd
+
+### 2020.10.04 NewModes Revise Transport Organisations.
+ * NewModes: Add __TransportOrganisation__ and __PublicTransportOrganisation__.
+ * _Updates to xml schema_:
+ * netex_transportOrganisation_support.xsd
+ * netex_transportOrganisation_version.xsd
+
+### 2020.10.04 NewModes: Add references to __ModeOfOperation__.
+ * NewModes: Update existing references to __Mode__ to include __ModeOfOperation__.
+ * _Updates to xml schema_:
+ * netex_transportOrganisation_version.xsd
+ * netex_vehicleType_version.xsd
+ * netex_stopPlace_version.xsd
+ * netex_flexiblStopPlace_version.xsd
+ * netex_equipmentTicketing_version.xsd
+ * netex_equipmentSigns_version.xsd
+ * netex_access_version.xsd
+ * netex_line_version.xsd
+ * netex_servicePattern_version.xsd
+ * netex_assistenceBooking_version.xsd
+ * netex_accessRightParameter_version.xsd
+ * netex_usageParameterTravel_version.xsd
+ * netex_fareFrame_version.xsd
+
+### 2020.10.04 NewModes : Revise modes
+ * NewModes Add __ModeOfOperation__.
+ * FIX: Also correct typos in __Notice__ file.
+ * _Updates to xml schema_:
+ * NEW netex_modeOfOperation_support.xsd
+ * NEW netex_modeOfOperation_version.xsd
+ * netex_mode_support.xsd
+ * netex_mode_version.xsd
+ * netex_notice_version.xsd
+ * netex.spp
+----
+## Version 1.1.2 - Base version plus further minor fixes comprising.
+
+### 2020.08.11 Update Oxygen project to include new examples
+ * _Other updates_:
+ * netex.xpr
+ * _Updates to examples_:
+ * \examples\standards\era_uic\Netex_Eurostar mapping_era_1.xml
+ * \examples\standards\era_uic\Netex_Eurostar mapping_era_2.xml
+ * \examples\standards\era_uic\Netex_era_uic_joiningsplitting.xml
+ * \examples\standards\era_uic\Netex_era_uic_timetable_hack_01.xml
+ * \examples\standards\norway\stops\BasicStopPlace_example.xml
+
+### 2020.08.11 FIX Issue #110 Add missing fuel types to __VehicleType__ / __FuelType__ [#110](https://github.com/NeTEx-CEN/NeTEx/pull/110)
+ * Additional values: _electricContact, battery, dieselBatteryHybrid, petrolBatteryHybrid, biodiesel, hydrogen, liquidGas, methane, ethanol_.
+ * _Updates to xml schema_:
+ * netex_framework\netex_reusableComponents\netex_vehicleType_support.xsd
+
+### 2020.08.11 FIX Issue #106 *Schema*: Add missing constraints for allow __GeneralZone__ and __AdministrativeZone__
+ * _Updates to xml schema_:
+ * netex_publication_version.xsd
+
+### 2020.08.11 FIX Issue #104 *Framework*: Add __ResponsibilityRole__ in __ResourceFrame__ [#112](https://github.com/NeTEx-CEN/NeTEx/pull/112)
+ * _Updates to xml schema_:
+ * netex_framework\netex_frames\netex_resourceFrame_version.xsd"
+
+### 2020.08.10 FIX Issue #108 *Framework*: Allow __ServiceCalendar__ to hold __UuicOperatingPeriod__ [#109](https://github.com/NeTEx-CEN/NeTEx/pull/109)
+ * _Updates to xml schema_:
+ * netex_framework\netex_reusableComponents\netex_serviceCalendar_support.xsd
+ * netex_framework\netex_reusableComponents\netex_serviceCalendar_version.xsd
+ * netex_publication_version.xsd
+ * _Updates to examples_:
+ * Add NTA XML examples
+
+### 2020.07.29 FIX Issue #97 *Part2*: Add __NormalDatedJourney__ and __DatedVehicleJourney__ to journeys in __TimetableFrame__.
+ * _Updates to xml schema_:
+ * netex_part2\netex_journeyTimes\netex_datedVehicleJourney_version.xsd
+
+----
+## Version 1.2.0 - Updated NeTEx Schema
+The Part 1, Part 2, & Part 3 Schemas include minor corrections and enhancements since the issue of the Version 1.0 documents.
+The revised Version 1.1 documents include the changes.
+Base version plus further minor fixes comprising##
+
+### 2020.07.28 EXAMPLES Revise fare examples.
+ * _Updates to xml schema_:
+ * NONE
+ * _Updates to xml examples_:
+ * Extensive
+
+### 2020.07.28 FIX Issue #101*Publication*:Add missing constraints for __FareTableRow__, __FareTableColumn__, __TypeOfLine__ and for __FareZone__ Parent,
+ * _Updates to xml schema_:
+ * netex_framework/netex_genericFramework/netex_publication_version.xsd
+ * _Updates to xml examples_:
+ * Netex_era_distance_ro.xml.
+
+### 2020.07.28 FIX Issue #100*FRAMEWORK*: Correct the substitution group on OrganisationUnit.
+ * _Updates to xml schema_:
+ * netex_framework/netex_genericFramework/netex_organisation_version.xsd
+
+### 2020.06.21 FIX Issue #75*FRAMEWORK*: __FareClass__ Remove space from end of __secondClass__ enumeration value.
+ * _Updates to xml schema_:
+ * netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd
+
+### 2020.06.21 PARTIAL FIX Issue #73*PART2*:Recursive includes:
+ * NJSK Remove cyclic inclusion dependency.
+ * _Updates to xml schema_:
+ * netex_flexibleService Journey.xml
+
+### 2020.06.21 FIX Issue #78 *PART2*:Journey Coupling:
+ * NJSK __JourneyCouple__ / __MainPartRef__ should be of type __JourneyPartRef__.
+ * _Updates to xml schema_:
+ * netex_coupledJourney.xml
+
+### 2020.06.21 FIX Issue #92 *FRAMEWORK*:LinkProjection NJSK
+ * Expose the missing __EntityInVersion__ elements on the __LinkProjection__ derivation
+ * _Updates to xml schema_:
+ * netex_projectionVersion.xml
+
+----
+## Version 1.10 - Base version plus minor fixes comprising
+ * Norway contributions,
+ * The approved 1.1 CRs 1-50
+ * Rollup of fixes and additional documentation on other fixes.
+ * Corrections to integration of NK 1.09.
+ * 51-55 CRs from Meeting Feb 2019. Also CRs from NL, EURA, UK, Norway and SBB input.
+
+The Part 1, Part 2, & Part 3 Schemas include minor corrections and enhancements since the issue of the Version 1.0 documents.
+The revised Version 1.1 documents include the changes.
+
+### 2019.05.17 FIX *PART3:FARES*: NJSK __FarePointInPattern__ Fix case on __isFareStage__ and __isForbidden__
+ * _Updates to xml schema_:
+ * netex_production.xml
+
+### 2019.05.15 FIX *PART1:ND*: NJSK Add constraints on __TypeOfLineRef__
+ * _Updates to xml schema_:
+ * netex_publication.xml
+
+### 2019.05.14 EXMP *FRAMEWORK*: NJSK Add Serbia and Montenegro to country codes
+ * _Updates to xml schema_:
+ * netex_countrySupport.xml
+
+### 2019.05.10 EXMP *EXAMPLES*: NJSK Revise UK examples to have UK Profile data.
+ * _Updates to xml examples_: Many
+
+### 2019.05.19 FIX *PART1:ND*: NJSK Fix - remove empty value for CompassBearing enum
+ * _Updates to xml schema_:
+ * netex_locationTypes.xml
+ * netex_routeInstructionVersion.xml
+
+### 2019.05.02 FIX *FRAMEWORK*: NJSK Fix constraints on __DefaultCodespaceRef__
+ * Also Corrections to a lot of examples.
+ * _Updates to xml schema_:
+ * netex_publication.xml
+
+### 2019.05.01 FIX *FRAMEWORK*: NJSK Fix constraints on __DefaultDataSourceRef__ and __DefaultResponsibilitySetRef__.
+ * ALso add EPIP draft profile metadata
+ * _Updates to xml schema_:
+ * netex_publication.xml
+ * netex.spp
+ * _Updates to xml examples_:
+ * uk_fxc_addon_HSP_plusbus.xml
+ * Netex_era_toc_uk.xml
+ * Netex_era_crossborder_de.xml
+ * uk_fxc_pass_Metrobus_metrorider.xml
+ * uk_fxc_trip_First_WoE_Line48_stage+Passes.xml
+ * uk_fxc_trip_First_WoE_Line48_stage-distance_minimal1.xml
+ * Netex_tap_tsi_tcvg_stations_1.xml
+ * epip_common_profile.xml
+
+### 2019.04.29 FIX *PART2:ND*: NJSK Fix Constraints on __JourneyPart__.
+ * _Updates to xml schema_:
+ * netex_publication.xml
+
+### 2019.04.28 FIX *FRAMEWORK*: NJSK Fix Constraints on __ParkingPassengerEntrance__ and __VehicleEntranceForParking__.
+ * _Updates to xml schema_:
+ * netex_publication.xml
+ * netex_parking_support.xml
+ * netex_parking_version.xml
+
+### 2019.05.01 FIX *Parts2VS*: NJSK Fix Add missing _ParentRef__ to __FlexibleService__.
+ * Also add missing flexble attributes to __SpecialService__
+ * _Updates to xml schema_:
+ * netex_flexibleService.xml
+ * netex_ServiceJourney.xml
+
+### 2019.04.29 FIX *PART1:ND*: NJSK Fix Dummy __TariffZone__ should be abstract.
+ * _Updates to xml schema_:
+ * netex_zone_version.xml
+
+### 2019.04.29 FIX *PART2:ND*: NJSK Fix Constraints on __JourneyPart__.
+ * _Updates to xml schema_:
+ * netex_publication.xml
+
+### 2019.04.19 __CHECKPOINT__.
+ - Revised v1.1 versions of NeTEx UML diagrams, and revised draft NeTEx Part1, Part2 and Part3 documents correspond to this point.
+
+### 2019.04.19 FIX *Parts3FARES3*: NJSK Add missing __TypeOfFareTable__ element.
+ * _Updates to xml schema_:
+ * netex_fareTable_version.xml
+
+### 2019.04.18 FIX *Parts3FARES3*: NJSK Support Place to Place travel.
+ * __AccessRightParameter__: Add __AddressRef__, __TopoographicPlaceRef__ and __PlaceUseEnum__.
+ * __InterchangeRule__ use of __ServiceDesignator__ versus __JourneyDesignator__
+ * _Updates to xml schema_:
+ * netex_accessRightParameter_support.xml
+ * netex_accessRightParameter_version.xml
+ * netex_travelSpecificationSummary_version.xml
+
+### 2019.04.18 FIX *Parts1,2,3*: NJSK Fix: Tidy up Designators.
+ * __AccessRightParameter__: Add __AddressRef__, __TopoographicPlaceRef__ and __PlaceUseEnum__.
+ * Modularise __ServiceDesignator__ and __JourneyDesignator__ (no functional change).
+ * Add __JourneyDesignator__ to __InterchangeRule__ and __GroupOfServiceJourneysMember__.
+ * _Updates to xml schema_:
+ * netex_journeyDesignator_support.xml
+ * netex_interchangeRuletravelSpecificationSummary_version.xml
+ * netex_serviceJourney_version.xml
+
+### 2019.04.16 FIXDoc *Part1-IFOPT*: NJSK __Parking__ - correct dependencies.
+ * Drop __Parking / tariffs relationship__: __ParkingTariff__ can reference __Parking__ but not vice versa.
+ * Also add missing parents to __ParkingCapacity__.
+ * NB this will break existing XML that uses __Parking / charges__ relationship.
+ * _Updates to xml schema_:
+ * netex_par *king_version.xml
+ * _Updates to xml examples_:
+ * netex_10_StopPlace_withParking_1.xml
+ * netex_21_Sites_Parking_1.xml
+ * netex_21_Sites_Parking_2.xml
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.04.16 FIXDoc *Part1-IFOPT*: NJSKCorrect __VehicleStoppingPosition__ to reflect UML model.
+ * Add missing elements to implement relationships between components.
+ * _Updates to xml schema_:
+ * netex_stopPlace_version .xml
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.04.15 FIXDoc *Part1-TP*: NJSK __TimeDemandType__: Add missing __OperationalContextRef__.
+ * _Updates to xml schema_:
+ * netex_timedDemandType_version .xml
+ * netex_stopPlace_version .xml
+ * _Documentation Changes_: [uml_diagram: ok], [doc-done]
+
+### 2019.04.15 FIXDoc *Part1-IFOPT*: NJSK Fix __TypeOfEntity__ and __TypeofValue__ descendants to make root elements visible.
+ * _Updates to xml schema_:
+ * netex_organisation_version.xsd
+ * netex_responsibilitySet_version.xsd
+ * netex_place_version.xsd
+ * netex_pointAndLink_version.xsd
+ * netex_pointAndLinkSequence_version.xsd
+ * netex_projection_version.xsd
+ * netex_spatialFeature_version.xsd
+ * netex_zone_version.xsd
+ * netex_equipment_version.xsd
+ * netex_facility_version.xsd
+ * netex_notice_version.xsd
+ * netex_securityList_version.xsd
+ * netex_serviceRestrictions_version.xsd
+ * netex_activation_version.xsd
+ * netex_line_version.xsd
+ * netex_journeyPattern_version.xsd
+ * netex_timeDemandType_version.xsd
+ * netex_ifopt_checkConstraint_version.xsd
+ * netex_ifopt_serviceFeature_version.xsd
+ * netex_flexibleService_version.xsd
+ * netex_accessRightParameter_version.xsd
+ * netex_fareStructureElement_version.xsd
+ * netex_salesOfferPackage_version.xsd
+ * netex_retailConsortium_version.xsd
+ * netex_salesContract_version.xsd
+ * netex_coupledJourney_version.xsd
+ * netex_usageParameter_version.xsd
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-done]
+
+### 2019.04.15 __FIXDoc__ *Part1-IFOPT*: NJSK Fix Add missing __CountryRef__ to __Authority__.
+ * Align __Authority__ with __Operator__.
+ * _Updates to xml schema_:
+ * netex_transportOperator_version.xml
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.04.15 __FIXDoc__ *Part1-IFOPT*: NJSK Fix add missing __typesOfEntity/TypeOfEntity__ relationship to __TypeOfFrame__.
+ * _Updates to xml schema_:
+ * netex_responsibility.xml
+ * netex_typeOfFrame_version.xml
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.04.15 __FIXDoc__ *Part1-IFOPT*: NJSK Fix add missing element from doc to __TypeOfPassengerInformationEquipment__.
+ * _Updates to xml schema_:
+ * netex_passengerInformationEquipment_version.xml
+ * _Documentation Changes_: [uml_diagram: ok], [doc-ok]
+
+### 2019.04.14 __FIXDoc__ *Part1-RC*: NJSK Fix __Accommodation__ and __OnBoardStay__ - add missing parent elements.
+ * Correct typo on __BoardingPermission__.
+ * NB THis will break existing documents that use ths feature
+ * _Updates to xml schema_:
+ * netex_serviceRestrictions_version.xml.
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.04.07 __FIXDoc__ *Part1-IFOPT*: NJSK Add back missing attribute to __SanitaryEquipment / NumberofToilets__.
+ * Align schema With UML and document.
+ * _Updates to xml schema_:
+ * netex_passengerEquipment_version .xml
+ * _Documentation Changes_: [uml_diagram: ok], [doc-ok]
+
+### 2019.04.07 __FIX__ *Part3FARES-ST*: NJSK Tidy up - remodularise: move __TravelSpecification__ to be with __CustomerPurchasePackage__.
+ * Also revise __FareProduct__ classification types.
+ * _Updates to xml schema_:
+ * netex_fareStructureElement_support.xsd
+ * netex_fareProduct_support.xsd
+ * netex_fareProduct_version.xsd
+ * netex_fareConditionSummary_support.xsd
+ * netex_travelDocument_version.xsd
+ * netex_salesTransaction_support.xsd
+ * netex_salesTransaction_version.xsd
+ * netex_customerPurchasePackage_support.xsd
+ * netex_customerPurchasePackage_version.xsd
+ * netex_travelSpecifcationSummary_version.xsd
+ * _Updates to xml examples_:
+ * uk_fxc_pass_Metrobus_metrorider.xml
+ * netex_era_distance_ro.xml
+ * netex_era_crossborder_de.xml
+ * netex_era_toc_uk.xml
+ * uk_fxc_trip_First_York_Line26_stage-Z2Z_minimal1.xml
+ * uk_fxc_trip_First_WoE_Line48_stage-distance_minima1.xml
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.04.04 __FIXDoc__ *PART2-VJ*: NJSK Fix Add missing __ConnectionCertainty__ element that is in doc.
+ * Add new __ConnectionCertainty__ attribute to __Interchange__ as per UML diagrams and doc.
+ * _Updates to xml schema_:
+ * netex_interchange_support.xsd
+ * netex_interchange_version.xsd
+ * _Documentation Changes_: [uml_diagram: ok], [doc-ok]
+
+### 2019.04.04 __FIXDoc__ *Part3-FARES-AR*: NJSK Further tidy ups arising from doc.
+ * Add new value to __PreassignedFareProduct / Product__ enumeration; _shortTrip_.
+ * Add new value to __AmountOfPriceUnit / ProductType__ numeration; _storedValue_.
+ * Add new attribute __ProductType__ to __UsageDiscountRight__ with values _mileagePoints, usageRebate, other_.
+ * Add new attribute __ProductType__ to __SaleDiscountRight__ with values; _travelCard, payAsYouGoDiscount, other_.
+ * Add new values to __SupplementProductType__; _penalty_.
+ * Add new __ChargingMomentType__ attribute to __FareProduct__ with values: _beforeTravel, onStartOfTravel, beforeEndOfTravel, onStartThenAdjustAtEndOfTravel, onStarThenAdjustAtEndOfFareDay, onStartThenAdjustAtEndOfChargePeriod, atEndOfTravel, atEndOfFareDay, atEndOfChargePeriod, free, other_.
+ * Also remodularise: move __TariffBasisEnum__ to _netex.fareElement_support.xsd_.
+ * Add new __TypeOfSalesOfferPackage__ attribute to __ValidityParameterAssignment__. Reorganise fare parameters.
+ * _Updates to xml schema_:
+ * netex_fareStructureElement_support.xsd
+ * netex_fareProduct_support.xsd
+ * netex_fareProduct_version.xsd
+ * netex_fareConditionSummary_support.xsd
+ * netex_validityParameterAssignment_version.xsd
+ * netex_facility_version.xsd
+ * _Updates to xml examples_:
+ * uk_fxc_pass_Metrobus_metrorider.xml
+ * netex_era_distance_ro.xml
+ * netex_era_crossborder_de.xml
+ * netex_era_toc_uk.xml
+ * uk_fxc_trip_First_York_Line26_stage-Z2Z_minimal1.xml
+ * uk_fxc_trip_First_WoE_Line48_stage-distance_minimal1.xml
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.04.02 __FIX__ *PART2*: Add TransportOperatorRef to JourneyDesignator
+ * _Updates to xml schema_:
+ * netex_journeyDesignator_support.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.30 __EURA-52, EURA40__ *Part3-FARES-AR*: Support suspension of season passes.
+ * NJSK Review: Make __Suspending__ a separate usage parameter, with attributes __SuspensionPolicy, QualificationPeriod, QualificationPercent, MinimumSuspensionPeriod, MaximumSuspensionPeriod, MaximumNumberOfSuspensionsPerTerm__.
+ * _Updates to xml schema_:
+ * netex_usageParameterTravel_support.xsd.
+ * netex_usageParameterTravel_version.xsd.
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.30 __FR49__ *Part1-IFOPT*: CD #65 Accessibility changes,
+* Fix add missing __DropKerbOutside__ attribute to __EntranceEquipment__.
+* NJSK Review: Rename __LuggageService__ new attribute __LuggageMaxiumWeight__ new attribute to to __MaximumBagWeight__.
+* NJSK Review: Rename __Entrance__ new attribute __OpeningNecssaryForce__ to __NecessaryForceToOpen__.
+* NJSK Review: Move __Stair__ new attribute __WithoutRiser__ to __StairCase__ (does not apply to escalators).
+* NJSK Review: Rename __PathLink__ new attribute __Width__ to __MinimumWidth__ also add __MinimumHeight__.
+* NJSK Review: Add value _alwaysOn_ to __LightingMethodEnumeration__. Rename to __LightingOnMethod__.
+* NJSK Review: Systemise; for __SignEquipment__ : reuse __AudioTriggerMethod__ rather than have separate valeu set
+* NJSK review: Add __PrintedPresentation__ to __SignEquipment__ rather than simple __FontSize__ so as to separate presentation from content.
+* NJSK review: Add __FontSizeEnum__ to __PrintedPresentation__ as a general property.
+* NJSK Review: Revise __PassengerSafetyEquipment__ , rename 'Acoustic' to 'Audio'. rename app _value_ to _mobileApp_, add _cyclicReadingValue_
+* _Updates to xml schema_:
+ * netex_ifopt_equipmentTicketing_version.xsd
+ * netex_ifopt_localService_version.xsd
+ * netex_ifopt_equipmentAccess_support.xsd
+ * netex_ifopt_equipmentAccess_ version.xsd
+ * netex_ifopt_path_support.xsd
+ * netex_ifopt_path_ version.xsd
+ * netex_ifopt_equipmentPassenger_support.xsd
+ * netex_ifopt_equipmentWaiting_support.xsd
+ * netex_ifopt_equipmentWaiting_version.xsd
+ * netex_ifopt_equipmentSign_support.xsd
+ * netex_ifopt_equipmentSign_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.26 __UK-27__ *FRAMEWORK-RC*: NJSK Fix add missing __TrainSize__ attribute to __TrainElement__.
+* Align doc with schema.
+* _Updates to xml schema_:
+ * netex_line_support.xsd
+ * netex_trsinElement_version.xsd
+ * netex_vehicleJourney_version.xsd
+ * _Documentation Changes_: [uml_diagram: ok], [doc-done]
+
+### 2019.03.26 __UK-27__ *Fares-ST*: NJSK Correct annotations, reorder parameters,
+ * Add __TypeOfProductCategoryRef__ to __TravelSpecificationSummary__, fix __CellRef__ .
+ * Make __TravelDOcumentRef__ many-to-one.as per TM.
+ * Also EURA-(nk)Allow marking of use of __CustomerPurchasePackage__. Refine model: make blocking separate from status. Correct annotations.
+ * Wrap __CustomerPurchasePackage /TravelDocRef__ in a tag.
+ * Align doc with schema.
+ * Reorganize fare examples.
+ * _Updates to xml schema_:
+ * netex_salesTransaction_version.xsd
+ * netex_travelDocument_version.xsd
+ * netex_salesDistribution_support.xsd
+ * netex_travelSpecificationSummary_version.xsd
+ * netex_customerPurchasePackage_support.xsd
+ * netex_customerPurchasePackage_version.xsd
+ * _Updates to xml examples_:
+ * uk_fxc_pass_Metrobus_metrorider.xml
+ * netex_era_distance_ro.xml
+ * netex_era_crossborder_de.xml
+ * netex_era_toc_uk.xml
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.26 __NL27__ *Part1-ND*: CD #58 Add default __TypeOfProductCategory__ and __TypeOfService__ to __Line__:
+ * CD Move __TypeOfProductCategory__ and __TypeOfService__ to _netex_line_version.xsd_.
+ * NJSK Review: Move __TypeOfProductCategory__ and __TypeOfService__ from (Part2:) _netex_journey_version.xsd_ to (Framework reusable component) _netex_travelRights_version.xsd_)- rather than _line.xsd_, so they are visible to part 1.
+ * NJSK Review: clean up dependencies.
+ * Drop include of _netex_travelRights_version.xsd_ from _netex_accessRightParameter_version.xsd_.
+ * Drop include of _netex_travelRights_version.xsd_ from _netex_usageParameterAfterSales_version.xsd_.
+ * Drop include of _netex_travelRights_version.xsd_ from _netex_fareTable_version.xsd_.
+ * Drop include of _netex_travelRights_version.xsd_ from _netex_parking_version.xsd_.
+ * NJSK Review: Rename _netex_travelRights_version.xsd_ to _netex_servicRetrictions.xsd_ so as to align with TM6 and UML.
+ * NJSK Review: correct the annotations. Also align _Netex.xpr_ with _Netex.spp_ and correct _Netex.spp_ project files for _XMLSpy_ and _Oxygen_.
+ * _Updates to xml schema_:
+ * netex_serviceJourney_support.xsd
+ * netex_servicePattern_support.xsd
+ * netex_serviceRestrictions_support.xsd (renamed from netex_travelRights_support.xsd)
+ * netex_serviceRestrictions_version.xsd (renamed from netex_travelRights_version.xsd)
+ * netex_line_version.xsd
+ * netex_accessRightParameter_version.xsd
+ * netex_usageParameterAfterSales_version.xsd.
+ * netex_fareTable_version.xsd
+ * netex_parking_version.xsd
+ * netex.spp
+ * netex.xpr
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.25 __FR49__ *Part1-IFOPT*: CD #65 Accessibility changes.
+ * __TicketingEquipment__ (_netex_ifopt_equipmentTicketing_.xsd):
+ * CD Add new attributes to __TicketingEquipment__; __TactileInterfaceAvailable, AudioInterfaceAvailable, DisabledPriority, WheelchairSuitable__.
+ * NJSK Review: Place accessibility attributes in a separate group. Break down into subgroups; __TicketingEquipmentPropertiesGroup, TicketingEquipmentServiceGroup, TicketingEquipmentAccessibilityGroup__.
+ * CD: Add new attributes to __TicketValidatorEquipment__; __AudioValidationFeedback, VisualValidationFeedback, TactileValidationFeedback, ValidationGuidance__.
+ * __LocalService__ ( _netex_ifopt_localService.xsd_):
+ * CD add __LuggageMaximalWeihgt__ to __LuggageService__.
+ * NJSK Review: Correct Typo and revise name on __LuggageMaximumWeight__ to MaximumBagWeight. Make datatype of __LuggageMaximumWeight__ _WeightType_. Also add to __LeftLuggageService__.
+ * __AccessEquipment__ (_netex_ifopt_equipmentAccess_.xsd):
+ * CD Add __NecessaryForce__ to __Entrance__ with values _noForce, lightForce, mediumForce, heavyForce, unknown_.
+ * CD Add __LightingMethodEnumeration__ to __PlaceLighting__ with values _movementDetector, stepDetector, switchOnTheWall,
+ atDoorOpening, onlyAtNight_.
+ * NJSK Review: Correct typo on _stepDetector_.
+ * CD Add __TactileWarningStripEnumeration__ to __CrossingEquipment__ with values _tactileStripAtBeginning, tactileStripAtEnd, tactileStripAtBothEnds, noTactileStrip, unknown_,
+ * NJSK Review: Move __TactileWarningStripEnumeration, FlooringTypeEnumeration, BorderTypeEnumeration__ to _netex_ifopt_equipmentAccess,xsd_ from _netex_path_support.sd_; use lower camel case for values.
+ * CD Add new attribute __NecessaryForceEnumeration__ with values _noForce, lightForce, mediumForce, heavyForce, unknown_.
+ * CD Add new attribute __LightingMethod__ to __PlaceLighting__ with values _movementDetector, stepDetector, switchOnTheWall, atDoorOpening, onlyAtNight, other_.
+ * NJSK Review: correct typo on _stepDetector_.
+ * CD Add new attribute __WithoutRiser__ to __StairEquipment__.
+ * NJSK Review: Change order of new elements to be with other step properties.
+ * CD Add new attribute __EscalatorWithLanding__ to __EscalatorEquipment__.
+ * CD Add new attributes to __TravelatorEquipment__; __Length__, __Slope__ and __IntegratesAnEscalatorPart__.
+ * NJSK Review: correct name of __IntegratesAnEscalatorPart__
+ * CD Add new attributes to __EscalatorEquipment__: __MagneticInductionLoop__, __GroundMarkAlignedWithButton__, __TactileGroundFloorButton__, __ExternalFloorSelection__.
+ * NJSK Review: Correct name of __GroundMarkAlignedWithButton__.
+ * NJSK Review: Drop __ButtonsHeigt__ as all ready covered by __CallButtonHeight__.
+ * NJSK Review: Change order to group with like properties.
+ * CD Add new attributes to __EntranceEquipment__: __AudioOrVideoIntercom, Airlock, DoorstepMark AudioPassthroughIndicator, OpeningNecessaryForce__
+ * NJSK Review: Change order of new elements to group with like properties
+ * NJSK Review: NB __AudioOrVideoIntercom__ overlaps with __EntranceAttention__.
+ * CD Add new attributes to __QueuingEquipment__: __DisabledPriority, QueuingSeatedPossible.__
+ * __PathLink__ (_netex_ifopt_path.xsd_):
+ * CD Add new attributes to __PathLink__; __Width, FlooringType, RightSideBorder, LeftSideBordert, TiltAngle, CodedTilt, TactileWarningStrip, TactileGuidingStrip__.
+ * NJSK Review: Reorder so as to place like elements together, add XML sub groups to organize
+ * _netex_ifopt_equipmentPassenger_:
+ * CD Add __FlooringTypeEnumeration__ to __PathLink__ with values _carpet, concrete, asphalt, cork, fibreglassGrating, glazedCeramicTiles, plasticMatting, ceramicTiles, rubber, steelPlate, vinyl, wood, stone, grass, dirt, gravel, uneven, unknown, other_
+ * CD Add __BorderTypeEnumeration__ with __PathLink__ values _wall, grass, dirt, barrier, road, cyclingLane, step, rail, plants, trees, mud, solidEdge, water, gravel, noPhysicalBorder, otherPhysicalBorder, unknown, other,_
+ * __PassengerEquipment__ (_netex_passengerEquipment.xsd_):
+ * CD Add new attribute to __PassengerSafetyEquipment__; __AcousticAnnouncementsTrigger__ with values _onDemand, automatic_.
+ * CD Add new attribute to __PassengerSafetyEquipment__; __AnnouncementsTriggeringMethod__ with values _presenceDetector, app, internetPage, specificDevice, pushButton_.
+ * CD add new attribute to __SanitaryEquipment__; __SupportBarHeight__ with values _onDemand, automatic_.
+ * NJSK Review: Correct typo on __SupportBarHeigth__, reorder new elements.
+ * NJSK Review: Add missing __ChangeAvailable__ attribute
+ * __WaitingEquipment__ (_netex_ifopt_equipmentWaiting_):
+ * CD to Add new attribute to __LuggageLockerEquipment__: __LockingType__ with values _key, keyboard, mechanicalNumbering, contactless, phoneApp, other_.
+ * CD to Add new attributes to __LuggageLockerEquipment__: __BlindAccessible ,WheelchairAccepted__.
+ * NJSK Review: Correct typo on __WheelchairAccepted__, Change order of new attributes, move __LockerTypeEnumeration__ and __LuggageServiceEnumeration__ enums to support file.
+ * CD to Add new attributes to __SeatingEquipment__: __Armrest ,SeatingHeight__.,
+ * NJSK Review: Correct data type on __SeatingHeight__. and rename to __SeatHeight__.
+ * __SignEquipment__ (_netex_signEquipment.xsd_):
+ * CD add new attribute to __SignEquipment__; __AudioAnnouncementType__ with values _cyclicReading, whenSomebodyIsDetected, throughAnApp, throughASpecificDevice, other_
+ * CD add new attribute to __SignEquipment__; __FontSize__; with values; _verySmall, small, medium, large, veryLarge_
+ * NJSK Review: Correct typos, camelCase values, move __SignContentEnumeration__ enums to support file , add _other_ value, zap _xxxx_value. change"big" to "large" in value names.
+ * NJSK Review: Add missing __AsBraille__ attribute from doc.
+ * _Updates to xml schema_:
+ * netex_ifopt_equipmentTicketing_version.xsd
+ * netex_ifopt_localService_version.xsd
+ * netex_ifopt_equipmentAccess_support.xsd
+ * netex_ifopt_equipmentAccess_ version.xsd
+ * netex_ifopt_path_support.xsd
+ * netex_ifopt_path_ version.xsd
+ * netex_ifopt_equipmentPassenger_support.xsd
+ * netex_ifopt_equipmentWaiting_support.xsd
+ * netex_ifopt_equipmentWaiting_version.xsd
+ * netex_ifopt_equipmentSign_support.xsd
+ * netex_ifopt_equipmentSign_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.25 __NL48__ *Part1-ND*: CD #64 Add new attributes to __StopPointInPattern__ for advertising of stop; __Print__ and __Dynamic__.
+ * NJSK Review: Correct dependencies: Move __DynamicAdvertisement__ of use of stop from _netex_serviceJourney_support.xsd_ to _netex_servicePattern_support.xsd_.
+ * NJSK Review: correct the annotations.
+ * _Updates to xml schema_:
+ * netex_serviceJourney_support.xsd
+ * netex_servicePattern_support.xsd
+ * netex_servicePattern_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.25 __NL32__ *FRAMEWORK-RC*: CD #61 Add new values to SITE __AccessFacility__ enum; _wheelchairLift, automaticRamp. slidingStep_.
+ * NJSK Review: Keep SITE and SERVICE aspects separate; add separate __VehicleAccessFacility__ enum with values _unknown, wheelchairLift, manualRamp, automaticRamp, steps, slidingStep, narrowEntrance, validator_.
+ * _Updates to xml schema_:
+ * netex_facility_support.xsd
+ * netex_facility_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.25 __NL31__ *FRAMEWORK-RC*: CD #60 Add new attributes __BoardingHeight__ and __GapToPlatform__ to __VehicleType__.
+ * NJSK Review: Correct data types of new attributes to be of _LengthType_.
+ * _Updates to xml schema_:
+ * netex_vehicleType_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.25 __NL28__ *FRAMEWORK-CC*: CD #59 Add new __Presentation__ attribute to __Branding__.
+ * NJSK Review; Use a __BrandingGroup__ to be consistent with NeTEx coding patterns.
+ * _Updates to xml schema_:
+ * netex_dataSource_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.25 __SBB23__ *FRAMEWORK-CC*: CD #57. Add new __BackgroundColour__ and __BackgroundColourName__ attributes to __Presentation__ and __PrintPresentation__ elements.
+ * Also add _icon_ to __TypeOfInfolink__ enum values.
+ * NJSK Review; __BackgroundColourName__ should be type _xsd:normalizedString_, not _xsd:string_.
+ * _Updates to xml schema_:
+ * netex_utility_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.25 __SBB21__ *FRAMEWORK-CC*: CD #56. Add new __ColourSystem__ attribute to __Presentation__ and __PrintPresentation__.
+ * NJSK Review: __ColourSystem__ and __ColourName__ should be type _xsd:normalizedString_, not _xsd:string_.
+ * Also Merge in corrections to comments as per SBB20 #55.
+ * Also Correct camel case on names of __StopPointInXXXGroup__ groups.
+ * _Updates to xml schema_:
+ * netex_utility_version.xsd
+ * netex_servicePattern_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.25 __FR-5__ *FRAMEWORK-CC*: CD change #53 Add __AccessFacilityList__ attribute to __SiteFacilitySet__.
+ * _Updates to xml schema_:
+ * netex_facility_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.25 __CR55__ *PART1-IFOPT*: CD Change #52 Add new attribute __StopPlaceWeight__ to __StopPlace__ with values _international, national, regional, local_.
+ * NJSK Review: Make values lowerCamelCase consistent with NeTEx conventions.
+ * _Updates to xml schema_:
+ * netex_ifopt_stopPlace_support.xsd
+ * netex_ifopt_stopPlace_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.25 __CR51__ *PART2-TI*: CD Add new __VehicleJourneyStopAssignment__ entity to set default stop assignment for __VehicleJourney__.
+ * NJSK Review CR51: add doc comments
+ * NJSK make __vehicleJourneyStopAssignmentsInFrame_RelStructure__ lower camel case consistent with NeTEx conventions.
+ * NJSK Allow inlining of __vehicleJourneyStopAssignments__ within __VehicleJourney__ as for other subcomponents
+ * NJSK Also correct camel case on __trainComponentLabelAssignents__ and __trainComponentLabelAssignents_RelStructure__.
+ * _Updates to xml schema_:
+ * netex_vehicleJourney_support.xsd
+ * netex_vehicleJourney_version.xsd
+ * netex_timetableFrame_version.xsd
+ * netex_stopAssignment_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.25 __Fix__ *FRAMEWORK-FR*: Integrate constraint fix #49 by CD 2019.02.22 with other constraint changes: Add __EquipmentPlace__ to __Place_AnyVersionedKey__.
+ * _Updates to xml schema_:
+ * netex_publication.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.25 __CR50__ by CD from 2019-02-20 *FRAMEWORK-CC*. CD add snow and ice modes.
+ * NJSK Revise -
+ * Correct camel casing of _snowAndIce_ value for __TransportMode__,
+ * Correct camel casing of __SnowAndIceSubmode__ values ; _unknown, undefined, snowMobile, snowCat, snowCoach, terraBus, windSled_,
+ * Add _snowAndIce_ to __Submode__ choices
+ * Add _snowAndIce_ to __AllModes__.
+ * Add _ski_ and _skate_ to __AccessMode__ __ContinuousMode__ values
+ * _Updates to xml schema_:
+ * netex_submode_version.xsd
+ * netex_mode_support.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.25 __NL34__ from 2019.01.07 *FRAMEWORK-CC*. Fix #42 by Seime & #63 by CD move _canalBarge_ value from air to water modes.
+ * NB this will break existing XML that uses _canalBarge_ value.
+ * Also changed __Duty.TransportMode__ from __VehicleModeEnumeration__ to __AllVehicleModesOfTransportEnumeration__ to allow for non-vehicle modes.
+ * _Updates to xml schema_:
+ * netex_submode_version.xsd
+ * netex_duty_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.25 __Fix__ *FRAMEWORK-CC*: #43 by Skinkie from 2019.01.07.
+ * Fix typo on _tactilePlatformEdges_.
+ * NB this will break existing XML that uses _tactilePlatformEdges_ value.
+ * _Updates to xml schema_:
+ * netex_facility_support.xsd
+ * _Updates to xml examples_:
+ * examples\functions\stopPlace\Netex_10_StopPlace_uk_ComplexStation_Wimbledon_1.xml
+ * examples\functions\stopPlace\Netex_10_StopPlace_withParking_1.xml
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.03.25 __Fix__ *FRAMEWORK-CC*: #41 by Skinkie from 2019.01.07: Fix typo on __MobilityList__. Internal change only.
+ * _Updates to xml schema_:
+ * netex_acsb_passengerMobility.xsd
+ * netex_equipmentVehiclePassenger_version.xsd
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.03.25 __Fix__ *FARES-FS*: #40 by Skinkie from 2019.01.07 Fix typo on __DistanceMatrixElement.IsDirect__.
+ * NB this will break existing XML that uses __IsDirect__ attribute.
+ * _Updates to xml schema_:
+ * netex_distanceMatrixElement_version.xsd
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.03.25 __Fix__ *Part1-IFOPT*: #39 by Skinkie from 2019.01.07.
+ * Fix typo on __ServiceSiteRef.Structure__.
+ * _Updates to xml schema_:
+ * netex_ifopt_site_support.xsd
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.03.25 __Fix__ *Part1-IFOPT*: Fix #38 by Skinkie from 2019.01.07
+ * Fix typo on __KeyScheme__.
+ * NB this will break existing XML that uses __KeyScheme__ attribute.
+ * _Updates to xml schema_:
+ * netex_ifopt_equipmentPassenger_version.xsd
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.03.25 __Fix__ *PART2-DM*: Fix #35 by Skinkie from 209.01.03 __AccountingTime__.
+ * Fix typo on __AccountingTime__.
+ * NB This will break existing XML that uses __AccountingTime__ attribute.
+ * NJSK Also add separate EndDayOffSer - DayOffSet should apply to start time relative to operatig day of Duty
+ * _Updates to xml schema_:
+ * netex_duty_version.xsd
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.03.25 __Fix__ *PART1-ND*: #37 by Skinkie from 2019.01.07 Correct type on __OppositeDirectionRef__.
+ * Correct Typo: rename __OppositeDIrectionRef__ to __OppositeDirectionRef__.
+ * NB This will break existing XML that uses __OppositeDirectionRef__ attribute.
+ * _Updates to xml schema_:
+ * netex_route_version.xsd
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 1.11 Summary of Changes since v1.10
+
+### 2019.03.15 1.11 Small tidy ups to new value names and to documentation
+
+### 2019.03.13 __UK-27 & FIXES__ *Part3-FARES*: Fix __FareContract__ and __CustomerPurchasePackage__ issues.
+ * Allow marking of use of __CustomerPurchasePackage__.
+ * Also Fix several issues and align with TM6.
+ * UK-28 Add reference to __CustomerAccount__ to __FareContract__.
+ * Add new attribute __AccountStatusType__ to __CustomerAccount__.
+ * Add new __email__ attribute to __Customer__.
+ * Fix: Add missing relationship __fareContracts / FareContract__ to __CustomerAccount__.
+ * Remove __fareContractEntries__ relationship from __CustomerAccount__ : Use relationship on __FareContract__. NB BREAKAGE!
+ * Fix: Add missing relationship __customerPurchasePackageRefs / CustomerPurchasePackage__ to __CustomerAccount__.
+ * Add missing attributes __CustomerRef__, __CustomerAccountRef__ and FareCOntractRef__ to __CustomerPurchasePackage__.
+ * Add __PassengerSeatRef__ and __TrainElementRef__ to __TravelDocument__.
+ * Add __PrivateCode__ to __TravelDocument__.
+ * Add missing __CustomerPurchasePackageRef__ to __TravelDocument__.
+ * Add new attribute __PassengerSeatRef__ and __TrainElementRef__ to __TravelDocument__.
+ * Add new attribute __AccessNumber__ to __SpecificParameter Assignment__.
+ * Add new attribute __CustomerPurchasePackageStatus__ to to __CustomerPurchasePackage__ with values _resrved_,_ordered_, _paidFor_, _unused_, _activated_ _partiallyUsed_, _used_, _archived_.
+ * Add new attribute __MarkedAs__ to __CustomerPurchasePackageElement__.
+ * Add missing relationship __travelDocuments \ TravelDocument__ to __CustomerPurchasePackage__.
+ * Add new view element __TravelSpecificationSummaryView__ to __TravelSpecification__.
+ * Add new view element __TravelSpecificationSummaryView__ to __CustomerPurchasePackage__.
+ * Add new __CustomerPurchasePackageElementAccess__ element to __CustomerPurchasePackageElement__.
+ * Also UK-32 *Part3-FARES*: Add __StartDate__ and __EndDate__ attributes to __ResidentialEligibility__.
+ * HOUSEKEEPING Separate out _netex_typeOfravelDocumentPackage.xsd_ from _netex_travelDocumentPackag.xsd_
+ * HOUSEKEEPING Move _netex_travelDocumentPackage.xsd_ from _\fares_ to to \ _sales_Transaction_ folder.
+ * _Updates to xml schema_:
+ * netex_typeOfTravelDocumentPackage_support.xsd (new)
+ * netex_typeOfTravelDocumentPackage_version.xsd (new)
+ * netex_travelSpecifcationSummaryView_version.xsd (new)
+ * netex_travelDocumentPackage_support.xsd
+ * netex_travelDocumenPackage_version.xsd
+ * netex_customerPurchasePackage_support.xsd
+ * netex_customerPurchasePackage_version.xsd
+ * netex_usageParameterEligibility_support.xsd
+ * netex_usageParameterEligibility_version.xsd
+ * netex_salesContract_support.xsd
+ * netex_salesTransaction_version.xsd
+ * netex_publication.xsd
+ * netex.spp
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.13 UK-27 & FIXES *Part3-FARES*: Extend __CustomerPurchasePackage__ implementation.
+ * Also add attribute __SupplementProductType__ to __SupplementProduct__ with values _seatReservation, bicycle, dog, animal, meal, wifi_
+ * _Updates to xml schema_:
+ * netex_fareProduct_support.xsd
+ * netex_fareProducte_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.13 EURA-29 *Part3-FARES*: Add new __EligibilityChangePolicy__ usage parameter.
+ * Wwith attributes __OnBecomingPolicy__ and __OnCeasingPolicy__.
+ * __OnBecomingEnumeration__.
+ * _automatic_ - If user becomes eligible, automatically apply additional user profile benefits to user, e.g. apply student or senior discounts.
+ * _invite_ - If user becomes eligible, invite user to take up eligible products. e.g. Invite to buy Senior railcard.
+ * _noAction_ - If user becomes eligible,, no automatic measures are taken.
+ * _other_
+ * __OnCeasingEnumeration__ - Allowed values
+ * _immediateTermination_ - If user ceases to be eligible, automatically terminate validity of an elibility dependent product.
+ * _useUntilExpiry_ - If user ceases to be eligible, they may go on using the product until it expires.
+ * _terminateAfterGracePeriod_ - If user ceases to be eligible, termination take place after the end of a grace period.
+ * _automaticallySubstituteProduct_ - If user ceases to be eligible, assign them an appropiate replacement product.
+ * _noAction_ - If user ceases to be eligible, take no action.
+ * _other_
+ * Add integrity constraint for __EligibilityChangePolicy__.
+ * _Updates to xml schema_:
+ * netex_usageParameterEligibility_support.xsd
+ * netex_usageParameterEligibility_version.xsd
+ * netex_publication.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.13 EURA-50 *Part3-FARES*: Add new __PurchaseAction__ attribute to __PurchaseWindow__.
+ * With values: _purchase_, _reserve_, _orderWithoutPaying_, payForPreviousOrder, other_, _seatMap_ and _openSeating_.
+ * Also rename __Reserving__ \ __ReservationType__ to __SeatAllocationMethod__ and move __SeatAllocationMethodEnumeration__ to new __VehicleSeating__ package.
+ * Also add __ReservationExpiryPeriod__ to __Reserving__.
+ * _Updates to xml schema_:
+ * netex_vehicleSeating_support.xsd
+ * netex_usageParameterBooking_support.xsd
+ * netex_usageParameterBooking_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+## 2019.03.13 EURA-40 *Part3-FARES*: Tidy up - Include new elements as fare validity parameters
+ * Add new __FareStructureValidityParametersGroup__ to validity paarmaters with new attributes __TypeOfTariffRef__, __TypeOfFareStructureFactor__, __TypeOfFarFresStructureFactorRef__,
+ * Extend __FareProduct ValidityParametersGroup__ to validity paramaters with new attributes __TypeOfPriceingRuleRef__, __ChargingMethodRef__, __TypeOfPaymentMethodRef__, __TypeOfMachineReadability__, __TypeOfFareTableRef.__
+ * Add new __SeatingValidityParametersGroup__ with new attributes __TrainElementRef__, __TrainComponentLabelAssignmentRef__.
+ * Also UK-69 Scaleability. Allow classification ofto __FareTable__ with new __TypeOfOfFareTable__ element.
+ * Also Rename draft __ValidityParameterSetOperator__ __ValidityParameterSelectionType__.
+ * Also UK-41 Also add new __LimitationSelectionType__ as additional functional operator to __GenericParameterAssignment__ to clarify use of groups : _oneOf / someOf/ allOf_.
+ * Also add integrity constraints for __TypeOfMachineReadability__.
+ * _Updates to xml schema_:
+ * netex_fareTable_support.xsd
+ * netex_fareTable_version.xsd
+ * netex_validityCondition_support.xsd
+ * netex_accessRightParameter_version.xsd
+ * netex_publication.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.13 EURA-40 *Part3-FARES*: Support Suscriptions - additional changes.
+ * Also add new attrributes to __FareProduct \ ConditionSummary__: __PenaltyIfWithoutTicket__ and __AvailableOnSubscription__.
+ * netex_conditionSummary_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done
+
+### 2019.03.13 EURA-93, EURA-085 *Part3-FARES*: Add new attribute to __InterChanging__, __RegisterBreak__.
+ * With values _none, markByStaff, markByValidator, markByMobileApp, other_
+ * Also EURA-085 Add new attribute __ActivationMeans__ attribute to __UsageValidityPerido__ with values _noneRequired, checkIn, useOfValidato useOfMobileDevice, automaticByTime, automaticByProximity, other_
+ * _Updates to xml schema_:
+ * netex_usageParameterTravel_support.xsd
+ * netex_usageParameterTravel_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+
+### 2019.03.13 UK *Part3-FARES*: Simplify use of Fares:
+ * Add new Atrribute __PreeassignedFareProductType__ to __PreassignedFareProduct__ with values _singleTip, timeTimitedSingleTrip, dayReturnTrip, periodReturnTrip, multiStepTrip, dayPass, periodPass, other_.
+ * Add new attribute __AmountOfPriceUnitType__ to __AmountOfPriceUnitFareProduct__ with values _tripCarnet, passCarnet, unitCoupons, other_.
+ * NB these are separate from __TariffBasis__.
+ * _Updates to xml schema_:
+ * netex_fareProduct_support.xsd
+ * netex_fareProduct_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.13 NORWAY-100 *Part3-FARES*: Support VAT (and other tax) categories.
+ * Add __TypeOfPricingRule__ element.
+ * Also FIX add missing (!) relationship __ruleStepResults \ RuleStep__ on __SalesTransaction__.
+ * Also FIX Allow payments in __PriceUnit__ other than currency (!).
+ * Also FIX Add __ruleStepResults \ RuleStep__ to __SalesTransaction__.
+ * Also FIX Type of __Transaction__ \ __Amount__ to be _currencyType_ not _distanceType_.
+ * Also add a __Narrative__ text element on __RuleStepResult__.
+ * Also add __UnitDimension__ attribute to __PriceUnit__ with values _currency, distance, time, valueToken, other_.
+ * Also revise __FarePrice__ element to add __AmountWithResultsGroup__ and refactor __FarePriceAmount__ groups to be clearer.
+ * Also revise __PriceRuleStepResult__: add new attributes __AdjustmentAmount__, __AdjustmentUnits__, __RoundingRef__.
+ * NB this revises current sense of __PriceRuleStepResult__ \ __Amount__.
+ * Also allow nesting of __FareTable__ column headings and rows.
+ * Add __RoundingStepRef__, and __Narrative__ text elements.
+ * _Updates to xml schema_:
+ * netex_farePrice_support.xsd
+ * netex_farePrice_version.xsd
+ * netex_fareTable_support.xsd
+ * netex_fareTable_version.xsd
+ * netex_salesTransaction_version.xsd
+ * _Updates to xml examples_:
+ * examples\rail\tariffs\Netex_era_distance_ro.xml
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.13 NORWAY-100 *Part3-FARES*: Support VAT (and other tax) categories.
+* Add __TypeOfPricingRule__ element.
+* Also FIX add missing (!) relationship __ruleStepResults \ RuleStep__ on __SalesTransaction__.
+* Also FIX Allow payments in __PriceUnit__ other than currency (!).
+* Also FIX Add __ruleStepResults \ RuleStep__ to __SalesTransaction__.
+* Also FIX Type of __Transaction__ \ __Amount__ to be _currencyType_ not _distanceType_.
+* Also add a __Narrative__ text element on __RuleStepResult__.
+* Also add __UnitDimension__ attribute to __PriceUnit__ with values _currency, distance, time, valueToken, other_.
+* Also revise __FarePrice__ element to add __AmountWithResultsGroup__ and refactor __FarePriceAmount__ groups to be clearer.
+* Also revise __PriceRuleStepResult__: add new attributes __AdjustmentAmount__, __AdjustmentUnits__, __RoundingRef__.
+* NB this revises current sense of __PriceRuleStepResult__ \ __Amount__.
+* Also allow nesting of __FareTable__ column headings and rows.
+* Add __RoundingStepRef__, and __Narrative__ text elements.
+* _Updates to xml schema_:
+ * netex_farePrice_support.xsd
+ * netex_farePrice_version.xsd
+ * netex_fareTable_support.xsd
+ * netex_fareTable_version.xsd
+ * netex_salesTransaction_version.xsd
+* _Updates to xml examples_:
+ * examples\rail\tariffs\Netex_era_distance_ro.xml
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.12 EURA-40 *Part3-FARES*: Add integrity constraints for new elements.
+ * Elements __Subscribing__, __TypeOfPaymentMethod__, __TypeOfFareStructureFactor__, __TypeOfFareStructureElement__, __TypeOfPricingRule__.
+ * Also drop some spurious selectors.
+ * Add constraint for __SupplementToFareProductRef__.
+ * _Updates to xml examples_:
+ * netex_publication_support.xsd
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.03.12 NORWAY-100 *Part3-FARES*: Add __ReservationType__ to __Reserving__ usage parameter.
+ * With values _autoAssigned_, _seatMap_ and _openSeating_.
+ * _Updates to xml schema_:
+ * netex_usageParameterBooking_support.xsd
+ * netex_usageParameterBooking_version.xsd
+ * _Updates to xml examples_:
+ * examples\standards\fxc\uk_fxc_trip_Metrobus_1.xml
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.12 NORWAY-102 *Part3-FARES*: Add new enum values to __Exchanging__ \ __ExchangeableTo__.
+ * Values _upgradeToSpecifiedFare_, _downgradeToSpecifedFare_, _equivalentProduct_ (already have a _changeGroupSize_ value).
+ * Also add new _purchaseGracePeriod_ (i.e. afterPurchaseWindow) enum values to __Reselling \ ResellWhen__.
+ * _Updates to xml schema_:
+ * netex_usageParameterAfterSales_support.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.12 NORWAY-105 *Part3-FARES*: Add new __MinimumDuration__ attribute to __TimeInterval__.
+ * Also fix __TypeOffareStructureFactor__ on __GeograohicalStructreFactor__.
+ * _Updates to xml schema_:
+ * netex_timeStructureFactor_version.xsd
+ * netex_geographicalStructureFactor_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.12 EURA-84 *PART1-ND* Add default __PaymentMethods__, to __Lines__.
+ * add xml groupwith __PaymentMethods__, __TypesOfPaymentMethods__ and __PurchaseMoments__ attributes.
+ * Add to __Network__, __GroupOfLines__, and __Line__.
+ * Also add _cashExactChangeOnly_ to values for __PaymentMethods__.
+ * _Updates to xml schema_:
+ * netex_travelRights.xsd
+ * netex_line_version.xsd
+ * _Updates to xml examples_:
+ * examples\standards\fxc\uk_fxc_trip_Metrobus_1.xml
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.12 UK-45 *Part3-FARES*: Add constraint mechanism to Entitlements.
+ * This so that supplements and dependent products can be required to have same parameters.
+ * Add constraint elements to __EntitlementRequired__, __EntitlementGiven__.
+ * Add constraint elements to __SalesOfferEntitlementRequired__, __SalesOfferEntitlementGiven__.
+ * _Updates to xml schema_:
+ * netex_usageParameterEntitlement_support.xsd
+ * netex_usageParameterEntitlement_version.xsd
+ * netex_salesOfferPackageEntitlement_support.xsd
+ * netex_salesOfferPackage_version.xsd
+ * _Updates to xml examples_:
+ * examples\standards\fxc\uk_fxc_pass_Metrobus_metrorider.xml
+ * exaamplesstandards\fxc\uk_fxc_addon_HSP_plusbus.xml
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.12 NORWAY-99 *Part3-FARES*: Change cardinality of __SupplementProduct__.
+ * Change __SupplementProduct__ / __SupplementToFareProductRef__ cardinality from _0:1_ to _0:*_.
+ * Also add missing constraint for __SupplementTofareProductRef__.
+ * _Updates to xml schema_:
+ * netex_fareProduct_supplement.xsd
+ * netex_fareProduct_version.xsd
+ * netex_publication_version.xsd
+ * _Updates to xml examples_:
+ * examples\standards\fxc\uk_fxc_pass_Metrobus_metrorider.xml
+ * exaamplesstandards\fxc\uk_fxc_addon_HSP_plusbus.xml
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.11 NORWAY-98 *Part3-FARES*: NORWAY-98 Add new value _activation_ to __UsageTriggerEnumeration__ for __UsageValidityPeriod__.
+ * Also add _Deregistration_ value to __UsageEnd__ enumeration
+ * Also and annototation comments.
+ * _Updates to xml schema_:
+ * netex_usageParameterTravel_support.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.11 NORWAY-97 *Part3-FARES*: : Add new values to __UserProfile \ UserType__,
+ * Values: _student, schoolPupil, youngPerson, military, disabled, disabledCompanion, employee, jobSeeker_.
+ * _Updates to xml schema_:
+ * netex_user_support.xsd
+ * _Updates to xml examples_:
+ * \examples\standards\fxc\uk_fxc_common_profile.xml
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.11 EURA-87 *Part3-FARES*: Support Partial Refunds of Passes
+ * Add new enumeration values _unused_ and _earlyTermination_ to __RefundType__ on __Reselling__.
+ * Add new __RefundPolicy__ attribute to __Refunding__ with enum values _illness, death, redundancy, maternity, other, etc_
+ * Add new __RefundBasis__ atribute to __Refunding__ _unusedDays, unusedWeeks, unusedMonths, other_.
+ * Add new __ExchangableFromPercentUse__ and __ExchangableUntilPercentUse__ attributes to __Reselling__.
+ * Add new enumeration value _withinSpecifiedWindow_ to __PurchaseWhen__ attribute on __Reselling__.
+ * Add add new __EffectiveFrom__ attribute to __Reselling__ with values _anytime, nextInterval, nextInstallment, never_.
+ * Add new __NoticePeriod__ to __Reselling__.
+ * Also UK-46- Add __typesOfPaymentMethods /TypeOfPaymentRef__ and move __PaymentMethods__ up hierarchy with new name (Old attribute on __Refunding__ deprecated)
+ * _Updates to xml schema_:
+ * netex_usageParameterAfterSales_support.xsd
+ * netex_usageParameterAfterSales_version.xsd
+ * _Updates to xml examples_:
+ * netex_era_toc_uk.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.11 EURA-52, EURA40 *Part3-FARES*: Support Suspension.
+ * Add _subscription_ enum value to __UsageValidityPeriodType__.
+ * Add __SubscriptionSuspensionPolicy__ attribute to __UsageValidityPeriod__ with enumeration values:
+ * _none_ - Suspension not allowed.
+ * _forCertifiedIllness_ - Suspension allowed for illness.
+ * _forParentalLeave_ - Suspension allowed for parental leave.
+ * _forHoliday_ - Suspension allowed for Holiday.
+ * _forAnyReason_ - Suspension allowed for any reason.
+ * _Updates to xml schema_:
+ * netex_usageParameterTravel_support.xsd
+ * netex_usageParameterTravel_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.11 EURA-72 *Part3-FARES*: Improve __FareDemandType__ for direction constraints.
+ * Make __StartTimeAtStop__ and __StartTime__ optional.
+ * Add new attribute StopUseConstraint__ to __FareDemandType__ with values _arriving_. _departing_, _passingThrough_.
+ * _Updates to xml schema_:
+ * netex_fareQualityFactor_support.xsd
+ * netex_fareQualityFactor_version.xsd
+ * _Updates to xml examples_:
+ * netex_era_toc_uk.xsd
+ * Netex_101.21_TfL_GeographicFares_UnitZone_MultipleProduct.xml
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.11 CR-13 *PART1*: Add _replacement_ value to __LineType__ enumeration .
+ * _Updates to xml schema_:
+ * netex_line_support.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.11 EURA-40 *Part3-FARES*: Support Subscriptions.
+ * Add new __Subscribing__ usage parameter.
+ * Add __SubscriptionRenewalPolicy__ attribute with enumeration values:
+ * _automatic_ - Renew automatcally at end of term.
+ * _manual_ - Renew on request.
+ * _automaticOnConfirmation_ - Confirm and renew automatically at end of subscription term.
+ * _none_ - No renewal allowed.
+ * Add __SubscriptionTermEnumeration__ attribute with enumeration values:
+ * _fixed_ - Subscription must be for a fixed term.
+ * _variable_ - Subscription can be for an arbitrary term
+ * _openEnded_ - Subscription term is open ended.
+ * Also cf UK-46 Add new __TypeOfPayment__ method.
+ * Also Add __AutomatedUse__ attribute to __TypeofPaymentMethod__.
+ * Also Add _directDebit_ and bankTransfer_ values to __PaymentMethod__ enumeration values.
+ * Also __RESELLING__ parameter Add __typesOfPaymentMethods/TypeOfPaymentRef__ and move __PaymentMethods__ up hierarchy with new name (Old attribute on __REFUNDING__ deprecated)
+ * Also Add _unused_ and _earlyTermination_ to __Refunding__ __RefundType__ enumeration.
+ * Also Add with specified window value to __PurchaseWhen__ enumeration attribute.
+ * Also EURA-90 Add a new attribute __MaximumNumberOfFailToCheckOutEvents__ to __PenaltyPolicy__.
+ * _Updates to xml schema_:
+ * netex_usageParameterCharging_support.xsd
+ * netex_usageParameterCharging_version.xsd
+ * netex_usageParameterAfterSales_support.xsd
+ * netex_usageParameterAfterSales_version.xsd
+ * netex_travelRights_support.xsd
+ * netex_travelRights_version.xsd
+ * netex_salesDistribution_support.xsd
+ * _Updates to xml examples_:
+ * netex_91.1_Rail_RailCard_MultipleProducts.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.11 EURA-73 *Part3-FARES*: Add new __StartConstraintType__ attribute enumeration for __UsageValidityPeriod__.
+ * Add __StartConstraintType__With enum values _fixed_, _variable_, _fixedWindow_
+ * Also EURA-88 Flexible start window: Add new __FixedStartWindow__ attribute to __UsageValidityPeriod__ with contents
+ __MaximumServicesBefore__. __FlexiblePeriodBefore__, __MaximumServicesAfter__, __FlexiblePeriodAfter__.
+ * _Updates to xml schema_:
+ * netex_usageParameterTravel_support.xsd
+ * netex_usageParameterTravel_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.11 UK-22 *Part3-FARES*: Add new __PrivateCode__ attribute to __FarePrice__.
+ * Also UK-22 Add new __Description__ attribute to __FareProductPrice__.
+ * Also UK-22 Add new __InfoLinks__ attribute to __PriceableObject__.
+ * _Updates to xml schema_:
+ * netex_farePrice_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.11 UK-55 *Part3-FARES*: Add new __TypeOfFareStructureElement__.
+ * Also UK-89 Add new __TypeOfFareStructureFactor__.
+ * Also EURA-77 Fix: Corrections to __TypeOfFareProduct__.
+ * _Updates to xml schema_:
+ * netex_fareStructureElement_support.xsd
+ * netex_fareStructureElement_version.xsd
+ * netex_fareStructure_support.xsd
+ * netex_fareStructure_version.xsd
+ * netex_fareProduct_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.11 UK-31 *FRAMEWORK* Fix: to attribute names on __TypeOfFrame__.
+ * __TypeOfFrame__ Change data type on __ClassAttributeInFrame__ and __ClassRelationshipInFrame/Name__ attributes from __NCName__ to __QNAME__.
+ * _Updates to xml schema_:
+ * netex_versionFrame_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.11 EURA-77 *Part3-FARES*: Add new relationship between __FareProduct__ and __Tariff__.
+ * Add new __tariffs/TariffRef__ attribute to __FareProduct__.
+ * _Updates to xml schema_:
+ * netex_fareProduct_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.11 EURA-71 *Part3-FARES*: Add new _superOffPeak_ and _specialEvent_ enumeration values to __FareDemandType__.
+ * _Updates to xml schema_:
+ * netex_usageParameterBooking_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.11 EURA-76 *Part3-FARES*: Add __IsFeeRefundable__ attribute to __Reserving__.
+ * _Updates to xml schema_:
+ * netex_usageParameterBooking_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.11 EURA-68 *Part3-FARES*: Specify conditions for changing group size.
+ * __Exchanging__ usage parameter __TypeOfExchange__ attribute: add new enumeration value _changeGroupSize_.
+ * Also __GroupTicket__ add new attribute __GroupSizeChanges__ with enum values _noChanges, free, charge, steppedCharge_.
+ * Also for __Refunding__ usage parameter, add new _changeOfGroupSize_ value to __RefundType__ enumeration.
+ * _Updates to xml schema_:
+ * netex_usageParameterAfterSales_support.xsd
+ * netex_usageParameterEligibility_support.xsd
+ * netex_usageParameterEligibility_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.10 UK-21 *Part3-FARES*: Add new __SalesOfferEntitlementGiven__ and __SalesOfferEntitlementRequired__ usage parameters.
+ * Add as new package because __SalesOfferPackage__ dependencies are downstream from __FareProduct__.
+ * _Updates to xml schema_:
+ * netex_salesOfferPackageEntitlement_support.xsd (new)
+ * netex_salesOfferPackageEntitlement_version.xsd (new)
+ * netex_salesOfferPackage_version.xsd
+ * netex_all_objects_part3_fares_SD.xsd
+ * netEx.SPP
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.10 EURA-42 *Part3-FARES*: Add __Currency__ to __PricingRule__ (NB this does not solve other aspects of CR.
+ * _Updates to xml schema_:
+ * netex_calculationParameters_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.10 EURA-65 *Part3-FARES*: Add new __SharedUsage__ attribute to __Transferability__ to specify whether multiple users may use a product at the same time.
+ * Add new enum for __SharedUsage__ with values _oneAtATime_, _severalAtATime_, _severalSpecifiedCompanionsAtATime_.
+ * _Updates to xml schema_:
+ * netex_usageParameterAfterSales_support.xsd
+ * netex_usageParameterAfterSales_version.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.10 EURA-75 *Part3-FARES*: Add new __Add TravelBillingPolicy__ attribute to __ChargingPolicy__.
+ * With enumerated values; _billAsYouGo_ , _billOnThreshold_, _billAtFareDayEnd_, _billAtPeriodEnd_.
+ * _Updates to xml schema_:
+ * netex_usageParameterCharging_support.xsd
+ * netex_usageParameterCharging_version.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.10 UK-32 *Part3-FARES*: Add new __ResidenceType__ attribute to __ResidenceQualification__.
+ * With enumerated values; _live_, _work_, _study_, _born_
+ * Also EURA-62: Add new __CompanionRelationshipType__ attribute to __CompanionProfile__ with enumerated values _anyone, grandparent, parent, child, grandchild, colleague, family, legalRelative, spouse, partner, colleague, teacher, pupil_.
+ * Also EURA-89 Add new enumeration value _birthCertificate_ to __ProofOfIdentity__.
+ * _Updates to xml schema_:
+ * netex_usageParameterEligibility_support.xsd
+ * netex_usageParameterEligibility_version.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.10 EURA-53 *Part3-FARES*: Add new __CappingRuleStartConstraintType__ attribute to __CappedFareProduct__ __CappingRule__ to state if _fixed_ or _variable_.
+ * Also, if _fixed_, specify a __startOnlyOn__ \ __DayType__, e.g. for day of week.
+ * _Updates to xml schema_:
+ * netex_fareProduct_support.xsd
+ * netex_fareProduct_version.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.10 EURA-67 *Part3-FARES*: Add new _courier_ value to __FulfilmentMethodType__ enumerations.
+ * _Updates to xml schema_:
+ * netex_salesDistribution_support.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.10 EURA-91 *Part3-FARES*: Add new enumerated values _sameProductLongerJourney_ and _sameProductShorterJourney_ to __TypeOfExchange__ attribute on __Exchanging__ usage parameter.
+ * _Updates to xml schema_:
+ * netex_usageParameterAfterSales_support.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.10 EURA-87 *Part3-FARES*: Specify if start of validity is _variable_ or _fixed_.
+ * Add new __StartConstraint__ attribute to __UsageValidityPeriod__ to specify if start day is _variable_ or _fixed_.
+ * Add new values _variable_ / _fixed_ to __UsageStartConstraintTypeEnumeration__.
+ * Add new __startOnlyOn__ / __DayType__ attribute so that any required day of week, day of month, month of year can be indicated.
+ * Add two XML groups to organise absolute and variable start time attributes.
+ * Also add new _enrolment_ and _reservation_ enum values to __UsageTriggerEnumeration__.
+ * Also add new _eligibilityExpiry_ enum value to __UsageEndEnumeration__.
+ * Also EURA-94 Add new enumeration values _networks_, _operators_ and _countries_ to type of step on __StepLimit__.
+ * _Updates to xml schema_:
+ * netex_usagwParameterTravel_support.xsd
+ * netex_usageParameterTravel_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.10 UK-38 *Part3-FARES*: Add new attributes __MinimumAccess__ and __MaximumAccess__ to __FareStructureElementinSequence__.
+* _Updates to xml schema_:
+ * netex_fareStructureElement_version.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.10 EURA-81 *Part3-FARES*: Make relationship between __FareProduct__ and __TypeOfFareProduct__ many-to-many.
+* _Updates to xml schema_:
+ * netex_fareProduct_version.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.10 UK-08 *FRAMEWORK* Add new attribute __LayerRef__ to __VersionFrame__ and to __TypeOfFrame__.
+ * _Updates to xml schema_:
+ * netex_layer_support.xsd
+ * netex_versionFrame_version.xsd
+
+### 2019.03.10 UK-28 *Part3-FARES*: Add new attribute __CustomerAccountRef__ to __FareContract__.
+ * _Updates to xml schema_:
+ * netex_salesContract_version.xsd
+ * netex_salesTransaction_version.xsd
+
+### 2019.03.09 UK-12 *Part3-FARES*: Add new attribute __GroupOfOperatorRef__ to __Tariff__ (ie make relationship many to many).
+* _Updates to xml schema_:
+ * netex_fareStructureElement_version.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.09 EURA-78 *Part3-FARES*: Allow more than one reference to a __GroupsOfSalesOfferPackageRef__ from a __SalesOfferPackage__ (i.e. make relationship many-to-many.)
+ * _Updates to xml schema_:
+ * netex_salesOfferPackage_version.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.08 EURA-54 *Part3-FARES*: Add a seat reference to assignable parameters.
+ * Add a new module with __PassengerSeatingRef__.
+ * Also Add a new attribute __PassengerSeatRef__ to __ServiceValidityParameterGroup__ of __accessRightParamaterAssignment__.
+ * Also Add new __TravelDocumentRef__ and __RetailDeviceRef__ attributes to __SalesTransaction__.
+ * Also Fix: make __RetailingOrganisationRef__ an __OrganisationOperatorRefStructure__ rather than an __OperatorRefStructure__.
+ * _Updates to xml schema_:
+ * netex_vehicleSeating_support.xsd (New)
+ * netex_all_objects_reusable_components.xsd
+ * netex.spp
+ * netex_accessRightParameter_version.xsd
+ * netex_salesTransaction_version.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.08 EURA-43 *Part3-FARES*: Add new relationship to __FareZone__ to indicate who who manages it.
+ * Add new attributes to __FareZone__ ; __AuthorityRef__ / __OperatorRef__, __GroupOfOperatorsRef__.
+ * _Updates to xml schema_:
+ * netex_fareZone_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.08 EURA-51 *Part3-FARES*: Add new enumeration values to __RoundTripType__ ; _returnOut_, _returnBack_ so as to distinguish legs.
+ * _Updates to xml schema_:
+ * netex_usageParameterTravel_support.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.08 PART2 UK-44, UK-69 *Part3-FARES*: Improve support for defining large tariffs in modular fashion
+ * Add new relationship __groupsOfOperators/GroupsOfOperatorRef__ to __Network__.
+ * Also __UseToExclude__ attribute to __GroupOfOperators__.
+ * Also add new values _flexible_ and _urban_ to __TypeOfLine__ enumeration.
+ * Add new __UseToExclude__ flag to __GroupOfLines__.
+ * Add new __UseToExclude__ flag to __GroupOfDistanceMatrixElements__.
+ * _Updates to xml schema_:
+ * netex_line_support.xsd
+ * netex_line_version.xsd
+ * netex_transportOrganisation_support.xsd
+ * netex_transportOrganisation_version.xsd
+ * netex_distanceMatrixElementVersion_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.08 UK-14 *Part3-FARES*: Improvements to __FareZone__.
+ * Add new __ScopingMethod__ attribute to __FareZone__ with values _explicitStops_, _implicitSpatialProjection_, _implicitSpatialProjection._
+ * UK-13 Add new __ZoneTopology__ enumeration values _annular_, _sequence_, _overlappingSequence_.
+ * UK-18 Specify fare stages on a pattern: Add new __IsFareStage__ attribute to __FarePointInPattern__.
+ * EURA Allow stops to be excluded from a routing. Add new __IsForbidden__ attribute to __FarePointInPattern__.
+ * _Updates to xml schema_:
+ * netex_fareZone_support.xsd
+ * netex_fareZone_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.07 UK-46 *FRAMEWORK* & *Part3-FARES*: Add open __PaymentMethod__ as first class object so that user defined methods can be added.
+
+ * _Updates to xml schema_:
+ * netex_travelRights_support.xsd
+ * netex_travelRights_version.xsd
+ * netex_salesDistribution_support.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.07 NJSK *Part3-FARES*: UK-74 Add new enumerations to __TariffBasis__; _zoneToZone_, _pointToPoint_, _discount_.
+ * Also add documentation annotations to existing annotations.
+ * _Updates to xml schema_:
+ * netex_fareStructureElement_support.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.07 NJSK Fix *FRAMEWORK* Make __InfrastructurePointRef__ and __InfrastructureLinkRef__ abstract.
+ * _Updates to xml schema_:
+ * netex_networkInfrastructure_support.xsd
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.03.07 NJSK-Fix *HOUSEKEEPING* Delete spurious references in XMLSpy _netext.ssp_ file.
+ * _Updates to other files_:
+ * netex.spp
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.03.07 NJSK-Fix *FRAMEWORK* - Correct Type of __VersionFrameRef__ to be _VersionFrameRefStructure_ , correct substitution group on __ResourceFrameRef__ to be __VersionFrameRef__.
+ * _Updates to xml schema_:
+ * netex_resourceFrame_version.xsd
+* _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.03.07 EURA-40 *Part3-FARES*: Add support for Subscriptions.
+ * Basic steps
+ * Subscriptions add new values _onlineAccount_ and _postal_ to enumerations of __DistributionChannelType__.
+ * Add _subscriptionOnly_, also _onCheckIn_, _inAdvanceOnly_, _beforeBoardingOnly_ , _onBoardingOnly_ to __PaymentMoment__ enum.
+ * Fix: add __PaymentMoment__ to __PurchaseWindow__.
+ * _Updates to xml schema_:
+ * netex_salesDistribution_support.xsd
+ * netex_travelRights_support.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.05 UK-24 *FRAMEWORK-RC*: & *Part3-FARES*: Add open __PaymentMethod__ as first class object so that user defined methods can be added.
+ * Add _ePayDevice_, _ePayAccount_ and _mileagePoints_ to __PaymentMethod__ enum
+ * _Updates to xml schema_:
+ * netex_travelRights_support.xsd
+ * netex_travelRights_version.xsd
+ * netex_salesDistribution_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.05 UK-96 *FRAMEWORK-CC*: Add __prerequisites__ relationship to __VersionFrame__.
+ * _Updates to xml schema_:
+ * netex_versionFrame_version.xsd
+ * _Updates to examples_:
+ * Many fares exampels updated to indicate prerequisites.
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.05 UK-09 *Part3-FARES*: Add __TypeOfTariffRef__ and __FareElementInSequenceRef__ to __TravelSpecification__ so that can correctly specify choices.
+ * _Updates to xml schema_:
+ * netex_salesTransaction_version.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.05 UK-19 *Part3-FARES-FP*: Fix __PriceGroup__ should be abstract.
+ * _Updates to xml schema_:
+ * netex_farePrice_version.xsd
+* _Documentation Changes_: [uml_diagram: NONE], [doc-doane]
+
+### 2019.03.05 NJSK-Fix *PART1*: Make alternative name and date visible on __Direction__.
+ * _Updates to xml schema_:
+ * netex_route_version.xsd
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-done]
+
+### 2019.03.05 UK-41 *Part3-FARES*: Revise __UserProfile__ to allow more than one enum values for __ProofOfEligibilty__.
+ * _Updates to xml schema_:
+ * netex_usageParameterEligibility_support.xsd
+ * netex_usageParameterEligibility_version.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.02 UK-18 *Part3-FARES*: Add values for __TypeOfInterval__.
+* _Updates to xml schema_:
+ * netex_geographicalStructureFactor_support.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+
+### 2019.03.02 UK-80 *Part3-FARES*: Add further values to __GenericParameterAssignment__,
+__TypeOfConcessionRef__, __TypeOfUsageParameterRef__, __VehicleType Ref__, __TypeOfLineRef__.
+* _Updates to xml schema_:
+ * netex_validityCondition_support.xsd
+ * netex_accessRightParameter_version.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.02 UK-41 *Part3-FARES*: Add an additional functional operator to __GenericParameterAssignment__ to clarify use of groups.
+* New values: _oneOf_ / _someOf_/ _allOf_.
+* Also correct documentation on relational operators.
+* _Updates to xml schema_:
+ * netex_validityCondition_support.xsd
+ * netex_accessRightParameter_version.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.03.01 EURA-(nk) *Part3-FARES*: Add __DistanceMatrixInverseRef__ for backwards direction of reference. Revise constraints.
+ * _Updates to xml schema_:
+ * netex_distanceMatriElement_support.xsd
+ * netex_distanceMatriElement_version.xsd
+ * netex_publication.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.02.28 EURA-10 *Part3-FARES*: Improve __CustomerPurchasePackage__.
+* Fix correct case on __customerPurchasePackageRefs__.
+* Allow inlining of __CustomerPurchasePackages__ in a __FareContract__.
+* _Updates to xml schema_:
+ * netex_customerPurchasePackage_support.xsd
+ * netex_customerPurchasePackage_version.xsd
+ * netex_salesTransaction_version.xsd
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.02.21 UK-07 *Part3-FARES*: Allow __xxPriceRefs__ directly in __FareTable__ / __cells__.
+* Also allow __VersionOfObjectRef__ on __FareTable__ __Row__ and __Column__.
+* _Updates to xml schema_:
+ * netex_fareZone_version.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.02.21 UK-20 *Part3-FARES*: Add contains relationship to __FareZone__.
+* _Updates to xml schema_:
+ * netex_fareZone_version.xsd
+* _Updates to xml examples_:
+ * uk_fxc_trip_First_WoE_Line48_stage+Passses.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.02.21 UK-57 *Part3-FARES*: Add Allow list of __MachineReadable__ enumerations,
+* Also add open ended __TypeOfMachineRedability__.
+* _Updates to xml schema_:
+ * netex_travelDocument_support.xsd
+ * netex_travelDocument_version.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.02.21 UK-34 *Part3-FARES*: TRAVEL DOCUMENT should not be in FARE FRAME - remove.
+ * _Updates to xml schema_:
+ * netex_travelDocument_version.xsd
+ * netex_fareFame_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.02.21 UK-07 *Part3-FARES*: __FareTable__ - Allow direct containment of __FarePriceRef__.
+ * Also UK-23 Add __FareSectionRef__ to __FareTable / specifics__
+ * _Updates to xml schema_:
+ * netex_fareTable_version.xsd
+ * _Updates to xml examples_:Various to drop unecessary __cells__ wrapper tags
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+## 1.10 Summary of Changes since v1.09
+
+
+### 2019.02.21 .No-Fix *PART2*: Reapply 1.09 Fix Merge in correction to spelling of __AccountingTime__.
+* NB This will break any existing documents that use __AccountingTime__.
+* _Updates to xml schema_:
+ * netex_duty_version.xsd
+* _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.02.21 .No-Fix *Part3-FARES*: Reapply 1.09 Fix up examples
+* _Updates to xml examples_: fare examples, Norway examples
+* _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.02.21 NJSK-Fix *FRAMEWORK* Make dummy types abstract __TransportOrganisation__ .
+* _Updates to xml schema_:
+ * netex_transportOrganisation_version.xsd
+* _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.02.21 NJSK-Fix *FRAMEWORK* Reapply 1.09 Make __ValidityCondition__ etc visible [xsd only]
+* _Updates to xml schema_:
+ * netex_travelRights.xsd
+ * netex_trainElement.xsd
+* _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.02.21 NJSK-Fix: *FRAMEWORK* Reapply 1.09 Constraint changes and further clean up constraints [xsd only]
+* Changes include:
+ * (a) Fix keyref constraint on __TimingLinkInJourneyPattern_AnyVersionedKey__, (Drop __DropFarePointInPattern__. __TimingTimingLinkInJournePattern__, __StopTimingLinkInJourneyPattern__).
+ * (b) Fix keyref constraint on __ServiceLinkInJourneyPattern_AnyVersionedKey__ (Drop __xxxPoints__).
+ * (c) Fix keyref constraint on __FarePointInPattern_AnyVersionedKey__ - Add __xxxPoints__.
+ * (d) Fix keyref constraint on __LinkInJourneyPattern_AnyVersionedKey__ - Ddrop __xxxPoints__.
+ * (e) Fix constraint __ServiceLinkInJourneyPattern_AnyVersionedKey__ drop bogus __ServiceService__ selector.
+ * (f) Fix __FarePointInPattern__ Key
+ * (g) Fix keyref constraint on StopPointInJourneyPattern - remove bogus __DeadRunInPattern__ and __ServiceStopPointInPattern__ selectors.
+ * (h) Fix keyref constraint on TimingPointInPattern - remove bogus __DeadRunInPattern__ and __ServiceStopPointInPattern__ selectors.
+ * (i) Fix uniqueness constraint on __HeadwayJourneyGroup__ - drop __RhythmicalJourneyGroup__.
+ * (j) Fix (again) __Constraints on SalesOfferPackage__ and __SalesOfferPackagePrice__.
+ * (k) Fix keyref __LinkInJourneyPattern_AnyVersionedKey__ correct __LinkInPattern__ to __ServiceLinkInPattern__.
+ * (l) Fix remove obsolete __ParkingTaxRate__ constraint
+ * (m) Fix Reinstate integrity constraints on StopPointInJourneyPattern, etc {NB THIS MAY CATCHE EXISTING ERRORS IN EXAMPLES].
+ * (n) Fix Add constraints on __SectionInSequence__. {NB THIS MAY CATCHE EXISTING ERRORS IN EXAMPLES].
+ * (o) Revise key names to emphasise when key is ordered separate.
+ * (b) Fix Make uniqueness of __PriceGroup__ and __FareTable__.
+* _Updates to xml schema_:
+ * netex_publication.xsd
+* _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.02.18 NJSK-Fix *FRAMEWORK* Correct data type of __LayerRef__ and substitution group on __Layer__ and __CellRef__
+ * NB dependencies need sorting out - move layer to core framework?
+ * _Updates to files_:
+ * netex_layer_support.xml
+ * netex_layer_version.xml
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.02.18 NJSK-Fix OTHER update XML SPy & Oxygen project files [xsd only]
+ * _Updates to files_:
+ * netex_layer_support.xml
+ * netex_layer_version.xml
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.02.18 NJSK-Fix OTHER update XML SPy & Oxygen project files [xsd only]
+* _Updates to files_:
+ * netex.spp
+ * netex.spr
+* _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.02.18 EXAMPLES - Add new Fare examples [xsd only]
+#### Rail fares
+* Example: Distance rail tariff:
+ * Netex_era_distance_ro.xml
+* Example: Point to Point Multi-operator National tariff and single operator regional products:
+ * netex_era_toc_uk.xml
+* Example: Cross-border National tariff :
+ * netex_crossborder_de.xml
+#### Bus fares
+* Example: Zone-to-zone bus fares:
+ * uk_fxc_trip_Metrobus_1.xml.xml
+* Example: Zonal day & season pass fares:
+ * uk_fxc_pass_Metrobus_metrorider.xml
+* Example: Stage trip fares:
+ * uk_fxc_trip_First_WoE_stage-distance_minimal1.xml
+* _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.02.18 UK-006 *Part3-FARES*: - Add missing FARE TABLE price references.
+ * Fix: Add __CellSpecificNetworkGroup__ to Fare Table Specifics,
+ * Fix: Add __TariffZoneRef , LineRef, FareZoneRef, TariffRef, LineRef, ScheduledStopPointRef__ and __FareStructureElementInSequenceRef__. __SectionRef__ to __CellSpecificNetworkGroup__,
+ * _Updates to xml schema_:
+ * netex_fareTable_version.xsd
+ * netex_stopPlace_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2019.01.11 1.09 NJSK-Fix *Part3-FARES*: Constraints.
+ * Fix: Correction to constraints
+ 1. Fix keyref constraint on __TimingLinkInJourneyPattern_KeyRef__ - drop __xxxPoints__.
+ 2. Fix keyref constraint on __ServiceLinkInJourneyPattern_AnyVersionedKey__ - drop __xxxPoints__.
+ 3. Fix keyref constraint on __FarePointInPattern_AnyVersionedKey__ - add __xxxPoints__.
+ 4. Fix keyref constraint on __LinkInJourneyPattern_AnyVersionedKey__ - drop __FarePointInPattern__.
+ 5. Fix constraint __ServiceLinkInJourneyPattern_UniqueBy_Id_Version_Order__ drop __ServiceServiceLinkInJourneyPattern__.
+ 6. Fix __FarePointInPattern__ Key constraint
+* _Updates to xml schema_:
+ * netex_publication.xsd
+* _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2019.01.10 HOUSEKEEPING Migrate to Github. Rename all schema files to remove version numbers.
+* _Updates to xml schema_:
+ * All NeTEx files changed.
+* Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2018.06.02 GITHUBBER FRAMEWORK Add __Centroid__ to __GroupOfStopPlaces__.
+ * _Updates to xml schema_:
+ * netex_stopPlace_version.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+----
+# 1.09 Summary of Changes since v1.08
+
+### 2018.06.06 CR057 NJSK add URL to Priceable object.
+* _Updates to xm schema_: netex_farePrice_version-v1.1.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2018.06.02 1.09 *BUG* Fix __UsageParameterRef__ - should be abstract to prevent use [xsd only]
+ * _Updates to xml schema_: netex_usageParameter_Support-v1.1.xsd
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2018.06.02 *BUG* Fix __ServiceDesignator__ & __JourneyDesignator__ - Make fromPoint value optional .
+ * _Updates to xml schema_: netex_vehicleJourney_Support-v1.1.xsd
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+ [DOCTODO] Also Add designator UML diagram to SPec
+
+### 2018.06.02 1.10 *BUG* Fix Substitution group __PointInJourneyPattern__.
+ * _Updates to xml schema_: netex_journeyPattern-v1.1.xsd
+ * _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2018.06.02 Add __ServiceDesignator__ to __GroupOfServicesMember__ [DOCTODO]
+ * _Updates to xml schema_: netex_serviceJourney_Version-v1.1.xsd
+
+### 2018.06.01 CR049 Rename to align with Transmodel. Fix case of names [xsd only]
+ * TM6 Alignment: Rename __SalesPackage__ to __SalesOfferPackage__
+ * Fix: Correct the camel casing of __GroupsOfsaleOfferPackages__ ==> __groupsOfSaleOfferPackages__
+ * Fix: Correct constraint names
+ * _Updates to xml schema_:
+ * netex_SalesOfferPackage_version-v1.1.xsd
+ * NeTEx_publication.xsd
+ * NeTEx_publication_timetable.xsd *
+ * Nx.xsd
+ * _Updates to examples_:
+ * Netex_tap_tsi_B3+more.xml
+ * Netex_tap_tsi_B2.xml
+ * Netex_tap_tsi_B2-71.xml
+ * Netex_tap_tsi_B2-1181.xml
+ * Netex_tap_tsi_B2-1180.xml
+ * Netex_tap_tsi_tcvs_irt_1.xml
+ * Netex_tap_tsi_B3.xml
+ * Netex_tap_Train_Hotel_SalesPackage_2.xml
+ * Netex_101.21_TflGeographicFares_UnitZone_MultipleProducts
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2018.03.20 1.09 CR047 Fix __SupplementToFareProductRef__.
+ * Fix _ResultStepIdType_[xsd only]
+ * _Updates to xml schema_:
+ * netex_farePrice_version & netex_FarePrice_support
+ * _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2018.03.20 1.09 Fix Inheritance of __CompanionProfileRef__ to be a type of __UserProfileRef__ [xsd only]
+* _Updates to xml schema_:
+ * netex_usageParameterEligibility_support-v1.0
+* _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2018.03.20 CR049 Rename to align with Transmodel
+* Renames and fixes
+ * Fix Capitalisation [xsd only] x
+ * Fix Capitalisation of wrapper tags
+ * TM Alignment: __salesOfferPackages__ should be lower ca.mel case.
+ * TM Alignment: __salesOfferPackageElements__ should be lower camel case.
+ * TM Alignment: __saleslesOfferPackageSubstitutions__ should be lower camel case.
+ * TM Alignment: __salesOfferPackagePrices__ should be lower camel case
+ * TM Alignment: __salesOfferPackageRefs__ should be lower camel case.
+* _Updates to xml schema_:
+ * netex_SalesOfferPackage_support-v1.1.xsd
+ * netex_SalesOfferPackage_version-v1.1.xsd
+ * netex_FareTable_version-v1.1.xsd
+ * nete_AccessRight_Parameters_version-v1.1.xsd
+ * netex_FareProduct_version-v1.1.xsd
+* _Updates to multiple Examples_.
+* _Documentation Changes_: [uml_diagram: NONE], [doc-NONE]
+
+### 2018.03.20 CR049 Rename to align with Transmodel [*uml:v96-nk4; doc:v39*]
+* TM Alignment: Rename __PassengerContract__ ==> __FareContract___.
+* TM Alignment: Rename __PassengerContractEntry__ ==> __FareContractEntry__.
+* TM Alignment: Rename __PassengerContractSecurityListing__ ==> __FareContractSecurityListing__.
+* TM Alignment: Rename __TypeOfPassengerContract__ ==> __TypeOfFareContract__.
+* TM Alignment: Rename __TypeOfPassengerContractEntry__ ==> __TypeOfFareContractEntry__.
+* _Updates to xml schema_:
+ * netex_fareContract_support-v1.1.xsd
+ * netex_fareContract_version-v1.1.xsd
+ * netex_salesTransaction_support-v1.1.xsd
+ * netex_salesTransaction_version-v1.1.xsd
+ * netex_salesTransactionFrame_version-v1.1.xsd
+ * netex_publication.xsd
+ * netex_publication_timetable.xsd
+* _Documentation Changes_: [uml_diagram: done], [doc-done]
+
+### 2017.12.20 CR049 Rename to align with Transmodel [*uml:v96-nk4; doc:v39*]
+* TM Alignment: Rename __SalesPackage__ ==> __SalesOfferPackage__.
+* TM Alignment: Rename __SalesPackageElement__ ==> __SalesOfferPackageElement__.
+* TM Alignment: Rename __SalesPackageSubstitition__ ==> __SalesOfferPackageSubstitition__.
+* TM Alignment: Rename __TypeOfSalesPackage__ ==> __TypeOfSalesOfferPackage__.
+* TM Alignment: Rename __SalesPackageSubstitition__ ==> __SalesOfferPackageSubstitition__.
+* TM Alignment: Rename __GroupOfSalesPackages__ ==> __GroupOfSalesOfferPackages__.
+* _Updates to xml schema_:
+ * netex_salesPackage_support-v1.1.xsd ==> netex_aalesOfferPackage_support--v1.1.xsd
+ * netex_salesPackage_version-v1.1.xsd ==> netex_aalesOfferPackage_version-v1.1.xsd
+
+### 2017.12.20 Fix up fare examples
+
+## 1.08 Summary of Changes since v1.07
+
+### 2017-12-01 Further revisions & Fixes for v1.1
+ * Fix: Add notice assignments to **GroupOfDistanceMatrixElements** [*uml:v96-nk3; doc:v38.04*]
+ * netex_distranceMatrixLement_version-v1.1.xsd
+ * Fix: Move _alternativeTexts_ up hierarchy to **EntityInVersion** [*uml:v96-nk2; doc:v38.03*]
+ * Fix: Move **AlterativeName** to generic framework so Organisation can reference. [uml 96-nk2; doc done v38.03]
+ * netex_organisation_version-v1.1.xsd
+ * netex_all_objects_generic_version-v1.0.xsd
+ * Fix: Add **ContactDetails** to **Line** as per uml [*uml:v96-nk2; doc:v38.03*]
+ * netex_line_version-v1.1.xsd
+ * Fix: Update uml diagram for **PropertyOfDay**, **Line** [*uml:v96-nk2; doc:v38.03*]
+ * Fix: cd - **Place** should be typed **Place_VersionStructure** [*uml:v96-nk2; doc:v38.03*]
+ * netex_place_version-v1.1.xsd
+ * CR: Cr0019/Cr0013 correct type on **DayOffSet** on **CourseOfJourney** and **ReliefOpportunity**, **InterchangeRule**, [*uml:v96-nk2; doc:v38.03*]
+ * netex_vehicleService_version-v1.1.xsd
+ * netex_coupledJourney_version-v1.1.xsd
+ * netex_interchange-v1.1.xsd
+ * Fix: Add **DayOffSet** to JourneyMeeting [*uml:v96-nk2; doc:v38.03*]
+ * netex_interchange-v1.1.xsd
+ * CR: Cr0051: Add _infolinks_ to **GroupOfEnNtities** [*uml:v96-nk3; doc:v38.04*]
+ * netex_groupin-v1.1.xsd
+
+### 2017-11-08 Further revisions & Fixes for V1.1
+ * Fix: Add **DayOffSet** to **JourneyPartCouple** [*uml:v96-nk2; doc:v38.03*]
+ * netex_coupledJourney_version-v1.1.xsd
+ * Fix: Correct spelling & Allow multiple infolinks on **FareProduct** [*uml:v96-nk2; doc:v38.03*]
+ * netex_fareProduct_version-v1.1.xsd
+ * Fix: Add _MobileApp_ to **MediaType** enumeration [*uml:v96-nk2; doc:v38.03*]
+ * netex_travelDocumentSupport_support-v1.1.xsd
+ * Fix: Allow version of derived view id [*xsd only*]
+ * netex_responsibility_version-v1.1.xsd
+ * Fix: Allow **DistanceMatrixView** on *AccessRightParameter** [*xsd only*]
+ * netex_accessRightParameter_version-v1.1.xsd
+ * CR: CR0051 Allow *Line* and _documentlinks_ on **Tariff** [*uml:v96-nk2; doc:v38.03*]
+ * netex_fareStructureElement_version-v1.1.xsd
+ * CR: CR0051 Add _map_ and _faresheet_ to **InfoLink** types [*uml:v96-nk2; doc:v38.03*]
+ * netex_utilityTypes_v1.1.xsd
+ * CR: CR0051 Allow **Presentation** details on **TariffZone** [*uml:v96-nk2; doc:v38.03*]
+ * netex_zone_version-v1.1.xsd
+ * Fix: Add _totalNumberParkingSpaces_ to **ParkingProperties** [*uml:v96-nk2; doc:v38.03*]
+ * netex_ifopt_parking_version-1.1,xsd
+ * Fix: Update **Facility** - correct _nuisance_ to match XML[*uml:v96-nk2; doc:v38.03*]
+ * netex_facility_support-v1.1.xsd
+ * CR: CR0049 Change **PiQuery** to **PiRequest** [*uml:v96-nk2; doc:v38.03*]
+ * netex_salesTransaction_support-v1.1.xsd (replaces 1.0)
+ * CR: CR0040 Rework to make **Section** a type of **LinkSequence** [*uml:v96-nk2; doc:v38.03*]
+ * netex_commonSection_support-v1.1.xsd ++
+ * netex_commonSection_version-v1.1.xsd ++
+ * netex_section_support-v1.1.xsd
+ * netex_section_version-v1.1.xsd
+ * netex_linkSequence_version-v1.1.xsd
+ * netex_lineNetwork_version-v1.1.xsd
+ * netex_fareZone_version-v1.1.xsd
+ * CR: CR0049 TM Change. Move _Description_ to supertype for **LinkSequence** [*uml:v96-nk2; doc:v38.03*]
+ * netex_journeyPattern_version-v1.1.xsd
+ * netex_journey_version-v1.1.xsd
+ * netex_ifopt_navigationPath_version-v1.1.xsd
+ * netex_ifopt_parking_version-v1.1.xsd
+----
+### 2017-10-10 Further revisions & Fixes
+
+* Fix: Correct **FareStructureElement** to allow Multiple interval support, Add timeIntervals & geographical intervals to fareElement, Also allow inlining of DistanceMatrixElements [xml]
+ * netex_FareStructureELement_version_-v1.1.xsd
+ * netex_all_objects_part3_fares-v1.0.xsd
+ * netex_all_objects_part3_fares_FS-v1.1.xsd
+ * netex_accessRightParameter_version-v1.1.xsd
+* Fix: **CustomerPurchasPeackageElement** add **GeographicalIntervalRef** & **TimeIntervalRef** [*uml:v96-nk2; doc:v38.03*]
+ * netex_CustomerPurchasePackage_version_-v1.1.xsd
+
+* CR: CR0049 TM alignment
+ (i) **CustomerPurchasePackage** element add **TypeOfTravelDocument** to **ProductValidityParametersGroup** [*uml:v96-nk2; doc:v38.03*]
+ * netex_accessRightParameter_version-v1.1.xsd
+
+ (ii) Fix Add **TypeOfTravelDocument** to **FareTable** specifics [*uml:v96-nk2; doc:v38.03*]
+ * netex_fareTable_version-v1.1.xsd
+ * etex_all_objects_part3_fares_FP-v1.1.xsd
+ * netex_distanceMatrixElement_version-v1.0.xsd
+ (iii) Add **TypeOfTravelDocument** to **FareFrame** [*uml:v96-nk2; doc:v38.03*]
+ * netex_travelDocument_version-v1.1.xsd
+
+* Fix: NeTEx **FareFrame** had wrong reference 1.0 [*xsd only*]
+ * netx_all_objects_part3_fares-v1.1.xsd
+ * netex_fareFrame_version-v1.0.xsd
+ * netex_all-v1.0.xsd
+ * netex_salesTransactionFrame-v1.1.xsd
+* CR: CR0051 Misc small fix - **ParkingArea** add **NumberOfBaysWithRecharging**, **RechargingAvailable** [*uml:v96-nk2; doc:v38.03*]
+ * netex_parkingTariff_version-v1.1.xsd
+ * netex_siteFrame_version-v1.0.xsd
+ * netex_ifopt_all_objects-v1.0.xsd
+* CR: CR0051- **LostPropertyService**: add **KeptForDuration**. **LeftLuggage addMaximumDuration** [*uml:v96-nk2; doc:v38.03*]
+ * netex_ifopt_localService_version-v1.1.xsd
+ * netex_ifopt_localServiceCommercial_version-v1.0.xsd
+ * netex_Ifopt_equipmentAll-v1.0.xsd
+ * netex_assistanceBooking_version-v1.0.xsd
+----
+## 2017-08-17
+* CR: CR0047 - **RailSubmode** add _AirportLink_ as rail submode [*uml:v96-nk2; doc:v38.03*]
+ * netex_submode_version-v1.1.xsd
+* FIX: Reorganise project folders [*xsd only*]
+ * Split all_object_part3_fares into four sublists -FP, FS, AR, SD
+
+----
+### 2017-08-10 Align with TM6 Changes
+
+* CR: CR0045 TM6: **GenericLoggable** support **LogEntry** [*uml:v96-nk2; doc:v38.03*]
+ (i) Add generic **Loggable**. Make **PassengerContractEvent** a type of **LogENtry** [*uml:v96-nk2; doc:v38.03*]
+ * netex_loggable_support-v1.1.xsd
+ * netex_loggable_version-v1.1.xsd
+ * netex_salesContract_support-v1.1.xsd
+
+ (ii) Rename **PassengerContractEvent** to **PassengerContractEntry** NB not back compatible for **TypeOfPassengerContractEvent**[*uml:v96-nk2; doc:v38.03*]
+ * netex_salesContract_support-v1.1.xsd
+
+ (iii) Add Support for **SecurityLists** & **WhiteLists*** , revise use of **lacklist**. NB this is functionally, but not syntactically backwards compatible. [*uml:v96-nk2; doc:v38.03*]
+ * +netex_securityList_support-v1.1.xsd
+ * +netex_securityList_version-v1.1.xsd
+ * netex_salesContract_support-v1.1.xsd
+ * netex_salesContract_version-v1.1.xsd
+ * netex_travelDocument_support-v1.1.xsd
+ * netex_travelDocument_version-v1.1.xsd
+ * netex_retailConsortium_support-v1.1.xsd
+ * netex_retailConsortium_version-v1.1.xsd
+ * netex_salesTransactionFrame_version-v1.1.xsd
+
+ (iv) Add **CustomerPurchasePackage** support [*uml:v96-nk2; doc:v38.03*]
+ * allObjects_part3
+ * ++ netex_customerPurchasePackage_support-v1.1.xsd
+ * ++ netex_customerPurchasePackage_version-v1.1.xsd
+ * netex_salesTransactionFrame_version-v1.1.xsd
+
+ (v) Add **CustomerAccount**, **CustomerAccountStatus**, **TypeOfCustomerccount** [*uml:v96-nk2; doc:v38.03*]
+ * netex_salesContract_support-v1.1.xsd umlp
+ * netex_salesContract_support-v1.1.xsd umlp
+
+ (vi) Add **CustomerEligibility** [*uml:v96-nk2; doc:v38.03*]
+ * ++ netex_customerEligibility_support-v1.1.xsd umlp
+ * ++ netex_customerEligibility_version-v1.1.xsd umlp
+* CR: CR00xx Add **Presentation** including graphics to **AllowedLineDirection** [*uml:v96-nk2; doc:v38.03*]
+ * netex_line_version-v1.1.xsd umlp
+
+* CR: CR0040 Revise **Section**: Add **GeneralSection** distinct from **CommonSection**. [*uml:v96-nk2; doc:v38.03*]
+ Separate out section from point and link package. NB not strictly compatible just for **Section** usedIn **LinkSequence**
+ * netex_pointAndLinkSequence_support-v1.1.xsd UMLcp
+ * netex_pointAndLinkSequence_version-v1.1.xsd UMLcp
+ * netex_pointAndLink_support-v1.1.xsd UMLcp
+ * netex_pointAndLink_version-v1.1.xsd UMLcp
+ * netex_lineSection_version-v1.1.xsd UMLcp
+ * ++netex_section_support-v1.1.xsd UMLcp
+ * ++netex_section_version-v1.1.xsd UMLcp
+* CR: CR0010 **QuayType** Add _BusPlatform_ enum value [*uml:v96-nk2; doc:v38.03*]
+ * netex_ifopt_stopPlace_support-v1.1.xsd
+* CR: CR0030 Add **DayOffsets** [u*uml:v96-nk2; doc:v38.03*]
+ * netex_coupledJourney_version-v1.1.xsd UM p
+ * netex_datedPassingTime_version-v1.1.xsd
+ * netex_monitoredPassingTime_version-v1.1.xsd
+ * netex_passingTimes_version-v1.1.xsd
+* CR: CR0010 Add **JourneyPartPosition** to **JourneyPart** [*uml:v96-nk2; doc:v38.03*]
+ * netex_coupledJourney_support-v1.1.xsd
+ * netex_coupledJourney_version-v1.1.xsd
+* CR: CR014 Add **GroupOfLinesType** enum [*uml:v96-nk2; doc:v38.03*]
+ * netex_line_support-v1.1.xsd
+ * netex_line_version-v1.1.xsd
+* CR: CR0047 Add support for tax to **FarePrice**: self ref on **PriceRule** & **StepResult** [*uml:v96-nk2; doc:v38.03*]
+ * netex_farePrice_version-v1.1.xsd
+ * netex_parkingTariff_support-v1.1.xsd
+ * netex_parkingTariff_version-v1.1.xsd
+
+===============================
+End
diff --git a/examples/functions/deckPlans/DeckPlans-Example.xml b/examples/functions/deckPlans/DeckPlans-Example.xml
new file mode 100644
index 000000000..187da3c47
--- /dev/null
+++ b/examples/functions/deckPlans/DeckPlans-Example.xml
@@ -0,0 +1,1753 @@
+
+
+
+ 2020-12-17T09:30:47.0Z
+ SYS001
+
+
+ 2020-12-17T09:30:46.0Z
+ SYS002
+ Request for Erebus 1 tariff
+
+
+
+
+ 2020-01-01T00:00:00Z
+
+
+
+
+
+
+
+
+
+
+ P1M
+ Example of DeckPlans
+
+
+
+
+ 2023-01-01T00:00:00
+ 2023-12-31T12:00:00
+
+ Deck Plan Example
+ This is an example showing how one might encode a Deck plan for a double decker bus in NeTEx. It includes seat an, entrance and sensor equipment.
+
+
+
+
+
+
+
+
+
+ EUR
+
+
+
+
+ erebus Operator specific common resources
+
+
+ mb
+ http://www.erebus.eu/
+ erebus data
+
+
+
+
+ feedback@erebus.eu
+
+
+
+
+
+ Operator data
+
+
+ creates
+ planning
+ erebus
+
+
+
+
+
+
+
+ Bike equipment
+
+
+ Battery
+
+
+ Charger
+
+
+
+
+
+
+
+ MBK
+ erebus
+ erebus
+ erebus SA
+ operator
+
+ Alpha1
+ Metropolis
+ RH10 9UA
+ Metroland
+
+ bus
+
+
+
+
+
+ Bench seat
+ 0.48
+ 0.50
+ 0.50
+ false
+
+
+ Pulldown seat
+ 0.48
+ 0.40
+ 0.40
+ true
+
+
+ Bench seat
+ 0.48
+ 0.50
+ 0.45
+ false
+
+
+ External Door sensor
+ cable
+
+
+ Internal sensor on bottom step
+ cable
+
+
+ Seat sensor
+ cable
+
+
+ true
+ 1
+ 2.00
+ 1.80
+ 2.00
+ true
+
+
+
+ true
+ cashAndCard contactlessPaymentCard travelCard
+
+
+ 1.00
+ true
+
+
+ true
+ true
+ true
+
+
+ 12
+ 0.10
+ oneSide
+ 1.00
+ true
+ true
+ 1
+
+
+
+
+ freeWifi
+ purchase
+ noCycles
+
+
+
+
+ Double Decker Bus
+ Double decker bus with staircase. Wheelchair and luggage spaces on lower deck.
+ false
+ true
+ human
+ diesel
+ bus
+
+ 60
+ 20
+ 2
+ 1
+
+ false
+ 0.15
+ 10
+ 4
+ 2000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lower Deck
+
+
+
+
+ Driver seat
+
+
+ 1
+
+
+
+ false
+ 1
+
+
+ Lower Deck seating area
+
+ true
+ standardClass
+
+ true
+
+
+ true
+ false
+ true
+
+
+
+ true
+ false
+
+
+
+ Front Door
+ 1.00
+ 1.90
+
+
+ 1
+
+
+
+ 1
+
+
+
+ external
+
+ true
+
+
+
+
+
+
+
+
+ Rear Door
+ 0.95
+ 1.90
+
+
+ 1
+
+
+
+
+
+
+
+
+
+ external
+
+ true
+
+
+
+
+
+
+
+
+ Entrance to stairs
+ 0.80
+ 1.90
+
+
+
+
+
+ internal
+
+
+
+
+
+
+
+
+
+ entry
+
+
+ exit
+
+
+ 43
+
+
+ seat
+ 22
+
+
+ standingSpace
+ 20
+
+
+ wheelchairSpace
+ 1
+
+
+ pushchairSpace
+ 2
+
+
+
+
+
+
+ leftwards
+
+
+
+
+
+
+
+
+
+
+
+ rightwards
+
+
+
+
+
+
+
+
+
+
+
+
+ leftwards
+
+
+
+
+
+
+
+
+
+
+
+ rightwards
+
+
+
+
+
+
+
+
+
+
+
+
+ leftwards
+
+
+
+
+
+
+
+
+
+
+
+ rightwards
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+ leftwards
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ leftwards
+
+
+
+
+
+
+
+ Stairwell to upper deck
+
+
+
+ 1
+
+
+
+ Stop button at top of stairs
+
+
+
+ false
+
+
+
+ Bottom of stairwell
+ 1.00
+ 1.90
+ internal
+ true
+
+
+
+ Top of Stairwell
+ 1.00
+ 1.90
+ internal
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ entryAndExit
+
+
+ entryAndExit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Upper Deck
+
+
+
+
+ Upper Deck seating area
+
+ false
+
+
+ false
+ false
+ true
+
+
+
+ true
+ false
+
+
+ ENtrance to top of stairs
+ 0.80
+ 2.00
+ internal
+
+
+
+
+ seat
+ 37
+
+
+ standingSpace
+ 12
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Basic Elements for map of bus
+ http:erebus.eu/plans/double_decker_floor_plan
+
+
+ Bottom Deck
+
+
+
+ Forward Entrance
+
+
+
+ Rear Entrance
+
+
+
+ Stairs
+
+
+
+ Top Deck
+
+
+
+
+
+
+
+ Deck Plan Assignment Example
+ This is an example showing how one might assign a Deck Entrance to a journey so as to state which entrance will be at which point on teh platform . More sense for a train of ferry .
+
+
+ To a particalr stopt
+
+
+
+
+
+
+ true
+ false
+ 1
+
+ Board at front
+
+
+
+
+
+
+
+ false
+ true
+ 1
+
+ exit at rear
+
+
+
+
+
+
+
+
+
+
+
+
+ Deck Plan Example
+ This is an example showing how one might assign a deck plan to a journey.
+
+
+
+ 10:10:00
+
+
+
+
+
+
+
+ In to centre
+
+
+
+ 10:10:00
+ 10:30:00
+
+
+ Across centre - doors open
+
+
+
+ 10:31:00
+ 10:50:00
+
+
+
+
+
+
+
+ Assign double decker bus to Journey - doors shut
+
+
+
+
+
+
+ Assign double decker bus to Journey - doors open
+
+
+
+
+
+
+
+
+ Ties a STOP ASSIGNMENT to a specific VEHICLE JOURNEY
+
+
+
+
+
+
+
+
+
diff --git a/examples/functions/deckPlans/DeckPlans-Example_bus.xml b/examples/functions/deckPlans/DeckPlans-Example_bus.xml
new file mode 100644
index 000000000..d74d361ed
--- /dev/null
+++ b/examples/functions/deckPlans/DeckPlans-Example_bus.xml
@@ -0,0 +1,1906 @@
+
+
+
+
+ 2020-12-17T09:30:47.0Z
+ SYS001
+
+
+ 2020-12-17T09:30:46.0Z
+ SYS002
+ Request for Erebus 1 tariff
+
+
+
+
+ 2020-01-01T00:00:00Z
+
+
+
+
+
+
+
+
+
+
+ P1M
+ Example of DeckPlans
+
+
+
+
+ 2023-01-01T00:00:00
+ 2023-12-31T12:00:00
+
+ Deck Plan Example for DOuble DEcker Bus
+ This is an example showing how one might encode a Deck plan for a double decker bus in NeTEx. It includes seat an, entrance and sensor equipment.
+
+
+
+ mb
+ http://www.erebus.eu/
+ erebus data
+
+
+
+
+
+
+
+
+
+
+
+ erebus Operator specific common resources
+
+
+
+
+
+
+ feedback@erebus.eu
+
+
+
+
+
+ Operator data
+
+
+ creates
+ operation
+ erebus
+
+
+
+
+ Operator timetable data
+
+
+ creates
+ planning
+ erebus
+
+
+
+
+
+
+
+ MBK
+ erebus
+ erebus
+ erebus SA
+ operator
+
+ Alpha1
+ Metropolis
+ RH10 9UA
+ Metroland
+
+ bus
+
+
+
+
+
+
+ Bench seat
+ Bench Seat contiguous with neighbour
+ 0.48
+ 0.50
+ 0.50
+ false
+
+
+ Pulldown seat
+ 0.48
+ 0.40
+ 0.40
+ true
+
+
+ Single seat
+ 0.48
+ 0.50
+ 0.45
+ false
+
+
+ Seat sensor
+ cable
+
+
+ true
+ 1
+ 2.00
+ 1.80
+ 2.00
+ true
+
+
+
+ 0.90
+ 1.00
+ 0.45
+ 0
+
+
+ 0.90
+ 1.00
+ 0.80
+ 1.0
+
+
+
+ 1.20
+ true
+ PT90S
+
+
+ true
+ foldingPair
+ true
+ true
+ false
+
+
+ External Door sensor
+ cable
+
+
+
+ Spiral staircase from deck1 to deck2
+ 2.0
+ both
+ 6
+ false
+ 8.00
+ 12
+ 0.10
+ true
+ oneSide
+ 1.00
+
+ false
+
+
+ false
+
+ true
+ true
+ 1
+
+
+ Internal sensor on step
+ cable
+
+
+
+ true
+ cashAndCard contactlessPaymentCard travelCard
+
+
+ paperStamp
+ true
+ true
+ Insert ticket into machine to obtain validation stamp
+
+
+
+
+ freeWifi
+ purchase
+ steps
+ freeSeating standing
+ seating pushchair wheelchair
+ noCycles baggageStorage pushchairsAllowed
+ noReservationsPossible
+
+
+
+
+ Double Decker Bus
+ Double decker bus with staircase. Wheelchair and luggage spaces on lower deck.
+ false
+ true
+ human
+ diesel
+ bus
+
+ 60
+ 20
+ 2
+ 1
+
+ Default to use.
+ false
+ 0.15
+ 10.00
+ 4
+ 2000
+
+
+
+
+ Double decker bus
+
+
+ Doors open Configuration
+
+
+ Doors shut Configuration
+
+
+
+
+
+
+
+
+
+
+
+
+ Lower Deck
+
+
+
+
+ Driver seat
+
+
+ 1
+
+
+
+ 1
+
+
+
+ false
+ 1
+
+
+ Lower Deck seating area
+
+ true
+ standardClass
+
+ true
+
+
+ true
+ false
+ true
+
+
+
+ true
+ false
+
+
+
+ Front Door
+ 1.00
+ 1.90
+
+
+ 1
+
+
+
+ true
+ leftSide
+ 1
+ 0.20
+ external
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+ Rear Door
+ 0.95
+ 1.90
+
+
+ 1
+
+
+
+
+
+
+ true
+ leftSide
+ 2
+ 0.20
+ external
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+ Downstairs Entrance to stairs
+ 0.80
+ 1.90
+
+
+
+
+
+ internal
+ internal
+ false
+
+
+
+
+
+
+
+
+
+ entry
+
+
+
+
+
+ With rear door set open so passengers can alight when stopped in town
+ exit
+ open
+
+
+
+
+
+ With rear door set shut
+ exit
+ shut
+ true
+
+
+
+
+ 1.50
+ false
+ false
+
+
+ 43
+
+
+ seat
+ 22
+
+
+ standingSpace
+ 20
+
+
+ wheelchairSpace
+ 1
+
+
+ pushchairSpace
+ 2
+
+
+
+
+
+
+ leftwards
+
+
+
+
+
+
+
+ byAisleAndWindow
+
+
+
+ rightwards
+
+
+
+
+
+
+
+ byAisleAndWindow
+
+
+
+
+ leftwards
+
+
+
+
+
+
+
+ byAisleAndWindow
+
+
+
+ rightwards
+
+
+
+
+
+
+
+ byAisleAndWindow
+
+
+
+
+ leftwards
+
+
+
+
+
+
+
+ byAisleAndWindow
+
+
+
+ rightwards
+
+
+ 1
+
+
+
+ 1
+
+
+
+
+
+ byAisleAndWindow
+
+
+
+
+ leftwards
+
+
+
+
+
+
+
+ byAisleAndWindow
+
+
+
+ rightwards
+
+
+ 1
+
+
+
+
+
+ byAisleAndWindow
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+ forwards
+
+
+
+
+
+
+
+ inMiddle
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+ inMiddle
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+
+
+
+ leftwards
+
+
+
+
+
+
+
+
+
+
+ Stairwell to upper deck
+
+
+
+ 1
+
+
+
+ Stop button at top of stairs
+
+
+
+ false
+
+
+
+ Bottom of stairwell
+ 1.00
+ 1.90
+ internal
+ true
+
+
+
+ Top of Stairwell
+ 1.00
+ 1.90
+ internal
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ entryAndExit
+
+
+ entryAndExit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Upper Deck
+
+
+
+
+ Upper Deck seating area
+
+ false
+
+
+ false
+ false
+ true
+
+
+
+ true
+ false
+
+
+ Entrance to top of stairs
+ 0.80
+ 2.00
+ internal
+
+
+
+
+ Side windows continuous with thin strios
+ leftwards
+ 9.50
+ 0.90
+ 1.50
+ continuous
+ false
+ false
+
+
+ LeftSide windows continuous with thin strips
+ leftwards
+ 9.50
+ 0.90
+ 1.50
+ continuous
+ false
+ false
+
+
+ Right Side window in front of starirwells continuous with thin strios
+ rightwards
+ 4.0
+ 0.90
+ 1
+ 1.50
+ continuous
+ false
+ false
+
+
+ Right Side window in front of starirwells continuous with thin strips
+ rightwards
+ 4.0
+ 0.90
+ 2
+ 1.50
+ continuous
+ false
+ false
+
+
+ Front window window
+ forwards
+ 3.0
+ 0.90
+ 1.50
+ continuous
+ false
+ false
+
+
+ Back window
+ forwards
+ 2.0
+ 0.30
+ 1.70
+ continuous
+ false
+ false
+
+
+
+
+ seat
+ 37
+
+
+ standingSpace
+ 12
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Basic Elements for map of bus
+ http:erebus.eu/plans/double_decker_floor_plan
+
+
+ Bottom Deck
+
+
+
+
+ Forward Entrance
+
+ true
+
+
+ Rear Entrance
+
+ true
+
+
+ Stairs
+
+ true
+
+
+
+ Top Deck
+
+
+
+
+
+
+
+ Deck Plan Assignment Example
+ This is an example showing how one might assign a Deck Entrance to a journey so as to state which entrance will be at which point on the platform . More sense for a train of ferry .
+
+
+ To a particular stopt
+
+
+
+
+
+
+ Board at front from position A
+ true
+ false
+ 1
+
+ Board at front
+
+
+
+
+
+
+
+ Exit at rear from position A
+
+ false
+ true
+ 1
+
+ exit at rear
+
+
+
+
+
+
+
+
+
+
+
+
+ Deck Plan Example
+ This is an example showing how one might assign a deck plan to a journey and also apply conditions.
+
+
+
+ 10:10:00
+
+
+
+
+
+
+
+
+ In to centre
+
+
+
+ 10:10:00
+ 10:30:00
+
+
+ Across centre - doors open
+
+
+
+ 10:31:00
+ 10:50:00
+
+
+ Out of to centre doors open
+
+
+
+ 10:50:00
+ 11:20:00
+
+
+
+
+
+
+
+ Assign double decker bus to Journey - doors shut
+
+
+
+
+
+
+ Assign double decker bus to Journey - doors open
+
+
+
+
+
+
+ Assign double decker bus to Journey - doors shut
+
+
+
+
+
+
+
+
+ Ties a STOP ASSIGNMENT to a specific VEHICLE JOURNEY
+ Will use a specific assignment at a specifc stiop just for this journey
+
+
+
+
+
+
+
+
+
diff --git a/examples/functions/deckPlans/DeckPlans-Example_train.xml b/examples/functions/deckPlans/DeckPlans-Example_train.xml
new file mode 100644
index 000000000..dca27eab1
--- /dev/null
+++ b/examples/functions/deckPlans/DeckPlans-Example_train.xml
@@ -0,0 +1,5058 @@
+
+
+
+
+
+
+
+
+
+ 2020-12-17T09:30:47.0Z
+ SYS001
+
+
+ 2020-12-17T09:30:46.0Z
+ SYS002
+
+ P1M
+ Example of DeckPlans
+
+
+
+
+ 2023-01-01T00:00:00
+ 2023-12-31T12:00:00
+
+ Deck Plan Example
+ This is an example showing how one might encode a Deck plan for a train in NeTEx. It Also shows how the Deck plan can be related to the train in a specific station.
+
+
+
+ rc
+ http://www.frail.eu/
+ Frail rail data
+
+
+
+
+
+
+
+
+
+
+ Rail examples of sleeper train with motor rail transport
+ Describes a train with sleeper wagons, a buffet car and car transport carriages.
+
+
+
+ MRC
+ Motor Rail CO
+ Moto
+ Motovacation SA
+ operator
+
+ Prince Rupert Street
+ Strelsau
+ z354
+ Ruritania
+
+ bus
+
+
+
+
+
+
+ Passenger Train door
+ true
+ hingedSingle
+ true
+ true
+ false
+
+
+ Sliding door to compartment
+ true
+ slidingSingle
+ false
+ true
+ true
+
+
+ Hinged door to compartment
+ true
+ hingedSingle
+ false
+ true
+ true
+
+
+ Passenger Train dor on car transporter
+ false
+ hingedSingle
+ false
+ false
+
+
+ External Door sensor
+ cable
+
+
+ true
+ slidingPair
+ true
+ true
+ true
+
+
+ External Door sensor
+ cable
+
+
+
+ Bottom seat in couchette
+ 0.48
+ 0.50
+ 0.50
+ false
+
+
+ Bottom seat in couchette
+ 0.48
+ 0.50
+ 0.50
+ false
+
+
+ Bottom bed in couchette
+ 0.48
+ true
+ true
+ bottomBunk
+ false
+ 1.0
+ 0.50
+
+
+ Middle bed in couchette
+ 2.0
+ true
+ middleBunk
+ true
+ 1.0
+ 0.50
+
+
+ Top bed in couchette
+ 3.0
+ true
+ topBunk
+ true
+ 1.2
+ 0.50
+
+
+ Standard carriage seate
+ 0.48
+ 0.50
+ 0.50
+ false
+
+
+ Bold down chaire
+ 0.48
+ 0.50
+ 0.50
+ true
+
+
+ true
+ 1
+ 2.00
+ 1.80
+ 2.00
+ true
+
+
+
+ luggage area
+ 4.00
+ 1.25
+ 0.40
+ 1.90
+ luggageBay
+ 0.40
+ false
+
+
+ luggage area
+ 2.00
+ 0.20
+ 1.50
+ cycleRack
+ false
+
+
+
+ toilet washbasin
+ 1
+ true
+
+
+
+
+
+
+ General facilities
+ firstClass standardClass
+ suitableForWheelchairs
+ mobilePhoneFreeZone mobilePhoneUseZone noSmoking
+ publicWifi powerSupplySockets
+ nextStopIndicator passengerInformationDisplay realTimeConnections stopAnnouncements
+ toilet wheelchairAccessToilet
+ couchette seating sleeper
+ C2 C6 T2
+ baggageStorage baggageVan cyclesAllowedWithReservation luggageRacks
+
+
+ First class facilities
+ breakfastInCar
+ airConditioning heating
+ firstClass
+ blinds tintedWindows
+ powerSupplySockets publicWifi freeWifi
+ reservation
+ sleeper
+
+
+ firstClass
+ sleeper
+ 1
+ lower
+ noSmoking mobilePhoneFreeZone
+ freeWifi
+
+
+ firstClass
+ doubleSleeper
+ C2
+ 2
+ freeWifi
+
+
+
+
+ firstClass
+ earlyBoardingPossibleBeforeDeparture
+ PT1H
+
+
+ firstClass
+ overnightStayOnboardAllowed
+ PT9H
+
+
+
+
+ Second class facilities
+ buffet
+ airConditioning heating
+ standardClass
+ blinds tintedWindows
+ powerSupplySockets publicWifi
+ reservation
+ couchette
+
+
+ secondClass
+ couchette
+ C6
+ 6
+ all
+ freeWifi
+
+
+
+
+ Buffet facilities
+ buffet
+
+
+
+ General facilities
+ recharging
+
+
+
+
+
+ 4 carriage sleeper train with 2 Motorrail
+ [Vehicles2] [Velicles1] [Sleeper3] [Buffet1] [Sleeper1] [Sleeper1] [Engine]
+ true
+ electric
+
+
+
+ 186
+
+ 126
+
+ 60
+
+
+
+ 32
+
+
+ false
+ true
+ 0.40
+
+
+
+
+
+
+
+ Engine
+
+ forwards
+
+ true
+ noThroughAccess
+
+
+
+
+ Sleeper
+
+ forwards
+
+ false
+ door
+
+
+
+
+ Sleeper
+
+ forwards
+
+ false
+ door
+
+
+
+
+ Buffet car
+
+ forwards
+
+ false
+ door
+
+
+
+
+ Sleeper
+
+ forwards
+
+ false
+ door
+
+
+
+
+
+ backwards
+
+ true
+ noThroughAccess
+
+
+
+
+
+ backwards
+
+ true
+ noThroughAccess
+
+
+
+
+
+
+
+ Engine
+ engine
+ 10
+ 3.5
+ 4
+ 1000
+
+
+ Sleeper Waggon
+ sleeperCarriage
+ firstClass economyClass
+ false
+ true
+ 0.15
+ 25
+ 3.5
+ 4
+ 1000
+
+
+
+ Buffet car
+ sleeperCarriage
+ firstClass standardClass
+
+
+
+ Vehicle Wagon
+ sleeperCarriage
+ any
+
+
+
+
+
+ Example rail stock
+
+
+ Engine
+
+
+
+ car transporter
+
+
+
+ car transporter
+
+
+
+ Sleeper
+
+
+
+ buffet
+
+
+
+ Sleeper
+
+
+
+ Sleeper
+
+
+
+
+
+
+
+ Rail sleeper wagon
+
+
+ Day Configuration
+ Couchettes used as seats 8 per seconf class compartment
+
+
+ Night Time confguration
+ Couchettes used as bunk beds 6 per seconf class compartment
+
+
+
+ Folded down
+ Wheel chair space used a fold down seat
+
+
+ Folded up for wheelchair
+ Wheel chair space used for wheel chair
+
+
+
+
+ Sleeper wagon Passenger deck
+
+
+
+ Corridor
+
+ false
+
+
+
+
+ Left Front Door
+ 1.00
+ 1.90
+
+
+ 1
+
+
+
+ 1
+
+
+
+
+
+
+ true
+ leftSide
+ 1
+ 0.20
+ external
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+ Front Right External Door
+ 1.00
+ 1.90
+
+
+ 1
+
+
+
+ 1
+
+
+
+ true
+ rightSide
+ 1
+ 0.20
+ external
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+ Rear External Door
+ 0.95
+ 1.90
+
+
+ 1
+
+
+
+
+
+
+
+
+
+ true
+ leftSide
+ 2
+ 0.20
+ external
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+ Rear Right External Door
+ 0.95
+ 1.90
+
+
+ 1
+
+
+
+
+
+
+ true
+ rightSide
+ 2
+ 0.20
+ external
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+
+ Rear end door connecting to next carriage
+ 0.80
+ 1.90
+
+
+
+
+
+ true
+ frontEnd
+ communicating
+ false
+ true
+ true
+
+
+
+
+
+
+
+
+ Rear end door connecting to next carriage
+ 0.80
+ 1.90
+
+
+
+
+
+
+
+
+ true
+ backEnd
+ communicating
+ false
+ true
+ true
+
+
+
+
+
+
+
+
+ Compartment 1 door
+ 0.80
+ 1.80
+
+
+
+
+
+ internal
+ true
+ false
+
+
+
+
+ Compartment 1 door
+ 0.80
+ 1.80
+
+
+
+
+
+ internal
+ true
+ false
+
+
+
+ Compartment 2 door
+ internal
+ true
+ false
+
+
+
+ Compartment 3 door
+ internal
+ true
+ false
+
+
+
+ Compartment 4 door
+ internal
+ true
+ false
+
+
+
+ Compartment 5 door
+ internal
+ true
+ false
+
+
+
+ Compartment 6 door
+ internal
+ true
+ false
+
+
+
+
+ Access to seats 01-12
+ entryAndExit
+ shut
+ true
+
+
+ Seat 01
+
+
+ Seat 12
+
+
+
+ entryAndExit
+ shut
+ true
+
+
+ Seat 01
+
+
+ Seat 12
+
+
+
+ entryAndExit
+ shut
+ true
+
+
+ Seat 13
+
+
+ Seat 36
+
+
+
+ entryAndExit
+ shut
+ true
+
+
+ Seat 13
+
+
+ Seat 36
+
+
+
+
+
+ 1
+ 4
+ true
+ true
+
+
+ 2
+ 14
+ true
+ true
+
+
+
+ 20
+
+
+ standingSpace
+ 20
+
+
+ true
+
+
+
+ Passenger Toilet
+
+
+ 1
+
+
+
+ true
+ true
+ false
+
+
+
+ Toilet door connecting to corridor
+ 0.80
+ 1.80
+
+
+
+
+
+ true
+ true
+ false
+
+
+
+
+ Connected to corridor
+
+
+
+
+
+
+ entryAndExit
+ shut
+
+
+
+ 1
+
+
+
+
+ Compartment 1: Seats 01-02
+ First class compartment with two beds
+
+ true
+ standardClass
+
+ true
+
+
+ true
+ false
+ true
+
+
+
+ true
+ false
+
+
+
+ Compartment 1 door connecting to corridor
+ 0.80
+ 1.80
+
+
+
+
+
+ true
+ firstClass
+ true
+ false
+
+
+
+
+ Connected to corridor
+
+
+
+
+
+
+ entryAndExit
+ shut
+
+
+
+
+
+ leftwards
+
+ 1.50
+ true
+ true
+
+
+ 8
+
+
+
+
+
+ seat
+ 8
+
+
+
+
+
+ bed
+ 6
+
+
+ standingSpace
+ 0
+
+
+ false
+
+
+
+
+ backwards
+ 0.60
+ 0.50
+ 2.0
+
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleAndWindow
+ fixedFlat
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleAndWindow
+ fixedFlat
+ true
+
+
+
+
+
+ Compartment 2: Seats 02-03
+ Rirst class with two beds
+
+ true
+ standardClass
+
+ true
+
+
+ true
+ false
+ true
+
+
+
+ true
+ false
+
+
+
+ Compartment 1 door connecting to corridor
+ 0.80
+ 1.80
+
+
+
+
+
+ true
+ firstClass
+ true
+ false
+
+
+
+
+ Connected to corridor
+
+
+
+
+
+
+ entryAndExit
+ shut
+
+
+
+ 8
+
+
+
+
+
+ seat
+ 8
+
+
+
+
+
+ bed
+ 6
+
+
+ standingSpace
+ 0
+
+
+ false
+
+
+
+
+ backwards
+ 0.60
+ 0.50
+ 2.0
+
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleAndWindow
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleAndWindow
+
+
+
+
+
+
+
+ Compartment 3 : Seats 05-12
+ 2nd class configurable as 2 x 4 seats or 2 x 3 bunk berths
+
+ true
+ standardClass
+ true
+ false
+
+
+
+
+ Compartment 1 door connecting to corridor
+ 0.80
+ 1.80
+
+
+
+
+
+ true
+ standardClass
+ true
+ false
+
+
+
+
+ entryAndExit
+ shut
+
+
+
+ 8
+
+
+
+
+
+ 8 people as daytime compartment
+ seat
+ 8
+
+
+
+
+
+ 6 people as nightime couchette
+ bed
+ 6
+
+
+ false
+
+
+
+
+ Seat 05 turns into bottom Bunk
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+ Seat 06 turns into middle Bunk
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+ true
+
+
+
+ Seat 06 turns into top Bunk
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+ true
+
+
+
+ Seat only available in daytime
+ backwards
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+ true
+
+
+
+ Seat only available in daytime
+ forwards
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+ true
+
+
+
+
+
+ Compartment 4 : Seats 12-20
+ 2nd class configurable as 2 x 4 seats or 2 x 3 bunk berths
+
+ true
+ standardClass
+ true
+ false
+
+
+
+ Compartment 1 door connecting to corridor
+ 0.80
+ 1.80
+
+
+
+
+
+ true
+ standardClass
+ true
+ false
+
+
+
+
+ entryAndExit
+ shut
+
+
+
+ 8
+
+
+
+
+
+ 8 people as daytime compartment
+ seat
+ 8
+
+
+
+
+
+ 6 people as nightime couchette
+ bed
+ 6
+
+
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+ true
+
+
+
+ Seat only available in daytime
+ backwards
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+ true
+
+
+
+ Seat only available in daytime
+ forwards
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+ true
+
+
+
+
+
+ Compartment 5 : Seats 21-28
+ 2nd class configurable as 2 x 4 seats or 2 x 3 bunk berths
+
+ true
+ standardClass
+ true
+ false
+
+
+
+ Compartment 1 door connecting to corridor
+ 0.80
+ 1.80
+
+
+
+
+
+ true
+ standardClass
+ true
+ false
+
+
+
+
+ entryAndExit
+ shut
+
+
+
+ 8
+
+
+
+
+
+ 8 people as daytime compartment
+ seat
+ 8
+
+
+
+
+
+ 6 people as nightime couchette
+ bed
+ 6
+
+
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+ true
+
+
+
+ Seat only available in daytime
+ backwards
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+ true
+
+
+
+ Seat only available in daytime
+ forwards
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+ true
+
+
+
+
+
+ compartment 6 : Seats 21-28
+ 2nd class configurable as 2 x 4 seats or 2 x 3 bunk berths
+
+ true
+ standardClass
+ true
+ false
+
+
+
+ Compartment 1 door connecting to corridor
+ 0.80
+ 1.80
+
+
+
+
+
+ true
+ standardClass
+ true
+ false
+
+
+
+
+ entryAndExit
+ shut
+
+
+
+ 8
+
+
+
+
+
+ 8 people as daytime compartment
+ seat
+ 8
+
+
+
+
+
+ 6 people as nightime couchette
+ bed
+ 6
+
+
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+ true
+
+
+
+ Seat only available in daytime
+ backwards
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inMiddle
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+ true
+
+
+
+ Seat only available in daytime
+ forwards
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+ true
+
+
+
+
+
+ WC
+ true
+ true
+ false
+ 1
+
+
+
+ angledRight
+ 0.5
+ 2.5
+ 2.0
+
+
+ 1
+
+
+
+
+
+
+ angledRight
+ 0.5
+ 2.5
+ 2.0
+
+
+ 1
+
+
+
+
+
+
+ angledRight
+ 0.5
+ 2.5
+ 2.0
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ mid point at front fo carriage
+
+ 3 2
+
+ all
+
+
+
+
+ mid point at front fo carriage
+
+ 3 2
+
+ all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ link to Compartment 1
+
+
+
+
+
+
+
+
+
+
+ link to Compartment 1
+
+
+
+
+
+
+
+
+
+
+ link to Compartment3
+
+
+
+
+
+
+
+
+
+
+
+ Seat in Compartment 3
+
+
+
+
+
+
+
+
+
+
+ Static Navigation path to get from right rear door to Compartment 3 seat 05
+
+
+
+
+
+
+ wellLit
+ true
+
+
+
+ left
+ Turn right into corridor
+
+
+
+ forward
+ Go down corridor third compartment from end on leftt
+
+
+
+ left
+ Seat 9is on far side by window on left
+
+
+
+
+
+
+
+
+ Rail sleeper wagon
+ Double decker wagon drive through eaxis from front and back. Passenger doors on side
+
+
+ If One vehicle per space
+
+
+ If Two vehiclesper space
+
+
+
+
+
+ Lower vehicle deck
+ true
+
+
+
+ Lower vehicle deck
+ true
+
+
+
+
+ Car transporter Waggon - lower deck
+
+
+
+
+ Car area
+
+ false
+
+
+
+
+ Passenger access left Door
+ 1.00
+ 1.90
+
+
+ 1
+
+
+
+ true
+ leftSide
+ 0.20
+ external
+ true
+ true
+ false
+
+
+
+ >Passenger access Right External Door
+ 1.00
+ 1.90
+
+
+ 1
+
+
+
+ true
+ rightSide
+ 1
+ 0.20
+ external
+ true
+ true
+ false
+
+
+
+ Front End entrance
+ 4.00
+ 5.00
+ true
+ frontEnd
+ communicating
+ false
+
+
+ Back End entrance
+ 4.00
+ 5.00
+ true
+ backEnd
+ communicating
+ false
+
+
+
+
+ entryAndExit
+ shut
+ false
+
+
+
+ entryAndExit
+ shut
+ false
+
+
+
+ 4
+
+
+ vehicleSpace
+ 4
+
+
+ vehicleSpace
+ 2
+
+
+ true
+
+
+
+
+
+
+ 5.0
+ 9.0
+ 3.40
+ motorcycle microCar miniCar smallCar largeCar
+
+
+
+
+
+
+ 5.0
+ 9.0
+ 3.40
+ motorcycle microCar miniCar smallCar largeCar
+
+
+
+
+
+
+ 5.0
+ 21.0
+ 3.40
+ largeCar camperCar minibus carWithTrailer
+
+
+
+
+
+
+
+ 5.0
+ 9.0
+ 3.40
+ motorcycle microCar miniCar smallCar largeCar
+
+
+
+
+
+
+ 5.0
+ 9.0
+ 3.40
+ motorcycle microCar miniCar smallCar largeCar
+
+
+
+
+
+
+ 5.0
+ 21.0
+ 3.40
+ largeCar camperCar minibus carWithTrailer
+
+
+
+
+
+
+ Car transporter Waggon - upper deck
+
+
+
+
+ Car area
+
+ false
+
+
+
+ Front End entrance
+ 4.00
+ 5.00
+ true
+ frontEnd
+ communicating
+ false
+
+
+ Back End entrance
+ 4.00
+ 5.00
+ true
+ backEnd
+ communicating
+ false
+
+
+ 4
+
+
+ vehicleSpace
+ 4
+
+
+ true
+
+
+
+ 5.0
+ 9.0
+ 3.0
+ motorcycle microCar miniCar smallCar largeCar
+
+
+
+ 5.0
+ 9.0
+ 3.0
+ motorcycle microCar miniCar smallCar largeCar
+
+
+
+ 5.0
+ 9.0
+ 3.0
+ motorcycle microCar miniCar smallCar largeCar
+
+
+
+ 5.0
+ 9.0
+ 3.0
+ motorcycle microCar miniCar smallCar largeCar
+
+
+
+
+
+
+
+
+
+ Rail sleeper wagon
+
+
+ Buffet car Passenger deck
+
+
+
+ @seating_area@
+
+ false
+
+
+
+
+ Front Door
+ 1.00
+ 1.90
+
+
+ 1
+
+
+
+ 1
+
+
+
+
+
+
+ true
+ leftSide
+ 1
+ 0.20
+ external
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+ Front Right External Door
+ 1.00
+ 1.90
+
+
+ 1
+
+
+
+ 1
+
+
+
+ true
+ rightSide
+ 1
+ 0.20
+ external
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+ Rear External Door
+ 0.95
+ 1.90
+
+
+ 1
+
+
+
+
+
+
+
+
+
+ true
+ leftSide
+ 2
+ 0.20
+ external
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+ Rear Right External Door
+ 0.95
+ 1.90
+
+
+ 1
+
+
+
+
+
+
+ true
+ rightSide
+ 2
+ 0.20
+ external
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+
+ Rear end door connecting to next carriage
+ 0.80
+ 1.90
+
+
+
+
+
+ true
+ frontEnd
+ communicating
+ false
+ true
+ true
+
+
+
+
+
+
+
+
+ Rear end door connecting to next carriage
+ 0.80
+ 1.90
+
+
+
+
+
+
+
+
+ true
+ backEnd
+ communicating
+ false
+ true
+ true
+
+
+
+
+
+
+
+
+ Compartment 1 door
+ 0.80
+ 1.80
+
+
+
+
+
+ internal
+ true
+ false
+
+
+
+ Compartment 1 door
+ 0.80
+ 1.80
+
+
+
+
+
+ internal
+ true
+ true
+
+
+ Compartment 2 door
+ internal
+ true
+ false
+
+
+
+
+
+ entryAndExit
+ shut
+ true
+
+
+ Seat 01
+
+
+ Seat 24
+
+
+
+ entryAndExit
+ shut
+ true
+
+
+ Seat 01
+
+
+ Seat 24
+
+
+
+ entryAndExit
+ shut
+ true
+
+
+ Seat 25
+
+
+ Seat 46
+
+
+
+ entryAndExit
+ shut
+ true
+
+
+ Seat 25
+
+
+ Seat 46
+
+
+
+
+ entryAndExit
+ shut
+ true
+
+
+
+ entryAndExit
+ shut
+ true
+
+
+
+ entryAndExit
+ lockedShut
+
+
+
+
+
+ 1
+ 4
+ true
+ true
+
+
+ 2
+ 14
+ true
+ true
+
+
+
+ 20
+
+
+ standingSpace
+ 20
+
+
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ seatBackFolding
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ seatBackFolding
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ seatBackFolding
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ seatBackFolding
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ seatBackFolding
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ seatBackFolding
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ seatBackFolding
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ seatBackFolding
+ true
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ fixedFlat
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ seatBackFolding
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ seatBackFolding
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ seatBackFolding
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ seatBackFolding
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ seatBackFolding
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ seatBackFolding
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ seatBackFolding
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ seatBackFolding
+ true
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ fixedFlat
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ byAisleNoWindow
+ fixedFlat
+ true
+
+
+
+
+
+ WC
+
+
+ 1
+
+
+
+ true
+ true
+ false
+ 1
+
+
+
+ Luggage
+ true
+ true
+ false
+
+
+ Galley
+ false
+ true
+ false
+
+
+ buffet
+ false
+ true
+ false
+
+
+ Snack area
+ true
+ true
+ false
+ 20
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Basic Elements for map of wagon
+ http:railco.eu/plans/wagon_floor_plan
+
+
+ Bottom Deck
+
+
+
+ Forward Entrance left
+
+
+
+ Rear Entrance left
+
+
+
+ Forward Entrance right
+
+
+
+ Rear Entrance right
+
+
+
+ Toilet
+
+
+
+
+
+
+
+
+ Deck Plan - Train and Journey assignment Example
+ Example descripotion of a Station with Navigation paths to reach a platform
+
+
+ xx
+ http://www.natrail.rt/
+ Fake stop data
+
+
+
+
+
+
+ Station Opening hours
+
+
+
+
+ Everyday
+
+
+
+
+ 05:30:00
+ 00:30:00
+ 1
+
+
+
+
+
+
+ Erewhon hbf
+
+
+ Street Level
+ ST
+ 0
+
+
+ Platform Level
+ PL
+ 1
+
+
+
+
+ Main Entrance
+ External Entrance to Ticket Hal
+
+
+ Passenger Terminal
+ 45
+ Bahnhof Srasse
+ Erewhon
+ 7562
+ Ruritania
+
+
+ true
+
+
+ true
+ true
+
+
+
+
+
+
+ Main door
+ true
+ hingedPair
+ true
+ true
+ true
+ false
+ true
+ true
+ noForce
+ true
+ false
+ false
+ true
+ outside
+ 4.00
+
+
+
+ openDoor
+ true
+ true
+ true
+ 3.0
+ 2.0
+
+
+
+
+
+
+ -1
+
+
+
+ 0
+
+
+
+
+
+
+
+ Boarding assistance is availabel if booked
+ boardingAssistance wheelchairAssistance
+ availableIfBooked
+ fullTime
+ true
+ firstAid
+ ccTv sosPoints
+
+
+ rail
+ local
+ railStation
+ false
+
+
+
+
+
+ Quays 1 and 2
+
+ true
+
+
+ true
+ true
+
+
+
+
+
+
+ Assisted boarding for wheelchair
+ bothWays
+ boarding
+ ramp
+
+
+
+ PT3M
+ PT5M
+ PT10M
+
+
+
+
+
+
+ true
+ 300.00
+ 0.30
+ 0.10
+ rampRequired
+ boardOnlyAtSpecifiedPositions
+
+
+ Info assistance
+ true
+ true
+ true
+ wellLit
+ true
+ automatic
+
+
+
+
+
+
+
+
+
+
+
+ E
+ railPlatform
+ 1.0
+
+
+ Quay 1 - Trains to Pas de Ville
+ P1
+
+
+
+ Entrance to quay 1
+
+
+
+
+ http://rcicons.com/platform
+ Platform 1
+ transportModePoint
+
+
+ opening
+ false
+ true
+ true
+ 4.0
+ 4.0
+
+
+
+
+
+ railPlatform
+ 1.0
+ 4
+
+
+
+ Quay 2 - Trains to Keinstadt
+ P2
+
+ true
+
+
+ true
+ true
+
+
+
+
+
+
+
+
+ 0.12345
+ -53.654
+
+
+
+
+
+
+ 20
+ EREWHON HBF2
+
+
+
+
+
+
+
+
+
+
+ railPlatform
+ 4
+
+
+
+ covered
+
+ positionOnRailPlatform
+
+
+ covered
+
+ positionOnRailPlatform
+
+
+ covered
+
+ positionOnRailPlatform
+
+
+
+
+
+
+ Ticket Hall
+ indoors
+ openArea
+ wellLit
+ true
+
+
+
+ Possible delay Queueing for ticket counter
+ ticketPurchase
+ counterService
+ hall
+
+
+
+ PT2M
+ PT5M
+ PT21M
+
+
+
+
+
+
+ ticketMachines ticketOffice mobileTicketing
+ purchase refund exchange reservations renewal collection
+ true
+ 2
+ separateLines
+ cashAndCard
+ all
+ localTicket nationalTicket
+ true
+ 1.2
+ true
+ false
+ true
+
+
+ realTimeDepartures networkStatus lineNetworkPlan
+
+
+
+
+
+
+
+ bookingHall
+
+
+ Stairwell to Q1 and Q2
+ indoors
+ openArea
+ wellLit
+ false
+
+
+ 4.00
+ 20
+ 0.20
+ true
+ bothSides
+ 1.4
+ 0.8
+
+ false
+ true
+ true
+
+
+ false
+ true
+ true
+
+ true
+ 2
+
+
+ 2.00
+ 10
+ true
+ 0.8
+ true
+
+
+ 2.00
+ 10
+ true
+ 0.8
+ true
+
+
+
+
+
+
+ Ticket Hall Entrance to stairs to Platforms 1 and 2
+
+
+
+
+ http://rcicons.com/platform
+ Stairs to Platforms 1 & 2
+ transportModePoint
+
+
+ opening
+ false
+ true
+ true
+ 3.0
+ 3.0
+
+
+ Platforms 1 and 2 -from bottom of stairs
+
+
+ opening
+ false
+ true
+ true
+ 3.0
+ 3.0
+
+
+ staircase
+
+
+ Lift to Q1 and Q2
+ openArea
+ true
+ 6
+
+
+ Possible delay Waiting for lift
+ bothWays
+ waitForLift
+ lift
+
+
+
+ PT2M
+ PT4M
+ PT10M
+
+
+
+
+
+
+ Lift to platforms
+ both
+ 6
+ true
+ 3.00
+ 400
+ true
+ 2.5
+ 2.5
+ bothSides
+ 1.3
+ 1.2
+ 1.2
+ true
+ false
+ true
+ false
+ false
+ false
+ false
+ true
+ false
+ true
+ true
+ true
+ true
+ true
+ 1.2
+
+
+
+
+ Ticket Hall Kift entrance at street level
+
+
+
+
+ 1.2
+ true
+ false
+ false
+ true
+ true
+ E
+
+
+
+ automaticDoor
+ false
+ true
+ true
+ 2.0
+ 2.0
+
+
+ Ticket Hall lift entrance at street level
+
+
+
+
+ 1.4
+ true
+ false
+ false
+ true
+ true
+ S
+
+
+
+ automaticDoor
+ false
+ true
+ true
+ 2.0
+ 2.0
+
+
+ lift
+
+
+
+
+
+ Ticket Hall Entrance to middle junction point
+ 15
+
+
+ forward
+ 15
+ level
+ Proceed though door to middle of ticket hall
+
+
+
+
+
+
+
+
+
+
+
+ 0
+ twoWay
+ level
+ concrete
+ true
+
+
+ Ticket Hall middle to Platforms 1 and 2 - top of stairs
+ 20
+
+
+
+
+
+
+
+
+
+ 0
+ twoWay
+ handrail
+ handrail
+ false
+
+
+ Ticket Hall middle to Lift entrance street level
+ 20
+
+
+
+
+
+
+
+
+
+ 0
+ twoWay
+ level
+ concrete
+ true
+
+
+
+ Stairs to platform level top of stairs Entrance to Platforms 1 and 2 - bottom of stairs
+ 15
+
+
+
+
+
+
+
+
+
+
+ 0
+ downAndUp
+
+
+
+
+
+ Lift to platform level: Lift entrance street level to Lift entrance platform level
+ 20
+
+
+
+
+
+
+
+
+
+
+ 0
+ downAndUp
+ lift
+
+
+
+
+
+
+
+
+
+
+ Bottom of of stairs Entrance to Platforms 2 - boarding position c
+ 15
+
+
+
+
+
+
+ Boarding PointC
+
+
+ 0
+ twoWay
+ level
+ concrete
+ tactileStripAtEnd
+ true
+
+
+ Lift entrance street level to bottom of start to q1 and q2 level
+ 20
+
+
+
+
+
+
+
+
+
+
+ 0
+ twoWay
+ level
+ concrete
+ true
+
+
+
+ Lift entrance street level to entrance to quay 1
+ 3
+
+
+
+
+
+
+
+
+
+
+ 0
+ twoWay
+ level
+ concrete
+ true
+
+
+ Entrance to quay 1 to middle of platform
+ 20
+
+
+
+
+
+
+
+
+
+ 0
+ twoWay
+ level
+ concrete
+ wall
+ noPhysicalBorder
+ true
+
+
+
+
+
+
+
+ From Station main entrance to QUAY 2 Boarding point C - via stairs
+ 70
+
+
+
+
+
+
+ Boarding PointC
+
+
+
+
+ hall
+ 1
+ level
+
+
+ stairs
+ 1
+ down
+
+
+ indoors
+ openArea
+ false
+ streetToQuay
+
+
+
+ forward
+ level
+ Enter station main entrance and cross ticket hall to far side
+
+
+
+ left
+ level
+ Turn left and proceed to entrance to platforms 1 and 2
+
+
+
+ forward
+ down
+ Take stairs down to platform level
+
+
+
+ right
+ level
+ Turn right and Walk along platform to boarding point C
+
+
+
+
+ From Station main entrance to QUAY 2 Boarding point C - via lift
+ 65
+
+
+
+
+
+
+ Boarding PointC
+
+
+
+
+ hall
+ 1
+ level
+
+
+ lift
+ 1
+ down
+
+
+ indoors
+ openArea
+ true
+ streetToQuay
+
+
+
+ forward
+ level
+ Enter station by main entrance
+
+
+
+ left
+ level
+ Turn left and proceed to lift entrance at left end of ticket hall
+
+
+
+ right
+ down
+ Take lift down to platform level. Exit on right
+
+
+
+ left
+ level
+ Turn left on exit from lift and proceed to bottom of stairs
+
+
+
+ right
+ level
+ Walk along platform to boarding point C
+
+
+
+
+
+
+ Junction in middle of ticket hall
+
+
+ right
+ Turn right to go to lift
+
+
+ left
+ Turn left to go to ticket machine.
+
+
+ forward
+ Continue forward for stairs to platforms.
+
+
+
+
+ Junction in middle of Quay 1
+
+
+
+
+
+ Deck Plan - Train and Journey assignment Example
+ This is an example showing how one might assign a deck plan to a journey. Note that Train elements can specify a default deck plan
+
+
+
+ Train from Pas de Ville - Erewhon - Cockaigne - Keinstadt
+ Operates as sleeper between Erewhon -Keinstadt
+ 18:10:00
+
+
+
+
+
+
+
+
+
+
+
+ Day Configuration as seats
+
+
+
+ 18:10:00
+ 20:30:00
+ true
+
+
+ Night configuration as bunk beds
+
+
+
+ 20:45:00
+ 06:50:00
+ 1
+
+ false
+
+
+
+ Buffet Service betwen 18:30 and 11:45
+
+ 18:30:00
+ 11:45:00
+
+
+
+
+
+
+
+ Pas de Ville
+
+
+ true
+
+
+
+
+
+
+ Erewhon
+
+
+ true
+
+
+
+
+ true
+
+
+
+
+
+
+ Very Short Platform. Access only to front two carriages
+
+
+
+
+
+
+ Cockaigne
+
+
+ true
+
+
+
+
+ true
+
+
+
+ true
+
+
+ Keinstadt
+
+
+ 1
+ true
+
+
+
+
+
+
+ Connecting journey Erewhon - Novado
+ 21:00:00
+
+
+
+
+
+
+
+
+
+
+
+ Erewhon
+
+
+ true
+
+
+
+
+
+ Novado
+
+
+ true
+
+
+
+
+
+
+
+
+ General service specific facilities
+ boardingAssistance conductor wheelchairAssistance
+ buffet
+ purchase
+ reservation
+ couchette seating sleeper
+ C2 C6 T2
+ baggageStorage baggageVan cyclesAllowedWithReservation luggageRacks
+
+
+
+
+
+ Day Coach leg of journey
+
+
+
+
+
+
+
+
+
+ Night leg of journey
+
+
+
+
+
+
+
+
+
+
+
+ Ties a STOP ASSIGNMENT to a specific VEHICLE JOURNEY
+
+
+
+
+
+
+ Interchange to train to Novado
+
+ true
+ true
+ guaranteed
+ PT2M
+
+
+
+
+
+
+ Rail Deck Plan Assignment Example
+ This is an example showing how one might assign a Deck Entrance to a journey so as to state which entrance will be at which point on the platform .
+
+
+ Pas de Ville
+
+
+ Keinstadt
+
+
+ Keinstadt
+
+
+ Cockaygne
+
+
+
+
+ Novado
+
+
+
+
+
+ Pas de Ville - Gare de L'Eest
+ Pas de Ville
+ railStation
+ rail metro
+
+ true
+
+
+ Erewhon HBF
+ Erewhon
+ railStation
+ rail
+
+ true
+
+
+ Erewhon HBF Platform 2
+ Erewhon
+ railStation
+ rail
+
+ true
+
+
+ Cockaygne BF
+ Cockaygne
+ railStation
+ rail
+
+ true
+
+
+ Keinstadt Bhf
+ Keinstadt
+ railStation
+ rail metro
+
+ true
+
+
+
+
+ Novado FS
+ Novado
+ railStation
+ rail
+
+ false
+
+
+
+
+
+
+ PT5M
+ PT12M
+
+ true
+
+ bus
+
+
+ rail
+
+
+
+ Connection between platforms 1 and 2 in timetable
+ 40.00
+
+ PT2M
+ PT6M
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+ Assignment for train at particular stop Erewhon 015E
+ Short platform so only front three doors accessible. Train reverses in station
+
+ true
+ false
+ true
+ false
+
+
+
+
+ Front half of Carriage F01
+ Carriage F01 Seats 01-12 can use Boarding Position A
+ true
+ true
+
+
+
+ sleeperCarriage
+
+ 2
+
+ 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
+
+
+
+
+
+ Rear half of Carriage F01
+ Carriage F01 Seats 03-26 can use Boarding Position B
+ true
+ true
+
+
+
+ sleeperCarriage
+
+ 2
+
+ 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
+
+
+
+
+
+ Carriage F02 front
+ Carriage F02 All seats must use forward door to Boarding Position C. Rear door shut
+ true
+ true
+
+
+
+ sleeperCarriage
+
+ 3
+
+ 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
+
+
+
+
+ Short platform means F03 (buffet car) doors cannot be used
+ false
+ false
+
+
+
+ buffetCar
+
+ 4
+ false
+ Move to front 2 carriages to access platfrom
+
+
+ Short platform means F04 (sleeper wagon) doors cannot be used
+ false
+ false
+
+
+
+ sleeperCarriage
+
+ 5
+ false
+ Move to front 2 carriages to access platfrom
+
+
+
+
+
+
+
+
+
diff --git a/examples/functions/deckPlans/DeckPlans-Example_train_simple.xml b/examples/functions/deckPlans/DeckPlans-Example_train_simple.xml
new file mode 100644
index 000000000..9cd5ee212
--- /dev/null
+++ b/examples/functions/deckPlans/DeckPlans-Example_train_simple.xml
@@ -0,0 +1,1770 @@
+
+
+
+
+
+ 2020-12-17T09:30:47.0Z
+ SYS001
+
+
+ 2020-12-17T09:30:46.0Z
+ SYS002
+
+ P1M
+ Example of DeckPlans
+
+
+
+
+ 2023-01-01T00:00:00
+ 2023-12-31T12:00:00
+
+ Deck Plan Example
+ This is an example showing how one might encode a Deck plan for a train in NeTEx.
+
+
+
+ rc
+ http://www.frail.eu/
+ Frail rail data
+
+
+
+
+
+
+
+
+
+
+ Rail examples of IC train seating cars
+ Describes a train with IC wagons.
+
+
+
+ MRC
+ Motor Rail CO
+ Moto
+ Motovacation SA
+ operator
+
+ Prince Rupert Street
+ Strelsau
+ z354
+ Ruritania
+
+ bus
+
+
+
+
+
+ Passenger Train door
+ true
+ hingedSingle
+ true
+ true
+ false
+
+
+ true
+ slidingPair
+ true
+ true
+ true
+
+
+ Sliding door to the entrance room
+ true
+ slidingSingle
+ true
+ false
+ true
+
+
+ Hinged door to compartment
+ true
+ hingedSingle
+ false
+ true
+ true
+
+
+ Standard carriage seate
+ 0.48
+ 0.50
+ 0.50
+ false
+
+
+
+ luggage area
+ 4.00
+ 1.25
+ 0.40
+ 1.90
+ luggageBay
+ 0.40
+ false
+
+
+
+ toilet washbasin
+ 1
+ true
+
+
+
+
+
+ General facilities
+ standardClass
+ mobilePhoneUseZone noSmoking
+ publicWifi powerSupplySockets
+ nextStopIndicator passengerInformationDisplay realTimeConnections stopAnnouncements
+ toilet
+ seating
+ baggageStorage luggageRacks
+
+
+
+
+
+ 4 carriage train
+ [Seating car 3] [Seating car 3] [Seating car 2] [Seating car 1] [Engine]
+ true
+ electric
+
+
+
+ 400
+
+ 320
+
+ 80
+
+
+ false
+ false
+ 0.40
+
+
+
+
+
+
+ Engine
+
+ forwards
+
+ true
+ noThroughAccess
+
+
+
+
+ Seating car
+
+ forwards
+
+ true
+ door
+
+
+
+
+ Seating car
+
+ forwards
+
+ true
+ door
+
+
+
+
+ Seating car
+
+ forwards
+
+ true
+ door
+
+
+
+
+ Seating car
+
+ forwards
+
+ true
+ door
+
+
+
+
+
+
+
+ Engine
+ engine
+ 10
+ 3.5
+ 4
+ 1000
+
+
+ Seating car
+ carriage
+ economyClass
+ false
+ false
+ 0.15
+ 26.4
+ 2.825
+ 4
+ 43000
+
+
+
+
+
+ IC seat wagon (DB Bpmmz284)
+
+
+ Seat car Passenger deck
+
+
+
+ @seating_area@
+
+ false
+
+
+
+
+ Front Door
+ 0.80
+ 1.90
+
+
+ 1
+
+
+
+ true
+ leftSide
+ 1
+ 0.20
+ external
+ true
+ true
+ true
+
+
+
+ Front Right External Door
+ 1.00
+ 1.90
+
+
+ 1
+
+
+
+ true
+ rightSide
+ 1
+ 0.20
+ external
+ true
+ true
+ true
+
+
+
+ Rear External Door
+ 0.95
+ 1.90
+
+
+ 1
+
+
+
+ true
+ leftSide
+ 2
+ 0.20
+ external
+ true
+ true
+ true
+
+
+
+ Rear Right External Door
+ 0.95
+ 1.90
+
+
+ 1
+
+
+
+ true
+ rightSide
+ 2
+ 0.20
+ external
+ true
+ true
+ true
+
+
+
+
+ Rear end door connecting to next carriage
+ 0.80
+ 1.90
+
+
+
+
+
+ true
+ frontEnd
+ communicating
+ false
+ true
+ true
+
+
+
+ Rear end door connecting to next carriage
+ 0.80
+ 1.90
+
+
+
+
+
+ true
+ backEnd
+ communicating
+ false
+ true
+ true
+
+
+
+ Compartment 1 door
+ 0.80
+ 1.80
+
+
+
+
+
+ internal
+ true
+ false
+
+
+
+
+
+ entryAndExit
+ shut
+ true
+
+
+ Seat 12
+
+
+ Seat 76
+
+
+
+ entryAndExit
+ shut
+ true
+
+
+ Seat 12
+
+
+ Seat 76
+
+
+
+ entryAndExit
+ shut
+ true
+
+
+ Seat 81
+
+
+ Seat 115
+
+
+
+ entryAndExit
+ shut
+ true
+
+
+ Seat 81
+
+
+ Seat 115
+
+
+
+
+ entryAndExit
+ shut
+ true
+
+
+
+ entryAndExit
+ shut
+ true
+
+
+
+
+
+
+ 900
+ 1
+ 3.250
+ true
+ false
+
+
+ 1400
+ 2
+ 4.415
+ true
+ false
+
+
+ 1400
+ 3
+ 6.415
+ true
+ false
+
+
+
+ 80
+
+
+ standingSpace
+ 20
+
+
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleAndWindow
+ none
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ fixedFlat
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ fixedFlat
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ fixedFlat
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ fixedFlat
+ true
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ seatBackFolding
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ seatBackFolding
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ seatBackFolding
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ seatBackFolding
+ true
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ seatBackFolding
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ seatBackFolding
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ seatBackFolding
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ seatBackFolding
+ true
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byAisleNoWindow
+ none
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ byWindowNoAisle
+ none
+ true
+
+
+
+
+
+ WC
+
+
+ 1
+
+
+
+ true
+ true
+ false
+ 1
+
+
+
+ Luggage
+ true
+ true
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/functions/deprecation/organisationref.xml b/examples/functions/deprecation/organisationref.xml
new file mode 100644
index 000000000..5f87dd2b5
--- /dev/null
+++ b/examples/functions/deprecation/organisationref.xml
@@ -0,0 +1,38 @@
+
+
+
+ 2015-04-17T09:30:47.0Z
+ AURIGE001
+ P1Y
+ Keeps OrganisationRef
+
+
+ Frame NETEX_ARRET Le Corbusier
+ Frame NETEX_ARRET pour l'exemple d'arrêt Le Corbusier
+
+
+
+
+ Le Corbusier
+ Pôle monomodal regroupant les arrêts monomodaux Le Corbusier, Lycée de Villaroy et Jules Michelet
+
+
+ 2.068554
+ 48.764788
+
+
+ Intersection Avenue de l'Europe, Rue Eugène Violet Le Duc et Rue Le Corbusier
+ Lycée Villaroy et Gymnase de l'Aviation
+
+ bus
+ onstreetBus
+
+
+ 768
+ SQYBUS
+ operator
+
+
+
+
+
diff --git a/examples/functions/fares/ENTUR-SchoolTwiceADayTripCarnet_2020120.xml b/examples/functions/fares/ENTUR-SchoolTwiceADayTripCarnet_2020120.xml
index 9b2616ba7..209d38928 100644
--- a/examples/functions/fares/ENTUR-SchoolTwiceADayTripCarnet_2020120.xml
+++ b/examples/functions/fares/ENTUR-SchoolTwiceADayTripCarnet_2020120.xml
@@ -11,6 +11,11 @@
+
+
+
+
+
diff --git a/examples/functions/fares/Netex_101.21_TfL_GeographicFares_UnitZone_MultipleProduct.xml b/examples/functions/fares/Netex_101.21_TfL_GeographicFares_UnitZone_MultipleProduct.xml
index e64faf7b7..f66731ad3 100644
--- a/examples/functions/fares/Netex_101.21_TfL_GeographicFares_UnitZone_MultipleProduct.xml
+++ b/examples/functions/fares/Netex_101.21_TfL_GeographicFares_UnitZone_MultipleProduct.xml
@@ -12,7 +12,7 @@ Data is (C) Copyright Transport for Lonond 2017-2019
(C) CEN & Crown Copyright 2018, 2019
Free to use under a Creative Commons license.
-v1.1 Revised & corrected to use Tariff and simpler ids
+v1.1 Revised & corrected to use Tariff and simpler ids
===================================================
@@ -5170,7 +5170,7 @@ You can only get these as paper tickets, not on an Oyster card, and they must be
Visitor centresdebitCard creditCard companyCheque cash
-
+ Overseas Agents centres
@@ -5196,7 +5196,7 @@ You can't
Buy paper tickets (cash single tickets and Day Travelcards)
debitCard creditCard cash
-
+ Oyster Online
@@ -15583,6 +15583,13 @@ For more information on National Rail services see the
+
+ List of registered universties
+
+
+
+
+
diff --git a/examples/functions/fares/rail/Netex_era_crossborder_de.xml b/examples/functions/fares/rail/Netex_era_crossborder_de.xml
index ad0edbff0..0e4ff6483 100644
--- a/examples/functions/fares/rail/Netex_era_crossborder_de.xml
+++ b/examples/functions/fares/rail/Netex_era_crossborder_de.xml
@@ -187,6 +187,11 @@ Use separate Composite frames to group
AND
+ rail
+
+
+ longDistance
+
@@ -455,6 +460,11 @@ Saturdays / Sundays / public holidays: 00:00 to 03:00 the following dayDresden to Wroclaw section
+ rail
+
+
+ highSpeedRail
+
@@ -1479,7 +1489,7 @@ issued to DB ticket vending machines.
Every day
- ANy time
+ Any time00:00:00P1DT3H
diff --git a/examples/functions/fares/rail/Netex_era_toc_uk.xml b/examples/functions/fares/rail/Netex_era_toc_uk.xml
index 273b712c4..c44c90626 100644
--- a/examples/functions/fares/rail/Netex_era_toc_uk.xml
+++ b/examples/functions/fares/rail/Netex_era_toc_uk.xml
@@ -9130,7 +9130,7 @@ Short Term (1/4/18-1/6/18): £135.00 Short term (1/4-1/6): £230.00d with this g
Every day
- ANy time
+ Any time00:00:00
@@ -10052,11 +10052,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
1987-12-31T00:00:00Z
+
+ 9100BRAINTR
+ uic:68010
+ Braintree0.55668710851.87539168
- 576093 222736
+ 576093.0 222736.0
@@ -10064,8 +10068,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
BRAINTREEBTR
- 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-Sea1.15409182151.794002810
- 617600 215300
+ 617600.0 215300.0
@@ -10089,8 +10095,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
CLACTONCLT
- 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 Yarmouth1.72088634152.6121599
- 652000 308100
+ 652000.0 308100.0
@@ -10114,8 +10122,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
GREAT YARMOUTHGYM
- 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 Town1.28668192351.9441454
- 625987 232397
+ 625987.0 232397.0
@@ -10139,8 +10149,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
HARWICH TOWNHWC
- 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
+ Ipswich1.1444257152.05059234
- 615700 243800
+ 615700.0 243800.0
@@ -10164,8 +10176,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
IPSWICHIPS
- 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.08142594451.51799103
- 533216 181641
+ 533216.0 181641.0
@@ -10194,8 +10208,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
LONDON LIVERP STRLST
- 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
+ Lowestoft1.74970804652.47443783
- 654747 292890
+ 654747.0 292890.0
@@ -10220,8 +10236,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
LOWESTOFTLWT
- 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
+ Norwich1.30682020552.62715355
- 623900 308400
+ 623900.0 308400.0
@@ -10245,8 +10263,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
NORWICHNRW
- 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.00339665751.54189507
- 538557 184444
+ 538557.0 184444.0
@@ -10270,8 +10290,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
STRATFORDSFA
- 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
+ Shenfield0.32985131951.63087735
- 561349 195022
+ 561349.0 195022.0
@@ -10296,8 +10318,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
SHENFIELDSNF
- 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 Airport0.26081559451.88859105
- 555683 223530
+ 555683.0 223530.0
@@ -10322,8 +10346,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
STANSTED AIRPORTSSD
- 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 Victoria0.71150085951.5415127
- 588128 185997
+ 588128.0 185997.0
@@ -10347,8 +10373,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
SOUTHEND VICTORIASOV
- 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
+ Sudbury0.73544441452.03627818
- 587723 241073
+ 587723.0 241073.0
@@ -10372,8 +10400,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
SUDBURY SUFFOLKSUY
- 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 HALETOM
- 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-Naze1.26766981751.84616912
- 625170 221445
+ 625170.0 221445.0
@@ -10424,8 +10456,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
WALTON-ON-NAZEWON
- 9100WONNAZE
- rail bus
diff --git a/examples/functions/line/NeTEx_01_simple_line.xml b/examples/functions/line/NeTEx_01_simple_line.xml
new file mode 100644
index 000000000..1a8c5ff40
--- /dev/null
+++ b/examples/functions/line/NeTEx_01_simple_line.xml
@@ -0,0 +1,100 @@
+
+
+ 2010-12-17T09:30:47.0Z
+ SYS001
+
+
+ 2010-12-17T09:30:47.0Z
+ SYS002
+
+
+
+
+ 2010-11-01T00:00:00Z
+
+
+ REQUEST
+
+
+
+ P1M
+ Example of simple timetable frame with two journeys and service calendar
+
+
+
+
+
+
+
+
+
+
+ Stops for Winter timetable for route 24
+
+
+ mybus
+ http://www.mybuses.eu/stuff
+ My buses
+
+
+
+
+
+
+
+
+ Line 24 Alpha to Charley
+ Line 24
+ bus
+ 24
+
+
+ child adult animal
+ foot bicycle scooter
+ true
+
+
+ Ski la Haute
+ Line 1
+ cableway
+
+ dragLift
+
+ 1
+
+
+ ski bicycle
+ true
+
+
+
+
+
+
+
+ acs
+ http://autocarssuperbe.fr
+ Service data
+
+
+
+
+
+
+
+
+ Autocars superbe
+
+ fr
+
+
+ +33-1-675-9876
+ http://autocarssuperbe.fr
+
+
+
+
+
+
+
+
diff --git a/examples/functions/newModes/IXSI Service 1 - Static Data.xml b/examples/functions/newModes/IXSI Service 1 - Static Data.xml
index 320c1f8f8..65b327c58 100644
--- a/examples/functions/newModes/IXSI Service 1 - Static Data.xml
+++ b/examples/functions/newModes/IXSI Service 1 - Static Data.xml
@@ -48,7 +48,7 @@
- EntityLegalOwnership
+ entityLegalOwnership
diff --git a/examples/functions/newModes/NewModes-CarClubExample.xml b/examples/functions/newModes/NewModes-CarClubExample.xml
index a4b00e6e9..e2cb824ff 100644
--- a/examples/functions/newModes/NewModes-CarClubExample.xml
+++ b/examples/functions/newModes/NewModes-CarClubExample.xml
@@ -61,7 +61,7 @@
-
+ EUR
@@ -76,7 +76,7 @@
-
+ feedback@mycar.com
@@ -87,7 +87,7 @@
creates
- FareManagement
+ fareManagementMy Car
@@ -97,7 +97,7 @@
creates
- Planning
+ planningMy Car
@@ -1074,6 +1074,7 @@ This Shows sample Purchases
Book and pay for 1-day use of a car2021-10-01T10:10:00
+ true103.50
@@ -1086,6 +1087,7 @@ This Shows sample Purchases
creditCard
+ 1231 0000 0000 0000 00002021-10-08T11:15:00
diff --git a/examples/functions/newModes/NewModes-CarPoolingExample.xml b/examples/functions/newModes/NewModes-CarPoolingExample.xml
index 773e89ca5..9062b8990 100644
--- a/examples/functions/newModes/NewModes-CarPoolingExample.xml
+++ b/examples/functions/newModes/NewModes-CarPoolingExample.xml
@@ -88,7 +88,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
-
+ GBP
@@ -103,7 +103,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
-
+ feedback@ryde.euhttps://opendata.eu/vanilla
@@ -116,7 +116,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
creates
- FareManagement
+ fareManagementnoc:XRYD
@@ -126,7 +126,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
creates
- Planning
+ planningnoc:XRYD
@@ -262,6 +262,8 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
+
+ Taxi Rank at Alphaville Hotel de Ville
@@ -276,7 +278,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
-
+ ALphaville Hotel de Ville
@@ -445,6 +447,23 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
Ryde car scharing scheme.2018-01-01
+
+
+
+ https://www.ryde.eu/booking
+
+ mobileApp online
+ authorisedPublic
+ advanceAndDayOfTravel
+ onCheckOut
+ PT2H
+ https://www.ryde.eu/booking
+ Bookings made using app. Bookings can be made up to two hours before travel.
+ false
+ none
+
+
+
truetrue
@@ -986,11 +1005,11 @@ This Shows sample Purchases
07:00:00
-
+ 07:00:00
-
+ 09:15:00
diff --git a/examples/functions/newModes/NewModes-ChauffeuredServiceExample.xml b/examples/functions/newModes/NewModes-ChauffeuredServiceExample.xml
index 46ddc84b6..4fe83052b 100644
--- a/examples/functions/newModes/NewModes-ChauffeuredServiceExample.xml
+++ b/examples/functions/newModes/NewModes-ChauffeuredServiceExample.xml
@@ -54,7 +54,7 @@
-
+ GBP
@@ -69,7 +69,7 @@
-
+ feedback@homeJames.eu
@@ -80,7 +80,7 @@
creates
- FareManagement
+ fareManagementnoc:HJM
@@ -90,7 +90,7 @@
creates
- Planning
+ planningnoc:HJM
@@ -218,8 +218,8 @@
Strech limotruetrue
- combustion
- petrol
+ combustion electric
+ petrol batteryselfDrive7
@@ -397,6 +397,8 @@
+
+ Taxi Rank at Alphaville Hotel de Ville
@@ -409,7 +411,7 @@
-
+ Alphaville Hotel de Ville
@@ -1136,11 +1138,11 @@ This Shows sample Purchases
10:15:00
-
+ 10:15:00
-
+ 11:10:00
diff --git a/examples/functions/newModes/NewModes-CycleSharingExample.xml b/examples/functions/newModes/NewModes-CycleSharingExample.xml
index 82c705986..65bb0e92f 100644
--- a/examples/functions/newModes/NewModes-CycleSharingExample.xml
+++ b/examples/functions/newModes/NewModes-CycleSharingExample.xml
@@ -19,7 +19,10 @@
Deposit required.
SALES PACKAGES (a) mobile app for preregistered users only.
-(C) CEN 2021
+ Update
+ 2023.01.30 Add AcceptedDriverPermit and VehicleEquipmentProfile examples
+
+(C) CEN 2023
-->
2020-12-17T09:30:47.0ZSYS001
@@ -27,7 +30,7 @@
2020-12-17T09:30:46.0ZSYS002
- Request for Metrobike 1 tariff
+ Request for Metrobike 1 tariff
@@ -54,8 +57,8 @@
2020-01-01T00:00:002020-12-31T12:00:00
- Cycle Sharing Example
- This is an example showing how one might encode a cycle sharings scheme " Metrobike" in NeTEx. It includes some prices.
+ Cycle Sharing Example
+ This is an example showing how one might encode a cycle sharings scheme " Metrobike" in NeTEx. It includes some prices.
@@ -64,13 +67,13 @@
-
+ EUR
- Metrobike Operator specific common resources
+ Metrobike Operator specific common resourcesmb
@@ -79,7 +82,7 @@
-
+ feedback@metrobike.eu
@@ -90,7 +93,7 @@
creates
- FareManagement
+ fareManagementMetrobike
@@ -100,7 +103,7 @@
creates
- Planning
+ planningMetrobike
@@ -117,12 +120,26 @@
-
- Bike equimebt
+
+ Bike equipmentBattery
+
+ Charger
+
+
+
+
+ Driving licence types
+
+
+ ecycle
+
+
+ car
+
@@ -224,6 +241,14 @@
nonecycle14
+
+
+
+
+
+
+
+
@@ -241,7 +266,7 @@
New Model Bike v2
-
+
@@ -249,16 +274,27 @@
2
-
+
+
+ Batteries
+ 2
+
+
+
+ Charger
+ 1
+
+
+
-
+ plugtype21-PhaseAC240PT1MPT1M
-
+
@@ -302,7 +338,7 @@
1.3525052.44692
- 376748 167119
+ 376748 167119
@@ -464,7 +500,7 @@
docks
- Ticket Machine at Bike Station Beta
+ Ticket Machine at Bike Station Betatrue1ticketMachines
@@ -848,15 +884,15 @@
PT45M
- 45 - 90 minutes
+ 45 - 90 minutesPT45M
- 90 - 600 minutes, per hour
+ 90 - 600 minutes, per hourPT60M
- More than 5 hours 600 minutes
+ More than 5 hours 600 minutesP1D
@@ -1016,7 +1052,7 @@
- Single ride
+ Single ride
@@ -1102,7 +1138,7 @@
- Metrobike one-session purchase from ticket machine
+ Metrobike one-session purchase from ticket machineOn street ticket machine
@@ -1161,7 +1197,7 @@
- Metrobike day Pass1
+ Metrobike day Pass1
@@ -1261,7 +1297,7 @@
- Single ride
+ Single ride
@@ -1344,7 +1380,7 @@
- Metrobike prices
+ Metrobike prices
@@ -1389,7 +1425,7 @@
- 90 to 600 minutes, charge per hour e
+ 90 to 600 minutes, charge per hour e4.0060
@@ -1752,7 +1788,7 @@ This Shows sample Purchases
- Buy Single ticket Adult
+ Buy Single ticket Adult2020-12-08T12:01:002.10
@@ -1843,7 +1879,7 @@ This Shows sample Purchases
8.00120
- 91 minutes to 600 minutes
+ 91 minutes to 600 minutes2020-10-08T13:10:00
@@ -1971,7 +2007,7 @@ This Shows sample Purchases
2020-12-08T12:01:002020-12-08T14:01:00
- Single session cycle use
+ Single session cycle use
@@ -1992,7 +2028,7 @@ This Shows sample Purchases
used
- Check back in to station beta_b1_004
+ Check back in to station beta_b1_004
@@ -2025,7 +2061,7 @@ This Shows sample Purchases
- Additional charge 3 + 4
+ Additional charge 3 + 47.00
diff --git a/examples/functions/patterns/Netex_KBIC_ParisNetwork_1.xml b/examples/functions/patterns/Netex_KBIC_ParisNetwork_1.xml
index 660727132..d42f57d23 100644
--- a/examples/functions/patterns/Netex_KBIC_ParisNetwork_1.xml
+++ b/examples/functions/patterns/Netex_KBIC_ParisNetwork_1.xml
@@ -535,6 +535,18 @@ Includes the following:
+
+
+ Projection mid way along link TL 4-5::>RL 8-9 x
+
+
+ 5
+
+
+ 40
+
+
+ Line 66
@@ -1089,16 +1101,7 @@ Includes the following:
TP4 to TP5
-
- Projection mid way along link TL 4-5::>RL 8-9 x
-
-
- 5
-
-
- 40
-
-
+
diff --git a/examples/functions/simpleNetwork/Netex_LineClassification_1.xml b/examples/functions/simpleNetwork/Netex_LineClassification_1.xml
new file mode 100644
index 000000000..62e4468b0
--- /dev/null
+++ b/examples/functions/simpleNetwork/Netex_LineClassification_1.xml
@@ -0,0 +1,108 @@
+
+
+
+ 2010-12-17T09:30:47.0Z
+ SYS001
+
+
+ 2010-12-17T09:30:47.0Z
+ SYS002
+
+
+
+ REQUEST
+ REQUEST
+
+
+
+ P7D
+ Netex basic Versioning Example Step 05
+
+
+
+
+
+
+ mybus
+ http://www.mybuses.eu/stuff
+ My buses
+
+
+ hde
+ http://www.halt.de/
+ Stop data data
+
+
+ gis
+ http://www.gisdata.com/data
+ GIS data
+
+
+
+
+
+
+
+
+ Private School bus Line
+ bus
+
+ schoolBus
+
+ SB11
+
+ local
+ true
+ schoolPupil
+ true
+
+ yellow
+
+
+ true
+
+
+ true
+
+
+
+
+
+
+ Miss S. Place
+ busbook@bigschool.edu
+ +331234567
+
+
+
+
+
+ Motor rail Line 5
+ rail
+
+ carTransportRailService
+
+ MOTORAIL5
+
+ longDistance
+ motorcycle car
+
+ blue
+
+ creditCard debitCard epayDevice mobileApp
+ inAdvanceOnly
+
+
+
+
+
+
+
diff --git a/examples/functions/simpleNetwork/Netex_SimpleNetwork_1.xml b/examples/functions/simpleNetwork/Netex_SimpleNetwork_1.xml
index 10c9d4304..a200169c8 100644
--- a/examples/functions/simpleNetwork/Netex_SimpleNetwork_1.xml
+++ b/examples/functions/simpleNetwork/Netex_SimpleNetwork_1.xml
@@ -465,7 +465,7 @@ v1.1 revised ids
Big red bus
-
+ 50202
@@ -606,10 +606,24 @@ v1.1 revised ids
+
+
+ 3rd road to the left
+ 100
+
+
+ back
+ down
+ false
+
+
+
+
+
diff --git a/examples/functions/site/Netex_01_Sites_SimpleStadium_1.xml b/examples/functions/site/Netex_01_Sites_SimpleStadium_1.xml
index 14441f3ed..8223650d2 100644
--- a/examples/functions/site/Netex_01_Sites_SimpleStadium_1.xml
+++ b/examples/functions/site/Netex_01_Sites_SimpleStadium_1.xml
@@ -763,14 +763,14 @@ The example comprises
-
+ Branch in Entrance Hall A
-
-
+
+ Branch in Entrance Hall B
-
+
@@ -906,7 +906,7 @@ The example comprises
-
+ Entrance Atrueforward
@@ -1062,7 +1062,7 @@ The example comprises
-
+ Entrance Atrueforward
diff --git a/examples/functions/site/Netex_10_Sites_OlympicPark_2_basic.xml b/examples/functions/site/Netex_10_Sites_OlympicPark_2_basic.xml
index 877933c79..410ffb2f2 100644
--- a/examples/functions/site/Netex_10_Sites_OlympicPark_2_basic.xml
+++ b/examples/functions/site/Netex_10_Sites_OlympicPark_2_basic.xml
@@ -2163,63 +2163,63 @@ that defines a number of
-
+ Entrance to aquatics vicinityfalseforwardlevel
-
+ quatics vicinity to bridge 4falseforwardlevel
-
+ from bridge 4 to Stadium vicinity falserightlevel
-
+ Stadium vicinity to Stadium vicinity falseforwardlevel
-
+ Stadium vicinity to handball area vicinity eafalseforwardlevel
-
+ Handball vicinity to haHockey arvicinity eatrueforwardlevel
-
+ hockey vicinity to bridge 2falserightlevel
-
+ bridge2 to velo vicinity falseforwardlevel
-
+ to BMXtrueforward
@@ -2414,63 +2414,63 @@ that defines a number of
-
+ to BMXfalseforwardlevel
-
+ bridge2 to velo vicinity trueforwardlevel
-
+ hockey vicinity to bridge 2trueforwardlevel
-
+ Handball vicinity to haHockey arvicinity eatrueleftlevel
-
+ Stadium vicinity to handball arvicinity eafalseforwardlevel
-
+ Stadium vicinity to Stadium vicinity falseforwardlevel
-
+ from bridge 4 to Stadium vicinity falseleftlevel
-
+ quatics vicinity to bridge 4falseforwardlevel
-
+ Entrance to aquatics vicinityfalseforward
diff --git a/examples/functions/site/Netex_11_Sites_OlympicPark_1.xml b/examples/functions/site/Netex_11_Sites_OlympicPark_1.xml
index af2d7d05a..f3cb8c923 100644
--- a/examples/functions/site/Netex_11_Sites_OlympicPark_1.xml
+++ b/examples/functions/site/Netex_11_Sites_OlympicPark_1.xml
@@ -149,7 +149,10 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
A COMPOSITE FRAME is used to group the other frames as a single version
-(C) CEN Copyright 2010
+(C) CEN Copyright 2010, 2023
+
+Updated to give exampel of group of SItes
+
-->
2001-12-17T09:30:47.0Z
@@ -218,6 +221,11 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
+
+
+
+
+ Olympic Park2 2012
@@ -491,6 +499,28 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
ENG
+
+
+ Sites in Olympic Park
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4224,6 +4254,52 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
wellLit80000
+
+
+ Level 1
+ true
+
+
+ Level 2
+ true
+
+
+ Level 3
+ true
+
+
+
+
+ East Access Block
+
+
+ 1
+
+
+
+ 2
+
+
+
+ 3
+
+
+
+
+
+ West Access Block
+
+
+ 1
+
+
+
+ 2
+
+
+
+
+ Hockey Centre
@@ -4734,6 +4810,22 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
+
+
+ Zone3
+
+
+ Zone4
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/functions/site/Netex_21_Sites_Parking_1.xml b/examples/functions/site/Netex_21_Sites_Parking_1.xml
index 45aa1627e..c91213d69 100644
--- a/examples/functions/site/Netex_21_Sites_Parking_1.xml
+++ b/examples/functions/site/Netex_21_Sites_Parking_1.xml
@@ -34,6 +34,11 @@ Overview
PT5M0S
+
+
+
+
+
diff --git a/examples/functions/site/Netex_21_Sites_Parking_2.xml b/examples/functions/site/Netex_21_Sites_Parking_2.xml
index 8362a9efc..e96790974 100644
--- a/examples/functions/site/Netex_21_Sites_Parking_2.xml
+++ b/examples/functions/site/Netex_21_Sites_Parking_2.xml
@@ -50,6 +50,11 @@ v1.1 revised ids and corrections
PT5M0S
+
+
+
+
+
diff --git a/examples/functions/site/Netex_Address_Example_1.xml b/examples/functions/site/Netex_Address_Example_1.xml
index 34d36e6b2..c3e980b0a 100644
--- a/examples/functions/site/Netex_Address_Example_1.xml
+++ b/examples/functions/site/Netex_Address_Example_1.xml
@@ -30,6 +30,11 @@ Overview
PT5M0S
+
+
+
+
+
diff --git a/examples/functions/stopPlace/FX-PI-01_UK_TBD_STOP-OFFER_910GWIMBLDN-accessibility_20140601.xml b/examples/functions/stopPlace/FX-PI-01_UK_TBD_STOP-OFFER_910GWIMBLDN-accessibility_20140601.xml
index 49968be26..2a7a4991c 100644
--- a/examples/functions/stopPlace/FX-PI-01_UK_TBD_STOP-OFFER_910GWIMBLDN-accessibility_20140601.xml
+++ b/examples/functions/stopPlace/FX-PI-01_UK_TBD_STOP-OFFER_910GWIMBLDN-accessibility_20140601.xml
@@ -269,6 +269,7 @@ Changes
+ data@accessibiity.org.uk
@@ -762,12 +763,12 @@ Changes
Platform LevelPL
- 1
+ -1Street LevelST
- 0
+ +1
@@ -1418,13 +1419,27 @@ Changes
fullTime
+ en fr it de
+ true
+ firstAid sosPoint
+ ccTv staffed sosPoints
+
+
+ 16:00:00
+ PT1H
+ assistance.org.uk/wimbledon
+ Be nice.
+
+
+
beverageVendingMachine coffeeShop
@@ -2858,7 +2873,7 @@ Changes
-
+ Branch from main entrance to DL stairs 1-4-180
@@ -2866,8 +2881,8 @@ Changes
indoors
-
-
+
+ Branch from main entrance to Rail stairs to 5 and 6-180
@@ -2875,8 +2890,8 @@ Changes
indoors
-
-
+
+ Branch from path junction 2 to Rail stairs to 7 and 8-180
@@ -2884,8 +2899,8 @@ Changes
indoors
-
-
+
+ Branch from path junction 3 to Rail stairs to 9 and 10-180
@@ -2893,8 +2908,8 @@ Changes
indoors
-
-
+
+ Branch from lift area internal entrance 5 to Lift 1 and Lift 2 -180
@@ -2902,8 +2917,8 @@ Changes
indoors
-
-
+
+ Branch from lift area internal entrance 6 to Lift 3 and Lift 4-180
@@ -2911,8 +2926,8 @@ Changes
indoors
-
-
+
+ Branch in front foreCourt Near entrance-180
@@ -2920,8 +2935,8 @@ Changes
outdoors
-
-
+
+ Branch in front foreCourt near street-180
@@ -2929,7 +2944,7 @@ Changes
outdoors
-
+
@@ -4841,7 +4856,7 @@ Changes
-
+ Seats on Platform 1 and 2. "0 metres from Platform entrance
@@ -5266,7 +5281,7 @@ Changes
-
+ Landing on Stairs 1 on way to DL -180
@@ -5274,7 +5289,7 @@ Changes
indoors
-
+
@@ -5756,7 +5771,7 @@ Changes
-
+ Transport for London
@@ -6068,7 +6083,7 @@ Changes
-
+ Branch in way to Stop D and Stop P-180
@@ -6076,8 +6091,8 @@ Changes
outdoors
-
-
+
+ Branch on way from main entrance to Stop P-180
@@ -6085,8 +6100,8 @@ Changes
outdoors
-
-
+
+ Branch on way from Stop P to Stop L -180
@@ -6094,8 +6109,8 @@ Changes
outdoors
-
-
+
+ Branch on way from Stop D and Stop L to centre Court -180
@@ -6103,8 +6118,8 @@ Changes
outdoors
-
-
+
+ Branch on way to Stop L from Centre Court-180
@@ -6112,7 +6127,7 @@ Changes
outdoors
-
+
@@ -6466,7 +6481,7 @@ Changes
-
+ Transport for London
@@ -6559,7 +6574,7 @@ Changes
-
+ first Branch on way from main entrance to Alexandra Road 1-180
@@ -6567,8 +6582,8 @@ Changes
outdoors
-
-
+
+ second Branch on way to Alexandra Road 1-180
@@ -6576,7 +6591,7 @@ Changes
outdoors
-
+
@@ -6602,7 +6617,7 @@ Changes
-
+ Transport for London
@@ -8503,7 +8518,7 @@ Changes
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -8650,12 +8665,6 @@ Changes
-
-
- NaPTAN version 2.4
- baseline
-
- standards@naptan.org.uk
@@ -8668,7 +8677,7 @@ Changes
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -8679,7 +8688,7 @@ Changes
creates distributes
- Other
+ otherUK
@@ -8908,12 +8917,6 @@ Changes
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -9039,7 +9042,7 @@ Changes
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -9050,7 +9053,7 @@ Changes
creates distributes
- EntityLegalOwnership
+ entityLegalOwnershipTODO
diff --git a/examples/functions/stopPlace/Netex_04_Stops_SimpleStation_1.xml b/examples/functions/stopPlace/Netex_04_Stops_SimpleStation_1.xml
index 34fc811a4..8e2111ba7 100644
--- a/examples/functions/stopPlace/Netex_04_Stops_SimpleStation_1.xml
+++ b/examples/functions/stopPlace/Netex_04_Stops_SimpleStation_1.xml
@@ -684,6 +684,19 @@ B. Frames and grouping
0twoWaylevel
+
+ 5
+ mediumLeftTilt
+ barrier
+ corridor
+ concrete
+ good
+ barrier
+ earth
+ tactileStripAtEnd
+ true
+ true
+ goodAndContrasted200PT1M
diff --git a/examples/functions/stopPlace/Netex_10_StopPlace_uk_ComplexStation_Wimbledon_1.xml b/examples/functions/stopPlace/Netex_10_StopPlace_uk_ComplexStation_Wimbledon_1.xml
index 0365b0e82..eb479dfa9 100644
--- a/examples/functions/stopPlace/Netex_10_StopPlace_uk_ComplexStation_Wimbledon_1.xml
+++ b/examples/functions/stopPlace/Netex_10_StopPlace_uk_ComplexStation_Wimbledon_1.xml
@@ -281,10 +281,10 @@ Changes
-
+ DfT Naptan database
-
+ Additional accessibility Data
@@ -458,7 +458,7 @@ Changes
NPTG Coordination of area codes UK Londoncollects validates distributes
- Operation
+ operation
@@ -5857,7 +5857,7 @@ Changes
-
+ Transport for London
@@ -6567,7 +6567,7 @@ Changes
-
+ Transport for London
@@ -6703,7 +6703,7 @@ Changes
-
+ Transport for London
diff --git a/examples/functions/stopPlace/Netex_10_StopPlace_withParking_1.xml b/examples/functions/stopPlace/Netex_10_StopPlace_withParking_1.xml
index 993463271..454cf2334 100644
--- a/examples/functions/stopPlace/Netex_10_StopPlace_withParking_1.xml
+++ b/examples/functions/stopPlace/Netex_10_StopPlace_withParking_1.xml
@@ -277,10 +277,10 @@ Changes
-
+ DfT Naptan database
-
+ Additional accessibility Data
@@ -323,7 +323,7 @@ Changes
NPTG Coordination of area codes UK collects validates distributes
- Operation
+ operation
@@ -930,6 +930,7 @@ Changes
openDoor
+ maintruetruetrue
@@ -961,6 +962,7 @@ Changes
ticketBarrier
+ withinStopPlacefalsetruetrue
@@ -972,6 +974,7 @@ Changes
opening
+ withinStopPlacefalsetruetrue
@@ -983,6 +986,7 @@ Changes
opening
+ withinStopPlacefalsetruetrue
@@ -994,6 +998,7 @@ Changes
opening
+ withinStopPlacefalsetruetrue
@@ -1005,6 +1010,7 @@ Changes
opening
+ withinStopPlacefalsetruetrue
@@ -1020,10 +1026,12 @@ Changes
truetrue
+ 0.8trueopenDoor
+ withinStopPlacefalsetruetrue
@@ -1038,10 +1046,12 @@ Changes
truetrue
+ 0.8trueopenDoor
+ withinStopPlacefalsetruetrue
@@ -1060,6 +1070,7 @@ Changes
automaticDoor
+ withinStopPlacefalsetruetrue
@@ -1078,6 +1089,7 @@ Changes
automaticDoor
+ withinStopPlacefalsetruetrue
@@ -1096,6 +1108,7 @@ Changes
automaticDoor
+ withinStopPlacefalsetruetrue
@@ -1114,6 +1127,7 @@ Changes
automaticDoor
+ withinStopPlacefalsetruetrue
@@ -1139,6 +1153,7 @@ Changes
openDoor
+ maintruetruetrue
@@ -1150,6 +1165,7 @@ Changes
ticketBarrier
+ withinStopPlacefalsetruetrue
@@ -1162,6 +1178,7 @@ Changes
opening
+ withinStopPlacefalsetruetrue
@@ -1173,6 +1190,7 @@ Changes
opening
+ withinStopPlacefalsetruetrue
@@ -1184,6 +1202,7 @@ Changes
opening
+ withinStopPlacefalsetruetrue
@@ -1195,6 +1214,7 @@ Changes
opening
+ withinStopPlacefalsetruetrue
@@ -1206,6 +1226,7 @@ Changes
opening
+ withinStopPlacefalsetruetrue
@@ -1217,6 +1238,7 @@ Changes
opening
+ withinStopPlacefalsetruetrue
@@ -2962,7 +2984,7 @@ Changes
-
+ Branch from main entrance to DL stairs 1-4-180
@@ -2970,8 +2992,8 @@ Changes
indoors
-
-
+
+ Branch from main entrance to Rail stairs to 5 and 6-180
@@ -2979,8 +3001,8 @@ Changes
indoors
-
-
+
+ Branch from path junction 2 to Rail stairs to 7 and 8-180
@@ -2988,8 +3010,8 @@ Changes
indoors
-
-
+
+ Branch from path junction 3 to Rail stairs to 9 and 10-180
@@ -2997,8 +3019,8 @@ Changes
indoors
-
-
+
+ Branch from lift area internal entrance 5 to Lift 1 and Lift 2 -180
@@ -3006,8 +3028,8 @@ Changes
indoors
-
-
+
+ Branch from lift area internal entrance 6 to Lift 3 and Lift 4-180
@@ -3015,8 +3037,8 @@ Changes
indoors
-
-
+
+ Branch in front foreCourt Near entrance-180
@@ -3024,8 +3046,8 @@ Changes
outdoors
-
-
+
+ Branch in front foreCourt near street-180
@@ -3033,7 +3055,7 @@ Changes
outdoors
-
+
@@ -4773,6 +4795,7 @@ Changes
automaticDoor
+ withinStopPlacefalsetruetrue
@@ -4790,6 +4813,7 @@ Changes
opening
+ withinStopPlacefalsetruetrue
@@ -4807,6 +4831,7 @@ Changes
opening
+ withinStopPlacefalsetruetrue
@@ -5352,7 +5377,7 @@ Changes
-
+ Landing on Stairs 1 on way to DL -180
@@ -5360,7 +5385,7 @@ Changes
indoors
-
+
@@ -5843,7 +5868,7 @@ Changes
-
+ Transport for London
@@ -6164,7 +6189,7 @@ Changes
-
+ Branch in way to Stop D and Stop P-180
@@ -6172,8 +6197,8 @@ Changes
outdoors
-
-
+
+ Branch on way from main entrance to Stop P-180
@@ -6181,8 +6206,8 @@ Changes
outdoors
-
-
+
+ Branch on way from Stop P to Stop L -180
@@ -6190,8 +6215,8 @@ Changes
outdoors
-
-
+
+ Branch on way from Stop D and Stop L to centre Court -180
@@ -6199,8 +6224,8 @@ Changes
outdoors
-
-
+
+ Branch on way to Stop L from Centre Court-180
@@ -6208,7 +6233,7 @@ Changes
outdoors
-
+
@@ -6592,7 +6617,7 @@ Changes
-
+ Transport for London
@@ -6685,7 +6710,7 @@ Changes
-
+ first Branch on way from main entrance to Alexandra Road 1-180
@@ -6693,8 +6718,8 @@ Changes
outdoors
-
-
+
+ second Branch on way to Alexandra Road 1-180
@@ -6702,7 +6727,7 @@ Changes
outdoors
-
+
@@ -6728,7 +6753,7 @@ Changes
-
+ Transport for London
diff --git a/examples/functions/timetable/Netex_01.1_Bus_SimpleTimetable_JourneysOnly.xml b/examples/functions/timetable/Netex_01.1_Bus_SimpleTimetable_JourneysOnly.xml
index 469f912de..f1f9f76a9 100644
--- a/examples/functions/timetable/Netex_01.1_Bus_SimpleTimetable_JourneysOnly.xml
+++ b/examples/functions/timetable/Netex_01.1_Bus_SimpleTimetable_JourneysOnly.xml
@@ -366,7 +366,9 @@ The Calendar is shown coded as
EXTERNALboardingAssistance conductor wheelchairAssistance
+ airConditioningstandardClass
+ tintedWindows blinds curtains stepFreeAccess suitableForWheelchairsnoSmokingnextStopIndicator realTimeConnections stopAnnouncements
diff --git a/examples/functions/timetable/Netex_01.2_Bus_SimpleTimetable_WithTimings.xml b/examples/functions/timetable/Netex_01.2_Bus_SimpleTimetable_WithTimings.xml
index 02716deec..c023f16b9 100644
--- a/examples/functions/timetable/Netex_01.2_Bus_SimpleTimetable_WithTimings.xml
+++ b/examples/functions/timetable/Netex_01.2_Bus_SimpleTimetable_WithTimings.xml
@@ -489,33 +489,33 @@ The Calendar is shown coded as
Overall timing Alpha to Charley reen
-
-
+
+ After Alpha t1
-
-
+
+ After Alpha t1 to After Alpha t2
-
-
+
+ After Alpha t2 to Bravo
-
-
+
+ Bravo to After Bravo t1
-
-
+
+ After Bravo t1 to Charley
-
-
+
+
@@ -526,23 +526,23 @@ The Calendar is shown coded as
outbound
-
+
-
+
-
+
-
+
-
+
@@ -569,7 +569,7 @@ The Calendar is shown coded as
-
+ Next Stop Announcement for SSP_001
@@ -579,7 +579,7 @@ The Calendar is shown coded as
-
+
@@ -592,7 +592,7 @@ The Calendar is shown coded as
-
+
@@ -739,13 +739,15 @@ The Calendar is shown coded as
- EXTERNAL
+
+ subsidyfalse20
- EXTERNAL
+
+ contractfalse20
@@ -766,7 +768,7 @@ The Calendar is shown coded as
- EXTERNAL
+
@@ -835,7 +837,7 @@ The Calendar is shown coded as
-
+
@@ -868,7 +870,7 @@ The Calendar is shown coded as
- EXTERNAL
+
@@ -923,7 +925,7 @@ The Calendar is shown coded as
-
+
@@ -971,7 +973,7 @@ The Calendar is shown coded as
- EXTERNAL
+ boardingAssistance conductor wheelchairAssistancestandardClass stepFreeAccess suitableForWheelchairs
@@ -1291,6 +1293,16 @@ The Calendar is shown coded as
+
+
+
+
+
+
+
+
+
+ Autocars superbe
@@ -1301,7 +1313,12 @@ The Calendar is shown coded as
+33-1-675-9876http://autocarssuperbe.fr
+ operator
+
+ Sigma transport authority
+ authority
+
diff --git a/examples/functions/timetable/Netex_01.4_Bus_SimpleTimetable_WithConnection.xml b/examples/functions/timetable/Netex_01.4_Bus_SimpleTimetable_WithConnection.xml
index e632a17c2..d12c03a3b 100644
--- a/examples/functions/timetable/Netex_01.4_Bus_SimpleTimetable_WithConnection.xml
+++ b/examples/functions/timetable/Netex_01.4_Bus_SimpleTimetable_WithConnection.xml
@@ -579,7 +579,7 @@ The Calendar is shown coded as
-
+ Assigns Quebec to flexibleHail and ride section
@@ -1303,15 +1303,21 @@ The Calendar is shown coded as
-
+ 2244261
+ 3
+ 1truetrue
+ true
+ 1
+ 0.1
+ 0.05
diff --git a/examples/functions/timetable/Netex_01.7_Bus_SimpleTimetable_RoutingConstraints.xml b/examples/functions/timetable/Netex_01.7_Bus_SimpleTimetable_RoutingConstraints.xml
new file mode 100644
index 000000000..3e0426782
--- /dev/null
+++ b/examples/functions/timetable/Netex_01.7_Bus_SimpleTimetable_RoutingConstraints.xml
@@ -0,0 +1,700 @@
+
+
+
+ 2010-12-17T09:30:47.0Z
+ SYS001
+
+
+ 2010-12-17T09:30:47.0Z
+ SYS002
+
+
+
+
+ 2010-11-01T00:00:00Z
+
+
+ REQUEST
+
+
+
+ P1M
+ Example of simple timetable with two journeys and service calendar and route projections
+
+
+
+
+
+
+ hde
+ http://www.halt.de/
+ Bus co data
+
+
+
+
+
+
+
+
+
+ Stops for Winter timetable for route 24
+
+
+
+ Westbound
+
+
+ Eastbound
+
+
+
+
+
+ Line 24 Alpha to Charley Green
+ Line 24
+ bus
+ 24
+
+
+ Line O7 Alpha to Charley Green
+ Line O7
+ bus
+ 24
+
+
+
+
+
+
+
+
+
+
+ Line E4 Alpha to Charley Green Express
+ Line E4
+ bus
+ E4
+
+
+ Line A1 Omega to TAU
+ Line A1
+ bus
+ A1
+
+
+ Line A2 Foo to Bar
+ Line A2
+ bus
+ A2
+
+
+
+
+ group A
+
+
+
+
+
+
+
+
+
+ Alpha Green
+ Charley G
+ ALPH
+
+
+ Charley Green
+ Charley G
+ CHAS
+
+
+
+
+
+ Alpha & Castle
+
+ 53.0000
+ 0.1000
+
+ timingPoint
+ Alpha
+ EANDC
+ onstreetBus
+ bus
+
+
+ Bravo Arch
+
+ 53.2000
+ 0.2000
+
+ timingPoint
+ Bravo Arch
+ BRAVO
+ onstreetBus
+ bus
+
+
+ Charley Green
+
+ 53.3000
+ 0.3000
+
+ timingPoint
+ Charley
+ CHAS
+ onstreetBus
+ bus
+
+
+
+
+
+
+ Alpha to Bravo Arch
+
+
+
+
+
+ Bravo to Charley
+
+
+
+
+
+
+ Bravo to ALpha
+
+
+
+
+ Charley to Bravo
+
+
+
+
+
+
+
+
+ Alpha to Charley Outbound
+ outbound
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Charley to Alpha inbound
+ inbound
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alpha to Charley
+ outbound
+
+
+
+ PT70M
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Charley to ALpha
+ inbound
+
+
+
+ PT70M
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Not allowed on line E4 or line group A.
+ Not allowed on line E4, group of lines A. and between stops B and C.
+ other
+ 30
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ exclusions
+
+
+
+
+
+
+
+
+
+
+ Sept to March
+ 2010-11-01T00:00:00Z
+ 2011-03-31T00:00:00Z
+
+
+
+
+
+ Winter timetable for route 24, outbound
+ bus
+
+
+
+
+ 14:20:00.0Z
+
+
+
+
+
+
+ outbound
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PT2M
+
+ Arrival at Terminus
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+ 15:20:00.0Z
+
+
+
+
+
+
+ outbound
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+ PT2M
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+ 14:20:00.0Z
+
+
+
+
+
+
+ outbound
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+ PT2M
+
+ Arrival at Terminus
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+ 15:20:00.0Z
+
+
+
+
+
+
+ outbound
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+ PT2M
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+ Service Calendar Nov 2010 ALTERNATE MORE COMPACT Coding
+
+ 2010-11-01
+ 2010-11-14
+
+
+
+ Weekdays unless a holiday
+
+
+ Monday Tuesday Wednesday Thursday Friday
+ NotHoliday
+
+
+
+
+
+
+ Monday 2010-11-01
+ 2010-11-01
+
+
+
+ Tuesday 2010-11-02
+ 2010-11-02
+
+
+
+ Wednesday 2010-11-03
+ 2010-11-03
+
+
+
+ Thusday 2010-11-04
+ 2010-11-04
+
+
+
+ MFriday 2010-11-05
+ 2010-11-05
+
+
+
+
+
+
+
+
diff --git a/examples/functions/timetable/Netex_02.1_Bus_CircularRoute_Timetable.xml b/examples/functions/timetable/Netex_02.1_Bus_CircularRoute_Timetable.xml
index f1d294fbd..5d837f305 100644
--- a/examples/functions/timetable/Netex_02.1_Bus_CircularRoute_Timetable.xml
+++ b/examples/functions/timetable/Netex_02.1_Bus_CircularRoute_Timetable.xml
@@ -788,27 +788,27 @@ Two GROUP of SERVICEs groups two sets of journeys.
C 1 | 15:15 | 16:30 | C to B: 15mn
B 1 | 15:30 | 16:45 | B to A 15mn
A 2 | 15:45 | 17:00 | -->
-
+ 14:30:00.0Z
-
+ 14:40:00.0Z
-
+ 15:00:00.0Z
-
+ 15:15:00.0Z
-
+ 15:30:00.0Z
-
+ 15:45:00.0Z
@@ -923,27 +923,27 @@ Two GROUP of SERVICEs groups two sets of journeys.
C 1 | 15:15 | 16:30 | C to B: 15mn
B 1 | 15:30 | 16:45 | B to A 15mn
A 2 | 15:45 | 17:00 | -->
-
+ 15:45:00.0Z
-
+ 16:00:00.0Z
-
+ 16:15:00.0Z
-
+ 16:30:00.0Z
-
+ 16:45:00.0Z
-
+ 17:00:00.0Z
@@ -1058,27 +1058,27 @@ Two GROUP of SERVICEs groups two sets of journeys.
B 1 | 15:30 | 16:45 | A to E 15mn
E 2 | 15:45 | 17:00 |
-->
-
+ 14:30:00.0Z
-
+ 14:45:00.0Z
-
+ 15:00:00.0Z
-
+ 15:15:00.0Z
-
+ 15:30:00.0Z
-
+ 15:45:00.0Z
@@ -1194,27 +1194,27 @@ Two GROUP of SERVICEs groups two sets of journeys.
B 1 | 15:30 | 16:45 | A to E 15mn
E 2 | 15:45 | 17:00 |
-->
-
+ 15:45:00.0Z
-
+ 16:00:00.0Z
-
+ 16:15:00.0Z
-
+ 16:30:00.0Z
-
+ 16:45:00.0Z
-
+ 17:00:00.0Z
diff --git a/examples/functions/timetable/Netex_07.2_Bus_FlexibleTimetable_WithPattern.xml b/examples/functions/timetable/Netex_07.2_Bus_FlexibleTimetable_WithPattern.xml
index a8c0d2e29..183194286 100644
--- a/examples/functions/timetable/Netex_07.2_Bus_FlexibleTimetable_WithPattern.xml
+++ b/examples/functions/timetable/Netex_07.2_Bus_FlexibleTimetable_WithPattern.xml
@@ -146,6 +146,17 @@ The Calendar is shown coded as
ValueSet for TypeOfFlexibleService
+
+
+ formal
+
+
+
+
+
+
+
+
@@ -397,7 +408,7 @@ The Calendar is shown coded as
-
+ Assigns Charley to Tau Zone
@@ -438,33 +449,33 @@ The Calendar is shown coded as
Overall timing Alpha to Charley reen
-
-
+
+ After Alpha t1
-
-
+
+ After Alpha t1 to After Alpha t2
-
-
+
+ After Alpha t2 to Bravo
-
-
+
+ Bravo to After Bravo t1
-
-
+
+ After Bravo t1 to Charley
-
-
+
+
@@ -475,23 +486,23 @@ The Calendar is shown coded as
outbound
-
+
-
+
-
+
-
+
-
+
@@ -517,16 +528,16 @@ The Calendar is shown coded as
-
+
-
+
-
+
@@ -588,13 +599,15 @@ The Calendar is shown coded as
- EXTERNAL
+
+ subsidyfalse20
- EXTERNAL
+
+ contractfalse20
@@ -602,7 +615,7 @@ The Calendar is shown coded as
14:20:00.0Z
- EXTERNAL
+
@@ -670,7 +683,7 @@ The Calendar is shown coded as
-
+
@@ -706,7 +719,7 @@ The Calendar is shown coded as
- EXTERNAL
+
@@ -760,7 +773,7 @@ The Calendar is shown coded as
-
+
diff --git a/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml b/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml
index da86a43d7..52d801aa0 100644
--- a/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml
+++ b/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml
@@ -775,7 +775,7 @@ Q.4. Public holiday - Services do not run on a christams day -
-
+ Network Rail
@@ -1210,7 +1210,7 @@ Q.4. Public holiday - Services do not run on a christams day -
GMT
-
+ Network Rail
@@ -11432,7 +11432,7 @@ Q.4. Public holiday - Services do not run on a christams day -
Standard classs carriagecarriagestandardClass
-
+ standardClass58
@@ -11465,7 +11465,7 @@ Q.4. Public holiday - Services do not run on a christams day -
carriagestandardClass
-
+ standardClass58
@@ -11498,7 +11498,7 @@ Q.4. Public holiday - Services do not run on a christams day -
carriagestandardClass
-
+ standardClass58
@@ -11531,7 +11531,7 @@ Q.4. Public holiday - Services do not run on a christams day -
carriagestandardClass
-
+ standardClass58
@@ -11567,7 +11567,7 @@ Q.4. Public holiday - Services do not run on a christams day -
carriagestandardClass
-
+ standardClass58
@@ -11603,7 +11603,7 @@ Q.4. Public holiday - Services do not run on a christams day -
buffetCarstandardClass
-
+ standardClass020
@@ -11622,7 +11622,7 @@ Q.4. Public holiday - Services do not run on a christams day -
carriagefirstClass
-
+ firstClass39
@@ -11655,7 +11655,7 @@ Q.4. Public holiday - Services do not run on a christams day -
carriagefirstClass
-
+ firstClass39
@@ -11692,7 +11692,7 @@ Q.4. Public holiday - Services do not run on a christams day -
carriagefirstClass
-
+ firstClass252
@@ -11744,7 +11744,7 @@ Q.4. Public holiday - Services do not run on a christams day -
carriagefirstClass
-
+ firstClass25
@@ -11792,7 +11792,7 @@ Q.4. Public holiday - Services do not run on a christams day -
carriagefirstClass
-
+ firstClass39
@@ -11828,7 +11828,7 @@ Q.4. Public holiday - Services do not run on a christams day -
carriagefirstClass
-
+ firstClass39
@@ -11861,7 +11861,7 @@ Q.4. Public holiday - Services do not run on a christams day -
buffetCarstandardClass
-
+ standardClass010
@@ -11880,7 +11880,7 @@ Q.4. Public holiday - Services do not run on a christams day -
carriagestandardClass
-
+ standardClass58
@@ -11916,7 +11916,7 @@ Q.4. Public holiday - Services do not run on a christams day -
carriagestandardClass
-
+ standardClass58
@@ -11952,7 +11952,7 @@ Q.4. Public holiday - Services do not run on a christams day -
carriagestandardClass
-
+ standardClass58
@@ -11985,7 +11985,7 @@ Q.4. Public holiday - Services do not run on a christams day -
carriagestandardClass
-
+ standardClass58
@@ -12018,7 +12018,7 @@ Q.4. Public holiday - Services do not run on a christams day -
carriagestandardClass
-
+ standardClass48
diff --git a/examples/functions/vehicleSchedule/Netex_simpleVehicleSchedule_01.xml b/examples/functions/vehicleSchedule/Netex_simpleVehicleSchedule_01.xml
index 1bd0acd2c..a1d4ab607 100644
--- a/examples/functions/vehicleSchedule/Netex_simpleVehicleSchedule_01.xml
+++ b/examples/functions/vehicleSchedule/Netex_simpleVehicleSchedule_01.xml
@@ -899,11 +899,11 @@ There is one DUTY ops:Duty:dty_01 with TWO DUTY PARTS
-
+ 11:00:00.0Z
-
+ 11:10:00.0ZPT5M
@@ -1074,11 +1074,11 @@ There is one DUTY ops:Duty:dty_01 with TWO DUTY PARTS
-
+ 12:50:00.0Z
-
+ 12:55:00.0Z
@@ -1103,11 +1103,11 @@ There is one DUTY ops:Duty:dty_01 with TWO DUTY PARTS
-
+ 13:00:00.0Z
-
+ 13:05:00.0Z
@@ -1324,11 +1324,11 @@ There is one DUTY ops:Duty:dty_01 with TWO DUTY PARTS
-
+ 16:25:00.0Z
-
+ 16:30:00.0Z
@@ -1353,11 +1353,11 @@ There is one DUTY ops:Duty:dty_01 with TWO DUTY PARTS
-
+ 16:50:00.0Z
-
+ 16:55:00.0Z
@@ -1528,11 +1528,11 @@ There is one DUTY ops:Duty:dty_01 with TWO DUTY PARTS
-
+ 16:35:00.0Z
-
+ 16:45:00.0Z
@@ -1557,11 +1557,11 @@ There is one DUTY ops:Duty:dty_01 with TWO DUTY PARTS
-
+ 16:25:00.0Z
-
+ 16:30:00.0Z
@@ -1683,11 +1683,11 @@ There is one DUTY ops:Duty:dty_01 with TWO DUTY PARTS
-
+ 21:15:00.0Z
-
+ 21:25:00.0Z
@@ -1894,7 +1894,7 @@ There is one DUTY ops:Duty:dty_01 with TWO DUTY PARTS
Big red bus
-
+ 50202
@@ -1903,7 +1903,7 @@ There is one DUTY ops:Duty:dty_01 with TWO DUTY PARTS
Small blue red bus
-
+ 201200
diff --git a/examples/functions/versioning/Netex_Uniqueness_01.xml b/examples/functions/versioning/Netex_Uniqueness_01.xml
index 902e7df1f..22afa8604 100644
--- a/examples/functions/versioning/Netex_Uniqueness_01.xml
+++ b/examples/functions/versioning/Netex_Uniqueness_01.xml
@@ -29,9 +29,6 @@ This is part 1 of a multistep example on versioning
-
-
-
@@ -59,7 +56,7 @@ This is part 1 of a multistep example on versioning
-
+
diff --git a/examples/functions/versioning/Netex_VersioningExample_Step_01.xml b/examples/functions/versioning/Netex_VersioningExample_Step_01.xml
index c0520c80a..dff2beeb4 100644
--- a/examples/functions/versioning/Netex_VersioningExample_Step_01.xml
+++ b/examples/functions/versioning/Netex_VersioningExample_Step_01.xml
@@ -41,28 +41,10 @@ This is part 1 of a multistep example on versioning
EXTERNAL
-
-
- versioned
- Version 1 of Composite Frame
- baseline
-
- My Network (V1)
-
-
- versioned
- Version 1 of Service Frame
- baseline
-
-
- versioned
- Version 1 of StopPoint SSP001A
-
-
-
+
Haltstelle A
diff --git a/examples/functions/versioning/Netex_VersioningExample_Step_02.xml b/examples/functions/versioning/Netex_VersioningExample_Step_02.xml
index b499855eb..8ef2a0ff7 100644
--- a/examples/functions/versioning/Netex_VersioningExample_Step_02.xml
+++ b/examples/functions/versioning/Netex_VersioningExample_Step_02.xml
@@ -53,27 +53,9 @@ This is part 2 of a multistep example on versioning
EXTERNAL
-
-
- versioned
- Version 2 of Composite Frame
- baseline
-
-
-
-
-
- versioned
- Version 1 of Service Calendar Frame: ntwkf001
-
-
- versioned
- Version 1 of Day Type
-
- Monday to Friday
@@ -99,23 +81,6 @@ This is part 2 of a multistep example on versioning
My Network Version 2 with two stops in it and a VALIDITY conditiona added in it
-
-
- versioned
- Version 2 of Service Frame ntwkf001
- baseline
-
-
-
- versioned
- Version 2 of StopPoint SSP001A
-
-
-
- versioned
- Version 1 of StopPoint SSP001B
-
-
diff --git a/examples/functions/versioning/Netex_VersioningExample_Step_03.xml b/examples/functions/versioning/Netex_VersioningExample_Step_03.xml
index 85bd4004d..652391380 100644
--- a/examples/functions/versioning/Netex_VersioningExample_Step_03.xml
+++ b/examples/functions/versioning/Netex_VersioningExample_Step_03.xml
@@ -55,36 +55,9 @@ This is part 3 of a multistep example on versioning
EXTERNAL
-
-
- versioned
- Version 3 of Composite Frame
- baseline
-
-
-
-
-
- versioned
- Version 2 of Service Calendar Frame: ntwkf001
-
-
-
- versioned
- Version 1 of Day Type DT001_MF
-
-
- versioned
- Version 1 of Day Type DT002_MFHols
-
-
- versioned
- Version 1 of Day Type DT002_WE
-
- Monday to Friday
@@ -129,32 +102,6 @@ This is part 3 of a multistep example on versioning
My Network Version 3 with two stops in it and a VALIDITY CONDITIONa added in it. Baseline is version 2 as stops A and B must existEXTERNAL
-
-
- versioned
- Version 2 of Service Frame ntwkf001
- baseline
-
-
-
- versioned
- Version 2 of StopPoint SSP001A
-
-
-
- versioned
- Version 2 of StopPoint SSP001B
-
-
-
- versioned
- Version 1 of ServiceLink SL_AtoB01
-
-
- versioned
- Version 1 of ServiceLink SL_BtoA01
-
-
diff --git a/examples/functions/versioning/Netex_VersioningExample_Step_04.xml b/examples/functions/versioning/Netex_VersioningExample_Step_04.xml
index 456adeb68..5603f8753 100644
--- a/examples/functions/versioning/Netex_VersioningExample_Step_04.xml
+++ b/examples/functions/versioning/Netex_VersioningExample_Step_04.xml
@@ -67,32 +67,9 @@ This is part 4 of a multistep example on versioning.
-
-
- versioned
- Version 4 of Composite Frame
- baseline
-
-
-
-
-
- versioned
- Version 3 of Service Calendar Frame: ntwkf001
-
-
-
- versioned
- Version 1 of Day Type DT001_MF
-
-
- versioned
- Version 1 of Day Type DT002_MFHols
-
- Monday to Friday
@@ -129,41 +106,6 @@ This is part 4 of a multistep example on versioning.
My Network Version 4 with three stops in it EXTERNAL
-
-
- versioned
- Version 4 of Service Frame ntwkf001
- baseline
-
-
-
- versioned
- Version 2 of StopPoint SSP001A
-
-
-
- versioned
- Version 2 of StopPoint SSP001B
-
-
-
- versioned
- Version 1 of StopPoint SSP003C
-
-
- versioned
- Version 2 of ServiceLink SL_AtoB01
-
-
-
- versioned
- Version 1 of ServiceLink SL_BtoA01
-
-
- versioned
- Version 1 of ServicePattern SP_001
-
- Haltstelle A - Museum
diff --git a/examples/functions/versioning/Netex_VersioningExample_Step_05.xml b/examples/functions/versioning/Netex_VersioningExample_Step_05.xml
index 6cad9b66c..3ec1bce88 100644
--- a/examples/functions/versioning/Netex_VersioningExample_Step_05.xml
+++ b/examples/functions/versioning/Netex_VersioningExample_Step_05.xml
@@ -64,31 +64,8 @@ This is part 4 of a multistep example on versioning.
-
-
- versioned
- Version 5 of Composite Frame
- baseline
-
-
-
-
-
- versioned
- Version 3 of Service Calendar Frame: ntwkf001
-
-
-
- versioned
- Version 1 of Day Type DT001_MF
-
-
- versioned
- Version 1 of Day Type DT002_MFHols
-
- Monday to Friday
@@ -124,42 +101,6 @@ This is part 4 of a multistep example on versioning.
My Network Version 5 with three stops in it EXTERNAL
-
-
- versioned
- Version 5 of Service Frame ntwkf001
- baseline
-
-
-
- versioned
- Version 2 of StopPoint SSP001A
-
-
-
- versioned
- Version 2 of StopPoint SSP001B
-
-
-
- versioned
- Version 1 of StopPoint SSP003C
-
-
- versioned
- Version 2 of ServiceLink SL_AtoB01
-
-
-
- versioned
- Version 1 of ServiceLink SL_BtoC01
-
-
- versioned
- Version 2 of ServicePattern SP_001
-
-
-
diff --git a/examples/standards/efp/VVS_Fares_V1-ZoneSeries-nk3.xml b/examples/standards/efp/VVS_Fares_V1-ZoneSeries-nk3.xml
new file mode 100644
index 000000000..714f5e158
--- /dev/null
+++ b/examples/standards/efp/VVS_Fares_V1-ZoneSeries-nk3.xml
@@ -0,0 +1,2319 @@
+
+
+
+ 2023-10-04T18:01:32.0Z
+ MENTZ
+ NeTEx Export, Version: 19.18.0.0
+
+
+
+
+
+ 2023-01-01T00:00:00Z
+ 2023-12-31T00:00:00Z
+
+
+ Stuttgart Common Fares
+
+
+
+ vvs
+ http://www.vvs.de
+ Fare data
+
+
+
+
+
+
+
+
+
+ Stuttgart common zone descrtotions for fares
+ The VVS community tariff tickets are valid within the network area (state capital Stuttgart, districts).
+Böblingen, Esslingen, Göppingen, Ludwigsburg and Rems-Murr district) in S-Bahn trains and other trains
+local transport, light rail and SSB buses and buses from all private and municipal transport companies.
+In addition, various municipalities come under transitional regulations (see relevant explanations on
+tariff zone plan). The VVS conditions of carriage and tariff regulations apply. Partially apply to call taxis
+
+
+ Hin
+ H
+ outbound
+
+
+ Rück
+ R
+ inbound
+
+
+
+
+
+ 2022-12-11T00:00:00
+ 2023-09-08T23:59:59
+
+ 102
+ 102
+ Zell - Esslingen (N) ZOB - Weil - Mettingen Mettingen - Weil - Esslingen (N) ZOB - Zell
+ bus
+
+ unknown
+
+ 102
+ 102
+
+
+
+
+ Stuttgart-Bondorf
+ Stuttgart-Bondorf
+ Stuttgart - Bondorf
+ rail
+
+ interregionalRail
+
+
+
+
+ Wendlingen-Merklingen
+ Wendlingen-Merklingen
+ Wendlingen - Merklingen
+ rail
+
+ interregionalRail
+
+
+
+
+
+
+
+
+ Stuttgart
+ Stuttgart
+ tiled
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ 1
+
+
+ Muehlhausen
+ Oeffingen Schmiden
+ Fellbach
+ Obertuerkheim
+ Hedelfingen
+ lederberg
+ Heumaden Kemnater Str
+ Plienengen
+ Fasanenhof Schelmwasen
+ Moehingen Freibad
+
+
+
+
+ Stuttgart
+ Osterfeld
+ Wangen
+
+
+ annular
+
+ explicitStops
+
+
+
+
+
+ 2
+ 2
+
+ Muehlhausen
+ Oeffingen Schmiden
+ Fellbach
+ Obertuerkheim
+ Hedelfingen
+ lederberg
+ Heumaden Kemnater Str
+ Plienengen
+ Fasanenhof Schelmwasen
+ Moehingen Freibad
+ Remseck N
+ Pattonville
+ Bittenfeld
+ Neustadt Hohenacker
+ Korb
+
+
+ annular
+ explicitStops
+
+
+
+
+
+
+ 3
+ 3
+ ring
+ explicitStops
+
+
+
+
+
+
+ 4
+ 4
+ ring
+ explicitStops
+
+
+
+
+
+
+ 5
+ 5
+ ring
+ explicitStops
+
+
+
+
+
+
+
+ 6 (orange)
+ 6
+
+
+ Goeppingen
+ Heiningen
+
+
+ Donzdorf
+ Suessen
+ Wiesensteig
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+
+ 6 (gray)
+ 6
+ tiled
+ explicitStops
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 7 (orange)
+ 7
+
+ Donzdorf
+ Suessen
+ Wiesensteig
+ Lautenstein
+ Boehmenkirch
+ Gingen F
+ Kuchen
+ Drackenstein
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+ 7 (gray)
+ 7
+
+ Rohrdorf
+ Ebhausen
+ Walddorf
+
+ tiled
+ explicitStops
+
+
+
+
+
+
+ 8 (gray)
+ 8
+
+ Walddorf
+ Wart/Berneck
+ Egenhausen
+ Altensteig
+
+ annular
+ explicitStops
+
+
+
+
+
+
+ 6g-Beilstein
+ 6G-6g-Beilstein
+
+ Beilstein
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+ 6g-Wuestenrot
+ 6g-Wuestenrot
+
+ Wuestenrot
+ Mainhardt
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+ 6g-Gschwend
+ Gschwend
+
+ Hundsberg
+ Gschwend
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+ 6g-Donstetten
+ 6G-6g-Donstetten
+
+ Dettingen T
+ Owen
+ Lenningen
+ Donnstetten
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+ 6g-Grafenberg
+ 6g-Grafenberg
+
+ Grafenberg
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+ 6g-Nagold
+ 6g-Nagold
+
+ Nagold
+ Ergenzingen
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+
+
+
+
+ Common
+
+
+
+ One zone
+
+
+
+
+
+ VVS Verbundtarif
+
+
+
+ 1 zone
+ 1
+ tariffZone
+
+
+
+ 2 zones
+ 2
+ tariffZone
+
+
+
+ 3 zones
+ 3
+ tariffZone
+
+
+
+ 4 zones
+ 4
+ tariffZone
+
+
+
+ 5 zones
+ 5
+ tariffZone
+
+
+
+ 6 zones
+ 7
+ tariffZone
+
+
+
+ 7 zones
+ 7
+ tariffZone
+
+
+
+ 8 zones
+ 8
+ tariffZone
+
+
+
+
+
+
+ PT30M
+
+
+ PT60M
+
+
+ PT1H30M
+
+
+ PT2H
+
+
+ PT2H30M
+
+
+ PT3H
+
+
+ PT4H
+
+
+
+
+
+ Child user types
+
+
+
+ XOR
+
+
+ Kind
+ Six to 14.
+
+ 6
+ 17
+
+
+
+
+
+ Adult user types
+
+
+
+ XOR
+
+
+ Erwachsene
+
+ 18
+
+
+ Senior
+
+ 65
+
+
+
+
+
+
+
+
+ Travel between zone 1 and 6o
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Travel between zone 3 and 6o
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Städtischer Verkehrsbetrieb Esslingen (SVE)
+ SVE
+
+
+ EntityLegalOwnership
+
+
+
+ Operation
+
+
+
+
+
+
+
+ Types of Travel Document
+
+
+ Ticket on paper
+ paperTicket
+ magneticStrip
+
+
+ Ticket on mobile phone
+ mobileApp
+ barCode
+
+
+
+
+
+
+ 69
+ Städtischer Verkehrsbetrieb Esslingen (SVE)
+ SVE
+ Städtischer Verkehrsbetrieb Esslingen (SVE)
+
+
+ 01
+ Deutsche Bahn
+ DB
+
+
+
+
+ Bus (Region)
+ BusP
+ 31
+
+
+
+
+
+
+ Tickets that are valid until the end of operations are valid until 5:00 a.m. the following day.
+ 00:00:00
+ PT27H
+
+
+ Weekend
+
+
+ Saturday Sunday
+
+
+
+
+ Holiday day
+
+
+ AnyHoliday
+
+
+
+
+
+
+
+
+
+
+
+ 2023-01-01T00:00:00Z
+ 2023-12-31T00:00:00Z
+
+
+ Stuttgart Single Trip Fares
+
+
+
+
+
+
+
+
+
+
+
+ Single Trip Product
+
+
+
+ One zone
+
+
+
+
+
+ VVS Verbundtarif
+
+
+
+
+ Network access rights
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Exclusion to travel in grey zones
+ It is not allowed to travel within the grey zones using the VVS tariff, but you can travel between orange and grey zones
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Inclusion of trains to Merkingen
+ For journeys from the VVS area via Merklingen train station to the VVS area
+The VVS tariff applies to Merklingen Bf.
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ 1 Zone max travel time 30 min
+
+
+
+
+
+ 2 Zone max travel time 60 min
+
+
+
+
+
+ 3 Zone max travel time 90 min
+
+
+
+
+
+ 4Zone max travel time 120 min
+
+
+
+
+
+ 5 Zone max travel time 150 min
+
+
+
+
+
+ 6 Zone max travel time 180 min
+
+
+
+
+
+ 1 Zone max travel time 240 min
+
+
+
+
+
+ 1 Zone max travel time 240 min
+
+
+
+
+
+
+
+
+
+
+
+
+ Conditions of Travel
+ From the moment of purchase, the Single Ticket is valid for 3 hours for a journey in the direction of the destination. Change of vehicles and interruption of the journey are permitted, round and return trips are not permitted.
+
+
+
+ AND
+
+
+ Round trip not allowed
+ single
+
+
+ Interchange allowedd
+ true
+
+
+ purchase
+ standardDuration
+ PT3H
+
+
+
+
+
+
+
+
+
+
+ Einzelticket Erwachsene
+ https://en.vvs.de/tickets/single-ticket
+ beforeTravel
+
+
+ distance
+ false
+ true
+ restricted
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ singleTrip
+
+
+ Einzelticket Kind
+ https://en.vvs.de/tickets/single-ticket
+ beforeTravel
+
+
+ distance
+ false
+ true
+ restricted
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ singleTrip
+
+
+
+
+
+
+ Single Trip Adult paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+ Erwachsene
+
+
+
+
+ Single Trip Child paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+
+ Single Trip Adult Handy ticket
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+ Erwachsene
+
+
+
+
+ Single Trip Child Mobile app ticket
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+ Erwachsene
+
+
+
+
+
+
+
+
+ Prices for single trip
+
+Zones Price HandyTicket Price HandyTicket
+ 1 2,90 2,75 1,40 1,32
+ 2 3,70 3,37 1,70 1,60
+ 3 4,80 4,52 2,30 2,17
+ 4 5,90 5,55 2,90 2,75
+ 5 7,20 6,80 3,50 3,32
+ 6 8,40 7,95 4,00 3,80
+ 7 and more 9,30 8,85 4,50 4,27
+ (entire network)
+
+ EUR
+
+
+
+ Prices single tickets for adults
+
+ Adult single
+
+
+
+
+
+
+
+
+ Prices single tickets for adults paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 2.90
+
+
+
+ Price for 2 zones
+ 3.70
+
+
+
+ Price for 3 zones
+ 4.80
+
+
+
+ Price for 4 zones
+ 5.90
+
+
+
+ Price for 5 zones
+ 7.20
+
+
+
+ Price for 6 zones
+ 8.40
+
+
+
+ Price for 7 zones
+ 9.30
+
+
+
+ Price for 8 zones
+ 9.30
+
+
+
+
+
+ Prices single tickets for adults mobile app tickets
+
+
+
+
+
+ Price for 1 zone
+ 2.70
+
+
+
+ Price for 2 zones
+ 3.37
+
+
+
+ Price for 3 zones
+ 4.52
+
+
+
+ Price for 4 zones
+ 5.55
+
+
+
+ Price for 5 zones
+ 6.80
+
+
+
+ Price for 6 zones
+ 7.95
+
+
+
+ Price for 7 zones
+ 8.85
+
+
+
+ Price for 8 zones
+ 8.85
+
+
+
+
+
+
+
+ Prices single tickets for children
+
+
+
+
+
+
+
+
+
+
+ Prices single tickets for adults paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 1.40
+
+
+
+ Price for 2 zones
+ 1.70
+
+
+
+ Price for 3 zones
+ 2.30
+
+
+
+ Price for 4 zones
+ 2.90
+
+
+
+ Price for 5 zones
+ 3.50
+
+
+
+ Price for 6 zones
+ 4.00
+
+
+
+ Price for 7 zones
+ 4.50
+
+
+
+ Price for 8 zones
+ 4.50
+
+
+
+
+
+ Prices single tickets for adults paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 1.40
+
+
+
+ Price for 2 zones
+ 1.70
+
+
+
+ Price for 3 zones
+ 2.30
+
+
+
+ Price for 4 zones
+ 2.90
+
+
+
+ Price for 5 zones
+ 3.50
+
+
+
+ Price for 6 zones
+ 4.00
+
+
+
+ Price for 7 zones
+ 4.50
+
+
+
+ Price for 8 zones
+ 4.50
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2023-01-01T00:00:00Z
+ 2023-12-31T00:00:00Z
+
+
+ Stuttgart Short Trip Fares
+
+
+
+
+
+
+
+
+
+ Short Trip Product
+
+
+
+ One stop
+
+
+ Kilometer
+
+
+
+
+ VVS Verbundtarif
+
+
+
+
+ 1 zone
+ 1
+ stop
+
+
+
+ 3 stops
+ 3
+ stop
+
+
+
+ 5 Kilometers
+ 5
+ distance
+
+
+
+
+
+
+
+
+
+
+
+ XOR
+
+
+ Rule for using bahn
+ S-Bahn and regional trains: valid for a journey to the next (=1) station..
+
+ rail
+
+ regionalRail
+
+
+
+
+
+ Rule for using bus
+ City railway/bus: valid for a journey without change of vehicles or interruption up to 3 stations after boarding.
+
+ bus metro rail
+
+ local
+
+
+
+
+
+
+ Explicit Rule for exluding ng distance rail
+ Long distance not allowed
+ false
+
+ rail
+
+ interregionalRail
+
+
+
+
+
+
+
+
+
+ Conditions of Travel
+ In determining possible destinations covered by the Short-Distance Ticket, stops travelled through are counted as part of the journey. Short-Distance Tickets are valid for journeys of 5 km at most. Starting from the station indicated on the ticket, the Short-Distance Ticket entitles its holder to a journey in the destination’s direction without change of vehicles or interruption. The journey must be started immediately. Journeys that are excluded on account of length are indicated on timetables and notice boards.
+
+
+
+ AND
+
+
+ Round trip not allowed
+ single
+
+
+ Interchange not allowedd
+ false
+
+
+ purchase
+ endOfRide
+
+
+
+
+
+
+
+
+
+
+
+ Kurzticket
+ https://en.vvs.de/tickets/short-distance-ticket
+ beforeTravel
+
+
+ flat
+ false
+ restricted
+ false
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ shortTrip
+
+
+
+
+
+
+ Short Trip paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+
+ Short Trip Handy ticket
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EUR
+
+
+
+ Prices short trip tickets
+
+
+
+
+
+
+
+
+
+ Prices short trip for paper tickets
+
+
+
+
+
+ Price for 1 trip paper
+ 1.70
+
+
+
+
+
+ Prices short trip for mobile app tickets
+
+
+
+
+
+ Price for 1 trip handy
+ 1.70
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2023-01-01T00:00:00Z
+ 2023-12-31T00:00:00Z
+
+
+ Stuttgart Trip Carnet Fares
+
+
+
+
+
+
+
+
+
+
+ Carnet 4 Trip Product
+
+
+ VVS 4 Trip fare
+
+
+
+
+ 4 trips
+ Trip
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+ Trip right to make trips
+
+
+
+
+
+
+
+
+
+ Carnet 4 Trip adult
+ https://en.vvs.de/tickets/4-trip-ticket
+ beforeTravel
+
+
+ distance
+ false
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ tripCarnet
+
+
+ Carnet 4 Trip child
+ https://en.vvs.de/tickets/4-trip-ticket
+ beforeTravel
+
+
+ distance
+ false
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ tripCarnet
+
+
+
+
+
+
+ Carnet paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+ Carnet mobile app ticket - Child
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Prices for 4 Trip carnet
+
+ Adult CHild
+Zones Price Price
+1 11,00 5,30
+2 13,50 6,40
+3 18,10 8,70
+4 22,20 11,00
+5 27,20 13,30
+6 31,80 15,20
+7 and more (entire network) 35,40 17,10
+
+ EUR
+
+
+
+ Prices carnet 4 trip tickets
+
+
+
+
+
+
+
+
+
+ Prices short trip for paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 11.00
+
+
+
+ Price for 2 zones
+ 13.50
+
+
+
+ Price for 3 zones
+ 18.10
+
+
+
+ Price for 4 zones
+ 22.20
+
+
+
+ Price for 5 zones
+ 27.20
+
+
+
+ Price for 6 zones
+ 31.80
+
+
+
+ Price for 7 zones
+ 35.40
+
+
+
+ Price for 8 zones
+ 35.40
+
+
+
+
+
+ Prices short trip for mobile app tickets
+
+
+
+
+
+ Price for 1 zone
+ 5.30
+
+
+
+ Price for 2 zones
+ 6.40
+
+
+
+ Price for 3 zones
+ 8.70
+
+
+
+ Price for 4 zones
+ 11.00
+
+
+
+ Price for 5 zones
+ 13.3
+
+
+
+ Price for 6 zones
+ 15.20
+
+
+
+ Price for 7 zones
+ 17.10
+
+
+
+ Price for 7 zones
+ 17.10
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2023-01-01T00:00:00Z
+ 2023-12-31T00:00:00Z
+
+
+ Stuttgart Day Pass Fares
+
+
+
+
+
+
+
+
+
+
+ Day Pass Product
+
+
+ VVS Pass fare
+
+
+
+
+ 1 day
+ P1D
+
+
+ 10 day
+ P10D
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Permitted modes
+
+ AND
+
+
+ S-Bahn, regional trains (RB, RE, IRE), city railway, buses, rack railway and funicular railway
+
+ rail metro bus tram funicular
+
+
+
+ VVS tickets are also valid on IC trains between Stuttgart and Bondorf.
+
+ rail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Adult user type on PAs
+
+
+
+ XOR
+
+
+ Erwachsene
+
+ 18
+
+
+ One dog can be taken along free of charge for holders of valid time tickets
+
+ 1
+ free
+
+
+
+
+ on Saturdays, Sundays and public holidays
+
+
+
+
+
+
+ Mitnahmeregelung
+ With personal time tickets (annual, monthly and weekly tickets for everyone, (9 a.m.) company subscriptions, 9 a.m. tickets, senior tickets) you can take .... all of your own children (6 – 17 years) possible. Extended take-along regulation for
+transferable Annual TicketPlus.
+
+ child
+ free
+
+
+
+
+
+ With personal time tickets (annual, monthly and weekly tickets for everyone, (9 a.m.) company subscriptions, 9 a.m. tickets, senior tickets) you can take up to 3 people free of charge on Saturdays, Sundays and public holidays
+Children (6 – 17 years)
+
+ 3
+ free
+
+
+
+
+
+
+
+ Child user types
+
+
+
+ XOR
+
+
+ Group
+ From the moment of purchase or validation, the Group Day Ticket is valid for up to five persons (irrespective of age) or for parents/one parent with any number of their own children up to and including the age of 17, until 7 am on the following day.
+.
+ 5
+
+
+ Up to five adults
+
+ 1
+ 5
+
+
+ Unlimited number of own children
+
+ child
+
+
+ allOnOneTicket
+
+
+
+
+
+
+ Conditions of Travel
+
+
+
+ AND
+
+
+ Valid for an unlimited number of journeys within the selected fare zones.
+ multiple
+
+
+ Interchange allowedd
+ true
+
+
+ unlimited
+
+
+ From the moment of purchase or validation, the Day Ticket is valid for one person until 7 am on the following day.
+
+ activation
+ endOfFareDay
+ 07:00:00
+
+
+
+
+
+
+
+
+
+
+ Day Pass adult
+ https://en.vvs.de/tickets/day-ticket
+ beforeTravel
+
+
+ zone
+ false
+ restricted
+ false
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ dayPass
+
+
+ Day Pass group
+ https://en.vvs.de/tickets/day-ticket
+ beforeTravel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ dayPass
+
+
+
+
+
+
+ Day Pass paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+ >Day Pass mobile app ticket -
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+
+
+
+
+
+
+ Day Pass Group paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+ >Day Pass Group mobile app ticket -
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Prices for Day Pass
+
+ EUR
+
+
+
+ Prices Day PAss tickets
+
+Zones HandyTicket/Online Ticket Bus, ticket machine, ticket
+1 5,50 5,80
+2 6,74 7,40
+3 9,04 9,60
+4 11,10 11,80
+5 and more (entire network) 13,60 14,40
+
+
+
+
+
+
+
+
+
+
+
+ Prices short trip for paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 5.50
+
+
+
+ Price for 2 zones
+ 6.74
+
+
+
+ Price for 3 zones
+ 9.04
+
+
+
+ Price for 4 zones
+ 11.10
+
+
+
+ Price for 5 or more zones
+ 13.0
+
+
+
+
+
+ Prices Day PAss for mobile app tickets
+
+
+
+
+
+ Price for 1 zone
+ 5.80
+
+
+
+ Price for 2 zones
+ 7.40
+
+
+
+ Price for 3 zones
+ 9.60
+
+
+
+ Price for 4 zones
+ 11.80
+
+
+
+ Price for 5 or more zones
+ 14.40
+
+
+
+
+
+
+
+ Prices Group Day PAss tickets
+
+ Prices Group Day Ticket 2023
+EinzelTicket Erwachsene
+Zones HandyTicket/Online Ticket Bus, ticket machine, ticket office
+1 11,00 11,60
+2 13,48 14,40
+3 16,90 17,10
+4 18,40 18,60
+5 and more (entire network) 20,60 20,80
+
+
+
+
+
+
+
+
+
+
+
+
+ Prices short trip for paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 11.00
+
+
+
+ Price for 2 zones
+ 13.48
+
+
+
+ Price for 3 zones
+ 16.90
+
+
+
+ Price for 4 zones
+ 18.04
+
+
+
+ Price for 5 or more zones
+ 20.06
+
+
+
+
+
+ Prices Day PAss for mobile app tickets
+
+
+
+
+
+ Price for 1 zone
+ 11.60
+
+
+
+ Price for 2 zones
+ 14.40
+
+
+
+ Price for 3 zones
+ 17.10
+
+
+
+ Price for 4 zones
+ 18.10
+
+
+
+ Price for 5 zones
+ 20.80
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/standards/efp/VVS_Fares_V1-nk1.xml b/examples/standards/efp/VVS_Fares_V1-nk1.xml
new file mode 100644
index 000000000..9db8bf2cb
--- /dev/null
+++ b/examples/standards/efp/VVS_Fares_V1-nk1.xml
@@ -0,0 +1,1867 @@
+
+
+
+ 2023-10-04T18:01:32.0Z
+ MENTZ
+ NeTEx Export, Version: 19.18.0.0
+
+
+
+
+
+ 2023-01-01T00:00:00Z
+ 2023-12-31T00:00:00Z
+
+
+ Stuttgart Single Trip Fares
+
+
+
+ vvs
+ http://www.vvs.de
+ Fare data
+
+
+
+
+
+
+
+
+
+
+
+ Hin
+ H
+ outbound
+
+
+ Rück
+ R
+ inbound
+
+
+
+
+
+ 2022-12-11T00:00:00
+ 2023-09-08T23:59:59
+
+ 102
+ 102
+ Zell - Esslingen (N) ZOB - Weil - Mettingen Mettingen - Weil - Esslingen (N) ZOB - Zell
+ bus
+
+ unknown
+
+ 102
+ 102
+
+
+
+
+
+
+
+
+ Stuttgart
+ Stuttgart
+ tiled
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ 1
+
+
+ Muehlhausen
+ Oeffingen Schmiden
+ Fellbach
+ Obertuerkheim
+ Hedelfingen
+ lederberg
+ Heumaden Kemnater Str
+ Plienengen
+ Fasanenhof Schelmwasen
+ Moehingen Freibad
+
+
+
+
+ Stuttgart
+ Osterfeld
+ Wangen
+
+
+ annular
+
+ implicitSpatialProjection
+
+
+
+
+
+ 2
+ 2
+
+
+ Muehlhausen
+ Oeffingen Schmiden
+ Fellbach
+ Obertuerkheim
+ Hedelfingen
+ lederberg
+ Heumaden Kemnater Str
+ Plienengen
+ Fasanenhof Schelmwasen
+ Moehingen Freibad
+
+ Remseck N
+ Pattonville
+
+
+ Bittenfeld
+ Neustadt Hohenacker
+ Korb
+
+
+ annular
+ implicitSpatialProjection
+
+
+
+
+
+
+ 3
+ 3
+ annular
+ implicitSpatialProjection
+
+
+
+
+
+
+ 4
+ 4
+ annular
+ implicitSpatialProjection
+
+
+
+
+
+
+ 5
+ 5
+
+
+
+
+
+
+
+ 6 (orange)
+ 6
+
+
+ Goeppingen
+ Heiningen
+
+
+ Donzdorf
+ Suessen
+ Wiesensteig
+
+
+ annular
+ implicitSpatialProjection
+
+
+
+
+
+
+ 6 (gray)
+ 6
+
+
+ Beilstein
+
+ Wuestenrot
+ Mainhardt
+
+ Hundsberg
+ Gschwend
+
+ Dettingen T
+ Owen
+ Lenningen
+ Donnstetten
+
+ Grafenberg
+
+ Nagoid
+ Ergenzingen
+
+ annular
+ implicitSpatialProjection
+
+
+
+
+
+
+ 7 (orange)
+ 7
+
+ Donzdorf
+ Suessen
+ Wiesensteig
+ Lautenstein
+ Boehmenkirch
+ Gingen F
+ Kuchen
+ Drackenstein
+
+
+ annular
+ explicitStops
+
+
+
+
+
+ 7 (gray)
+ 7
+
+ Rohrdorf
+ Ebhausen
+ Walddorf
+
+ annular
+ explicitStops
+
+
+
+
+
+
+ 8 (gray)
+ 8
+
+ Walddorf
+ Wart/Berneck
+ Egenhausen
+ Altensteig
+
+ annular
+ explicitStops
+
+
+
+
+
+
+
+
+ Single Trip Product
+
+
+
+ One zone
+
+
+
+
+
+ VVS Verbundtarif
+
+
+
+ 1 zone
+ 1
+ tariffZone
+
+
+
+ 2 zones
+ 2
+ tariffZone
+
+
+
+ 3 zones
+ 3
+ tariffZone
+
+
+
+ 4 zones
+ 4
+ tariffZone
+
+
+
+ 5 zones
+ 5
+ tariffZone
+
+
+
+ 6 zones
+ 7
+ tariffZone
+
+
+
+ 7 zones
+ 7
+ tariffZone
+
+
+
+ 8 zones
+ 8
+ tariffZone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Child user types
+
+
+
+ XOR
+
+
+ Kind
+ Six to 14.
+
+ 6
+ 14
+
+
+
+
+
+ Adult user types
+
+
+
+ XOR
+
+
+ Erwachsene
+
+ 15
+
+
+ Senior
+
+ 65
+
+
+
+
+
+
+ Conditions of Travel
+ From the moment of purchase, the Single Ticket is valid for 3 hours for a journey in the direction of the destination. Change of vehicles and interruption of the journey are permitted, round and return trips are not permitted.
+
+
+
+ AND
+
+
+ Round trip not allowed
+ single
+
+
+ Interchange allowedd
+ true
+
+
+ purchase
+ standardDuration
+ PT3H
+
+
+
+
+
+
+
+
+
+
+ Einzelticket Erwachsene
+ beforeTravel
+
+
+ false
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ singleTrip
+
+
+ Einzelticket Kind
+ beforeTravel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ singleTrip
+
+
+
+
+
+
+ Single Trip Adult paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+ Erwachsene
+
+
+
+
+ Single Trip Child paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+
+ Single Trip Adult Handy ticket
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+ Erwachsene
+
+
+
+
+ Single Trip Child Mobile app ticket
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+ Erwachsene
+
+
+
+
+
+
+
+
+
+ EUR
+
+
+
+
+ Prices single tickets for adults
+
+ Adult single
+
+
+
+
+
+
+
+
+ Prices single tickets for adults paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 2.90
+
+
+
+ Price for 2 zones
+ 3.70
+
+
+
+ Price for 3 zones
+ 4.80
+
+
+
+ Price for 4 zones
+ 5.90
+
+
+
+ Price for 5 zones
+ 7.20
+
+
+
+ Price for 6 zones
+ 8.40
+
+
+
+ Price for 7 zones
+ 9.30
+
+
+
+ Price for 8 zones
+ 9.30
+
+
+
+
+
+ Prices single tickets for adults mobile app tickets
+
+
+
+
+
+ Price for 1 zone
+ 2.70
+
+
+
+ Price for 2 zones
+ 3.37
+
+
+
+ Price for 3 zones
+ 4.52
+
+
+
+ Price for 4 zones
+ 5.55
+
+
+
+ Price for 5 zones
+ 6.80
+
+
+
+ Price for 6 zones
+ 7.95
+
+
+
+ Price for 7 zones
+ 8.85
+
+
+
+ Price for 8 zones
+ 8.85
+
+
+
+
+
+
+
+ Prices single tickets for children
+
+
+
+
+
+
+
+
+
+
+ Prices single tickets for adults paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 1.40
+
+
+
+ Price for 2 zones
+ 1.70
+
+
+
+ Price for 3 zones
+ 2.30
+
+
+
+ Price for 4 zones
+ 2.90
+
+
+
+ Price for 5 zones
+ 3.50
+
+
+
+ Price for 6 zones
+ 4.00
+
+
+
+ Price for 7 zones
+ 4.50
+
+
+
+ Price for 8 zones
+ 4.50
+
+
+
+
+
+ Prices single tickets for adults paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 1.40
+
+
+
+ Price for 2 zones
+ 1.70
+
+
+
+ Price for 3 zones
+ 2.30
+
+
+
+ Price for 4 zones
+ 2.90
+
+
+
+ Price for 5 zones
+ 3.50
+
+
+
+ Price for 6 zones
+ 4.00
+
+
+
+ Price for 7 zones
+ 4.50
+
+
+
+ Price for 8 zones
+ 4.50
+
+
+
+
+
+
+
+
+
+
+
+
+ Städtischer Verkehrsbetrieb Esslingen (SVE)
+ SVE
+
+
+ EntityLegalOwnership
+
+
+
+ Operation
+
+
+
+
+
+
+
+ Types of Travel Document
+
+
+ Ticket on paper
+ paperTicket
+ magneticStrip
+
+
+ Ticket on mobile phone
+ mobileApp
+ barCode
+
+
+
+
+
+
+ 69
+ Städtischer Verkehrsbetrieb Esslingen (SVE)
+ SVE
+ Städtischer Verkehrsbetrieb Esslingen (SVE)
+
+
+
+
+ Bus (Region)
+ BusP
+ 31
+
+
+
+
+
+
+
+
+
+ 2023-01-01T00:00:00Z
+ 2023-12-31T00:00:00Z
+
+
+ Stuttgart Short Trip Fares
+
+
+
+
+
+
+
+ Short Trip Product
+
+
+
+ One stop
+
+
+ Kilometer
+
+
+
+
+ VVS Verbundtarif
+
+
+
+ 1 zone
+ 1
+ stop
+
+
+
+ 3 stops
+ 3
+ stop
+
+
+
+ 5 Kilometers
+ 5
+ distance
+
+
+
+
+
+
+
+
+
+
+
+ XOR
+
+
+ Rule for using bahn
+ S-Bahn and regional trains: valid for a journey to the next (=1) station..
+
+ rail
+
+ regionalRail
+
+
+
+
+
+ Rule for using bus
+ City railway/bus: valid for a journey without change of vehicles or interruption up to 3 stations after boarding.
+
+ bus metro
+
+ local
+
+
+
+
+
+
+
+
+
+ Conditions of Travel
+ In determining possible destinations covered by the Short-Distance Ticket, stops travelled through are counted as part of the journey. Short-Distance Tickets are valid for journeys of 5 km at most. Starting from the station indicated on the ticket, the Short-Distance Ticket entitles its holder to a journey in the destination’s direction without change of vehicles or interruption. The journey must be started immediately. Journeys that are excluded on account of length are indicated on timetables and notice boards.
+
+
+
+ AND
+
+
+ Round trip not allowed
+ single
+
+
+ Interchange not allowedd
+ false
+
+
+ purchase
+ endOfRide
+
+
+
+
+
+
+
+
+
+
+
+ Kurzticket
+ beforeTravel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ shortTrip
+
+
+
+
+
+
+ Short Trip paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+
+ Short Trip Handy ticket
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EUR
+
+
+
+ Prices short trip tickets
+
+
+
+
+
+
+
+
+
+ Prices short trip for paper tickets
+
+
+
+
+
+ Price for 1 trip paper
+ 1.70
+
+
+
+
+
+ Prices short trip for mobile app tickets
+
+
+
+
+
+ Price for 1 trip handy
+ 1.70
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2023-01-01T00:00:00Z
+ 2023-12-31T00:00:00Z
+
+
+ Stuttgart Short Trip Fares
+
+
+
+
+
+
+
+ Carnet 4 Trip Product
+
+
+ VVS 4 Trip fare
+
+
+
+ 4 trips
+ Trip
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+ Trip right to make trips
+
+
+
+
+
+
+
+
+
+ Carnet 4 Trip adult
+ beforeTravel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ tripCarnet
+
+
+ Carnet 4 Trip adult
+ beforeTravel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ tripCarnet
+
+
+
+
+
+
+ Carnet paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+ Carnet mobile app ticket - Child
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Prices for 4 Trip carnet
+
+ Adult CHild
+Zones Price Price
+1 11,00 5,30
+2 13,50 6,40
+3 18,10 8,70
+4 22,20 11,00
+5 27,20 13,30
+6 31,80 15,20
+7 and more (entire network) 35,40 17,10
+
+ EUR
+
+
+
+ Prices carnet 4 trip tickets
+
+
+
+
+
+
+
+
+
+ Prices short trip for paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 11.00
+
+
+
+ Price for 2 zones
+ 13.50
+
+
+
+ Price for 3 zones
+ 18.10
+
+
+
+ Price for 4 zones
+ 22.20
+
+
+
+ Price for 5 zones
+ 27.20
+
+
+
+ Price for 6 zones
+ 31.80
+
+
+
+ Price for 7 zones
+ 35.40
+
+
+
+ Price for 8 zones
+ 35.40
+
+
+
+
+
+ Prices short trip for mobile app tickets
+
+
+
+
+
+ Price for 1 zone
+ 5.30
+
+
+
+ Price for 2 zones
+ 6.40
+
+
+
+ Price for 3 zones
+ 8.70
+
+
+
+ Price for 4 zones
+ 11.00
+
+
+
+ Price for 5 zones
+ 13.3
+
+
+
+ Price for 6 zones
+ 15.20
+
+
+
+ Price for 7 zones
+ 17.10
+
+
+
+ Price for 7 zones
+ 17.10
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2023-01-01T00:00:00Z
+ 2023-12-31T00:00:00Z
+
+
+ Stuttgart Short Trip Fares
+
+
+
+
+
+
+
+ PAss Product
+
+
+ VVS Pass fare
+
+
+
+
+ 1 day
+ P1D
+
+
+ 10 day
+ P10D
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Child user types
+
+
+
+ XOR
+
+
+ Group
+ From the moment of purchase or validation, the Group Day Ticket is valid for up to five persons (irrespective of age) or for parents/one parent with any number of their own children up to and including the age of 17, until 7 am on the following day.
+.
+ 5
+
+
+ Up to five adults
+
+ 1
+ 5
+
+
+ Unlimited number of own children
+
+ child
+
+
+ allOnOneTicket
+
+
+
+
+
+
+ Conditions of Travel
+
+
+
+ AND
+
+
+ Valid for an unlimited number of journeys within the selected fare zones.
+ multiple
+
+
+ Interchange allowedd
+ true
+
+
+ unlimited
+
+
+ From the moment of purchase or validation, the Day Ticket is valid for one person until 7 am on the following day.
+
+ activation
+ endOfFareDay
+ 07:00:00
+
+
+
+
+
+
+
+
+
+
+ Day Pass adult
+ beforeTravel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ dayPass
+
+
+ Day Pass group
+ beforeTravel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ dayPass
+
+
+
+
+
+
+ Day Pass paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+ >Day Pass mobile app ticket -
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+
+
+
+
+
+
+ Day Pass Group paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+ >Day Pass Group mobile app ticket -
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Prices for Pass
+
+ EUR
+
+
+
+ Prices Day PAss tickets
+
+Zones HandyTicket/Online Ticket Bus, ticket machine, ticket
+1 5,50 5,80
+2 6,74 7,40
+3 9,04 9,60
+4 11,10 11,80
+5 and more (entire network) 13,60 14,40
+
+
+
+
+
+
+
+
+
+
+
+ Prices short trip for paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 5.50
+
+
+
+ Price for 2 zones
+ 6.74
+
+
+
+ Price for 3 zones
+ 9.04
+
+
+
+ Price for 4 zones
+ 11.10
+
+
+
+ Price for 5 zones
+ 13.0
+
+
+
+
+
+ Prices Day PAss for mobile app tickets
+
+
+
+
+
+ Price for 1 zone
+ 5.80
+
+
+
+ Price for 2 zones
+ 7.40
+
+
+
+ Price for 3 zones
+ 9.60
+
+
+
+ Price for 4 zones
+ 11.80
+
+
+
+ Price for 5 zones
+ 14.40
+
+
+
+
+
+
+
+ Prices Group Day PAss tickets
+
+ Prices Group Day Ticket 2023
+EinzelTicket Erwachsene
+Zones HandyTicket/Online Ticket Bus, ticket machine, ticket office
+1 11,00 11,60
+2 13,48 14,40
+3 16,90 17,10
+4 18,40 18,60
+5 and more (entire network) 20,60 20,80
+
+
+
+
+
+
+
+
+
+
+
+
+ Prices short trip for paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 11.00
+
+
+
+ Price for 2 zones
+ 13.48
+
+
+
+ Price for 3 zones
+ 16.90
+
+
+
+ Price for 4 zones
+ 18.04
+
+
+
+ Price for 5 zones
+ 20.06
+
+
+
+
+
+ Prices Day PAss for mobile app tickets
+
+
+
+
+
+ Price for 1 zone
+ 11.60
+
+
+
+ Price for 2 zones
+ 14.40
+
+
+
+ Price for 3 zones
+ 17.10
+
+
+
+ Price for 4 zones
+ 18.10
+
+
+
+ Price for 5 zones
+ 20.80
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/standards/efp/VVS_Fares_V1-nk2.xml b/examples/standards/efp/VVS_Fares_V1-nk2.xml
new file mode 100644
index 000000000..cb1232628
--- /dev/null
+++ b/examples/standards/efp/VVS_Fares_V1-nk2.xml
@@ -0,0 +1,2271 @@
+
+
+
+ 2023-10-04T18:01:32.0Z
+ MENTZ
+ NeTEx Export, Version: 19.18.0.0
+
+
+
+
+
+ 2023-01-01T00:00:00Z
+ 2023-12-31T00:00:00Z
+
+
+ Stuttgart Common Fares
+
+
+
+ vvs
+ http://www.vvs.de
+ Fare data
+
+
+
+
+
+
+
+
+
+ Stuttgart common zone descrtotions for fares
+ The VVS community tariff tickets are valid within the network area (state capital Stuttgart, districts).
+Böblingen, Esslingen, Göppingen, Ludwigsburg and Rems-Murr district) in S-Bahn trains and other trains
+local transport, light rail and SSB buses and buses from all private and municipal transport companies.
+In addition, various municipalities come under transitional regulations (see relevant explanations on
+tariff zone plan). The VVS conditions of carriage and tariff regulations apply. Partially apply to call taxis
+
+
+ Hin
+ H
+ outbound
+
+
+ Rück
+ R
+ inbound
+
+
+
+
+
+ 2022-12-11T00:00:00
+ 2023-09-08T23:59:59
+
+ 102
+ 102
+ Zell - Esslingen (N) ZOB - Weil - Mettingen Mettingen - Weil - Esslingen (N) ZOB - Zell
+ bus
+
+ unknown
+
+ 102
+ 102
+
+
+
+
+ Stuttgart-Bondorf
+ Stuttgart-Bondorf
+ Stuttgart - Bondorf
+ rail
+
+ interregionalRail
+
+
+
+
+ Wendlingen-Merklingen
+ Wendlingen-Merklingen
+ Wendlingen - Merklingen
+ rail
+
+ interregionalRail
+
+
+
+
+
+
+
+
+ Stuttgart
+ Stuttgart
+ tiled
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ 1
+
+
+ Muehlhausen
+ Oeffingen Schmiden
+ Fellbach
+ Obertuerkheim
+ Hedelfingen
+ lederberg
+ Heumaden Kemnater Str
+ Plienengen
+ Fasanenhof Schelmwasen
+ Moehingen Freibad
+
+
+
+
+ Stuttgart
+ Osterfeld
+ Wangen
+
+
+ annular
+
+ explicitStops
+
+
+
+
+
+ 2
+ 2
+
+ Muehlhausen
+ Oeffingen Schmiden
+ Fellbach
+ Obertuerkheim
+ Hedelfingen
+ lederberg
+ Heumaden Kemnater Str
+ Plienengen
+ Fasanenhof Schelmwasen
+ Moehingen Freibad
+ Remseck N
+ Pattonville
+ Bittenfeld
+ Neustadt Hohenacker
+ Korb
+
+
+ annular
+ explicitStops
+
+
+
+
+
+
+ 3
+ 3
+ ring
+ explicitStops
+
+
+
+
+
+
+ 4
+ 4
+ ring
+ explicitStops
+
+
+
+
+
+
+ 5
+ 5
+ ring
+ explicitStops
+
+
+
+
+
+
+
+ 6 (orange)
+ 6
+
+
+ Goeppingen
+ Heiningen
+
+
+ Donzdorf
+ Suessen
+ Wiesensteig
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+
+ 6 (gray)
+ 6
+ tiled
+ explicitStops
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 7 (orange)
+ 7
+
+ Donzdorf
+ Suessen
+ Wiesensteig
+ Lautenstein
+ Boehmenkirch
+ Gingen F
+ Kuchen
+ Drackenstein
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+ 7 (gray)
+ 7
+
+ Rohrdorf
+ Ebhausen
+ Walddorf
+
+ tiled
+ explicitStops
+
+
+
+
+
+
+ 8 (gray)
+ 8
+
+ Walddorf
+ Wart/Berneck
+ Egenhausen
+ Altensteig
+
+ annular
+ explicitStops
+
+
+
+
+
+
+ 6g-Beilstein
+ 6G-6g-Beilstein
+
+ Beilstein
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+ 6g-Wuestenrot
+ 6g-Wuestenrot
+
+ Wuestenrot
+ Mainhardt
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+ 6g-Gschwend
+ Gschwend
+
+ Hundsberg
+ Gschwend
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+ 6g-Donstetten
+ 6G-6g-Donstetten
+
+ Dettingen T
+ Owen
+ Lenningen
+ Donnstetten
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+ 6g-Grafenberg
+ 6g-Grafenberg
+
+ Grafenberg
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+ 6g-Nagold
+ 6g-Nagold
+
+ Nagold
+ Ergenzingen
+
+
+ tiled
+ explicitStops
+
+
+
+
+
+
+
+
+
+ Common
+
+
+
+ One zone
+
+
+
+
+
+ VVS Verbundtarif
+
+
+
+ 1 zone
+ 1
+ tariffZone
+
+
+
+ 2 zones
+ 2
+ tariffZone
+
+
+
+ 3 zones
+ 3
+ tariffZone
+
+
+
+ 4 zones
+ 4
+ tariffZone
+
+
+
+ 5 zones
+ 5
+ tariffZone
+
+
+
+ 6 zones
+ 7
+ tariffZone
+
+
+
+ 7 zones
+ 7
+ tariffZone
+
+
+
+ 8 zones
+ 8
+ tariffZone
+
+
+
+
+
+
+ PT30M
+
+
+ PT60M
+
+
+ PT1H30M
+
+
+ PT2H
+
+
+ PT2H30M
+
+
+ PT3H
+
+
+ PT4H
+
+
+
+
+
+ Child user types
+
+
+
+ XOR
+
+
+ Kind
+ Six to 14.
+
+ 6
+ 17
+
+
+
+
+
+ Adult user types
+
+
+
+ XOR
+
+
+ Erwachsene
+
+ 18
+
+
+ Senior
+
+ 65
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Städtischer Verkehrsbetrieb Esslingen (SVE)
+ SVE
+
+
+ EntityLegalOwnership
+
+
+
+ Operation
+
+
+
+
+
+
+
+ Types of Travel Document
+
+
+ Ticket on paper
+ paperTicket
+ magneticStrip
+
+
+ Ticket on mobile phone
+ mobileApp
+ barCode
+
+
+
+
+
+
+ 69
+ Städtischer Verkehrsbetrieb Esslingen (SVE)
+ SVE
+ Städtischer Verkehrsbetrieb Esslingen (SVE)
+
+
+ 01
+ Deutsche Bahn
+ DB
+
+
+
+
+ Bus (Region)
+ BusP
+ 31
+
+
+
+
+
+
+ Tickets that are valid until the end of operations are valid until 5:00 a.m. the following day.
+ 00:00:00
+ PT27H
+
+
+ Weekend
+
+
+ Saturday Sunday
+
+
+
+
+ Holiday day
+
+
+ AnyHoliday
+
+
+
+
+
+
+
+
+
+
+
+ 2023-01-01T00:00:00Z
+ 2023-12-31T00:00:00Z
+
+
+ Stuttgart Single Trip Fares
+
+
+
+
+
+
+
+
+
+
+
+ Single Trip Product
+
+
+
+ One zone
+
+
+
+
+
+ VVS Verbundtarif
+
+
+
+
+ Network access rights
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Exclusion to travel in grey zones
+ It is not allowed to travel within the grey zones using the VVS tariff, but you can travel between orange and grey zones
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Inclusion of trains to Merkingen
+ For journeys from the VVS area via Merklingen train station to the VVS area
+The VVS tariff applies to Merklingen Bf.
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ 1 Zone max travel time 30 min
+
+
+
+
+
+ 2 Zone max travel time 60 min
+
+
+
+
+
+ 3 Zone max travel time 90 min
+
+
+
+
+
+ 4Zone max travel time 120 min
+
+
+
+
+
+ 5 Zone max travel time 150 min
+
+
+
+
+
+ 6 Zone max travel time 180 min
+
+
+
+
+
+ 1 Zone max travel time 240 min
+
+
+
+
+
+ 1 Zone max travel time 240 min
+
+
+
+
+
+
+
+
+
+
+
+
+ Conditions of Travel
+ From the moment of purchase, the Single Ticket is valid for 3 hours for a journey in the direction of the destination. Change of vehicles and interruption of the journey are permitted, round and return trips are not permitted.
+
+
+
+ AND
+
+
+ Round trip not allowed
+ single
+
+
+ Interchange allowedd
+ true
+
+
+ purchase
+ standardDuration
+ PT3H
+
+
+
+
+
+
+
+
+
+
+ Einzelticket Erwachsene
+ https://en.vvs.de/tickets/single-ticket
+ beforeTravel
+
+
+ distance
+ false
+ true
+ restricted
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ singleTrip
+
+
+ Einzelticket Kind
+ https://en.vvs.de/tickets/single-ticket
+ beforeTravel
+
+
+ distance
+ false
+ true
+ restricted
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ singleTrip
+
+
+
+
+
+
+ Single Trip Adult paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+ Erwachsene
+
+
+
+
+ Single Trip Child paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+
+ Single Trip Adult Handy ticket
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+ Erwachsene
+
+
+
+
+ Single Trip Child Mobile app ticket
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+ Erwachsene
+
+
+
+
+
+
+
+
+ Prices for single trip
+
+Zones Price HandyTicket Price HandyTicket
+ 1 2,90 2,75 1,40 1,32
+ 2 3,70 3,37 1,70 1,60
+ 3 4,80 4,52 2,30 2,17
+ 4 5,90 5,55 2,90 2,75
+ 5 7,20 6,80 3,50 3,32
+ 6 8,40 7,95 4,00 3,80
+ 7 and more 9,30 8,85 4,50 4,27
+ (entire network)
+
+ EUR
+
+
+
+ Prices single tickets for adults
+
+ Adult single
+
+
+
+
+
+
+
+
+ Prices single tickets for adults paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 2.90
+
+
+
+ Price for 2 zones
+ 3.70
+
+
+
+ Price for 3 zones
+ 4.80
+
+
+
+ Price for 4 zones
+ 5.90
+
+
+
+ Price for 5 zones
+ 7.20
+
+
+
+ Price for 6 zones
+ 8.40
+
+
+
+ Price for 7 zones
+ 9.30
+
+
+
+ Price for 8 zones
+ 9.30
+
+
+
+
+
+ Prices single tickets for adults mobile app tickets
+
+
+
+
+
+ Price for 1 zone
+ 2.70
+
+
+
+ Price for 2 zones
+ 3.37
+
+
+
+ Price for 3 zones
+ 4.52
+
+
+
+ Price for 4 zones
+ 5.55
+
+
+
+ Price for 5 zones
+ 6.80
+
+
+
+ Price for 6 zones
+ 7.95
+
+
+
+ Price for 7 zones
+ 8.85
+
+
+
+ Price for 8 zones
+ 8.85
+
+
+
+
+
+
+
+ Prices single tickets for children
+
+
+
+
+
+
+
+
+
+
+ Prices single tickets for adults paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 1.40
+
+
+
+ Price for 2 zones
+ 1.70
+
+
+
+ Price for 3 zones
+ 2.30
+
+
+
+ Price for 4 zones
+ 2.90
+
+
+
+ Price for 5 zones
+ 3.50
+
+
+
+ Price for 6 zones
+ 4.00
+
+
+
+ Price for 7 zones
+ 4.50
+
+
+
+ Price for 8 zones
+ 4.50
+
+
+
+
+
+ Prices single tickets for adults paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 1.40
+
+
+
+ Price for 2 zones
+ 1.70
+
+
+
+ Price for 3 zones
+ 2.30
+
+
+
+ Price for 4 zones
+ 2.90
+
+
+
+ Price for 5 zones
+ 3.50
+
+
+
+ Price for 6 zones
+ 4.00
+
+
+
+ Price for 7 zones
+ 4.50
+
+
+
+ Price for 8 zones
+ 4.50
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2023-01-01T00:00:00Z
+ 2023-12-31T00:00:00Z
+
+
+ Stuttgart Short Trip Fares
+
+
+
+
+
+
+
+
+
+ Short Trip Product
+
+
+
+ One stop
+
+
+ Kilometer
+
+
+
+
+ VVS Verbundtarif
+
+
+
+
+ 1 zone
+ 1
+ stop
+
+
+
+ 3 stops
+ 3
+ stop
+
+
+
+ 5 Kilometers
+ 5
+ distance
+
+
+
+
+
+
+
+
+
+
+
+ XOR
+
+
+ Rule for using bahn
+ S-Bahn and regional trains: valid for a journey to the next (=1) station..
+
+ rail
+
+ regionalRail
+
+
+
+
+
+ Rule for using bus
+ City railway/bus: valid for a journey without change of vehicles or interruption up to 3 stations after boarding.
+
+ bus metro rail
+
+ local
+
+
+
+
+
+
+ Explicit Rule for exluding ng distance rail
+ Long distance not allowed
+ false
+
+ rail
+
+ interregionalRail
+
+
+
+
+
+
+
+
+
+ Conditions of Travel
+ In determining possible destinations covered by the Short-Distance Ticket, stops travelled through are counted as part of the journey. Short-Distance Tickets are valid for journeys of 5 km at most. Starting from the station indicated on the ticket, the Short-Distance Ticket entitles its holder to a journey in the destination’s direction without change of vehicles or interruption. The journey must be started immediately. Journeys that are excluded on account of length are indicated on timetables and notice boards.
+
+
+
+ AND
+
+
+ Round trip not allowed
+ single
+
+
+ Interchange not allowedd
+ false
+
+
+ purchase
+ endOfRide
+
+
+
+
+
+
+
+
+
+
+
+ Kurzticket
+ https://en.vvs.de/tickets/short-distance-ticket
+ beforeTravel
+
+
+ flat
+ false
+ restricted
+ false
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ shortTrip
+
+
+
+
+
+
+ Short Trip paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+
+ Short Trip Handy ticket
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EUR
+
+
+
+ Prices short trip tickets
+
+
+
+
+
+
+
+
+
+ Prices short trip for paper tickets
+
+
+
+
+
+ Price for 1 trip paper
+ 1.70
+
+
+
+
+
+ Prices short trip for mobile app tickets
+
+
+
+
+
+ Price for 1 trip handy
+ 1.70
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2023-01-01T00:00:00Z
+ 2023-12-31T00:00:00Z
+
+
+ Stuttgart Trip Carnet Fares
+
+
+
+
+
+
+
+
+
+
+ Carnet 4 Trip Product
+
+
+ VVS 4 Trip fare
+
+
+
+
+ 4 trips
+ Trip
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+ Trip right to make trips
+
+
+
+
+
+
+
+
+
+ Carnet 4 Trip adult
+ https://en.vvs.de/tickets/4-trip-ticket
+ beforeTravel
+
+
+ distance
+ false
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ tripCarnet
+
+
+ Carnet 4 Trip child
+ https://en.vvs.de/tickets/4-trip-ticket
+ beforeTravel
+
+
+ distance
+ false
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ tripCarnet
+
+
+
+
+
+
+ Carnet paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+ Carnet mobile app ticket - Child
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Prices for 4 Trip carnet
+
+ Adult CHild
+Zones Price Price
+1 11,00 5,30
+2 13,50 6,40
+3 18,10 8,70
+4 22,20 11,00
+5 27,20 13,30
+6 31,80 15,20
+7 and more (entire network) 35,40 17,10
+
+ EUR
+
+
+
+ Prices carnet 4 trip tickets
+
+
+
+
+
+
+
+
+
+ Prices short trip for paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 11.00
+
+
+
+ Price for 2 zones
+ 13.50
+
+
+
+ Price for 3 zones
+ 18.10
+
+
+
+ Price for 4 zones
+ 22.20
+
+
+
+ Price for 5 zones
+ 27.20
+
+
+
+ Price for 6 zones
+ 31.80
+
+
+
+ Price for 7 zones
+ 35.40
+
+
+
+ Price for 8 zones
+ 35.40
+
+
+
+
+
+ Prices short trip for mobile app tickets
+
+
+
+
+
+ Price for 1 zone
+ 5.30
+
+
+
+ Price for 2 zones
+ 6.40
+
+
+
+ Price for 3 zones
+ 8.70
+
+
+
+ Price for 4 zones
+ 11.00
+
+
+
+ Price for 5 zones
+ 13.3
+
+
+
+ Price for 6 zones
+ 15.20
+
+
+
+ Price for 7 zones
+ 17.10
+
+
+
+ Price for 7 zones
+ 17.10
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2023-01-01T00:00:00Z
+ 2023-12-31T00:00:00Z
+
+
+ Stuttgart Day Pass Fares
+
+
+
+
+
+
+
+
+
+
+ Day Pass Product
+
+
+ VVS Pass fare
+
+
+
+
+ 1 day
+ P1D
+
+
+ 10 day
+ P10D
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Permitted modes
+
+ AND
+
+
+ S-Bahn, regional trains (RB, RE, IRE), city railway, buses, rack railway and funicular railway
+
+ rail metro bus tram funicular
+
+
+
+ VVS tickets are also valid on IC trains between Stuttgart and Bondorf.
+
+ rail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Adult user type on PAs
+
+
+
+ XOR
+
+
+ Erwachsene
+
+ 18
+
+
+ One dog can be taken along free of charge for holders of valid time tickets
+
+ 1
+ free
+
+
+
+
+ on Saturdays, Sundays and public holidays
+
+
+
+
+
+
+ Mitnahmeregelung
+ With personal time tickets (annual, monthly and weekly tickets for everyone, (9 a.m.) company subscriptions, 9 a.m. tickets, senior tickets) you can take .... all of your own children (6 – 17 years) possible. Extended take-along regulation for
+transferable Annual TicketPlus.
+
+ child
+ free
+
+
+
+
+
+ With personal time tickets (annual, monthly and weekly tickets for everyone, (9 a.m.) company subscriptions, 9 a.m. tickets, senior tickets) you can take up to 3 people free of charge on Saturdays, Sundays and public holidays
+Children (6 – 17 years)
+
+ 3
+ free
+
+
+
+
+
+
+
+ Child user types
+
+
+
+ XOR
+
+
+ Group
+ From the moment of purchase or validation, the Group Day Ticket is valid for up to five persons (irrespective of age) or for parents/one parent with any number of their own children up to and including the age of 17, until 7 am on the following day.
+.
+ 5
+
+
+ Up to five adults
+
+ 1
+ 5
+
+
+ Unlimited number of own children
+
+ child
+
+
+ allOnOneTicket
+
+
+
+
+
+
+ Conditions of Travel
+
+
+
+ AND
+
+
+ Valid for an unlimited number of journeys within the selected fare zones.
+ multiple
+
+
+ Interchange allowedd
+ true
+
+
+ unlimited
+
+
+ From the moment of purchase or validation, the Day Ticket is valid for one person until 7 am on the following day.
+
+ activation
+ endOfFareDay
+ 07:00:00
+
+
+
+
+
+
+
+
+
+
+ Day Pass adult
+ https://en.vvs.de/tickets/day-ticket
+ beforeTravel
+
+
+ zone
+ false
+ restricted
+ false
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ dayPass
+
+
+ Day Pass group
+ https://en.vvs.de/tickets/day-ticket
+ beforeTravel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ dayPass
+
+
+
+
+
+
+ Day Pass paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+ >Day Pass mobile app ticket -
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+
+
+
+
+
+
+ Day Pass Group paper ticket
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ Ticket Machine
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+ >Day Pass Group mobile app ticket -
+
+
+ Handy
+ Pay for ticket with app
+
+ mobileDevice
+ purchase
+ mobileApp
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Prices for Day Pass
+
+ EUR
+
+
+
+ Prices Day PAss tickets
+
+Zones HandyTicket/Online Ticket Bus, ticket machine, ticket
+1 5,50 5,80
+2 6,74 7,40
+3 9,04 9,60
+4 11,10 11,80
+5 and more (entire network) 13,60 14,40
+
+
+
+
+
+
+
+
+
+
+
+ Prices short trip for paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 5.50
+
+
+
+ Price for 2 zones
+ 6.74
+
+
+
+ Price for 3 zones
+ 9.04
+
+
+
+ Price for 4 zones
+ 11.10
+
+
+
+ Price for 5 or more zones
+ 13.0
+
+
+
+
+
+ Prices Day PAss for mobile app tickets
+
+
+
+
+
+ Price for 1 zone
+ 5.80
+
+
+
+ Price for 2 zones
+ 7.40
+
+
+
+ Price for 3 zones
+ 9.60
+
+
+
+ Price for 4 zones
+ 11.80
+
+
+
+ Price for 5 or more zones
+ 14.40
+
+
+
+
+
+
+
+ Prices Group Day PAss tickets
+
+ Prices Group Day Ticket 2023
+EinzelTicket Erwachsene
+Zones HandyTicket/Online Ticket Bus, ticket machine, ticket office
+1 11,00 11,60
+2 13,48 14,40
+3 16,90 17,10
+4 18,40 18,60
+5 and more (entire network) 20,60 20,80
+
+
+
+
+
+
+
+
+
+
+
+
+ Prices short trip for paper tickets
+
+
+
+
+
+ Price for 1 zone
+ 11.00
+
+
+
+ Price for 2 zones
+ 13.48
+
+
+
+ Price for 3 zones
+ 16.90
+
+
+
+ Price for 4 zones
+ 18.04
+
+
+
+ Price for 5 or more zones
+ 20.06
+
+
+
+
+
+ Prices Day PAss for mobile app tickets
+
+
+
+
+
+ Price for 1 zone
+ 11.60
+
+
+
+ Price for 2 zones
+ 14.40
+
+
+
+ Price for 3 zones
+ 17.10
+
+
+
+ Price for 4 zones
+ 18.10
+
+
+
+ Price for 5 zones
+ 20.80
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/standards/efp/VVS_Fares_V1.xml b/examples/standards/efp/VVS_Fares_V1.xml
new file mode 100644
index 000000000..ef03f61d1
--- /dev/null
+++ b/examples/standards/efp/VVS_Fares_V1.xml
@@ -0,0 +1,434 @@
+
+
+
+ 2023-10-04T18:01:32.0Z
+ MENTZ
+ NeTEx Export, Version: 19.18.0.0
+
+
+
+
+ 2023-01-01T00:00:00Z
+ 2023-12-31T00:00:00Z
+
+
+
+
+
+ vvs
+ http://www.vvs.de
+ Fare data
+
+
+
+
+
+
+
+
+
+
+ Hin
+ H
+ outbound
+
+
+ Rück
+ R
+ inbound
+
+
+
+
+
+ 2022-12-11T00:00:00
+ 2023-09-08T23:59:59
+
+ 102
+ 102
+ Zell - Esslingen (N) ZOB - Weil - Mettingen Mettingen - Weil - Esslingen (N) ZOB - Zell
+ bus
+
+ unknown
+
+ 102
+ 102
+
+
+
+
+
+
+ 1
+ 1
+
+
+ 2
+ 2
+
+
+ 3
+ 3
+
+
+ 4
+ 4
+
+
+ 5
+ 5
+
+
+ 6 (orange)
+ 6
+
+
+ 6 (gray)
+ 6
+
+
+ 7 (orange)
+ 7
+
+
+ 7 (gray)
+ 7
+
+
+ 8 (gray)
+ 8
+
+
+
+
+
+ EUR
+
+
+
+
+ One zone
+
+
+
+
+
+ 1 zone
+ 1
+ tariffZone
+
+
+
+ 2 zones
+ 2
+ tariffZone
+
+
+
+ 3 zones
+ 3
+ tariffZone
+
+
+
+ 4 zones
+ 4
+ tariffZone
+
+
+
+ 5 zones
+ 5
+ tariffZone
+
+
+
+ 6 zones
+ 7
+ tariffZone
+
+
+
+ 7 zones
+ 7
+ tariffZone
+
+
+
+ 8 zones
+ 8
+ tariffZone
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ VVS Verbundtarif
+
+
+
+
+
+ Einzelticket Erwachsene
+
+
+
+
+
+
+
+
+
+ Einzelticket Kind
+
+
+
+
+
+
+
+
+
+
+
+
+ Prices single tickets for adults
+
+
+
+
+
+
+
+
+
+ Price for 1 zone
+ 2.90
+
+
+
+ Price for 2 zones
+ 3.70
+
+
+
+ Price for 3 zones
+ 4.80
+
+
+
+ Price for 4 zones
+ 5.90
+
+
+
+ Price for 5 zones
+ 7.20
+
+
+
+ Price for 6 zones
+ 8.40
+
+
+
+ Price for 7 zones
+ 9.30
+
+
+
+ Price for 8 zones
+ 9.30
+
+
+
+
+
+ Prices single tickets for children
+
+
+
+
+
+
+
+
+
+ Price for 1 zone
+ 1.40
+
+
+
+ Price for 2 zones
+ 1.70
+
+
+
+ Price for 3 zones
+ 2.30
+
+
+
+ Price for 4 zones
+ 2.90
+
+
+
+ Price for 5 zones
+ 3.50
+
+
+
+ Price for 6 zones
+ 4.00
+
+
+
+ Price for 7 zones
+ 4.50
+
+
+
+ Price for 8 zones
+ 4.50
+
+
+
+
+
+
+
+
+
+
+ Onboard
+ Pay for ticket onboard
+
+ onBoard
+ purchase
+ cashAndCard
+
+
+ TicketMachinr
+ buy ticket at vending machine at stop
+ atStop
+ purchase
+ cashAndCard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Städtischer Verkehrsbetrieb Esslingen (SVE)
+ SVE
+
+
+ EntityLegalOwnership
+
+
+
+ Operation
+
+
+
+
+
+
+
+ Types of Travel Document
+
+
+ Ticket on paper
+ paperTicket
+ magneticStrip
+
+
+ Ticket on mobile phone
+ mobileApp
+ barCode
+
+
+
+
+
+
+ 69
+ Städtischer Verkehrsbetrieb Esslingen (SVE)
+ SVE
+ Städtischer Verkehrsbetrieb Esslingen (SVE)
+
+
+
+
+ Bus (Region)
+ BusP
+ 31
+
+
+
+
+
+
+
diff --git a/examples/standards/epiap/Chur_Equipment_Pathlink_V1.0.xml b/examples/standards/epiap/Chur_Equipment_Pathlink_V1.0.xml
index 48601a7d6..eb3824200 100644
--- a/examples/standards/epiap/Chur_Equipment_Pathlink_V1.0.xml
+++ b/examples/standards/epiap/Chur_Equipment_Pathlink_V1.0.xml
@@ -1,5 +1,5 @@
-
+2022-04-13T18:38:52.6831392+02:00MENTZNeTEx Export, Version: 19.16.0.0
@@ -38,11 +38,11 @@
BuS
- EntityLegalOwnership
+ entityLegalOwnership
- Operation
+ operation
@@ -52,11 +52,11 @@
PAG
- EntityLegalOwnership
+ entityLegalOwnership
- Operation
+ operation
@@ -66,11 +66,11 @@
RhB
- EntityLegalOwnership
+ entityLegalOwnership
- Operation
+ operation
@@ -765,14 +765,23 @@
ErdgeschossG
+ G
+ true
+ 01. UntergeschossB1
+ B1
+ true
+ -12. UntergeschossB2
+ B2
+ true
+ -2
@@ -6074,10 +6083,16 @@
1. ObergeschossF1
+ F1
+ true
+ 1ErdgeschossG
+ G
+ true
+ 0
@@ -6765,6 +6780,9 @@
ErdgeschossG
+ G
+ true
+ 0interchangeAllowed
@@ -7367,6 +7385,9 @@
ErdgeschossG
+ G
+ true
+ 0interchangeAllowed
@@ -9333,10 +9354,16 @@
1. ObergeschossF1
+ F1
+ true
+ 1ErdgeschossG
+ G
+ true
+ 0
@@ -10055,6 +10082,9 @@
ErdgeschossG
+ G
+ true
+ 0interchangeAllowed
@@ -10441,6 +10471,9 @@
ErdgeschossG
+ G
+ true
+ 0interchangeAllowed
diff --git a/examples/standards/epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml b/examples/standards/epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml
new file mode 100644
index 000000000..a8f726017
--- /dev/null
+++ b/examples/standards/epiap/EPIAP_Accessibility_Chur_V08_vehicletypes.xml
@@ -0,0 +1,2467 @@
+
+
+ 2021-10-25T10:49:51.6560213+02:00
+ MENTZ
+ NeTEx Export, Version: 19.9.0.3016
+
+
+
+ 2020-12-13T00:00:00
+ 2021-12-11T23:59:59
+
+
+
+
+ epd
+ http://netex-cen.eu/epip_data
+ EPIP data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ creates
+ planning
+
+
+
+
+
+ Schweizerische Bundesbahnen SBB
+ SBB
+
+
+ entityLegalOwnership
+
+
+
+ operation
+
+
+
+
+
+
+
+ ProductCategories
+
+
+ Bus
+ B
+
+
+
+
+
+
+ 11
+ Schweizerische Bundesbahnen SBB
+ SBB
+
+
+ Accessibility NeTEx
+ 1
+ 1
+
+
+
+
+ Schiene
+ 91
+ 91
+
+
+
+
+
+ Locker storage
+ false
+ true
+ false
+ true
+ 0.5
+ 1
+ 1
+ P7D
+
+
+ freeTrolleys
+ true
+ true
+ true
+
+
+ 1239123112311231
+ unidirectional
+ Eddystone
+ https://123.12.2.21/beaconbackend/
+
+
+ Door
+ 1
+ 0.20
+ true
+ assistedWheelchair
+
+
+ Ramp
+ 1
+ true
+
+
+
+
+ CitaroK Churbus
+ CitaroK
+ true
+ true
+ false
+ 11
+ 2.550
+ 1
+
+
+ audioInformation
+ purchase
+ automaticRamp
+
+
+
+
+ true
+ true
+
+
+
+ Wagen 1
+ engine
+ secondClass
+
+ 46
+ 10
+ 2
+
+
+
+ wheelchairAccessToilet
+
+
+
+
+
+
+ Wagen 2
+ carriage
+ secondClass
+
+ 45
+ 20
+ 0
+
+
+
+ cyclesAllowedInCarriage baggageStorage
+
+
+
+
+
+
+ Wagen 3
+ carriage
+ firstClass secondClass
+
+ 38
+ 20
+ 0
+
+
+
+ cyclesAllowedInCarriage baggageStorage
+
+
+
+
+
+
+ Wagen 4
+ engine
+ secondClass
+
+ 46
+ 10
+ 0
+
+
+
+ cyclesAllowedInCarriage baggageStorage
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ VehicleModeStandardBus
+
+
+
+
+
+
+
+
+
+
+ 3
+ DoorManufacturer
+
+
+
+ 1
+ RampManufacturer
+
+
+
+
+
+
+
+
+
+ GlobalId
+ 8b930b7b-059b-4d0e-8db1-6512f12bc1b9
+
+
+ GKZ
+ 011901
+
+
+
+ Chur
+
+ town
+ CH
+
+
+
+
+
+ 1978-10-01T00:00:00
+ 2500-12-31T00:00:00
+
+
+
+ GlobalID
+ 8509000
+
+
+ Chur
+ CH
+ 8509000
+
+
+
+
+ Basement
+ -1
+
+
+ Ground
+ 0
+
+
+ Upper
+ 1
+
+
+
+
+ Zugang Gürtel
+ ZUG
+ 80
+
+
+
+ true
+ true
+
+
+
+
+ Zugang Bahnhofsplatz
+ ZuB
+ 82
+
+
+
+ Zugang Postauto
+ ZuP
+ 83
+
+
+
+ Zu Bahnsteig 1
+ ZuB1
+ 84
+
+
+
+
+
+
+
+
+ Bahnsteig 1
+ BS1
+ BS1
+ railPlatform
+
+
+ Bahnsteig 3
+ BS3
+ 3
+
+ BS3
+ railPlatform
+
+
+ Bahnsteig 4
+ BS4
+ 4
+
+ BS4
+ railPlatform
+
+
+ Bahnsteig 5
+ BS5
+ 5
+
+ BS5
+ railPlatform
+
+
+ Zug1
+ Z1
+ 6
+
+ Z1
+ railPlatform
+
+
+ Zug 2
+ Z2
+ 7
+
+ Z2
+ railPlatform
+
+
+ Zwischengeschoss
+ ZW
+ 70
+
+ ZW
+ other
+
+
+ Zw Brücke
+ ZWB
+ 71
+
+ ZWB
+ other
+
+
+ ZW Bahnsteig 1
+ ZW1
+ 72
+
+ ZW1
+ other
+
+
+ Zugang Gürtel
+ ZUG
+ 80
+
+ ZUG
+ other
+
+
+ Zugang Bahnhofsplatz
+ ZuB
+ 82
+
+ ZuB
+ other
+
+
+ Zugang Postauto
+ ZuP
+ 83
+
+ ZuP
+ other
+
+
+ Zu Bahnsteig 1
+ ZuB1
+ 84
+
+ ZuB1
+ other
+
+
+ 1
+ 1
+
+ 1
+
+
+
+ 2
+ 2
+
+ 2
+
+
+
+ 3
+ 3
+
+ 10
+
+
+
+ 10ABC
+ 10ABC
+
+ 10ABC
+
+
+
+ 10DE
+ 10DE
+
+ 10DE
+
+
+
+ 10E
+ 10E
+
+ 10E
+
+
+
+ 11
+ 11
+
+ 11
+
+
+
+ 12
+ 12
+
+ 12
+
+
+
+ 13
+ 13
+
+ 13
+
+
+
+ 14
+ 14
+
+ 14
+
+
+
+ 4
+ 4
+
+ 4
+
+
+
+ 5
+ 5
+
+ 5
+
+
+
+ 7
+ 7
+
+ 7
+
+
+ 8
+ 8
+
+ 8
+
+
+ 9
+ 9
+
+ 9
+
+
+
+
+
+ ZW
+
+
+ lockers
+
+
+
+
+ ZW1
+ ZW Bahnsteig 1
+
+
+
+
+
+
+ 1978-10-01T00:00:00
+ 2500-12-31T00:00:00
+
+
+
+ GlobalID
+ 8575112
+
+
+ Chur, Postautostation
+ 8575112
+
+
+
+
+ Ground
+ 0
+
+
+
+
+ 0
+
+ other
+
+
+
+ Gen
+
+
+
+
+
+
+ 1978-10-01T00:00:00
+ 2500-12-31T00:00:00
+
+
+
+ GlobalID
+ 8581044
+
+
+ Chur, Bahnhofplatz
+ CHBA
+ 8581044
+
+
+
+
+ Ground
+ 0
+
+
+
+
+ Bahnsteig 1
+ BS1
+ 1
+
+ BS1
+ other
+
+
+
+ A
+ A
+
+ A
+
+
+
+ B
+ B
+
+ B
+
+
+
+ C
+ C
+
+ C
+
+
+
+ D
+ D
+
+ D
+
+
+
+ E
+ E
+
+ E
+
+
+
+
+
+
+
+ HstnrLokal
+ 7000
+
+
+ HstnrNational
+ 49000817
+
+
+ Bern
+ 7000
+
+
+ 7.4391195476977394
+ 46.94882495970554
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+ oneWay
+ barrier
+ true
+
+ PT5M30S
+
+
+
+
+
+
+
+
+
+
+ oneWay
+ barrier
+
+ PT3M30S
+
+
+
+
+
+
+
+
+
+
+ oneWay
+ barrier
+
+ PT3M
+
+
+
+
+
+
+
+
+ Hin
+ H
+ outbound
+
+
+ Rück
+ R
+ inbound
+
+
+
+
+
+ 2020-12-13T00:00:00
+
+ YYY
+ YYY
+ unknown
+ YYY
+
+
+
+
+
+
+ Chur, Postautostation
+ Gen
+
+
+ Chur, Bahnhofplatz
+ A
+
+
+ Chur
+ 4
+
+
+
+
+
+
+ 30
+
+
+
+
+ 50
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+ outbound
+
+
+
+ true
+ true
+ false
+ access
+
+
+
+ true
+ true
+ false
+ access
+
+
+
+ true
+ true
+ false
+ access
+
+
+
+
+
+
+
+
+
+
+ passenger
+
+
+ 1
+ 1
+ 1
+ inbound
+
+
+
+ true
+ true
+ false
+ access
+
+
+
+ true
+ true
+ false
+ access
+
+
+
+ true
+ true
+ false
+ access
+
+
+
+
+
+
+
+
+
+
+ passenger
+
+
+
+
+
+
+ Fahrplan 2021
+ 2020-12-13
+ 2021-12-11
+
+
+ 2020-12-13
+
+
+
+ 2020-12-14
+
+
+
+ 2020-12-15
+
+
+
+ 2020-12-16
+
+
+
+ 2020-12-17
+
+
+
+ 2020-12-18
+
+
+
+ 2020-12-19
+
+
+
+ 2020-12-20
+
+
+
+ 2020-12-21
+
+
+
+ 2020-12-22
+
+
+
+ 2020-12-23
+
+
+
+ 2020-12-24
+
+
+
+ 2020-12-25
+
+
+
+ 2020-12-26
+
+
+
+ 2020-12-27
+
+
+
+ 2020-12-28
+
+
+
+ 2020-12-29
+
+
+
+ 2020-12-30
+
+
+
+ 2020-12-31
+
+
+
+ 2021-01-01
+
+
+
+ 2021-01-02
+
+
+
+ 2021-01-03
+
+
+
+ 2021-01-04
+
+
+
+ 2021-01-05
+
+
+
+ 2021-01-06
+
+
+
+ 2021-01-07
+
+
+
+ 2021-01-08
+
+
+
+ 2021-01-09
+
+
+
+ 2021-01-10
+
+
+
+ 2021-01-11
+
+
+
+ 2021-01-12
+
+
+
+ 2021-01-13
+
+
+
+ 2021-01-14
+
+
+
+ 2021-01-15
+
+
+
+ 2021-01-16
+
+
+
+ 2021-01-17
+
+
+
+ 2021-01-18
+
+
+
+ 2021-01-19
+
+
+
+ 2021-01-20
+
+
+
+ 2021-01-21
+
+
+
+ 2021-01-22
+
+
+
+ 2021-01-23
+
+
+
+ 2021-01-24
+
+
+
+ 2021-01-25
+
+
+
+ 2021-01-26
+
+
+
+ 2021-01-27
+
+
+
+ 2021-01-28
+
+
+
+ 2021-01-29
+
+
+
+ 2021-01-30
+
+
+
+ 2021-01-31
+
+
+
+ 2021-02-01
+
+
+
+ 2021-02-02
+
+
+
+ 2021-02-03
+
+
+
+ 2021-02-04
+
+
+
+ 2021-02-05
+
+
+
+ 2021-02-06
+
+
+
+ 2021-02-07
+
+
+
+ 2021-02-08
+
+
+
+ 2021-02-09
+
+
+
+ 2021-02-10
+
+
+
+ 2021-02-11
+
+
+
+ 2021-02-12
+
+
+
+ 2021-02-13
+
+
+
+ 2021-02-14
+
+
+
+ 2021-02-15
+
+
+
+ 2021-02-16
+
+
+
+ 2021-02-17
+
+
+
+ 2021-02-18
+
+
+
+ 2021-02-19
+
+
+
+ 2021-02-20
+
+
+
+ 2021-02-21
+
+
+
+ 2021-02-22
+
+
+
+ 2021-02-23
+
+
+
+ 2021-02-24
+
+
+
+ 2021-02-25
+
+
+
+ 2021-02-26
+
+
+
+ 2021-02-27
+
+
+
+ 2021-02-28
+
+
+
+ 2021-03-01
+
+
+
+ 2021-03-02
+
+
+
+ 2021-03-03
+
+
+
+ 2021-03-04
+
+
+
+ 2021-03-05
+
+
+
+ 2021-03-06
+
+
+
+ 2021-03-07
+
+
+
+ 2021-03-08
+
+
+
+ 2021-03-09
+
+
+
+ 2021-03-10
+
+
+
+ 2021-03-11
+
+
+
+ 2021-03-12
+
+
+
+ 2021-03-13
+
+
+
+ 2021-03-14
+
+
+
+ 2021-03-15
+
+
+
+ 2021-03-16
+
+
+
+ 2021-03-17
+
+
+
+ 2021-03-18
+
+
+
+ 2021-03-19
+
+
+
+ 2021-03-20
+
+
+
+ 2021-03-21
+
+
+
+ 2021-03-22
+
+
+
+ 2021-03-23
+
+
+
+ 2021-03-24
+
+
+
+ 2021-03-25
+
+
+
+ 2021-03-26
+
+
+
+ 2021-03-27
+
+
+
+ 2021-03-28
+
+
+
+ 2021-03-29
+
+
+
+ 2021-03-30
+
+
+
+ 2021-03-31
+
+
+
+ 2021-04-01
+
+
+
+ 2021-04-02
+
+
+
+ 2021-04-03
+
+
+
+ 2021-04-04
+
+
+
+ 2021-04-05
+
+
+
+ 2021-04-06
+
+
+
+ 2021-04-07
+
+
+
+ 2021-04-08
+
+
+
+ 2021-04-09
+
+
+
+ 2021-04-10
+
+
+
+ 2021-04-11
+
+
+
+ 2021-04-12
+
+
+
+ 2021-04-13
+
+
+
+ 2021-04-14
+
+
+
+ 2021-04-15
+
+
+
+ 2021-04-16
+
+
+
+ 2021-04-17
+
+
+
+ 2021-04-18
+
+
+
+ 2021-04-19
+
+
+
+ 2021-04-20
+
+
+
+ 2021-04-21
+
+
+
+ 2021-04-22
+
+
+
+ 2021-04-23
+
+
+
+ 2021-04-24
+
+
+
+ 2021-04-25
+
+
+
+ 2021-04-26
+
+
+
+ 2021-04-27
+
+
+
+ 2021-04-28
+
+
+
+ 2021-04-29
+
+
+
+ 2021-04-30
+
+
+
+ 2021-05-01
+
+
+
+ 2021-05-02
+
+
+
+ 2021-05-03
+
+
+
+ 2021-05-04
+
+
+
+ 2021-05-05
+
+
+
+ 2021-05-06
+
+
+
+ 2021-05-07
+
+
+
+ 2021-05-08
+
+
+
+ 2021-05-09
+
+
+
+ 2021-05-10
+
+
+
+ 2021-05-11
+
+
+
+ 2021-05-12
+
+
+
+ 2021-05-13
+
+
+
+ 2021-05-14
+
+
+
+ 2021-05-15
+
+
+
+ 2021-05-16
+
+
+
+ 2021-05-17
+
+
+
+ 2021-05-18
+
+
+
+ 2021-05-19
+
+
+
+ 2021-05-20
+
+
+
+ 2021-05-21
+
+
+
+ 2021-05-22
+
+
+
+ 2021-05-23
+
+
+
+ 2021-05-24
+
+
+
+ 2021-05-25
+
+
+
+ 2021-05-26
+
+
+
+ 2021-05-27
+
+
+
+ 2021-05-28
+
+
+
+ 2021-05-29
+
+
+
+ 2021-05-30
+
+
+
+ 2021-05-31
+
+
+
+ 2021-06-01
+
+
+
+ 2021-06-02
+
+
+
+ 2021-06-03
+
+
+
+ 2021-06-04
+
+
+
+ 2021-06-05
+
+
+
+ 2021-06-06
+
+
+
+ 2021-06-07
+
+
+
+ 2021-06-08
+
+
+
+ 2021-06-09
+
+
+
+ 2021-06-10
+
+
+
+ 2021-06-11
+
+
+
+ 2021-06-12
+
+
+
+ 2021-06-13
+
+
+
+ 2021-06-14
+
+
+
+ 2021-06-15
+
+
+
+ 2021-06-16
+
+
+
+ 2021-06-17
+
+
+
+ 2021-06-18
+
+
+
+ 2021-06-19
+
+
+
+ 2021-06-20
+
+
+
+ 2021-06-21
+
+
+
+ 2021-06-22
+
+
+
+ 2021-06-23
+
+
+
+ 2021-06-24
+
+
+
+ 2021-06-25
+
+
+
+ 2021-06-26
+
+
+
+ 2021-06-27
+
+
+
+ 2021-06-28
+
+
+
+ 2021-06-29
+
+
+
+ 2021-06-30
+
+
+
+ 2021-07-01
+
+
+
+ 2021-07-02
+
+
+
+ 2021-07-03
+
+
+
+ 2021-07-04
+
+
+
+ 2021-07-05
+
+
+
+ 2021-07-06
+
+
+
+ 2021-07-07
+
+
+
+ 2021-07-08
+
+
+
+ 2021-07-09
+
+
+
+ 2021-07-10
+
+
+
+ 2021-07-11
+
+
+
+ 2021-07-12
+
+
+
+ 2021-07-13
+
+
+
+ 2021-07-14
+
+
+
+ 2021-07-15
+
+
+
+ 2021-07-16
+
+
+
+ 2021-07-17
+
+
+
+ 2021-07-18
+
+
+
+ 2021-07-19
+
+
+
+ 2021-07-20
+
+
+
+ 2021-07-21
+
+
+
+ 2021-07-22
+
+
+
+ 2021-07-23
+
+
+
+ 2021-07-24
+
+
+
+ 2021-07-25
+
+
+
+ 2021-07-26
+
+
+
+ 2021-07-27
+
+
+
+ 2021-07-28
+
+
+
+ 2021-07-29
+
+
+
+ 2021-07-30
+
+
+
+ 2021-07-31
+
+
+
+ 2021-08-01
+
+
+
+ 2021-08-02
+
+
+
+ 2021-08-03
+
+
+
+ 2021-08-04
+
+
+
+ 2021-08-05
+
+
+
+ 2021-08-06
+
+
+
+ 2021-08-07
+
+
+
+ 2021-08-08
+
+
+
+ 2021-08-09
+
+
+
+ 2021-08-10
+
+
+
+ 2021-08-11
+
+
+
+ 2021-08-12
+
+
+
+ 2021-08-13
+
+
+
+ 2021-08-14
+
+
+
+ 2021-08-15
+
+
+
+ 2021-08-16
+
+
+
+ 2021-08-17
+
+
+
+ 2021-08-18
+
+
+
+ 2021-08-19
+
+
+
+ 2021-08-20
+
+
+
+ 2021-08-21
+
+
+
+ 2021-08-22
+
+
+
+ 2021-08-23
+
+
+
+ 2021-08-24
+
+
+
+ 2021-08-25
+
+
+
+ 2021-08-26
+
+
+
+ 2021-08-27
+
+
+
+ 2021-08-28
+
+
+
+ 2021-08-29
+
+
+
+ 2021-08-30
+
+
+
+ 2021-08-31
+
+
+
+ 2021-09-01
+
+
+
+ 2021-09-02
+
+
+
+ 2021-09-03
+
+
+
+ 2021-09-04
+
+
+
+ 2021-09-05
+
+
+
+ 2021-09-06
+
+
+
+ 2021-09-07
+
+
+
+ 2021-09-08
+
+
+
+ 2021-09-09
+
+
+
+ 2021-09-10
+
+
+
+ 2021-09-11
+
+
+
+ 2021-09-12
+
+
+
+ 2021-09-13
+
+
+
+ 2021-09-14
+
+
+
+ 2021-09-15
+
+
+
+ 2021-09-16
+
+
+
+ 2021-09-17
+
+
+
+ 2021-09-18
+
+
+
+ 2021-09-19
+
+
+
+ 2021-09-20
+
+
+
+ 2021-09-21
+
+
+
+ 2021-09-22
+
+
+
+ 2021-09-23
+
+
+
+ 2021-09-24
+
+
+
+ 2021-09-25
+
+
+
+ 2021-09-26
+
+
+
+ 2021-09-27
+
+
+
+ 2021-09-28
+
+
+
+ 2021-09-29
+
+
+
+ 2021-09-30
+
+
+
+ 2021-10-01
+
+
+
+ 2021-10-02
+
+
+
+ 2021-10-03
+
+
+
+ 2021-10-04
+
+
+
+ 2021-10-05
+
+
+
+ 2021-10-06
+
+
+
+ 2021-10-07
+
+
+
+ 2021-10-08
+
+
+
+ 2021-10-09
+
+
+
+ 2021-10-10
+
+
+
+ 2021-10-11
+
+
+
+ 2021-10-12
+
+
+
+ 2021-10-13
+
+
+
+ 2021-10-14
+
+
+
+ 2021-10-15
+
+
+
+ 2021-10-16
+
+
+
+ 2021-10-17
+
+
+
+ 2021-10-18
+
+
+
+ 2021-10-19
+
+
+
+ 2021-10-20
+
+
+
+ 2021-10-21
+
+
+
+ 2021-10-22
+
+
+
+ 2021-10-23
+
+
+
+ 2021-10-24
+
+
+
+ 2021-10-25
+
+
+
+ 2021-10-26
+
+
+
+ 2021-10-27
+
+
+
+ 2021-10-28
+
+
+
+ 2021-10-29
+
+
+
+ 2021-10-30
+
+
+
+ 2021-10-31
+
+
+
+ 2021-11-01
+
+
+
+ 2021-11-02
+
+
+
+ 2021-11-03
+
+
+
+ 2021-11-04
+
+
+
+ 2021-11-05
+
+
+
+ 2021-11-06
+
+
+
+ 2021-11-07
+
+
+
+ 2021-11-08
+
+
+
+ 2021-11-09
+
+
+
+ 2021-11-10
+
+
+
+ 2021-11-11
+
+
+
+ 2021-11-12
+
+
+
+ 2021-11-13
+
+
+
+ 2021-11-14
+
+
+
+ 2021-11-15
+
+
+
+ 2021-11-16
+
+
+
+ 2021-11-17
+
+
+
+ 2021-11-18
+
+
+
+ 2021-11-19
+
+
+
+ 2021-11-20
+
+
+
+ 2021-11-21
+
+
+
+ 2021-11-22
+
+
+
+ 2021-11-23
+
+
+
+ 2021-11-24
+
+
+
+ 2021-11-25
+
+
+
+ 2021-11-26
+
+
+
+ 2021-11-27
+
+
+
+ 2021-11-28
+
+
+
+ 2021-11-29
+
+
+
+ 2021-11-30
+
+
+
+ 2021-12-01
+
+
+
+ 2021-12-02
+
+
+
+ 2021-12-03
+
+
+
+ 2021-12-04
+
+
+
+ 2021-12-05
+
+
+
+ 2021-12-06
+
+
+
+ 2021-12-07
+
+
+
+ 2021-12-08
+
+
+
+ 2021-12-09
+
+
+
+ 2021-12-10
+
+
+
+ 2021-12-11
+
+
+
+ 2021-12-12
+
+
+
+ 2021-12-13
+
+
+
+
+
+
+ täglich
+ TA
+
+
+
+
+
+
+
+ 1
+
+
+ 08:00:00
+
+
+
+
+
+
+
+
+
+
+
+
+ 08:00:00
+
+
+
+ 08:15:00
+ 08:15:00
+
+
+
+ 08:30:00
+
+
+
+
+ 2
+
+
+ 08:00:00
+
+
+
+
+
+
+
+
+
+
+
+
+ 08:00:00
+
+
+
+ 08:15:00
+ 08:15:00
+
+
+
+ 08:30:00
+
+
+
+
+
+
+ 10
+
+
+ 20
+
+
+
+
+ PublicJourney
+ N
+ 1
+
+
+ GarageRunOut
+ GO
+ 2
+
+
+ GarageRunIn
+ GI
+ 3
+
+
+
+
+
+
+
diff --git a/examples/standards/epiap/eiap_test1_ramp.xml b/examples/standards/epiap/eiap_test1_ramp.xml
index f486e0f8d..9e5f3b1da 100644
--- a/examples/standards/epiap/eiap_test1_ramp.xml
+++ b/examples/standards/epiap/eiap_test1_ramp.xml
@@ -1,5 +1,5 @@
-
+2022-01-10T17:10:54.0424911+01:00MENTZEPIAP minimal level conform delivery of the station of Chur. PathLinks/PathJunctions available, all relevant equipment modeled.
@@ -36,11 +36,11 @@
BuS
- EntityLegalOwnership
+ entityLegalOwnership
- Operation
+ operation
@@ -50,11 +50,11 @@
PAG
- EntityLegalOwnership
+ entityLegalOwnership
- Operation
+ operation
@@ -64,11 +64,11 @@
RhB
- EntityLegalOwnership
+ entityLegalOwnership
- Operation
+ operation
@@ -995,14 +995,26 @@
ErdgeschossG
+ Erdgeschoss Bahnhof Chur
+ G
+ true
+ 01. UntergeschossB1
+ 1. Untergeschoss Bahnhof Chur
+ B1
+ true
+ -12. UntergeschossB2
+ 2. Untergeschoss Bahnhof Chur
+ B2
+ true
+ -2
@@ -2123,6 +2135,9 @@
ErdgeschossG
+ G
+ true
+ 0interchangeAllowed
@@ -4386,10 +4401,16 @@
1. ObergeschossF1
+ F1
+ true
+ 1ErdgeschossG
+ G
+ true
+ 0
@@ -4912,6 +4933,9 @@
ErdgeschossG
+ G
+ true
+ 0interchangeAllowed
@@ -5223,6 +5247,9 @@
ErdgeschossG
+ G
+ true
+ 0interchangeAllowed
diff --git a/examples/standards/epiap/epiap_test_Crossing_Equipment.xml b/examples/standards/epiap/epiap_test_Crossing_Equipment.xml
new file mode 100644
index 000000000..bc22723d0
--- /dev/null
+++ b/examples/standards/epiap/epiap_test_Crossing_Equipment.xml
@@ -0,0 +1,53 @@
+
+
+ 2022-01-10T17:10:54.0424911+01:00
+ MENTZ
+ EPIAP minimal level conform delivery of the station of Chur. PathLinks/PathJunctions available, all relevant equipment modeled.
+
+
+
+ 2021-01-01T00:00:00
+ 2021-12-11T23:59:59
+
+
+
+
+
+ 1
+ 2
+ de
+
+
+
+
+
+
+ www.sbb.ch
+
+
+
+
+ SBB
+
+
+
+
+ Example of a crossing equipment.
+ 2
+ both
+ true
+ levelCrossing
+ false
+ true
+ false
+ tactileStripAtEnd
+ true
+ true
+ true
+
+
+
+
+
+
+
diff --git a/examples/standards/epip/epip_common_profile.xml b/examples/standards/epip/epip_common_profile.xml
index 8846c5f90..dfcfcc74e 100644
--- a/examples/standards/epip/epip_common_profile.xml
+++ b/examples/standards/epip/epip_common_profile.xml
@@ -45,16 +45,13 @@
WGS84SiKilometresAndMetres
-
-
- EPIP version 1.0
- baseline
-
- schemer@netex-cen.eu
+
+ schemer@netex-cen.eu
+
@@ -63,7 +60,7 @@
creates
- DataRegistrar
+ dataRegistrar
diff --git a/examples/standards/era_uic/Netex_Eurostar mapping_era_1.xml b/examples/standards/era_uic/Netex_Eurostar mapping_era_1.xml
index e9b3f320c..6f7077a1c 100644
--- a/examples/standards/era_uic/Netex_Eurostar mapping_era_1.xml
+++ b/examples/standards/era_uic/Netex_Eurostar mapping_era_1.xml
@@ -1,40 +1,13 @@
-
-
-
-
-
-
-
-
-
-
+
+2011-03-24T17:04:40.873+01:00ERA001Example for the mapping of simple timetables
-
+
-
+ erahttp://www.era.eu/codes
@@ -45,32 +18,259 @@
-
-
-
-
-
-
+
+
+
+
+ 2011-02-07T00:00:00
+ 2011-08-26T00:00:00
+ 111110011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-11T00:00:00
+ 2011-05-06T00:00:00
+ 1001111100111110011111001111100111110011111001111100111110011111001111100011110001111
+
+
+ 2011-02-07T00:00:00
+ 2011-08-29T00:00:00
+ 000000100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
+
+
+ 2011-02-07T00:00:00
+ 2011-08-26T00:00:00
+ 111110011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
+
+
+ 2011-07-09T00:00:00
+ 2011-08-27T00:00:00
+ 10000001000000100000010000001000000100000010000001
+
+
+ 2011-02-12T00:00:00
+ 2011-07-02T00:00:00
+ 100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-02-06T00:00:00
+ 2011-08-29T00:00:00
+ 1000000100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000001100000110000011000001100000110000011000001100000111
+
+
+ 2011-02-12T00:00:00
+ 2011-08-26T00:00:00
+ 1011111101111110111111011111101111110111111011111101111110111111011111101111110011111011111101111110111111001111101111110111111011111101111110111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-13T00:00:00
+ 2011-08-29T00:00:00
+ 100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
+
+
+ 2011-02-12T00:00:00
+ 2011-08-27T00:00:00
+ 10111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111101111110111111011111101111110111111011111101111110111111011111101111110111111
+
+
+ 2011-02-11T00:00:00
+ 2011-08-29T00:00:00
+ 10111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011
+
+
+ 2011-02-11T00:00:00
+ 2011-08-29T00:00:00
+ 00100000010000001000000100000010000001000000100000000000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
+
+
+ 2011-04-03T00:00:00
+ 2011-04-03T00:00:00
+ 1
+
+
+ 2011-02-11T00:00:00
+ 2011-08-26T00:00:00
+ 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-02-11T00:00:00
+ 2011-08-25T00:00:00
+ 0001111000111100011110001111000111100011110001111000111100011110001111000011100001110001111000111100011110000111000111100011110001111000111100011110001111000111100011110001111000111100011110001111
+
+
+ 2011-02-12T00:00:00
+ 2011-08-29T00:00:00
+ 0100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
+
+
+ 2011-02-12T00:00:00
+ 2011-08-27T00:00:00
+ 10111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111101111110111111011111101111110111111011111101111110111111011111101111110111111
+
+
+ 2011-07-03T00:00:00
+ 2011-08-29T00:00:00
+ 1000000100000010000001000000100000010000001000000100000011
+
+
+ 2011-02-06T00:00:00
+ 2011-06-26T00:00:00
+ 100000010000001000000100000010000001000000100000010000000000000100000010000001100000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-04-03T00:00:00
+ 2011-04-03T00:00:00
+ 1
+
+
+ 2011-02-11T00:00:00
+ 2011-08-29T00:00:00
+ 10111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011
+
+
+ 2011-02-11T00:00:00
+ 2011-08-26T00:00:00
+ 10011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-12T00:00:00
+ 2011-08-29T00:00:00
+ 1100000110000011000001100000110000011000001100000110000011000001100000111000011100001100000110000011000001110000110000011000001100000110000011000001100000110000011000001100000110000011000001100000111
+
+
+ 2011-02-06T00:00:00
+ 2011-08-29T00:00:00
+ 1000000100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
+
+
+ 2011-02-08T00:00:00
+ 2011-08-26T00:00:00
+ 11110011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-13T00:00:00
+ 2011-08-29T00:00:00
+ 111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011
+
+
+ 2011-02-12T00:00:00
+ 2011-08-27T00:00:00
+ 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-07-04T00:00:00
+ 2011-08-27T00:00:00
+ 1111110111111011111101111110111111011111101111110111111
+
+
+ 2011-02-12T00:00:00
+ 2011-07-02T00:00:00
+ 101111110111111011111101111110111111011111101111110111111011111101111110111111001111101111110111111011111100111110111111011111101111110111111
+
+
+ 2011-02-06T00:00:00
+ 2011-08-28T00:00:00
+ 100000010000001000000100000010000001000000100000010000001000000100000010000001100000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-02-12T00:00:00
+ 2011-08-27T00:00:00
+ 10111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111101111110111111011111101111110111111011111101111110111111011111101111110111111
+
+
+ 2011-02-14T00:00:00
+ 2011-08-26T00:00:00
+ 11111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-12T00:00:00
+ 2011-08-29T00:00:00
+ 1100000110000011000001100000110000011000001100000110000011000001100000111000011100001100000110000011000001110000110000011000001100000110000011000001100000110000011000001100000110000011000001100000111
+
+
+ 2011-02-13T00:00:00
+ 2011-08-29T00:00:00
+ 100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
+
+
+ 2011-02-12T00:00:00
+ 2011-08-27T00:00:00
+ 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-02-12T00:00:00
+ 2011-08-27T00:00:00
+ 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-05-09T00:00:00
+ 2011-08-26T00:00:00
+ 11111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-05T00:00:00
+ 2011-08-27T00:00:00
+ 100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-07-04T00:00:00
+ 2011-08-26T00:00:00
+ 111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-11T00:00:00
+ 2011-07-01T00:00:00
+ 100111110011111001111100111110011111001111100111110011111001111100111110001111000111100111110011111001111100011110011111001111100111110011111
+
+
+ 2011-02-12T00:00:00
+ 2011-08-27T00:00:00
+ 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-02-11T00:00:00
+ 2011-08-27T00:00:00
+ 110111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111100111110111111011111101111110111111011111101111110111111011111101111110111111
+
+
+ 2011-07-04T00:00:00
+ 2011-08-26T00:00:00
+ 111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-11T00:00:00
+ 2011-07-01T00:00:00
+ 100111110011111001111100111110011111001111100111110011111001111100111110001111000111100111110011111001111100011110011111000111100111110011111
+
+
+
+
+
+
+
+ 2011-02-07T00:00:002011-08-26T00:00:00EUROSTAR10:32:00
+
+
+
-
+
-
+
-
+
@@ -78,28 +278,26 @@
-
- 2011-02-07T00:00:00
- 2011-08-26T00:00:00
- 111110011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
-
-
-
-
-
+
+
+
+ 2011-02-11T00:00:002011-05-06T00:00:00EUROSTAR09:26:00
+
+
+
-
+
-
+
@@ -107,42 +305,40 @@
-
- 2011-02-11T00:00:00
- 2011-05-06T00:00:00
- 1001111100111110011111001111100111110011111001111100111110011111001111100011110001111
-
-
-
-
-
+
+
+
+ 2011-02-07T00:00:002011-08-29T00:00:00EUROSTAR12:53:00
+
+
+
-
+
-
+
-
+
-
+
@@ -152,7 +348,7 @@
false
-
+
@@ -160,35 +356,33 @@
-
- 2011-02-07T00:00:00
- 2011-08-29T00:00:00
- 000000100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
-
-
-
-
-
+
+
+
+ 2011-02-07T00:00:002011-08-26T00:00:00EUROSTAR13:02:00
+
+
+
-
+
-
+
-
+
@@ -198,7 +392,7 @@
false
-
+
@@ -206,35 +400,33 @@
-
- 2011-02-07T00:00:00
- 2011-08-26T00:00:00
- 111110011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
-
-
-
-
-
+
+
+
+ 2011-07-09T00:00:002011-08-27T00:00:00EUROSTAR12:02:00
+
+
+
-
+
-
+
-
+
@@ -244,7 +436,7 @@
false
-
+
@@ -252,35 +444,33 @@
-
- 2011-07-09T00:00:00
- 2011-08-27T00:00:00
- 10000001000000100000010000001000000100000010000001
-
-
-
-
-
+
+
+
+ 2011-02-12T00:00:002011-07-02T00:00:00EUROSTAR12:02:00
+
+
+
-
+
-
+
-
+
@@ -288,35 +478,33 @@
-
- 2011-02-12T00:00:00
- 2011-07-02T00:00:00
- 100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-02-06T00:00:002011-08-29T00:00:00
- EUROSTAR
- 21:02:00
-
-
+ EUROSTAR
+ 21:02:00
+
+
+
+
+
-
+
-
+
@@ -326,7 +514,7 @@
false
-
+
@@ -334,35 +522,33 @@
-
- 2011-02-06T00:00:00
- 2011-08-29T00:00:00
- 1000000100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000001100000110000011000001100000110000011000001100000111
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-26T00:00:00
- EUROSTAR
- 20:32:00
-
-
+ EUROSTAR
+ 20:32:00
+
+
+
+
+
-
+
-
+
@@ -372,7 +558,7 @@
false
-
+
@@ -380,42 +566,40 @@
-
- 2011-02-12T00:00:00
- 2011-08-26T00:00:00
- 1011111101111110111111011111101111110111111011111101111110111111011111101111110011111011111101111110111111001111101111110111111011111101111110111110011111001111100111110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-13T00:00:002011-08-29T00:00:00
- EUROSTAR
- 21:29:00
-
-
+ EUROSTAR
+ 21:29:00
+
+
+
+
+
-
+
-
+
-
+
@@ -423,35 +607,33 @@
-
- 2011-02-13T00:00:00
- 2011-08-29T00:00:00
- 100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-27T00:00:00
- EUROSTAR
- 21:54:00
-
-
+ EUROSTAR
+ 21:54:00
+
+
+
+
+
-
+
-
+
@@ -459,42 +641,40 @@
-
- 2011-02-12T00:00:00
- 2011-08-27T00:00:00
- 10111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111101111110111111011111101111110111111011111101111110111111011111101111110111111
-
-
-
+
+
-
+ 2011-02-11T00:00:002011-08-29T00:00:00
- EUROSTAR
- 19:23:00
-
-
+ EUROSTAR
+ 19:23:00
+
+
+
+
+
-
+
-
+
-
+
@@ -504,7 +684,7 @@
false
-
+
@@ -512,28 +692,26 @@
-
- 2011-02-11T00:00:00
- 2011-08-29T00:00:00
- 10111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011
-
-
-
+
+
-
+ 2011-02-11T00:00:002011-08-29T00:00:00
- EUROSTAR
- 18:53:00
-
-
+ EUROSTAR
+ 18:53:00
+
+
+
+
+
-
+
@@ -543,14 +721,14 @@
true
-
+
-
+
@@ -558,35 +736,33 @@
-
- 2011-02-11T00:00:00
- 2011-08-29T00:00:00
- 00100000010000001000000100000010000001000000100000000000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
-
-
-
+
+
-
+ 2011-04-03T00:00:002011-04-03T00:00:00
- EUROSTAR
- 20:51:00
-
-
+ EUROSTAR
+ 20:51:00
+
+
+
+
+
-
+
-
+
@@ -594,35 +770,33 @@
-
- 2011-04-03T00:00:00
- 2011-04-03T00:00:00
- 1
-
-
-
+
+
-
+ 2011-02-11T00:00:002011-08-26T00:00:00
- EUROSTAR
- 20:29:00
-
-
+ EUROSTAR
+ 20:29:00
+
+
+
+
+
-
+
-
+
@@ -630,42 +804,40 @@
-
- 2011-02-11T00:00:00
- 2011-08-26T00:00:00
- 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-02-11T00:00:002011-08-25T00:00:00
- EUROSTAR
- 20:29:00
-
-
+ EUROSTAR
+ 20:29:00
+
+
+
+
+
-
+
-
+
-
+
@@ -673,35 +845,33 @@
-
- 2011-02-11T00:00:00
- 2011-08-25T00:00:00
- 0001111000111100011110001111000111100011110001111000111100011110001111000011100001110001111000111100011110000111000111100011110001111000111100011110001111000111100011110001111000111100011110001111
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-29T00:00:00
- EUROSTAR
- 18:32:00
-
-
+ EUROSTAR
+ 18:32:00
+
+
+
+
+
-
+
-
+
@@ -711,7 +881,7 @@
false
-
+
@@ -719,35 +889,33 @@
-
- 2011-02-12T00:00:00
- 2011-08-29T00:00:00
- 0100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-27T00:00:00
- EUROSTAR
- 18:32:00
-
-
+ EUROSTAR
+ 18:32:00
+
+
+
+
+
-
+
-
+
@@ -757,7 +925,7 @@
false
-
+
@@ -765,42 +933,40 @@
-
- 2011-02-12T00:00:00
- 2011-08-27T00:00:00
- 10111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111101111110111111011111101111110111111011111101111110111111011111101111110111111
-
-
-
+
+
-
+ 2011-07-03T00:00:002011-08-29T00:00:00
- EUROSTAR
- 17:25:00
-
-
+ EUROSTAR
+ 17:25:00
+
+
+
+
+
-
+
-
+
-
+
@@ -810,7 +976,7 @@
false
-
+
@@ -818,42 +984,40 @@
-
- 2011-07-03T00:00:00
- 2011-08-29T00:00:00
- 1000000100000010000001000000100000010000001000000100000011
-
-
-
+
+
-
+ 2011-02-06T00:00:002011-06-26T00:00:00
- EUROSTAR
- 17:25:00
-
-
+ EUROSTAR
+ 17:25:00
+
+
+
+
+
-
+
-
+
-
+
@@ -863,7 +1027,7 @@
false
-
+
@@ -871,42 +1035,40 @@
-
- 2011-02-06T00:00:00
- 2011-06-26T00:00:00
- 100000010000001000000100000010000001000000100000010000000000000100000010000001100000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-04-03T00:00:002011-04-03T00:00:00
- EUROSTAR
- 17:25:00
-
-
+ EUROSTAR
+ 17:25:00
+
+
+
+
+
-
+
-
+
-
+
@@ -914,35 +1076,33 @@
-
- 2011-04-03T00:00:00
- 2011-04-03T00:00:00
- 1
-
-
-
+
+
-
+ 2011-02-11T00:00:002011-08-29T00:00:00
- EUROSTAR
- 19:24:00
-
-
+ EUROSTAR
+ 19:24:00
+
+
+
+
+
-
+
-
+
@@ -950,35 +1110,33 @@
-
- 2011-02-11T00:00:00
- 2011-08-29T00:00:00
- 10111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011
-
-
-
+
+
-
+ 2011-02-11T00:00:002011-08-26T00:00:00
- EUROSTAR
- 16:32:00
-
-
+ EUROSTAR
+ 16:32:00
+
+
+
+
+
-
+
-
+
@@ -988,7 +1146,7 @@
false
-
+
@@ -996,42 +1154,40 @@
-
- 2011-02-11T00:00:00
- 2011-08-26T00:00:00
- 10011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-29T00:00:00
- EUROSTAR
- 17:59:00
-
-
+ EUROSTAR
+ 17:59:00
+
+
+
+
+
-
+
-
+
-
+
@@ -1039,35 +1195,33 @@
-
- 2011-02-12T00:00:00
- 2011-08-29T00:00:00
- 1100000110000011000001100000110000011000001100000110000011000001100000111000011100001100000110000011000001110000110000011000001100000110000011000001100000110000011000001100000110000011000001100000111
-
-
-
+
+
-
+ 2011-02-06T00:00:002011-08-29T00:00:00
- EUROSTAR
- 15:32:00
-
-
+ EUROSTAR
+ 15:32:00
+
+
+
+
+
-
+
-
+
@@ -1075,36 +1229,33 @@
-
- 2011-02-06T00:00:00
- 2011-08-29T00:00:00
- 1000000100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
-
-
-
+
+
-
+ 2011-02-08T00:00:002011-08-26T00:00:00
- EUROSTAR
- 15:02:00
-
-
-
+ EUROSTAR
+ 15:02:00
+
+
+
+
+
-
+
-
+
@@ -1112,35 +1263,33 @@
-
- 2011-02-08T00:00:00
- 2011-08-26T00:00:00
- 11110011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-13T00:00:002011-08-29T00:00:00
- EUROSTAR
- 16:54:00
-
-
+ EUROSTAR
+ 16:54:00
+
+
+
+
+
-
+
-
+
@@ -1148,42 +1297,40 @@
-
- 2011-02-13T00:00:00
- 2011-08-29T00:00:00
- 111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-27T00:00:00
- EUROSTAR
- 14:25:00
-
-
+ EUROSTAR
+ 14:25:00
+
+
+
+
+
-
+
-
+
-
+
@@ -1193,7 +1340,7 @@
false
-
+
@@ -1201,28 +1348,26 @@
-
- 2011-02-12T00:00:00
- 2011-08-27T00:00:00
- 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-07-04T00:00:002011-08-27T00:00:00
- EUROSTAR
- 13:12:00
-
-
+ EUROSTAR
+ 13:12:00
+
+
+
+
+
-
+
@@ -1232,14 +1377,14 @@
true
-
+
-
+
@@ -1247,28 +1392,26 @@
-
- 2011-07-04T00:00:00
- 2011-08-27T00:00:00
- 1111110111111011111101111110111111011111101111110111111
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-07-02T00:00:00
- EUROSTAR
- 13:12:00
-
-
+ EUROSTAR
+ 13:12:00
+
+
+
+
+
-
+
@@ -1278,14 +1421,14 @@
true
-
+
-
+
@@ -1293,28 +1436,26 @@
-
- 2011-02-12T00:00:00
- 2011-07-02T00:00:00
- 101111110111111011111101111110111111011111101111110111111011111101111110111111001111101111110111111011111100111110111111011111101111110111111
-
-
-
+
+
-
+ 2011-02-06T00:00:002011-08-28T00:00:00
- EUROSTAR
- 12:11:00
-
-
+ EUROSTAR
+ 12:11:00
+
+
+
+
+
-
+
@@ -1324,14 +1465,14 @@
true
-
+
-
+
@@ -1339,28 +1480,26 @@
-
- 2011-02-06T00:00:00
- 2011-08-28T00:00:00
- 100000010000001000000100000010000001000000100000010000001000000100000010000001100000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-27T00:00:00
- EUROSTAR
- 11:11:00
-
-
+ EUROSTAR
+ 11:11:00
+
+
+
+
+
-
+
@@ -1370,21 +1509,21 @@
true
-
+
-
+
-
+
@@ -1392,28 +1531,26 @@
-
- 2011-02-12T00:00:00
- 2011-08-27T00:00:00
- 10111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111101111110111111011111101111110111111011111101111110111111011111101111110111111
-
-
-
+
+
-
+ 2011-02-14T00:00:002011-08-26T00:00:00
- EUROSTAR
- 08:41:00
-
-
+ EUROSTAR
+ 08:41:00
+
+
+
+
+
-
+
@@ -1423,14 +1560,14 @@
true
-
+
-
+
@@ -1438,35 +1575,33 @@
-
- 2011-02-14T00:00:00
- 2011-08-26T00:00:00
- 11111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-29T00:00:00
- EUROSTAR
- 10:02:00
-
-
+ EUROSTAR
+ 10:02:00
+
+
+
+
+
-
+
-
+
@@ -1474,28 +1609,26 @@
-
- 2011-02-12T00:00:00
- 2011-08-29T00:00:00
- 1100000110000011000001100000110000011000001100000110000011000001100000111000011100001100000110000011000001110000110000011000001100000110000011000001100000110000011000001100000110000011000001100000111
-
-
-
+
+
-
+ 2011-02-13T00:00:002011-08-29T00:00:00
- EUROSTAR
- 09:11:00
-
-
+ EUROSTAR
+ 09:11:00
+
+
+
+
+
-
+
@@ -1505,21 +1638,21 @@
true
-
+
-
+
-
+
@@ -1527,28 +1660,26 @@
-
- 2011-02-13T00:00:00
- 2011-08-29T00:00:00
- 100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-27T00:00:00
- EUROSTAR
- 09:11:00
-
-
+ EUROSTAR
+ 09:11:00
+
+
+
+
+
-
+
@@ -1558,14 +1689,14 @@
true
-
+
-
+
@@ -1573,28 +1704,26 @@
-
- 2011-02-12T00:00:00
- 2011-08-27T00:00:00
- 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-27T00:00:00
- EUROSTAR
- 08:25:00
-
-
+ EUROSTAR
+ 08:25:00
+
+
+
+
+
-
+
@@ -1604,14 +1733,14 @@
true
-
+
-
+
@@ -1619,28 +1748,26 @@
-
- 2011-02-12T00:00:00
- 2011-08-27T00:00:00
- 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-05-09T00:00:002011-08-26T00:00:00
- EUROSTAR
- 08:59:00
-
-
+ EUROSTAR
+ 08:59:00
+
+
+
+
+
-
+
@@ -1648,35 +1775,33 @@
-
- 2011-05-09T00:00:00
- 2011-08-26T00:00:00
- 11111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-05T00:00:002011-08-27T00:00:00
- EUROSTAR
- 08:58:00
-
-
+ EUROSTAR
+ 08:58:00
+
+
+
+
+
-
+
-
+
@@ -1684,35 +1809,33 @@
-
- 2011-02-05T00:00:00
- 2011-08-27T00:00:00
- 100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-07-04T00:00:002011-08-26T00:00:00
- EUROSTAR
- 09:54:00
-
-
+ EUROSTAR
+ 09:54:00
+
+
+
+
+
-
+
-
+
@@ -1720,28 +1843,26 @@
-
- 2011-07-04T00:00:00
- 2011-08-26T00:00:00
- 111110011111001111100111110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-11T00:00:002011-07-01T00:00:00
- EUROSTAR
- 10:27:00
-
-
+ EUROSTAR
+ 10:27:00
+
+
+
+
+
-
+
@@ -1749,28 +1870,26 @@
-
- 2011-02-11T00:00:00
- 2011-07-01T00:00:00
- 100111110011111001111100111110011111001111100111110011111001111100111110001111000111100111110011111001111100011110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-27T00:00:00
- EUROSTAR
- 07:12:00
-
-
+ EUROSTAR
+ 07:12:00
+
+
+
+
+
-
+
@@ -1780,21 +1899,21 @@
true
-
+
-
+
-
+
@@ -1802,42 +1921,40 @@
-
- 2011-02-12T00:00:00
- 2011-08-27T00:00:00
- 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-02-11T00:00:002011-08-27T00:00:00
- EUROSTAR
- 07:24:00
-
-
+ EUROSTAR
+ 07:24:00
+
+
+
+
+
-
+
-
+
-
+
@@ -1845,28 +1962,26 @@
-
- 2011-02-11T00:00:00
- 2011-08-27T00:00:00
- 110111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111100111110111111011111101111110111111011111101111110111111011111101111110111111
-
-
-
+
+
-
+ 2011-07-04T00:00:002011-08-26T00:00:00
- EUROSTAR
- 06:33:00
-
-
+ EUROSTAR
+ 06:33:00
+
+
+
+
+
-
+
@@ -1876,7 +1991,7 @@
true
-
+
@@ -1886,21 +2001,21 @@
true
-
+
-
+
-
+
@@ -1908,28 +2023,26 @@
-
- 2011-07-04T00:00:00
- 2011-08-26T00:00:00
- 111110011111001111100111110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-11T00:00:002011-07-01T00:00:00
- EUROSTAR
- 06:33:00
-
-
+ EUROSTAR
+ 06:33:00
+
+
+
+
+
-
+
@@ -1939,7 +2052,7 @@
true
-
+
@@ -1949,21 +2062,21 @@
true
-
+
-
+
-
+
@@ -1971,12 +2084,7 @@
-
- 2011-02-11T00:00:00
- 2011-07-01T00:00:00
- 100111110011111001111100111110011111001111100111110011111001111100111110001111000111100111110011111001111100011110011111000111100111110011111
-
-
+
diff --git a/examples/standards/era_uic/Netex_Eurostar mapping_era_2.xml b/examples/standards/era_uic/Netex_Eurostar mapping_era_2.xml
index 274e15840..997a7540d 100644
--- a/examples/standards/era_uic/Netex_Eurostar mapping_era_2.xml
+++ b/examples/standards/era_uic/Netex_Eurostar mapping_era_2.xml
@@ -6,14 +6,14 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
Actual
-->
-
+2011-03-24T17:04:40.873+01:00ERA001Example for the mapping of simple timetables
-
+
-
+ taphttp://www.era.eu/codes
@@ -44,27 +44,254 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
-
-
-
+
+
+
+
+ 2011-02-07T00:00:00
+ 2011-08-26T00:00:00
+ 111110011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-11T00:00:00
+ 2011-05-06T00:00:00
+ 1001111100111110011111001111100111110011111001111100111110011111001111100011110001111
+
+
+ 2011-02-07T00:00:00
+ 2011-08-29T00:00:00
+ 000000100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
+
+
+ 2011-02-07T00:00:00
+ 2011-08-26T00:00:00
+ 111110011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
+
+
+ 2011-07-09T00:00:00
+ 2011-08-27T00:00:00
+ 10000001000000100000010000001000000100000010000001
+
+
+ 2011-02-12T00:00:00
+ 2011-07-02T00:00:00
+ 100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-02-06T00:00:00
+ 2011-08-29T00:00:00
+ 1000000100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000001100000110000011000001100000110000011000001100000111
+
+
+ 2011-02-12T00:00:00
+ 2011-08-26T00:00:00
+ 1011111101111110111111011111101111110111111011111101111110111111011111101111110011111011111101111110111111001111101111110111111011111101111110111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-13T00:00:00
+ 2011-08-29T00:00:00
+ 100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
+
+
+ 2011-02-12T00:00:00
+ 2011-08-27T00:00:00
+ 10111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111101111110111111011111101111110111111011111101111110111111011111101111110111111
+
+
+ 2011-02-11T00:00:00
+ 2011-08-29T00:00:00
+ 10111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011
+
+
+ 2011-02-11T00:00:00
+ 2011-08-29T00:00:00
+ 00100000010000001000000100000010000001000000100000000000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
+
+
+ 2011-04-03T00:00:00
+ 2011-04-03T00:00:00
+ 1
+
+
+ 2011-02-11T00:00:00
+ 2011-08-26T00:00:00
+ 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-02-11T00:00:00
+ 2011-08-25T00:00:00
+ 0001111000111100011110001111000111100011110001111000111100011110001111000011100001110001111000111100011110000111000111100011110001111000111100011110001111000111100011110001111000111100011110001111
+
+
+ 2011-02-12T00:00:00
+ 2011-08-29T00:00:00
+ 0100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
+
+
+ 2011-02-12T00:00:00
+ 2011-08-27T00:00:00
+ 10111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111101111110111111011111101111110111111011111101111110111111011111101111110111111
+
+
+ 2011-07-03T00:00:00
+ 2011-08-29T00:00:00
+ 1000000100000010000001000000100000010000001000000100000011
+
+
+ 2011-02-06T00:00:00
+ 2011-06-26T00:00:00
+ 100000010000001000000100000010000001000000100000010000000000000100000010000001100000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-04-03T00:00:00
+ 2011-04-03T00:00:00
+ 1
+
+
+ 2011-02-11T00:00:00
+ 2011-08-29T00:00:00
+ 10111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011
+
+
+ 2011-02-11T00:00:00
+ 2011-08-26T00:00:00
+ 10011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-12T00:00:00
+ 2011-08-29T00:00:00
+ 1100000110000011000001100000110000011000001100000110000011000001100000111000011100001100000110000011000001110000110000011000001100000110000011000001100000110000011000001100000110000011000001100000111
+
+
+ 2011-02-06T00:00:00
+ 2011-08-29T00:00:00
+ 1000000100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
+
+
+ 2011-02-08T00:00:00
+ 2011-08-26T00:00:00
+ 11110011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-13T00:00:00
+ 2011-08-29T00:00:00
+ 111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011
+
+
+ 2011-02-12T00:00:00
+ 2011-08-27T00:00:00
+ 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-07-04T00:00:00
+ 2011-08-27T00:00:00
+ 1111110111111011111101111110111111011111101111110111111
+
+
+ 2011-02-12T00:00:00
+ 2011-07-02T00:00:00
+ 101111110111111011111101111110111111011111101111110111111011111101111110111111001111101111110111111011111100111110111111011111101111110111111
+
+
+ 2011-02-06T00:00:00
+ 2011-08-28T00:00:00
+ 100000010000001000000100000010000001000000100000010000001000000100000010000001100000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-02-12T00:00:00
+ 2011-08-27T00:00:00
+ 10111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111101111110111111011111101111110111111011111101111110111111011111101111110111111
+
+
+ 2011-02-14T00:00:00
+ 2011-08-26T00:00:00
+ 11111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-12T00:00:00
+ 2011-08-29T00:00:00
+ 1100000110000011000001100000110000011000001100000110000011000001100000111000011100001100000110000011000001110000110000011000001100000110000011000001100000110000011000001100000110000011000001100000111
+
+
+ 2011-02-13T00:00:00
+ 2011-08-29T00:00:00
+ 100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
+
+
+ 2011-02-12T00:00:00
+ 2011-08-27T00:00:00
+ 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-02-12T00:00:00
+ 2011-08-27T00:00:00
+ 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-05-09T00:00:00
+ 2011-08-26T00:00:00
+ 11111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-05T00:00:00
+ 2011-08-27T00:00:00
+ 100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-07-04T00:00:00
+ 2011-08-26T00:00:00
+ 111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-11T00:00:00
+ 2011-07-01T00:00:00
+ 100111110011111001111100111110011111001111100111110011111001111100111110001111000111100111110011111001111100011110011111001111100111110011111
+
+
+ 2011-02-12T00:00:00
+ 2011-08-27T00:00:00
+ 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+ 2011-02-11T00:00:00
+ 2011-08-27T00:00:00
+ 110111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111100111110111111011111101111110111111011111101111110111111011111101111110111111
+
+
+ 2011-07-04T00:00:00
+ 2011-08-26T00:00:00
+ 111110011111001111100111110011111001111100111110011111
+
+
+ 2011-02-11T00:00:00
+ 2011-07-01T00:00:00
+ 100111110011111001111100111110011111001111100111110011111001111100111110001111000111100111110011111001111100011110011111000111100111110011111
+
+
+
+
+
+
-
+ 2011-02-07T00:00:002011-08-26T00:00:00EUROSTAR10:32:00
+
+
+
-
+
-
+
@@ -73,7 +300,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -83,30 +310,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-07T00:00:00
- 2011-08-26T00:00:00
- 111110011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-11T00:00:002011-05-06T00:00:00EUROSTAR09:26:00
+
+
+
-
+
-
+
@@ -116,29 +341,27 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-11T00:00:00
- 2011-05-06T00:00:00
- 1001111100111110011111001111100111110011111001111100111110011111001111100011110001111
-
-
-
+
+
-
+ 2011-02-07T00:00:002011-08-29T00:00:0012:53:00
+
+
+
-
+
-
+
@@ -147,7 +370,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -156,7 +379,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -167,7 +390,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -177,30 +400,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-07T00:00:00
- 2011-08-29T00:00:00
- 000000100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
-
-
-
+
+
-
+ 2011-02-07T00:00:002011-08-26T00:00:00EUROSTAR13:02:00
+
+
+
-
+
-
+
@@ -209,7 +430,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -220,7 +441,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -230,30 +451,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-07T00:00:00
- 2011-08-26T00:00:00
- 111110011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
-
-
-
+
+
-
+ 2011-07-09T00:00:002011-08-27T00:00:00EUROSTAR12:02:00
+
+
+
-
+
-
+
@@ -262,7 +481,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -273,7 +492,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -283,30 +502,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-07-09T00:00:00
- 2011-08-27T00:00:00
- 10000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-07-02T00:00:00EUROSTAR12:02:00
+
+
+
-
+
-
+
@@ -315,7 +532,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -325,30 +542,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-12T00:00:00
- 2011-07-02T00:00:00
- 100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-02-06T00:00:002011-08-29T00:00:00EUROSTAR21:02:00
+
+
+
-
+
-
+
@@ -357,7 +572,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -368,7 +583,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -378,30 +593,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-06T00:00:00
- 2011-08-29T00:00:00
- 1000000100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000001100000110000011000001100000110000011000001100000111
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-26T00:00:00EUROSTAR20:32:00
+
+
+
-
+
-
+
@@ -410,7 +623,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -421,7 +634,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -431,30 +644,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-12T00:00:00
- 2011-08-26T00:00:00
- 1011111101111110111111011111101111110111111011111101111110111111011111101111110011111011111101111110111111001111101111110111111011111101111110111110011111001111100111110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-13T00:00:002011-08-29T00:00:00EUROSTAR21:29:00
+
+
+
-
+
-
+
@@ -463,7 +674,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -472,7 +683,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -482,30 +693,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-13T00:00:00
- 2011-08-29T00:00:00
- 100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-27T00:00:00EUROSTAR21:54:00
+
+
+
-
+
-
+
@@ -514,7 +723,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -524,34 +733,32 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-12T00:00:00
- 2011-08-27T00:00:00
- 10111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111101111110111111011111101111110111111011111101111110111111011111101111110111111
-
-
+
-
-
-
+
+
+
-
+ 2011-02-11T00:00:002011-08-29T00:00:00EUROSTAR19:23:00
+
+
+
-
+
-
+
@@ -560,7 +767,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -569,7 +776,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -580,7 +787,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -590,34 +797,32 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-11T00:00:00
- 2011-08-29T00:00:00
- 10111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011
-
-
+
-
-
-
+
+
+
-
+ 2011-02-11T00:00:002011-08-29T00:00:00EUROSTAR18:53:00
+
+
+
-
+
-
+
@@ -628,7 +833,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -637,7 +842,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -647,34 +852,32 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-11T00:00:00
- 2011-08-29T00:00:00
- 00100000010000001000000100000010000001000000100000000000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
-
-
+
-
-
-
+
+
+
-
+ 2011-04-03T00:00:002011-04-03T00:00:00EUROSTAR20:51:00
+
+
+
-
+
-
+
@@ -683,7 +886,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -693,34 +896,32 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-04-03T00:00:00
- 2011-04-03T00:00:00
- 1
-
-
+
-
-
-
+
+
+
-
+ 2011-02-11T00:00:002011-08-26T00:00:00EUROSTAR20:29:00
+
+
+
-
+
-
+
@@ -729,7 +930,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -739,34 +940,32 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-11T00:00:00
- 2011-08-26T00:00:00
- 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
+
-
-
-
+
+
+
-
+ 2011-02-11T00:00:002011-08-25T00:00:00EUROSTAR20:29:00
+
+
+
-
+
-
+
@@ -775,7 +974,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -784,7 +983,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -794,34 +993,32 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-11T00:00:00
- 2011-08-25T00:00:00
- 0001111000111100011110001111000111100011110001111000111100011110001111000011100001110001111000111100011110000111000111100011110001111000111100011110001111000111100011110001111000111100011110001111
-
-
+
-
-
-
+
+
+
-
+ 2011-02-12T00:00:002011-08-29T00:00:00EUROSTAR18:32:00
+
+
+
-
+
-
+
@@ -830,7 +1027,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -841,7 +1038,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -851,34 +1048,32 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-12T00:00:00
- 2011-08-29T00:00:00
- 0100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
-
-
+
-
-
-
+
+
+
-
+ 2011-02-12T00:00:002011-08-27T00:00:00EUROSTAR18:32:00
+
+
+
-
+
-
+
@@ -887,7 +1082,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -898,7 +1093,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -908,34 +1103,32 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-12T00:00:00
- 2011-08-27T00:00:00
- 10111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111101111110111111011111101111110111111011111101111110111111011111101111110111111
-
-
+
-
-
-
+
+
+
-
+ 2011-07-03T00:00:002011-08-29T00:00:00EUROSTAR17:25:00
+
+
+
-
+
-
+
@@ -944,7 +1137,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -953,7 +1146,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -964,7 +1157,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -974,34 +1167,32 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-07-03T00:00:00
- 2011-08-29T00:00:00
- 1000000100000010000001000000100000010000001000000100000011
-
-
+
-
-
-
+
+
+
-
+ 2011-02-06T00:00:002011-06-26T00:00:00EUROSTAR17:25:00
+
+
+
-
+
-
+
@@ -1010,7 +1201,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1019,7 +1210,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1030,7 +1221,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1040,34 +1231,32 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-06T00:00:00
- 2011-06-26T00:00:00
- 100000010000001000000100000010000001000000100000010000000000000100000010000001100000100000010000001000000100000010000001000000100000010000001
-
-
+
-
-
-
+
+
+
-
+ 2011-04-03T00:00:002011-04-03T00:00:00EUROSTAR17:25:00
+
+
+
-
+
-
+
@@ -1076,7 +1265,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1085,7 +1274,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1095,34 +1284,32 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-04-03T00:00:00
- 2011-04-03T00:00:00
- 1
-
-
+
-
-
-
+
+
+
-
+ 2011-02-11T00:00:002011-08-29T00:00:00EUROSTAR19:24:00
+
+
+
-
+
-
+
@@ -1131,7 +1318,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1141,34 +1328,32 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-11T00:00:00
- 2011-08-29T00:00:00
- 10111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011
-
-
+
-
-
-
+
+
+
-
+ 2011-02-11T00:00:002011-08-26T00:00:00EUROSTAR16:32:00
+
+
+
-
+
-
+
@@ -1177,7 +1362,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1188,7 +1373,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1198,34 +1383,32 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-11T00:00:00
- 2011-08-26T00:00:00
- 10011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
-
-
+
-
-
-
+
+
+
-
+ 2011-02-12T00:00:002011-08-29T00:00:00EUROSTAR17:59:00
+
+
+
-
+
-
+
@@ -1234,7 +1417,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1243,7 +1426,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1253,34 +1436,32 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-12T00:00:00
- 2011-08-29T00:00:00
- 1100000110000011000001100000110000011000001100000110000011000001100000111000011100001100000110000011000001110000110000011000001100000110000011000001100000110000011000001100000110000011000001100000111
-
-
+
-
-
-
+
+
+
-
+ 2011-02-06T00:00:002011-08-29T00:00:00EUROSTAR15:32:00
+
+
+
-
+
-
+
@@ -1289,7 +1470,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1299,37 +1480,32 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-06T00:00:00
- 2011-08-29T00:00:00
- 1000000100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
-
-
+
-
-
-
+
+
+
-
+ 2011-02-08T00:00:002011-08-26T00:00:00EUROSTAR15:02:00
-
+
+
+
-
+
-
+
@@ -1338,7 +1514,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1348,30 +1524,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-08T00:00:00
- 2011-08-26T00:00:00
- 11110011111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-13T00:00:002011-08-29T00:00:00EUROSTAR16:54:00
+
+
+
-
+
-
+
@@ -1380,7 +1554,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1390,30 +1564,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-13T00:00:00
- 2011-08-29T00:00:00
- 111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011111101111110111111011
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-27T00:00:00EUROSTAR14:25:00
+
+
+
-
+
-
+
@@ -1422,7 +1594,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1431,7 +1603,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1442,7 +1614,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1452,30 +1624,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-12T00:00:00
- 2011-08-27T00:00:00
- 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-07-04T00:00:002011-08-27T00:00:00EUROSTAR13:12:00
+
+
+
-
+
-
+
@@ -1486,7 +1656,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1495,7 +1665,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1505,30 +1675,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-07-04T00:00:00
- 2011-08-27T00:00:00
- 1111110111111011111101111110111111011111101111110111111
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-07-02T00:00:00EUROSTAR13:12:00
+
+
+
-
+
-
+
@@ -1539,7 +1707,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1548,7 +1716,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1558,30 +1726,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-12T00:00:00
- 2011-07-02T00:00:00
- 101111110111111011111101111110111111011111101111110111111011111101111110111111001111101111110111111011111100111110111111011111101111110111111
-
-
-
+
+
-
+ 2011-02-06T00:00:002011-08-28T00:00:00EUROSTAR12:11:00
+
+
+
-
+
-
+
@@ -1592,7 +1758,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1601,7 +1767,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1611,30 +1777,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-06T00:00:00
- 2011-08-28T00:00:00
- 100000010000001000000100000010000001000000100000010000001000000100000010000001100000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-27T00:00:00EUROSTAR11:11:00
+
+
+
-
+
-
+
@@ -1645,7 +1809,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1654,7 +1818,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1663,7 +1827,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1673,30 +1837,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-12T00:00:00
- 2011-08-27T00:00:00
- 10111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111101111110111111011111101111110111111011111101111110111111011111101111110111111
-
-
-
+
+
-
+ 2011-02-14T00:00:002011-08-26T00:00:00EUROSTAR08:41:00
+
+
+
-
+
-
+
@@ -1707,7 +1869,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1716,7 +1878,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1726,30 +1888,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-14T00:00:00
- 2011-08-26T00:00:00
- 11111001111100111110011111001111100111110011111001111100111110011111000111100011110011111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-29T00:00:00EUROSTAR10:02:00
+
+
+
-
+
-
+
@@ -1758,7 +1918,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1768,30 +1928,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-12T00:00:00
- 2011-08-29T00:00:00
- 1100000110000011000001100000110000011000001100000110000011000001100000111000011100001100000110000011000001110000110000011000001100000110000011000001100000110000011000001100000110000011000001100000111
-
-
-
+
+
-
+ 2011-02-13T00:00:002011-08-29T00:00:00EUROSTAR09:11:00
+
+
+
-
+
-
+
@@ -1802,7 +1960,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1811,7 +1969,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1820,7 +1978,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1830,30 +1988,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-13T00:00:00
- 2011-08-29T00:00:00
- 100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-27T00:00:00EUROSTAR09:11:00
+
+
+
-
+
-
+
@@ -1864,7 +2020,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1873,7 +2029,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1883,30 +2039,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-12T00:00:00
- 2011-08-27T00:00:00
- 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-27T00:00:00EUROSTAR08:25:00
+
+
+
-
+
-
+
@@ -1917,7 +2071,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1926,7 +2080,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -1936,30 +2090,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-12T00:00:00
- 2011-08-27T00:00:00
- 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-05-09T00:00:002011-08-26T00:00:00EUROSTAR08:59:00
+
+
+
-
+
-
+
@@ -1969,30 +2121,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-05-09T00:00:00
- 2011-08-26T00:00:00
- 11111001111100111110001111001111100111110011111001111100111110011111001111100111110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-05T00:00:002011-08-27T00:00:00EUROSTAR08:58:00
+
+
+
-
+
-
+
@@ -2001,7 +2151,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -2011,30 +2161,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-05T00:00:00
- 2011-08-27T00:00:00
- 100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-07-04T00:00:002011-08-26T00:00:00EUROSTAR09:54:00
+
+
+
-
+
-
+
@@ -2043,7 +2191,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -2053,30 +2201,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-07-04T00:00:00
- 2011-08-26T00:00:00
- 111110011111001111100111110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-11T00:00:002011-07-01T00:00:00EUROSTAR10:27:00
+
+
+
-
+
-
+
@@ -2086,30 +2232,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-11T00:00:00
- 2011-07-01T00:00:00
- 100111110011111001111100111110011111001111100111110011111001111100111110001111000111100111110011111001111100011110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-12T00:00:002011-08-27T00:00:00EUROSTAR07:12:00
+
+
+
-
+
-
+
@@ -2120,7 +2264,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -2129,7 +2273,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -2138,7 +2282,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -2148,30 +2292,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-12T00:00:00
- 2011-08-27T00:00:00
- 10000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
-
+
+
-
+ 2011-02-11T00:00:002011-08-27T00:00:00EUROSTAR07:24:00
+
+
+
-
+
-
+
@@ -2180,7 +2322,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -2189,7 +2331,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -2199,30 +2341,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-11T00:00:00
- 2011-08-27T00:00:00
- 110111111011111101111110111111011111101111110111111011111101111110111111001111100111110111111011111101111110011111011111100111110111111011111101111110111111011111101111110111111011111101111110111111
-
-
-
+
+
-
+ 2011-07-04T00:00:002011-08-26T00:00:00EUROSTAR06:33:00
+
+
+
-
+
-
+
@@ -2233,7 +2373,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -2244,7 +2384,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -2253,7 +2393,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -2262,7 +2402,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -2272,30 +2412,28 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-07-04T00:00:00
- 2011-08-26T00:00:00
- 111110011111001111100111110011111001111100111110011111
-
-
-
+
+
-
+ 2011-02-11T00:00:002011-07-01T00:00:00EUROSTAR06:33:00
+
+
+
-
+
-
+
@@ -2306,7 +2444,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -2317,7 +2455,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -2326,7 +2464,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -2335,7 +2473,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
+
@@ -2345,12 +2483,7 @@ Provided by Stefan Jugtelt era (C) NeTEx 2011
-
- 2011-02-11T00:00:00
- 2011-07-01T00:00:00
- 100111110011111001111100111110011111001111100111110011111001111100111110001111000111100111110011111001111100011110011111000111100111110011111
-
-
+
diff --git a/examples/standards/era_uic/Netex_era_uic_calendar.xml b/examples/standards/era_uic/Netex_era_uic_calendar.xml
index f913048b7..07008b9a7 100644
--- a/examples/standards/era_uic/Netex_era_uic_calendar.xml
+++ b/examples/standards/era_uic/Netex_era_uic_calendar.xml
@@ -51,7 +51,7 @@ This example shows the usage of Operating calendars with reference to it from th
- Operation
+ operation
@@ -80,8 +80,11 @@ This example shows the usage of Operating calendars with reference to it from th
rail
-
+ EUROSTAR
+
+
+ 9121rail
@@ -125,8 +128,7 @@ This example shows the usage of Operating calendars with reference to it from th
-
-
+
diff --git a/examples/standards/era_uic/Netex_era_uic_joiningsplitting.xml b/examples/standards/era_uic/Netex_era_uic_joiningsplitting.xml
index 19dfb315c..0573b38f9 100644
--- a/examples/standards/era_uic/Netex_era_uic_joiningsplitting.xml
+++ b/examples/standards/era_uic/Netex_era_uic_joiningsplitting.xml
@@ -54,12 +54,36 @@ This example shows the usage of coupled journeys, footnodes and two directions f
- Operation
+ operation
+
+
+
+ 2009-03-21T00:00:00
+ 2009-03-22T00:00:00
+ 11
+
+
+ 2008-12-15T00:00:00
+ 2009-06-13T00:00:00
+ 1111111111111111111111111111111111111111111111111111111111111111111111111110011111111111111111111111111111111111111111011111111111111111111111111111111100111111111111111111111111111
+
+
+ 2008-12-14T00:00:00
+ 2009-12-12T00:00:00
+ 1111111111111111111111111111111111111111111111111111111111111111111111111110001111111111111111110011111001111111111100001111111111100111000010111111111100111111111111000011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+
+
+ 2008-12-14T00:00:00
+ 2009-12-12T00:00:00
+ 1111111111111111111111111111111111111111111111111111111111111111111111111110001111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+
+
+
@@ -147,7 +171,7 @@ This example shows the usage of coupled journeys, footnodes and two directions f
-
+ Phoenix
@@ -157,6 +181,9 @@ This example shows the usage of coupled journeys, footnodes and two directions f
tap:FootNode_0084457_2009-03-21/2009-03-22_2
+
+
+ 457rail
@@ -515,13 +542,11 @@ This example shows the usage of coupled journeys, footnodes and two directions f
cyclesAllowedWithReservation
-
- 2009-03-21T00:00:00
- 2009-03-22T00:00:00
- 11
-
-
-
+
+
+
+
+ 60457rail
@@ -640,14 +665,12 @@ This example shows the usage of coupled journeys, footnodes and two directions f
seating
-
- 2008-12-15T00:00:00
- 2009-06-13T00:00:00
- 1111111111111111111111111111111111111111111111111111111111111111111111111110011111111111111111111111111111111111111111011111111111111111111111111111111100111111111111111111111111111
-
-
-
+
+ Phoenix
+
+
+ 456rail
@@ -1039,14 +1062,12 @@ This example shows the usage of coupled journeys, footnodes and two directions f
doubleSleeper
-
- 2008-12-14T00:00:00
- 2009-12-12T00:00:00
- 1111111111111111111111111111111111111111111111111111111111111111111111111110001111111111111111110011111001111111111100001111111111100111000010111111111100111111111111000011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
-
-
-
+
+ Kopernikus
+
+
+ 60456rail
@@ -1167,12 +1188,7 @@ This example shows the usage of coupled journeys, footnodes and two directions f
seating
-
- 2008-12-14T00:00:00
- 2009-12-12T00:00:00
- 1111111111111111111111111111111111111111111111111111111111111111111111111110001111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
-
-
+
diff --git a/examples/standards/era_uic/Netex_era_uic_simplepark(Disneyland).xml b/examples/standards/era_uic/Netex_era_uic_simplepark(Disneyland).xml
index d8ad04b55..29cc0263c 100644
--- a/examples/standards/era_uic/Netex_era_uic_simplepark(Disneyland).xml
+++ b/examples/standards/era_uic/Netex_era_uic_simplepark(Disneyland).xml
@@ -133,7 +133,7 @@ A COMPOSITE FRAME IS used for grouping the other frames.
-
+ EURODISNEY to MARNE LA VALLEE CHESSY SNCF500
@@ -142,8 +142,8 @@ A COMPOSITE FRAME IS used for grouping the other frames.
-
-
+
+ EURODISNEY to MARNE LA VALLEE CHESSY500
@@ -152,7 +152,7 @@ A COMPOSITE FRAME IS used for grouping the other frames.
-
+
diff --git a/examples/standards/era_uic/Netex_era_uic_simpletimetable.xml b/examples/standards/era_uic/Netex_era_uic_simpletimetable.xml
index 570d133c0..6a736c2cd 100644
--- a/examples/standards/era_uic/Netex_era_uic_simpletimetable.xml
+++ b/examples/standards/era_uic/Netex_era_uic_simpletimetable.xml
@@ -28,6 +28,15 @@ NeTEx - Example for a simple timetable, generated from TAP TSI timetable data
+
+
+
+ 2011-02-07T00:00:00
+ 2011-08-29T00:00:00
+ 000000100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
+
+
+
@@ -47,7 +56,7 @@ NeTEx - Example for a simple timetable, generated from TAP TSI timetable data
- Operation
+ operation
@@ -86,8 +95,11 @@ NeTEx - Example for a simple timetable, generated from TAP TSI timetable data
-
+ EUROSTAR
+
+
+ 9129rail
@@ -159,12 +171,7 @@ NeTEx - Example for a simple timetable, generated from TAP TSI timetable data
premiumClass businessClass secondClass
-
- 2011-02-07T00:00:00
- 2011-08-29T00:00:00
- 000000100000010000001000000100000010000001000000100000010000001000000100000011000001100000100000010000001000000110000010000001000000100000010000001000000100000010000001000000100000010000001000000100000011
-
-
+
diff --git a/examples/standards/era_uic/Netex_era_uic_timetable_hack_01.xml b/examples/standards/era_uic/Netex_era_uic_timetable_hack_01.xml
index 6dcb17fa2..c157cb72d 100644
--- a/examples/standards/era_uic/Netex_era_uic_timetable_hack_01.xml
+++ b/examples/standards/era_uic/Netex_era_uic_timetable_hack_01.xml
@@ -90,6 +90,18 @@ Assumes there is not a common calendar but rather specific days
+
+
+ 2006-11-04T12:00:00
+ 2006-07-30T12:00:00
+ 11111001111101
+
+
+ 2006-11-04T12:00:00
+ 2006-11-04T12:00:00
+ 1
+
+
@@ -105,8 +117,11 @@ Assumes there is not a common calendar but rather specific days
rail
-
+ 11:45:00Z
+
+
+ Swedish Railways
@@ -139,7 +154,7 @@ Assumes there is not a common calendar but rather specific days
-
+
text for stop
@@ -159,18 +174,16 @@ Assumes there is not a common calendar but rather specific days
-
+
-
- 2006-11-04T12:00:00
- 2006-11-04T12:00:00
- 1
-
-
-
+
+ 15:26:00Z
+
+
+
@@ -208,18 +221,13 @@ Assumes there is not a common calendar but rather specific days
-
+
-
- 2006-11-04T12:00:00
- 2006-07-30T12:00:00
- 11111001111101
-
-
+
diff --git a/examples/standards/fxc/FX-PI-01_ParisExample.xml b/examples/standards/fxc/FX-PI-01_ParisExample.xml
new file mode 100644
index 000000000..bdebcabd9
--- /dev/null
+++ b/examples/standards/fxc/FX-PI-01_ParisExample.xml
@@ -0,0 +1,2798 @@
+
+
+
+
+ 2024-01-30T09:30:47.0Z
+ SYS003
+
+
+ 2024-01-30T09:30:47.0Z
+ SYS002
+ Request for AMSY bus pass fares
+
+ P3M
+ Example of simple zonal pass fares.
+
+
+
+
+ 2024-01-30T09:30:47.0Z
+ 2030-01-30T09:30:47.0Z
+
+ Paris t+ for metro/bus/tram - Fares Example
+
+
+
+ idfm
+ https://www.iledefrance-mobilites.fr
+ Île-de-France Mobilités data.
+
+
+ tsln
+ https://www.transilien.fr
+ Transilien data.
+
+
+ ratp
+ https://www.ratp.fr/
+ RATP data.
+
+
+ sncf
+ https://www.sncf.fr/
+ SNCF data.
+
+
+ transdev
+ https://www.transdev.com/
+ Transdev data.
+
+
+
+
+
+
+
+
+
+ Operator specific common resources
+
+
+
+ feedback@www.iledefrance-mobilites.fr
+
+
+
+
+
+ Operator tariff data
+
+
+ creates
+ fareManagement
+
+
+
+
+
+ Operator Network data
+
+
+ creates
+ planning
+
+
+
+
+
+
+
+
+
+ Full fare
+
+
+ Half fare
+
+
+
+
+
+
+
+ IDFM
+ Île-de-France Mobilités
+ bus
+
+ contact@www.iledefrance-mobilites.fr
+ +33 1 47 53 28 00
+ https://www.iledefrance-mobilites.fr/en/contact-us
+
+
+
+
+ RER
+ Funiculaire de Montmartre
+
+
+
+ Transilien
+ Transilien
+ bus
+
+
+
+
+ Île-de-France Mobilités network
+
+
+
+
+
+
+
+ Isle de France Network
+
+
+ Express trams
+ Exluded from t+ fares
+
+
+
+
+
+ tram
+
+ regionalTram
+
+ tariff
+
+
+
+
+
+ Funiculaire de Montmartre
+ funicular
+ local
+
+
+ OrlyBus: Paris Denfert-Rochereau to Orly
+ bus
+
+ airportLinkBus
+
+ OrlyBus
+
+ express
+ beforeBoardingOnly
+
+
+ RoissyBus: Paris Opera to Roissy Charles de Gaulle Airport.
+ bus
+
+ airportLinkBus
+
+ RoissyBus
+
+ express
+ beforeBoardingOnly
+
+
+ ExpressTram line T11
+ tram
+
+ regionalTram
+
+ T11
+
+ express
+
+
+ ExpressTram line T12
+ tram
+
+ regionalTram
+
+ T12
+
+ express
+
+
+ Express Tram line T13
+ tram
+
+ regionalTram
+
+ T13
+
+ express
+
+
+
+
+ Paris central zone
+ Zone on which t+ is valid on RER
+
+
+
+
+ Noctilien network
+
+
+
+
+
+
+
+
+ The Noctilien night bus lines operate from 00:30 a.m. to about 5:30 a.m.
+ true
+
+
+ 00:30:00
+ 05:30:00
+
+
+
+
+
+ Noctilien
+ Noctilien offers a real night bus network in Ile-de-France. In total, the 48 night bus routes mean that Ile-de-France residents can travel easily at night throughout the region:
+
+- Two lines within Paris, one in each direction (N01, N02), connect the four major bus transfer stations at the main train stations (Gare de Lyon, Gare de l'Est, Gare Saint-Lazare and Gare Montparnasse) as well as the major centres for nightlife (Champs-Elysées, Saint-Germain-des-Prés, Bastille, Pigalle, etc.). Routes N01 and N02 are suitable for people with reduced mobility, access will be progressive expanded to other routes.
+
+- Thirty-seven routes leave from Paris to the inner and outer suburbs, from the five bus transfer stations located in central Paris (Gare Saint-Lazare, Gare de l'Est, Châtelet, Gare de Lyon, Gare Montparnasse);
+
+- Eight suburb-to-suburb routes. These routes provide express and semi-express services from Paris to the inner and outer suburbs;
+
+- One route (N73) in the inner suburbs, which follows part of the TVM route between Saint-Maur Créteil and Bourg la Reine via Rungis Marché International. This route is suitable for people with reduced mobility.
+
+ https://www.iledefrance-mobilites.fr/en/the-network/mobility-services/bus/noctilien-night-buses
+
+
+
+
+
+
+ bus
+
+ nightBus
+
+ tariff
+
+
+ Noctilien - lines wwth normal fares
+ SoLines with Nxx format are charged one zone - one t+
+
+
+
+
+
+
+
+
+ bus
+
+ nightBus
+
+ tariff
+
+
+ Noctilien - lines wwth double fares
+ Lines with Nxxx format are charged zone - two one t+
+
+
+
+
+
+
+
+
+
+ bus
+
+ nightBus
+
+ tariff
+
+
+ Noctilien SMS fares - long distance bus routes
+ Some Night bus network routes have a special high sms fare N122 and N153
+
+
+
+
+ bus
+
+ nightBus
+
+ tariff
+
+
+
+
+
+ Night bus: Gare de l'Est to Charles de Gaulle
+ bus
+
+ nightBus
+
+ https://www.ratp.fr/en/plans-lignes/noctilien/N140
+ N140
+
+ express
+
+
+ Night bus: Gare de l'Est to Charles de Gaulle
+ bus
+
+ nightBus
+
+ https://www.ratp.fr/en/plans-lignes/noctilien/N143
+ N143">
+
+ express
+
+
+ Night bus: Gare de Saint-Rémy-Lès-Chevreuse to Châtelet
+ bus
+
+ nightBus
+
+ https://www.ratp.fr/en/plans-lignes/noctilien/N122
+ N122">
+
+ urban
+
+
+ Night bus: Gare St-Lazare to Saint-Germain-en-Laye RER
+ bus
+
+ nightBus
+
+ https://www.ratp.fr/en/plans-lignes/noctilien/N153
+ N153">
+
+ urban
+
+
+
+
+
+ Noctilien zone 1
+ 1
+
+ ring
+
+
+
+
+
+ Noctilien zone 2
+ 2
+
+ ring
+
+
+
+
+
+
+ Noctilien zone 3
+ 3
+
+ ring
+
+
+
+
+
+
+ Noctilien zone 4
+ 4
+
+ ring
+
+
+
+
+
+
+ Noctilien zone 5
+ 5
+
+ ring
+
+
+
+
+
+
+
+
+ Paris example -Platforms fro e products: navigo smartcard product and IDFM mobile app
+
+
+
+
+
+
+
+
+ Navigo smartcard
+ https://www.iledefrance-mobilites.fr/en/tickets-fares/media/navigo-travel-card
+
+ flat
+ true
+ true
+ true
+ true
+ false
+
+
+
+
+ AND
+
+
+ Can be used for the Île-de-France Mobilités t+ ticket on smartcard
+
+
+
+
+
+
+ travelCard
+
+
+ Île-de-France Mobilités mobile app
+ https://www.iledefrance-mobilites.fr/en/tickets-fares/media/smartphone
+
+ https://apps.apple.com/us/app/%C3%AEle-de-france-mobilit%C3%A9s/id484527651
+ https://play.google.com/store/apps/details?id=com.applidium.vianavigo
+
+
+ free
+ false
+ true
+ false
+ true
+ true
+ true
+
+
+
+
+ AND
+
+
+ Can be used for the the Île-de-France Mobilités t+ ticket
+
+
+
+
+
+
+ travelCard
+
+
+
+
+
+ Ticket machine at stop on board
+ debitCard creditCard epayDevice cash
+
+
+ Ticket Officer
+ debitCard creditCard cash cheque bankTransfer epayDevice
+
+
+ Third party Retailer
+ debitCard creditCard cash epayDevice
+
+
+ cardsOnly epayAccount
+
+
+ Pay conductor on board
+ debitCard creditCard cash
+
+
+ Client : désigne l’acheteur d’un TAB-SMS par envoi d’une demande de titre de
+transport au numéro court 93100 ou 93800 par SMS depuis son téléphone mobile, ou
+l’utilisateur d’un TAB-SMS qui lui est propre obtenu par le téléphone d’un autre usager
+avec lequel il voyage conjointement ;
+ sms
+
+
+ Client : désigne l’acheteur d’un TAB-SMS par envoi d’une demande de titre de
+transport au numéro court 93100 ou 93800 par SMS depuis son téléphone mobile, ou
+l’utilisateur d’un TAB-SMS qui lui est propre obtenu par le téléphone d’un autre usager
+avec lequel il voyage conjointement ;
+ sms
+
+
+
+
+ ticketMachine
+
+
+ agent
+
+
+ mobileApp
+
+
+ Sms service
+ sms
+
+
+ conductor
+
+
+ post
+
+
+
+
+ Paper ticket with magnetic strip
+ false
+ magneticStrip
+
+
+ Navigo Smart card
+ true
+ magneticStrip nfc
+
+
+ Mobile app
+ false
+ nfc
+
+
+ SMS text message
+ false
+ ocr
+
+
+
+
+
+
+ t+ ticket - paper
+ Must reside or work in Paris area to get a Navigo residents card
+ https://www.iledefrance-mobilites.fr/en/tickets-fares/media/navigo-travel-card
+
+ free
+ true
+ true
+ true
+ true
+ true
+ true
+
+
+
+
+ AND
+
+
+ Must reside or work in Isle de France area
+
+
+ true
+
+ live
+
+
+ true
+
+ work
+
+
+ true
+
+ study
+
+
+
+
+
+
+
+
+ Online
+ The Navigo Travel Card can be obtained: online from the "Order a Navigo card" section. You will need a photo to upload or take a photo during the online ordering process. You can have it posted to you
+
+
+
+
+ Online
+ The Navigo Travel Card can be obtained: online from the "Order a Navigo card" section. You will need a photo to upload or take a photo during the online ordering process. You can collect it from a ticket office
+
+
+
+
+ ticket office
+ The Navigo Travel Card can be obtained:at any time in a ticket or sales office. You will need proof of identity and proof of residence). The photo will be taken by staff;
+
+
+
+
+ ticket office
+ The Navigo Travel Card can be obtained: - by post with the Agence Navigo by sending a completed Navigo Travel Card application form (available at Navigo sales offices, ticket offices or customer service offices.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ t+ ticket - paper
+ https://www.iledefrance-mobilites.fr/en/tickets-fares/media/navigo-travel-card
+
+ flat
+ true
+ true
+ false
+ false
+ true
+ true
+
+
+
+ ticket office
+ Go to a ticket office to get your Navigo Easy Travel Card.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Paris example - t+ flat fare product
+
+
+
+
+
+
+
+
+
+
+
+ Noctilien Unit Zone
+ Noctilien trips are priced in terms of unit zones with the same price as a t+ trip
+ 1
+
+
+
+
+ t+
+ How does it work ?
+The t+ Ticket allows you to travel on metro lines, RER lines (zone 3), Île-de-France bus lines (except Orlybus and Roissybus), Tramway lines (except T11, T12 and T13) and the Funiculaire de Montmartre.
+
+The following connections are possible:
+(No connection possible between metro/RER and bus)
+
+Metro - Metro for 90 minutes hours from validation;
+Metro - RER and RER - RER within Paris, for 90 minutes hours between the first and last validation;
+Bus - Bus (including transfers between the RATP and OPTILE networks), for 90 minutes between the first and last validation;
+Bus - Tram and Tram - Tram, for 90 minutes between the first and last validation.
+ flat
+
+
+ Bus / Tram Duration
+ SMS bus ticket buys a single 60 minute ride
+ https://www.iledefrance-mobilites.fr/en/tickets-fares/detail/on-board-ticket
+ PT60M
+
+
+ Bus / Tram Trip Duration
+ In the bus network, tickets are valid for 90 minutes between the first and last validation, including one or several transfers. T+ tickets must be validated each time you board a bus or tram.
+ With a smart card or mobile app ticket In the metro and RER, tickets are valid for 90 minutes for a single, one-way trip, which might include transfers. It cannot be used for several different trips within this time period.
+ https://www.ratp.fr/en/how-long-are-metro-rer-or-bus-tickets-valid
+ PT90M
+
+
+ Metro / RER Trip Duration
+ With a paper ticket In the metro and RER, tickets are valid for two hours for a single, one-way trip, which might include transfers. It cannot be used for several different trips within this time period.
+ https://www.ratp.fr/en/how-long-are-metro-rer-or-bus-tickets-valid
+ PT120M
+
+
+
+
+ Access rights Bus Tram
+ Bus/Tram can be used for 90 minutes (between first and last validation), OR the Metro/RER can be used for 90 minutes [eticket] / 120 minutes [paper ticket] (you need to exit the network before 90 minutes after the first validation)
+
+
+
+ XOR
+
+
+ Can use Metro and local train (RER) and connect from one to the other
+ In the metro and RER, tickets are valid for 90 minute on eticket or 120 mins paper ticket for a single, one-way trip, which might include transfers. It cannot be used for several different trips within this time period.
+
+
+
+ Metro - Metro for 90 minutes hours from validation;
+Metro - RER and RER - RER within Paris, for 90 minutes hours between the first and last validation;
+
+ singleTrip
+ activation
+ standardDuration
+ useOfValidator
+
+
+ Return trips or a break in your journey on the same bus or tram route are not allowed with the same Ticket t+.
+ true
+ false
+
+
+ One way trip
+ single
+
+
+ OR
+
+
+ Valid for Metro any zone
+ AND
+
+ metro
+
+
+
+
+
+ Valid for RER central zone only
+ AND
+
+ rail
+
+ local
+
+
+
+
+
+
+
+
+
+ In the bus network, tickets are valid for 90 minutes between the first and last validation, including one or several transfers. T+ tickets must be validated each time you board a bus or tram.
+
+See https://www.iledefrance-mobilites.fr/en/tickets-fares/detail/ticket-t
+A single Ticket t+ is valid from end to end of a bus route (with the exception of certain regular routes, see below).
+You can connect between bus and tram for 90 minutes between the first and last validation.
+Please note: the t+ ticket is not accepted on express trams
+Return trips or a break in your journey on the same bus or tram route are not allowed with the same Ticket t+.
+
+
+
+
+ You can connect between bus and tram for 90 minutes between the first and last validation.
+Bus - Bus (including transfers between the RATP and OPTILE networks), for 90 minutes between the first and last validation;
+Bus - Tram and Tram - Tram, for 90 minutes between the first and last validation.
+ singleTrip
+ activation
+ endOfTrip
+ useOfValidator
+
+
+ Return trips or a break in your journey on the same bus or tram route are not allowed with the same Ticket t+.
+ true
+ false
+
+
+ One way trip
+ single
+
+
+
+ bus tram
+
+
+ AND
+
+
+ Excluded lines
+ Please note: the t+ ticket is not accepted on express trams
+ false
+ OR
+
+
+
+
+
+
+
+
+
+ Can make a single funicular ride
+ A Ticket t+ can be used for a single trip. (The Ticket t+ does not allow for a free interchange between the Métro or bus network and the funicular.)
+
+
+
+ singleRide
+ activation
+ useOfValidator
+
+
+
+
+ funicular
+
+
+
+
+
+
+
+
+ Eligibility
+ ? Children under age 4 can travel free throughout the metro, RER, bus, and tramway networks, provided they do not occupy a seat.
+? Children under 10 can travel with reduced fare tickets: 50% discount on packs of 10 t+ tickets loaded on your Navigo Easy pass/smartphone and 50% discount on origin/destination tickets (single tickets or ticket packs)
+ https://www.ratp.fr/en/titres-et-tarifs/reduced-fares-children
+
+
+
+ XOR
+
+
+ Adult
+ 13
+
+
+ Infant
+ 3
+ free
+
+
+ Babe in arms must be with adult
+
+ 3
+
+
+
+
+ Concessionary fare
+
+ discount
+
+
+ Child
+ Children, aged 4 to under 10
+
+
+ 4
+ 9
+ discount
+
+
+ Veteran
+ Disabled veterans with a priority card issued by the prefecture of police or a disability card issued by the National Office for Veterans and War Victims, with a single or double blue or red bar, presented alone;
+ https://www.ratp.fr/en/titres-et-tarifs/t-tickets
+
+
+ 18
+ identityDocument
+ discount
+
+
+ Registered disabled
+ Blind civilians with a “social assistance for the blind and severely disabled” disability card certified “blind”, together with a travel coupon for the guide;
+ https://www.ratp.fr/en/titres-et-tarifs/t-tickets
+
+
+ identityDocument
+ discount
+
+
+ Registered disabled
+ “Large family” (Famille nombreuse) blue discount cardholders,
+ https://www.ratp.fr/en/titres-et-tarifs/t-tickets
+
+
+ identityDocument
+ discount
+
+
+ Solidarité Transport
+ Solidarité Transport discount card holders;
+ https://www.ratp.fr/en/titres-et-tarifs/t-tickets
+
+
+ identityDocument
+ discount
+
+
+
+
+
+
+ Conditions of Sale
+
+
+
+ XOR
+
+
+ NoRefund
+ Public transport regulations for the Ile-de-France region do not provide for the reimbursement of unused or partially used transportation tickets (purchased individually or in packages of 10)..
+ https://www.ratp.fr/en/i-have-unused-tickets-can-i-have-them-refunded
+ none
+
+
+
+
+
+
+
+ Noctilien - Night bus tariff
+ See https://www.iledefrance-mobilites.fr/en/tickets-fares/detail/ticket-t
+ Ticket t+
+ des lignes Noctilien, sur lesquelles les correspondances sont interdites, que le voyageur
+peut utiliser en validant un ticket t+ pour deux zones carte orange et un ticket t+ par zone
+supplementaire ; par exception, pour les trajets banlieue-banlieue via Paris, le nombre de ticket
+t+ est egal au nombre de zones traversees sans les compter deux fois
+ unitSection
+
+
+
+ Noctilien Unit Zone
+ Noctilien trips are priced in terms of unit zones with the same price as a t+ trip
+ 1
+ tariffZone
+
+
+
+
+
+ Noctilien Unit Zone - normal
+ prices are priced in terms of unit zones with the same price as t+ trip
+
+ 1
+
+
+ Noctilien Unit Zone - Double rate
+ Noctilien trips are priced in terms of unit zones with the same price as a t+ trip
+
+ 2
+
+
+
+
+ Access rights
+ One ticket for travel between the first two zones, and then one ticket for each zone crossed thereafter. Example: zones 1-2 = 1 ticket; zones 1-3 = 2 tickets.
+Each time you change buses, you must validate a new ticket. The t+ ticket is not valid for transfers between Noctilien night buses.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ t+ noctilien uses a unit zone interval consumption
+
+
+
+ singleRide
+ activation
+ endOfRide
+ useOfValidator
+
+
+ false
+ false
+
+
+ One way trip
+ single
+
+
+
+
+
+
+ bus
+
+ nightBus
+
+
+
+
+ XOR
+
+
+
+
+ Normal price
+ Normal zone rate
+
+ Noctilien line - normal
+ Regular lines charge 1 unit per zone
+
+
+
+ Any one zone
+
+
+
+ double price
+ double zone rate
+
+ Noctilien line - double
+ Some lines charge 2 unit per zone
+
+
+
+ Any one zone
+
+
+
+ Special prices for sms for certain noctilien lines
+ Special prices for sms for certain noctilien lines
+ https://www.iledefrance-mobilites.fr/medias/portail-idfm/2fb7cacc-ed42-4cc3-b2fe-b1c694954f43_CGVU+SMS+ticketing_03_2020.pdf
+
+
+
+ bus
+
+ nightBus
+
+
+
+
+
+
+
+
+
+
+ Noctilien zone 1 to zone 1
+ 1
+
+
+
+
+ Noctilien zone 1 to zone 2
+ 1
+
+
+
+
+ Noctilien zone 1 to zone 3
+ 2
+
+
+
+
+ Noctilien zone 1 to zone 4
+ 3
+
+
+
+
+ Noctilien zone 1 to zone 4
+ 4
+
+
+
+
+
+ Noctilien zone 2 to zone 2
+ 1
+
+
+
+
+ Noctilien zone 2 to zone 3
+ 1
+
+
+
+
+ Noctilien zone 2 to zone 4
+ 2
+
+
+
+
+ Noctilien zone 2 to zone 5
+ 3
+
+
+
+
+
+ Noctilien zone 3 to zone 3
+ 1
+
+
+
+
+ Noctilien zone 3 to zone 4
+ 1
+
+
+
+
+ Noctilien zone 3 to zone 5
+ 2
+
+
+
+
+
+ Noctilien zone 4 to zone 4
+ 1
+
+
+
+
+ Noctilien zone 4 to zone 5
+ 1
+
+
+
+
+
+ Noctilien zone 5 to zone 5
+ 1
+
+
+
+
+
+
+
+
+
+ t+ ticket
+ https://www.iledefrance-mobilites.fr/cgvu-ticket-t-sans-contact/
+
+ https://www.iledefrance-mobilites.fr/medias/portail-idfm/52792370-337a-4376-8bf5-83f9e2be73b6_CGU_ticket-t.pdf
+
+
+ beforeTravel
+
+
+ networkFlatFare
+ flat
+ false
+ false
+ true
+ false
+ false
+ false
+
+
+
+ Unlimited rides available for specified duration
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ singleTrip
+
+
+
+
+
+
+ t+ ticket - paper
+ https://www.iledefrance-mobilites.fr/cgvu-ticket-t-sans-contact/
+
+ networkFlatFare
+ flat
+ false
+ false
+ false
+ true
+ false
+ false
+ false
+
+
+
+ Maximum Duration for trip
+
+ XOR
+
+
+ Time limit on travel for metro rer - 120 mins for eticket
+
+ metro rail
+
+
+
+
+ Time limit on travel for bus tram - 90 mins for eticket
+
+ bus tram
+
+
+
+
+
+
+
+
+ Ticket Machine
+
+
+
+
+ Retailer
+
+
+
+
+
+
+
+
+
+
+
+
+
+ t+ ticket - paper, bus/tram purchased onboard
+ https://www.iledefrance-mobilites.fr/en/tickets-fares/detail/on-board-ticket
+
+ networkFlatFare
+ flat
+ false
+ false
+ false
+ true
+ false
+ false
+ false
+
+
+
+ Maximum Duration for trip
+
+
+
+ Single ride.
+ singleRide
+ activation
+ endOfRide
+ useOfValidator
+
+
+ Return trips or a break in your journey on the same bus or tram route are not allowed with the same Ticket t+.
+ false
+ false
+
+
+ One way trip
+ single
+
+
+
+ bus
+
+
+
+ Maximum Duration for trip
+
+
+
+
+
+
+ Onboard Purchase
+
+
+
+
+
+
+
+
+
+
+
+
+
+ t+ ticket - smartcard
+ https://www.iledefrance-mobilites.fr/cgvu-ticket-t-sans-contact/
+
+ networkFlatFare
+ flat
+ false
+ true
+ true
+ true
+
+ true
+ false
+ false
+ false
+ true
+
+
+
+ Maximu Duration for trip
+
+
+
+
+ Requires a supporting smart card to run on
+
+ OR
+
+
+ Navigo smartcard
+
+
+
+
+
+
+
+ Recharge smart card from machine
+
+
+
+
+
+
+
+
+
+
+
+
+
+ t+ ticket - Mobile app
+ https://www.iledefrance-mobilites.fr/cgvu-ticket-t-sans-contact/
+
+ networkFlatFare
+ flat
+ true
+ true
+
+ true
+ false
+ false
+ false
+ true
+
+
+
+ Maximum Duration for trip
+
+
+
+
+ Requires a supporting app
+
+ OR
+
+
+ Île-de-France Mobilités
+
+
+
+ RATP Bonjour RATP APP
+
+
+
+ Transdev mobile app
+
+
+
+ SNCF mobile app
+
+
+
+
+
+
+
+ Mobile APP app
+
+
+
+
+
+
+
+
+
+
+
+
+
+ t+ ticket - sms
+ Bus only 60 minutes, no interchanges
+ https://www.ratp.fr/en/le-titre-a-bord-sms
+
+
+
+ Mobile operators supported
+ This service is only available to customers of Bouygues Télécom, Orange, SFR or Free (this excludes limited plans).
+
+The SMS ticket is not available to customers:
+using virtual mobile network operators. These include Bell, La Poste Mobile, CIC Mobile, Auchan Telecom, NRJ Mobile, Crédit Mutuel Mobile, etc.
+most business phone plans (check with your employer);
+non-French phone operators. €2.50 plus the possible cost of sending the SMS for mobile plans that do not include unlimited SMS messages (or any SMS cost the phone operator may apply). The ticket is valid for one hour, no connections with other services are permitted.
+
+The price of the ticket will appear on your phone bill. This service is available via Bouygues, Orange, SFR and Free phone operators. In you are using a prepaid phone card, the price of the SMS ticket is taken from the remaining balance.
+
+You can only buy one ticket for each SMS sent.
+ true
+
+
+
+
+ Conditions
+ The ticket is valid for one hour, no connections with other services are permitted.
+The price of the ticket will appear on your phone bill. You can only buy one ticket for each SMS sent.
+ true
+
+
+
+
+ networkFlatFare
+ flat
+ true
+ false
+ false
+ false
+
+
+
+ Maximum Duration for trip
+
+
+
+
+ Single journey no interchanges
+
+
+
+ singleTrip
+ activation
+ endOfRide
+ useOfMobileDevice
+
+
+ false
+ false
+
+
+ One way trip
+ single
+
+
+
+ bus
+
+
+ AND
+
+
+ Excluded lines
+ false
+ OR
+
+ tram
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Paris example - t+ flat carnet of 10
+
+
+
+
+
+
+
+
+
+ t+ carnet of 10 tickets
+
+ flat
+
+
+ 10 tickets
+ https://www.ratp.fr/en/how-long-are-metro-rer-or-bus-tickets-valid
+ 10
+
+
+
+
+ Access rights
+ 10 t+ single trip tickets
+
+
+
+
+
+
+
+
+ Eligibility
+ ? Children under age 4 can travel free throughout the metro, RER, bus, and tramway networks, provided they do not occupy a seat.
+? Children under 10 can travel with reduced fare tickets: 50% discount on packs of 10 t+ tickets loaded on your Navigo Easy pass/smartphone and 50% discount on origin/destination tickets (single tickets or ticket packs)
+ https://www.ratp.fr/en/titres-et-tarifs/reduced-fares-children
+
+
+
+ XOR
+
+
+
+
+ Primary School party
+ Groups of at least 8 children and their accompanying adult traveling on school outings or extracurricular trips organized by primary schools or recreation centers hosted by these institutions. The accompanying adult must fill in a declaration on honor.
+
+ https://www.ratp.fr/en/titres-et-tarifs/t-tickets
+ 9
+
+
+
+ pupil
+ 8
+
+
+
+ teacher
+ 3
+
+
+ perPerson
+
+
+
+
+
+
+ Conditions of Sale
+
+
+
+ XOR
+
+
+ NoRefund
+ Public transport regulations for the Ile-de-France region do not provide for the reimbursement of unused or partially used transportation tickets (purchased individually or in packages of 10)..
+ https://www.ratp.fr/en/i-have-unused-tickets-can-i-have-them-refunded
+ none
+
+
+
+
+
+
+
+
+
+
+ t+ ticket carnet of ten
+ https://www.iledefrance-mobilites.fr/en/tickets-fares/detail/ticket-t
+
+ beforeTravel
+
+
+ networkFlatFare
+ flat
+ false
+ false
+ true
+ false
+ false
+
+
+
+ t+ Carnet of 10 tickets
+
+
+
+
+
+
+
+
+
+
+
+
+
+ tripCarnet
+
+
+
+
+
+ t+ ticket - paper
+ https://www.iledefrance-mobilites.fr/en/tickets-fares/detail/ticket-t
+
+ flat
+ true
+ true
+ false
+ false
+ true
+ true
+
+
+
+ Recharge smart card from machine
+
+
+
+
+
+
+
+
+
+
+
+
+
+ t+ ticket - carnet of 10 tickets
+ https://www.iledefrance-mobilites.fr/en/tickets-fares/detail/ticket-t
+
+ flat
+ false
+ false
+ false
+ false
+ true
+ true
+
+
+
+ By using Mobile app
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2024-01-30T09:30:47.0Z
+ 2025-01-30T09:30:47.0Z
+
+ Prices for fare example, using nested fare tables and specific fare price types
+ Here we use absolute prices. We include examples of how a justification of the derivation can be optionally included as RUKE STEP RESULTs.
+ DISCOUNTING RULE Concessionary fare = (Adult Fare * 50%)
+ DISCOUNTING RULE Onboard fare = (x + onboard Fee)
+ DISCOUNTING RULE Sms fare = (x + SMS Fee)
+
+
+ EUR
+
+
+
+
+
+
+
+ Euros
+ EUR
+
+
+
+
+ Concessionary discount rate for chidren etc is 50%
+ 0.5
+ true
+
+
+ Onboard purchase fee
+ Negative discount - charge 0.35 EUR for onboard purchase
+
+ -0.35
+ true
+
+
+ SMS fee
+ Negative discount - charge 0.35 EUR for sms delivery
+
+ -0.35
+ true
+
+
+
+
+ Round down to nearest 0.05 euros
+ down
+ 0.5
+
+
+
+
+
+ Navigo smart card prices
+
+
+ Navigo Resident smartcard price
+ 0.00
+
+
+
+ Navigo Easy smartcard price
+ 2.00
+
+
+
+
+
+ t+ single trip prices
+
+
+
+
+
+ t+ single trip prices Full fare
+
+
+
+
+
+
+ t+ single trip Adult paper ticket
+ 2.15
+
+
+
+ t+ single trip Adult paper ticket purchased onboard
+ 2.50
+
+
+
+ 2.15
+ +0.35
+
+
+ Onboard purchase has a 40 cent surcharge
+
+
+
+
+
+ t+ single trip Adult mobile app ticket
+ 2.15
+
+
+
+ t+ single trip Adult smartcard ticket
+ 2.15
+
+
+
+ t+ single trip Adult sms ticket
+ 2.50
+
+
+
+ 2.15
+ +0.35
+
+
+ SMS fare is normal fare + 0.35 EUR
+
+
+
+
+
+
+
+ t+ single trip child prices
+ This shows derivation of price
+
+
+
+
+
+ t+ single trip Concessionary fare paper ticket
+ 1.10
+
+
+
+ 2.50
+ 0.5
+ -1.05
+
+
+ Concessionary fare is half adult fare
+
+
+
+
+
+ t+ single trip Concessionary fare paper ticket purchased onboard
+ 1.25
+
+
+
+ 2.50
+ 0.5
+ -1.25
+
+
+ Concessionary fare is half adult fare
+
+
+
+
+
+ t+ single trip Concessionary fare mobile app ticket
+ 1.05
+
+
+
+ t+ single trip Concessionary fare smartcard ticket
+ 1.05
+
+
+
+ t+ single trip Concessionary fare sms ticket
+ 1.45
+
+
+
+ 1.05
+ +0.35
+
+
+ Concessionary fare is normal fare + 0.35 EUR
+
+
+
+
+
+
+
+
+
+ t+ noctilien single trip prices
+
+
+
+
+
+ t+ noctilien single trip prices Adult
+
+
+
+
+
+
+ t+ Noctilien 1 zone price normal
+ One ticket for travel between the first two zones, and then one ticket for each zone crossed thereafter. Example: zones 1-2 = 1 ticket; zones 1-3 = 2 tickets.Prices is same as t+ adult
+ 2.20
+ 1
+
+
+
+ t+ Noctilien 1 zone price double
+ Two tickets for travel between the first two zones, and then two tickets for each zone crossed thereafter. Example: zones 1-2 = 2 ticket; zones 1-3 = 4 tickets.Prices is same as 2 x t+ adult
+ 4.40
+ 2
+
+
+
+ t+ single trip Adult sms ticket - special night price
+ Hack to allow special prices without creating a separate sales package
+ 5.0
+
+
+
+
+
+
+
+ T+ carnet of 10 tickets
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ t+ single trip Adult sms carnet of 10
+ 17.35
+
+
+
+
+
+
+
+
+
+
+
+ t+ single trip Concessionary fare sms carnet of 10
+ 8.65
+
+
+
+ 17.35
+ 0.5
+ -8.70
+
+
+ Concessionary carnet is half adult carnet, rounded down to the nearest 5 cents.
+
+
+
+
+
+
+
+
+
+
+
+
+ 2024-01-30T09:30:47.0Z
+ 2025-01-30T09:30:47.0Z
+
+ Prices for fare example, using flat fare tables and sgeneric CELL fare price types
+
+ EUR
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+ Round down to nearest 0.05 euros
+ down
+ 0.5
+
+
+
+
+
+
+
+
+
+
+
+ Navigo smartcard
+ 0.00
+
+
+
+
+
+ Navigo smartcard
+ 2.00
+
+
+
+
+
+
+ t+ single trip Adult paper ticket
+ 2.15
+
+
+
+
+
+
+ t+ single trip Adult paper ticket
+ 2.50
+
+
+
+
+
+
+
+ t+ single trip Adult paper ticket
+ 2.15
+
+
+
+
+
+
+ t+ single trip Adult smartcard ticket
+ 2.15
+
+
+
+
+
+
+ t+ single trip Adult sms ticket
+ 2.50
+
+
+
+
+
+
+
+
+ t+ Concessionary fare paper ticket
+ 1.05
+
+
+
+ 2.50
+ 0.5
+ -1.05
+
+
+ Concessionary fare is half full fare price
+
+
+
+
+
+
+
+
+ t+ Concessionary fare paper ticket onboard
+ 1.25
+
+
+
+ 2.50
+ 0.5
+ -1.25
+
+
+
+
+
+
+
+
+
+
+ t+ single trip Concessionary fare paper ticket
+ 1.05
+
+
+
+ 2.15
+ 0.5
+ -1.05
+
+ Concessionary fare is half full fare price
+
+
+
+
+
+
+
+
+ t+ single trip Concessionary fare paper ticket
+ 1.05
+
+
+
+ 2.15
+ 0.5
+ -1.05
+
+
+ Concessionary fare is half full fare price
+
+
+
+
+
+
+
+
+ t+ single trip Concessionary fare sms ticket
+ 1.45
+
+
+
+ 1.05
+ +0.35
+
+
+ Sms Concessionary fare has 0.35 EUR fulfilment fee
+
+
+
+
+
+
+
+
+
+
+ t+ Noctilien 1 zone price normal
+ 2.20
+ 1
+
+
+
+
+
+ t+ Noctilien 1 zone price normal
+ 4.40
+ 2
+
+
+
+
+
+ t+ single trip Adult sms ticket - special night price
+ Hack to allow special prices without creating a separate sales package
+ 5.0
+
+
+
+
+
+
+ t+ carnet
+ 17.35
+ 10
+
+
+
+ 2.20
+ 10
+ 0.20
+ -4.65
+
+
+ Carnet of 10 tickets is at 20% discount
+
+
+
+
+
+
+
+
+
+ t+ carnet
+ 1.05
+ 10
+
+
+
+ 17.35
+ 0.5
+ -8.70
+
+
+ Concessionary carnet is half adult carnet, rounded down to the nearest 5 cents.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2024-01-30T09:30:47.0Z
+ 2025-01-30T09:30:47.0Z
+
+ Prices for fare example, using nested fare tables and specific fare price types
+ Here we base prices on other prices so that a price change would be propagated automatically
+
+ EUR
+
+
+
+
+
+
+
+ Euros
+ EUR
+
+
+
+
+ Child discount
+ 50% reduction
+ 0.5
+ true
+
+
+ Onboard purchase fee
+ Negative discount - charge 0.35 EUR for onboard purchase
+
+ -0.35
+
+
+ SMS fee
+ Negative discount - charge 0.35 EUR for sms delivery
+
+ -0.35
+
+
+ Reduction for carnet
+ 21% reduction
+ 0.23
+ true
+
+
+
+
+ Round down to nearest 0.05 euros
+ down
+ 0.5
+
+
+
+
+
+
+
+ Navigo smartcard price
+ 2.00
+
+
+
+ Navigo smartcard price
+ 2.00
+
+
+
+
+
+ Base prices
+ Here we define the base prices that are referenced by the specifc prices
+
+
+
+
+
+
+
+
+ t+ Base price
+ 2.15
+
+
+
+ t+ Concessionary price is 50% full price
+ 1.05
+
+
+
+ 2.05
+ 0.5
+ -1.05
+
+
+ Concessionary fare is half adult fare
+
+
+
+
+
+
+ t+ purchased onboard surcharge
+ 0.35
+
+
+
+ t+ sms surcharge
+ 0.35
+
+
+
+
+
+
+
+
+
+
+
+ t+ single trip Adult paper ticket
+
+
+
+
+ t+ single trip Adult paper ticket purchased onboard
+ 2.50
+
+
+
+ 2.15
+ +0.35
+
+
+ Onboard fare has extra charge of 0.35 EURO
+
+
+
+
+
+
+ t+ single trip Adult mobile app ticket
+
+
+
+
+ t+ single trip Adult smartcard ticket
+
+
+
+
+ t+ single trip Adult sms ticket
+
+
+
+ 2.15
+ +0.35
+
+
+ Sms fare has extra charge of 0.35 EURO
+
+
+
+
+
+
+
+
+ t+ single trip Concessionary fare prices
+ This shows derivation of price
+
+
+
+
+
+
+ t+ single trip Concessionary fare paper ticket
+
+
+
+
+ t+ single trip Concessionary fare paper ticket purchased onboard
+ 1.25
+
+
+
+ 2.50
+ 0.5
+ -1.25
+
+
+ Concessionary fare is half adult onbard purchase fare
+
+
+
+
+
+
+ t+ single trip Concessionary fare mobile app ticket
+
+
+
+
+ t+ single trip Concessionary fare smartcard ticket
+
+
+
+
+ t+ single trip Concessionary fare sms ticket
+ 1.45
+
+
+
+ 1.05
+ +0.35
+
+
+ Sms fare has extra charge of 0.35 EURO
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ t+ Noctilien 1 zone price normal
+ One ticket for travel between the first two zones, and then one ticket for each zone crossed thereafter. Example: zones 1-2 = 1 ticket; zones 1-3 = 2 tickets.Prices is same as t+ adult
+ 2.20
+ 1
+
+
+
+ t+ Noctilien 1 zone price double
+ Two tickets for travel between the first two zones, and then two tickets for each zone crossed thereafter. Example: zones 1-2 = 2 ticket; zones 1-3 = 4 tickets.Prices is same as 2 x t+ adult
+ 4.40
+ 2
+
+
+
+
+ t+ FUll fare ticket - special night price
+ Hack to allow special prices without creating a separate sales package
+ 5.0
+
+
+
+
+
+
+
+
+
+
+
+
+ T+ carnet of 10 ticket prices
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ t+ single trip Adult sms carnet of 10
+ 17.35
+
+
+
+ 2.20
+ 10
+ 0.20
+ -4.65
+
+
+ Carnet of 10 tickets is at 20% discount
+
+
+
+
+
+
+
+
+
+
+
+
+
+ t+ single trip Concessionary fare sms carnet of 10
+ 8.65
+
+
+
+ 17.35
+ 0.5
+ -8.70
+
+
+ Concessionary carnet is half adult carnet, rounded down to the nearest 5 cents.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/standards/fxc/FX-PI-01_UK_AMSY_NETWORK_FARE_Arriva-pass_20200417.xml b/examples/standards/fxc/FX-PI-01_UK_AMSY_NETWORK_FARE_Arriva-pass_20200417.xml
index 4e673fe5c..4b93ed67f 100644
--- a/examples/standards/fxc/FX-PI-01_UK_AMSY_NETWORK_FARE_Arriva-pass_20200417.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_AMSY_NETWORK_FARE_Arriva-pass_20200417.xml
@@ -246,7 +246,7 @@ We group the elements in separate frames
creates
- FareManagement
+ fareManagementAMSY
@@ -256,7 +256,7 @@ We group the elements in separate frames
creates
- Planning
+ planningAMSY
@@ -2341,7 +2341,7 @@ Summer Term 10 April 2020 22 July 2020 £80 £85 3 February 2020
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -2786,15 +2786,6 @@ Summer Term 10 April 2020 22 July 2020 £80 £85 3 February 2020
SiKilometresAndMetresGBP
-
-
-
- 2019-01-01T01:01:01Z
-
- FXC version 2.1
- baseline
-
-
@@ -3272,12 +3263,6 @@ Summer Term 10 April 2020 22 July 2020 £80 £85 3 February 2020
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -3290,7 +3275,7 @@ Summer Term 10 April 2020 22 July 2020 £80 £85 3 February 2020
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -3301,7 +3286,7 @@ Summer Term 10 April 2020 22 July 2020 £80 £85 3 February 2020
creates distributes
- EntityLegalOwnership
+ entityLegalOwnershipTODO
diff --git a/examples/standards/fxc/FX-PI-01_UK_AMSY_NETWORK_FARE_Arriva-trip_20200417.xml b/examples/standards/fxc/FX-PI-01_UK_AMSY_NETWORK_FARE_Arriva-trip_20200417.xml
index 4ca8ee73b..21ff3342b 100644
--- a/examples/standards/fxc/FX-PI-01_UK_AMSY_NETWORK_FARE_Arriva-trip_20200417.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_AMSY_NETWORK_FARE_Arriva-trip_20200417.xml
@@ -210,6 +210,7 @@ We group the elements in separate frames
feedback@arrivabus.co.uk
+
@@ -218,7 +219,7 @@ We group the elements in separate frames
creates
- FareManagement
+ fareManagementAMSY
@@ -228,7 +229,7 @@ We group the elements in separate frames
creates
- Planning
+ planningAMSY
@@ -1150,7 +1151,7 @@ We group the elements in separate frames
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -1589,15 +1590,6 @@ We group the elements in separate frames
SiKilometresAndMetresGBP
-
-
-
- 2019-01-01T01:01:01Z
-
- FXC version 2.1
- baseline
-
-
@@ -2075,12 +2067,6 @@ We group the elements in separate frames
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -2093,7 +2079,7 @@ We group the elements in separate frames
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -2104,7 +2090,7 @@ We group the elements in separate frames
creates distributes
- EntityLegalOwnership
+ entityLegalOwnershipTODO
diff --git a/examples/standards/fxc/FX-PI-01_UK_FBRI_LINE-FARE_WOE-Bristol-Line-48-trip-(stage)_2017-01-01.xml b/examples/standards/fxc/FX-PI-01_UK_FBRI_LINE-FARE_WOE-Bristol-Line-48-trip-(stage)_2017-01-01.xml
index 266cdaaae..e885e711d 100644
--- a/examples/standards/fxc/FX-PI-01_UK_FBRI_LINE-FARE_WOE-Bristol-Line-48-trip-(stage)_2017-01-01.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_FBRI_LINE-FARE_WOE-Bristol-Line-48-trip-(stage)_2017-01-01.xml
@@ -233,7 +233,7 @@ At the end are shown some sample transactions showing the parameters that define
Fares for West of England
-
+ 2018-11-01T00:00:00
@@ -2327,7 +2327,7 @@ BS5 0DZ or email your details to ticketssww@firstgroup
https://www.firstgroup.com/bristol-bath-and-west/tickets/where-buyFirst Somerset & Avon Ltd nocn:136361
-
+
@@ -2387,7 +2387,7 @@ BS5 0DZ or email your details to ticketssww@firstgroup
creates
- FareManagement
+ fareManagement
@@ -2397,7 +2397,7 @@ BS5 0DZ or email your details to ticketssww@firstgroup
creates
- Planning
+ planning
@@ -2407,7 +2407,7 @@ BS5 0DZ or email your details to ticketssww@firstgroup
creates
- Planning
+ planning
@@ -2654,7 +2654,7 @@ This frame Shows sample Purchases
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -3086,15 +3086,6 @@ This frame Shows sample Purchases
SiKilometresAndMetresGBP
-
-
-
- 2019-01-01T01:01:01Z
-
- FXC version 2.1
- baseline
-
-
diff --git a/examples/standards/fxc/FX-PI-01_UK_FBRI_NETWORK-FARE_WOE-Bristol-(mixed)_2017-01-01 (5).xml b/examples/standards/fxc/FX-PI-01_UK_FBRI_NETWORK-FARE_WOE-Bristol-(mixed)_2017-01-01 (5).xml
index d34a3cbd7..0e5e8fcb2 100644
--- a/examples/standards/fxc/FX-PI-01_UK_FBRI_NETWORK-FARE_WOE-Bristol-(mixed)_2017-01-01 (5).xml
+++ b/examples/standards/fxc/FX-PI-01_UK_FBRI_NETWORK-FARE_WOE-Bristol-(mixed)_2017-01-01 (5).xml
@@ -240,7 +240,7 @@ At the end are shown some sample transactions showing the parameters that defin
Example of simple point to point fares
-
+ 2016-02-01T00:00:002018-10-31T12:00:00
@@ -6683,7 +6683,7 @@ Selling a variety of day, week and month for adults, students and young people (
creates
- FareManagement
+ fareManagement
@@ -6693,7 +6693,7 @@ Selling a variety of day, week and month for adults, students and young people (
creates
- Planning
+ planning
@@ -7818,7 +7818,7 @@ WestonRider £4 Adult £3 Student/
creates
- FareManagement
+ fareManagement
@@ -7828,7 +7828,7 @@ WestonRider £4 Adult £3 Student/
creates
- Planning
+ planning
@@ -7923,7 +7923,7 @@ WestonRider £4 Adult £3 Student/
-
+
diff --git a/examples/standards/fxc/FX-PI-01_UK_FBRI_NETWORK-FARE_WOE-Bristol-pass-(Z2Z)_2017-01-01.xml b/examples/standards/fxc/FX-PI-01_UK_FBRI_NETWORK-FARE_WOE-Bristol-pass-(Z2Z)_2017-01-01.xml
index 71360a63e..5077e6e2d 100644
--- a/examples/standards/fxc/FX-PI-01_UK_FBRI_NETWORK-FARE_WOE-Bristol-pass-(Z2Z)_2017-01-01.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_FBRI_NETWORK-FARE_WOE-Bristol-pass-(Z2Z)_2017-01-01.xml
@@ -290,7 +290,7 @@ At the end are shown some sample transactions showing the parameters that define
Fares for West of England
-
+ 2018-11-01T00:00:00
@@ -7380,7 +7380,7 @@ BS5 0DZ or email your details to ticketssww@firstgroup
https://www.firstgroup.com/bristol-bath-and-west/tickets/where-buyFirst Somerset & Avon Ltd nocn:136361
-
+
@@ -7444,7 +7444,7 @@ BS5 0DZ or email your details to ticketssww@firstgroup
creates
- FareManagement
+ fareManagement
@@ -7454,7 +7454,7 @@ BS5 0DZ or email your details to ticketssww@firstgroup
creates
- Planning
+ planning
@@ -8651,7 +8651,7 @@ For Terms and Conditions and details of PayPoint agents see link or contact cust
creates
- FareManagement
+ fareManagement
@@ -8661,7 +8661,7 @@ For Terms and Conditions and details of PayPoint agents see link or contact cust
creates
- Planning
+ planning
@@ -10665,7 +10665,7 @@ Zone A B C D: Bristol, Bath & Weston-super-Mare | £ 18.00 | £ 76.00 | 29
-
+
diff --git a/examples/standards/fxc/FX-PI-01_UK_FSYO_NETWORK_FARE_FirstSheffield-pass-by-period_20200310.xml b/examples/standards/fxc/FX-PI-01_UK_FSYO_NETWORK_FARE_FirstSheffield-pass-by-period_20200310.xml
index ba030f2c7..bbaf4ae2d 100644
--- a/examples/standards/fxc/FX-PI-01_UK_FSYO_NETWORK_FARE_FirstSheffield-pass-by-period_20200310.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_FSYO_NETWORK_FARE_FirstSheffield-pass-by-period_20200310.xml
@@ -247,7 +247,7 @@ We group the elements in separate frames
creates
- FareManagement
+ fareManagementFSYO
@@ -257,7 +257,7 @@ We group the elements in separate frames
creates
- Planning
+ planningFSYO
@@ -347,7 +347,7 @@ We group the elements in separate frames
-
+ Extra Lines included in Travelmaster productThis frame contains the stop and line definitions for the service. It Could also be exchanged separately.
@@ -6980,7 +6980,7 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -7419,15 +7419,6 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
SiKilometresAndMetresGBP
-
-
-
- 2019-01-01T01:01:01Z
-
- FXC version 2.1
- baseline
-
-
@@ -7905,12 +7896,6 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -7923,7 +7908,7 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -7934,7 +7919,7 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
creates distributes
- EntityLegalOwnership
+ entityLegalOwnershipTODO
diff --git a/examples/standards/fxc/FX-PI-01_UK_FSYO_NETWORK_FARE_FirstSheffield-pass-by-user_20200310.xml b/examples/standards/fxc/FX-PI-01_UK_FSYO_NETWORK_FARE_FirstSheffield-pass-by-user_20200310.xml
index 6149fe8be..47b514ef1 100644
--- a/examples/standards/fxc/FX-PI-01_UK_FSYO_NETWORK_FARE_FirstSheffield-pass-by-user_20200310.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_FSYO_NETWORK_FARE_FirstSheffield-pass-by-user_20200310.xml
@@ -243,7 +243,7 @@ We group the elements in separate frames
creates
- FareManagement
+ fareManagementFSYO
@@ -253,7 +253,7 @@ We group the elements in separate frames
creates
- Planning
+ planningFSYO
@@ -343,7 +343,7 @@ We group the elements in separate frames
-
+ Extra Lines included in Travelmaster productThis frame contains the stop and line definitions for the service. It Could also be exchanged separately.
@@ -7069,7 +7069,7 @@ FirstUnlimited: 28 day | £74.00
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -7508,15 +7508,6 @@ FirstUnlimited: 28 day | £74.00
SiKilometresAndMetresGBP
-
-
-
- 2019-01-01T01:01:01Z
-
- FXC version 2.1
- baseline
-
-
@@ -7994,12 +7985,6 @@ FirstUnlimited: 28 day | £74.00
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -8012,7 +7997,7 @@ FirstUnlimited: 28 day | £74.00
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -8023,7 +8008,7 @@ FirstUnlimited: 28 day | £74.00
creates distributes
- EntityLegalOwnership
+ entityLegalOwnershipTODO
diff --git a/examples/standards/fxc/FX-PI-01_UK_FSYO_NETWORK_FARE_FirstSheffield-pass-simple_20200310.xml b/examples/standards/fxc/FX-PI-01_UK_FSYO_NETWORK_FARE_FirstSheffield-pass-simple_20200310.xml
index 2a54d3dee..dba09fca0 100644
--- a/examples/standards/fxc/FX-PI-01_UK_FSYO_NETWORK_FARE_FirstSheffield-pass-simple_20200310.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_FSYO_NETWORK_FARE_FirstSheffield-pass-simple_20200310.xml
@@ -260,7 +260,7 @@ We group the elements in separate frames
creates
- FareManagement
+ fareManagementFSYO
@@ -270,7 +270,7 @@ We group the elements in separate frames
creates
- Planning
+ planningFSYO
@@ -360,7 +360,7 @@ We group the elements in separate frames
-
+ Extra Lines included in Travelmaster productThis frame contains the stop and line definitions for the service. It Could also be exchanged separately.
@@ -7745,7 +7745,7 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -8184,15 +8184,6 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
SiKilometresAndMetresGBP
-
-
-
- 2019-01-01T01:01:01Z
-
- FXC version 2.1
- baseline
-
-
@@ -8670,12 +8661,6 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -8688,7 +8673,7 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -8699,7 +8684,7 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
creates distributes
- EntityLegalOwnership
+ entityLegalOwnershipTODO
diff --git a/examples/standards/fxc/FX-PI-01_UK_FYOR_LINE-FARE_FYOR-Line-10-trip-(gtfs)_2018-11-01.xml b/examples/standards/fxc/FX-PI-01_UK_FYOR_LINE-FARE_FYOR-Line-10-trip-(gtfs)_2018-11-01.xml
index decd75657..8d05dbe51 100644
--- a/examples/standards/fxc/FX-PI-01_UK_FYOR_LINE-FARE_FYOR-Line-10-trip-(gtfs)_2018-11-01.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_FYOR_LINE-FARE_FYOR-Line-10-trip-(gtfs)_2018-11-01.xml
@@ -66,7 +66,7 @@ Free to use under a Creative Commons license.
Fares for York
-
+ 2018-11-01T00:00:00
@@ -7259,7 +7259,7 @@ Free to use under a Creative Commons license.
creates
- FareManagement
+ fareManagement
@@ -7269,7 +7269,7 @@ Free to use under a Creative Commons license.
creates
- Planning
+ planning
@@ -7370,7 +7370,7 @@ Free to use under a Creative Commons license.
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -7804,15 +7804,6 @@ Free to use under a Creative Commons license.
SiKilometresAndMetresGBP
-
-
-
- 2019-01-01T01:01:01Z
-
- FXC version 2.1
- baseline
-
-
diff --git a/examples/standards/fxc/FX-PI-01_UK_FYOR_LINE-FARE_FYOR-Line-26-trip-(stages-Z2Z)-20181101.xml b/examples/standards/fxc/FX-PI-01_UK_FYOR_LINE-FARE_FYOR-Line-26-trip-(stages-Z2Z)-20181101.xml
index 5c518c8ea..21ad9454d 100644
--- a/examples/standards/fxc/FX-PI-01_UK_FYOR_LINE-FARE_FYOR-Line-26-trip-(stages-Z2Z)-20181101.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_FYOR_LINE-FARE_FYOR-Line-26-trip-(stages-Z2Z)-20181101.xml
@@ -250,7 +250,7 @@ Prices in FARE FRAME
Fares for York
-
+ 2018-11-01T00:00:00
@@ -895,6 +895,7 @@ Prices in FARE FRAME
feedback@firstgroup.com
+
@@ -903,7 +904,7 @@ Prices in FARE FRAME
creates
- FareManagement
+ fareManagement
@@ -913,7 +914,7 @@ Prices in FARE FRAME
creates
- Planning
+ planning
@@ -1013,7 +1014,7 @@ Prices in FARE FRAME
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -1447,15 +1448,6 @@ Prices in FARE FRAME
SiKilometresAndMetresGBP
-
-
-
- 2019-01-01T01:01:01Z
-
- FXC version 2.1
- baseline
-
-
diff --git a/examples/standards/fxc/FX-PI-01_UK_HCTY_LINE_FARE_Line-016-trip_2020-03-11T22_19_20.696Z.xml b/examples/standards/fxc/FX-PI-01_UK_HCTY_LINE_FARE_Line-016-trip_2020-03-11T22_19_20.696Z.xml
index 008be8027..227d7bbb0 100644
--- a/examples/standards/fxc/FX-PI-01_UK_HCTY_LINE_FARE_Line-016-trip_2020-03-11T22_19_20.696Z.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_HCTY_LINE_FARE_Line-016-trip_2020-03-11T22_19_20.696Z.xml
@@ -124,7 +124,7 @@ Version of Timetable putput generated by TFN ALpha
creates
- FareManagement
+ fareManagementHarrogate Coach Travel Ltd
@@ -134,7 +134,7 @@ Version of Timetable putput generated by TFN ALpha
creates
- Planning
+ planningHarrogate Coach Travel Ltd
@@ -2599,16 +2599,11 @@ Acomb Green Lane
GBP
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
+
@@ -2616,7 +2611,7 @@ Acomb Green Lane
creates distributes
- DataRegistrar
+ dataRegistrarTODO
diff --git a/examples/standards/fxc/FX-PI-01_UK_MB_LINE_FARE_MB-Line-1-trip-(Z2Z)_20170101.xml b/examples/standards/fxc/FX-PI-01_UK_MB_LINE_FARE_MB-Line-1-trip-(Z2Z)_20170101.xml
index 71287b8e3..4070da9c0 100644
--- a/examples/standards/fxc/FX-PI-01_UK_MB_LINE_FARE_MB-Line-1-trip-(Z2Z)_20170101.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_MB_LINE_FARE_MB-Line-1-trip-(Z2Z)_20170101.xml
@@ -121,7 +121,7 @@ Concessionary passes are valid throughout from 0930-2300 Mon-Fri, and anytime at
-
+
@@ -1292,7 +1292,7 @@ Bewbush West (loop)
Metrobus 1
-
+
@@ -1426,7 +1426,7 @@ Bewbush West (loop)
-
+ NPTG localities used by Metrobus 1This frame contains the NPTG locality definitions used by the stops the service. It could also be exchanged separately.
@@ -1634,7 +1634,7 @@ Bewbush West (loop)
creates
- FareManagement
+ fareManagementMetrobus
@@ -1644,7 +1644,7 @@ Bewbush West (loop)
creates
- Planning
+ planningMetrobus
@@ -1903,7 +1903,7 @@ This Shows sample Purchases
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -2337,15 +2337,6 @@ This Shows sample Purchases
SiKilometresAndMetresGBP
-
-
-
- 2019-01-01T01:01:01Z
-
- FXC version 2.1
- baseline
-
-
@@ -2827,12 +2818,6 @@ This Shows sample Purchases
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -2958,7 +2943,7 @@ This Shows sample Purchases
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -2969,7 +2954,7 @@ This Shows sample Purchases
creates distributes
- EntityLegalOwnership
+ entityLegalOwnershipTODO
diff --git a/examples/standards/fxc/FX-PI-01_UK_MB_LINE_FARE_MB-Line-1-trip-(Z2Z-basic)_20170101.xml b/examples/standards/fxc/FX-PI-01_UK_MB_LINE_FARE_MB-Line-1-trip-(Z2Z-basic)_20170101.xml
index 8e08a90c5..dffb0b4f2 100644
--- a/examples/standards/fxc/FX-PI-01_UK_MB_LINE_FARE_MB-Line-1-trip-(Z2Z-basic)_20170101.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_MB_LINE_FARE_MB-Line-1-trip-(Z2Z-basic)_20170101.xml
@@ -118,7 +118,7 @@ Concessionary passes are valid throughout from 0930-2300 Mon-Fri, and anytime at
-
+
@@ -1289,7 +1289,7 @@ Bewbush West (loop)
Metrobus 1
-
+
@@ -1423,7 +1423,7 @@ Bewbush West (loop)
-
+ NPTG localities used by Metrobus 1This frame contains the NPTG locality definitions used by the stops the service. It could also be exchanged separately.
@@ -1634,7 +1634,7 @@ Bewbush West (loop)
creates
- FareManagement
+ fareManagementMetrobus
@@ -1644,7 +1644,7 @@ Bewbush West (loop)
creates
- Planning
+ planningMetrobus
@@ -1898,7 +1898,7 @@ This Shows sample Purchases
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -2336,15 +2336,6 @@ This Shows sample Purchases
SiKilometresAndMetresGBP
-
-
-
- 2019-01-01T01:01:01Z
-
- FXC version 2.1
- baseline
-
-
@@ -2788,7 +2779,7 @@ This Shows sample Purchases
-
+ 2005-01-01T00:00:00
@@ -2821,29 +2812,6 @@ This Shows sample Purchases
-
-
-
- 2003-01-01T01:01:01Z
-
- TransXChange version 2.1
- baseline
-
-
-
- 2008-01-01T01:01:01Z
-
- TransXChange version 2.3
- baseline
-
-
-
- 2012-01-01T01:01:01Z
-
- TransXChange version 2.5
- baseline
-
- standards@transxchange.org.uk
@@ -2856,7 +2824,7 @@ This Shows sample Purchases
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -3075,12 +3043,6 @@ This Shows sample Purchases
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -3206,7 +3168,7 @@ This Shows sample Purchases
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -3217,7 +3179,7 @@ This Shows sample Purchases
creates distributes
- EntityLegalOwnership
+ entityLegalOwnershipTODO
diff --git a/examples/standards/fxc/FX-PI-01_UK_MB_NETWORK_FARE_Metrorider-pass+others_20170101.xml b/examples/standards/fxc/FX-PI-01_UK_MB_NETWORK_FARE_Metrorider-pass+others_20170101.xml
index a1f16ab45..2158efaa6 100644
--- a/examples/standards/fxc/FX-PI-01_UK_MB_NETWORK_FARE_Metrorider-pass+others_20170101.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_MB_NETWORK_FARE_Metrorider-pass+others_20170101.xml
@@ -3774,7 +3774,7 @@ Metrobus Travel Shop, Crawley Bus Station, Marlborough Street, Crawley, BS1 3NU
creates
- FareManagement
+ fareManagementMETR
@@ -3784,7 +3784,7 @@ Metrobus Travel Shop, Crawley Bus Station, Marlborough Street, Crawley, BS1 3NU
creates
- Planning
+ planningMETR
@@ -4248,7 +4248,7 @@ Unfortunately not. As our discounts are genuine discounts off of the cost of the
creates
- FareManagement
+ fareManagementMETR
@@ -4618,7 +4618,7 @@ Family (up to 5 people with a minimum of 1 adult and a maximum of 2 adults).
Discovery PassProducts
- FareManagement
+ fareManagementTODO
@@ -5675,7 +5675,7 @@ Metrobus (including Fastway services), Southdown PSV, Compass Travel
Every day
- ANy time
+ Any time00:00:00
@@ -5759,7 +5759,7 @@ Metrobus (including Fastway services), Southdown PSV, Compass Travel
Plus Bus Products
- FareManagement
+ fareManagementTODO
@@ -5769,7 +5769,7 @@ Metrobus (including Fastway services), Southdown PSV, Compass Travel
Plus Bus Tarff Zones
- FareManagement
+ fareManagementTODO
@@ -6326,7 +6326,7 @@ E-mail: student.farecards@surreycc.gov.uk
ConcessionaryProducts
- FareManagement
+ fareManagement
@@ -6687,7 +6687,7 @@ This Shows sample Purchases
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -7122,15 +7122,6 @@ This Shows sample Purchases
SiKilometresAndMetresGBP
-
-
-
- 2019-01-01T01:01:01Z
-
- FXC version 2.1
- baseline
-
-
@@ -7608,12 +7599,6 @@ This Shows sample Purchases
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -7626,7 +7611,7 @@ This Shows sample Purchases
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -7637,7 +7622,7 @@ This Shows sample Purchases
creates distributes
- EntityLegalOwnership
+ entityLegalOwnershipTODO
diff --git a/examples/standards/fxc/FX-PI-01_UK_MB_NETWORK_FARE_Metrorider-pass_20170101.xml b/examples/standards/fxc/FX-PI-01_UK_MB_NETWORK_FARE_Metrorider-pass_20170101.xml
index a75df2009..2f5263777 100644
--- a/examples/standards/fxc/FX-PI-01_UK_MB_NETWORK_FARE_Metrorider-pass_20170101.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_MB_NETWORK_FARE_Metrorider-pass_20170101.xml
@@ -313,7 +313,7 @@ We group the elements in separate frames
creates
- FareManagement
+ fareManagementMETR
@@ -323,7 +323,7 @@ We group the elements in separate frames
creates
- Planning
+ planningMETR
@@ -3951,7 +3951,7 @@ This Shows sample Purchases
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -4390,15 +4390,6 @@ This Shows sample Purchases
SiKilometresAndMetresGBP
-
-
-
- 2019-01-01T01:01:01Z
-
- FXC version 2.1
- baseline
-
-
@@ -4876,12 +4867,6 @@ This Shows sample Purchases
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -4894,7 +4879,7 @@ This Shows sample Purchases
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -4905,7 +4890,7 @@ This Shows sample Purchases
creates distributes
- EntityLegalOwnership
+ entityLegalOwnershipTODO
diff --git a/examples/standards/fxc/FX-PI-01_UK_MB_NETWORK_FARE_Metrorider-pass_basic_20170101.xml b/examples/standards/fxc/FX-PI-01_UK_MB_NETWORK_FARE_Metrorider-pass_basic_20170101.xml
index 7fe7ccbb0..6445f2316 100644
--- a/examples/standards/fxc/FX-PI-01_UK_MB_NETWORK_FARE_Metrorider-pass_basic_20170101.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_MB_NETWORK_FARE_Metrorider-pass_basic_20170101.xml
@@ -200,7 +200,7 @@ We can represent this as
creates
- FareManagement
+ fareManagementMETR
@@ -210,7 +210,7 @@ We can represent this as
creates
- Planning
+ planningMETR
@@ -1447,7 +1447,7 @@ ______ ______ ______ _ | ______ ______ ______ ______ ______ ______ ________ | __
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -1886,15 +1886,6 @@ ______ ______ ______ _ | ______ ______ ______ ______ ______ ______ ________ | __
SiKilometresAndMetresGBP
-
-
-
- 2019-01-01T01:01:01Z
-
- FXC version 2.1
- baseline
-
-
@@ -2372,12 +2363,6 @@ ______ ______ ______ _ | ______ ______ ______ ______ ______ ______ ________ | __
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -2390,7 +2375,7 @@ ______ ______ ______ _ | ______ ______ ______ ______ ______ ______ ________ | __
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -2401,7 +2386,7 @@ ______ ______ ______ _ | ______ ______ ______ ______ ______ ______ ________ | __
creates distributes
- EntityLegalOwnership
+ entityLegalOwnershipTODO
diff --git a/examples/standards/fxc/FX-PI-01_UK_MYBUS_LINE_FARE_Line-3-trip-(p2p)_20190101.xml b/examples/standards/fxc/FX-PI-01_UK_MYBUS_LINE_FARE_Line-3-trip-(p2p)_20190101.xml
index f2f39cdf4..3c8022214 100644
--- a/examples/standards/fxc/FX-PI-01_UK_MYBUS_LINE_FARE_Line-3-trip-(p2p)_20190101.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_MYBUS_LINE_FARE_Line-3-trip-(p2p)_20190101.xml
@@ -328,6 +328,7 @@ Alpha
feedback@Mybus.co.uk
+
@@ -336,7 +337,7 @@ Alpha
creates
- FareManagement
+ fareManagementMybus
diff --git a/examples/standards/fxc/FX-PI-01_UK_TMSTR_NETWORK_FARE_Travelmaster-pass_20200315.xml b/examples/standards/fxc/FX-PI-01_UK_TMSTR_NETWORK_FARE_Travelmaster-pass_20200315.xml
index 83d87450c..7da33bf5b 100644
--- a/examples/standards/fxc/FX-PI-01_UK_TMSTR_NETWORK_FARE_Travelmaster-pass_20200315.xml
+++ b/examples/standards/fxc/FX-PI-01_UK_TMSTR_NETWORK_FARE_Travelmaster-pass_20200315.xml
@@ -288,7 +288,7 @@ We group the elements in separate frames
creates
- FareManagement
+ fareManagementTravelMaster
@@ -298,7 +298,7 @@ We group the elements in separate frames
creates
- Planning
+ planningTravelMaster
@@ -706,7 +706,7 @@ We group the elements in separate frames
-
+ Extra Lines included in Travelmaster productThis frame contains the stop and line definitions for the service. It Could also be exchanged separately.
@@ -11527,7 +11527,7 @@ AllZone: SyConnect
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -11966,15 +11966,6 @@ AllZone: SyConnect
SiKilometresAndMetresGBP
-
-
-
- 2019-01-01T01:01:01Z
-
- FXC version 2.1
- baseline
-
-
@@ -12452,12 +12443,6 @@ AllZone: SyConnect
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -12470,7 +12455,7 @@ AllZone: SyConnect
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -12481,7 +12466,7 @@ AllZone: SyConnect
creates distributes
- EntityLegalOwnership
+ entityLegalOwnershipTODO
diff --git a/examples/standards/fxc/uk_fxc_addon_HSP_plusbus.xml b/examples/standards/fxc/uk_fxc_addon_HSP_plusbus.xml
index 90eb79d5e..3b8b76392 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:137122MetrobusMetrobusMetrobus Ltd
@@ -1660,7 +1662,7 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
Every day
- ANy time
+ Any time00:00:00
@@ -1717,7 +1719,7 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
Plus Bus Products
- FareManagement
+ fareManagementTODO
@@ -1727,7 +1729,7 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
Plus Bus Tarff Zones
- FareManagement
+ fareManagementTODO
@@ -1904,11 +1906,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
1987-12-31T00:00:00Z
+
+ 9100BRAINTR
+ uic:68010
+ Braintree0.55668710851.87539168
- 576093 222736
+ 576093.0 222736.0
@@ -1916,8 +1922,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
BRAINTREEBTR
- 9100BRAINTR
- 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-Sea1.15409182151.794002810
- 617600 215300
+ 617600.0 215300.0
@@ -1941,8 +1949,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
CLACTONCLT
- 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 Yarmouth1.72088634152.6121599
- 652000 308100
+ 652000.0 308100.0
@@ -1966,8 +1976,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
GREAT YARMOUTHGYM
- 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 Town1.28668192351.9441454
- 625987 232397
+ 625987.0 232397.0
@@ -1991,8 +2003,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
HARWICH TOWNHWC
- 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
+ Ipswich1.1444257152.05059234
- 615700 243800
+ 615700.0 243800.0
@@ -2016,8 +2030,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
IPSWICHIPS
- 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.08142594451.51799103
- 533216 181641
+ 533216.0 181641.0
@@ -2046,8 +2062,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
LONDON LIVERP STRLST
- 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
+ Lowestoft1.74970804652.47443783
- 654747 292890
+ 654747.0 292890.0
@@ -2072,8 +2090,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
LOWESTOFTLWT
- 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
+ Norwich1.30682020552.62715355
- 623900 308400
+ 623900.0 308400.0
@@ -2097,8 +2117,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
NORWICHNRW
- 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.00339665751.54189507
- 538557 184444
+ 538557.0 184444.0
@@ -2122,8 +2144,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
STRATFORDSFA
- 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
+ Shenfield0.32985131951.63087735
- 561349 195022
+ 561349.0 195022.0
@@ -2148,8 +2172,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
SHENFIELDSNF
- 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 Airport0.26081559451.88859105
- 555683 223530
+ 555683.0 223530.0
@@ -2174,8 +2200,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
STANSTED AIRPORTSSD
- 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 Victoria0.71150085951.5415127
- 588128 185997
+ 588128.0 185997.0
@@ -2199,8 +2227,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
SOUTHEND VICTORIASOV
- 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
+ Sudbury0.73544441452.03627818
- 587723 241073
+ 587723.0 241073.0
@@ -2224,8 +2254,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
SUDBURY SUFFOLKSUY
- 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 HALETOM
- 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-Naze1.26766981751.84616912
- 625170 221445
+ 625170.0 221445.0
@@ -2276,8 +2310,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
WALTON-ON-NAZEWON
- 9100WONNAZE
- rail bus
@@ -3291,7 +3323,7 @@ http://www.nationalrail.co.uk/stations_destinations/44863.aspx
National Rail Products
- Other
+ otherTODO
@@ -3618,7 +3650,7 @@ West Midlands Railway
-
+
@@ -3639,7 +3671,7 @@ West Midlands Railway
-
+ en
@@ -3649,7 +3681,7 @@ West Midlands Railway
EUR
-
+ standards@eura.eu
@@ -3659,7 +3691,7 @@ West Midlands Railway
National Rail Stations
- Operation
+ operationTODO
@@ -3670,7 +3702,7 @@ West Midlands Railway
creates distributes
- DataRegistrar
+ dataRegistrarTODO
@@ -3956,7 +3988,7 @@ West Midlands Railway
Common Country independent fare component
-
+ EUR
@@ -4643,12 +4675,6 @@ West Midlands Railway
SiKilometresAndMetresGBP
-
-
- FXC version 2.1
- baseline
-
- standards@netex.org.uk
@@ -4661,7 +4687,7 @@ West Midlands Railway
creates distributes
- DataRegistrar
+ dataRegistrarTODO
@@ -5089,12 +5115,6 @@ West Midlands Railway
-
-
- NaPTAN version 2.4
- baseline
-
- standards@naptan.org.uk
@@ -5107,7 +5127,7 @@ West Midlands Railway
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -5118,7 +5138,7 @@ West Midlands Railway
creates distributes
- Other
+ otherUK
@@ -5300,12 +5320,6 @@ West Midlands Railway
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -5318,7 +5332,7 @@ West Midlands Railway
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -5329,7 +5343,7 @@ West Midlands Railway
creates distributes
- EntityLegalOwnership
+ entityLegalOwnershipTODO
@@ -5881,7 +5895,7 @@ West Midlands Railway
-
+ 2005-01-01T00:00:00
@@ -5909,12 +5923,6 @@ West Midlands Railway
-
-
- TransXChange version 2.1
- baseline
-
- standards@transxchange.org.uk
@@ -5927,7 +5935,7 @@ West Midlands Railway
creates distributes
- DataRegistrar
+ dataRegistrarUK
diff --git a/examples/standards/fxc/uk_fxc_common_profile.xml b/examples/standards/fxc/uk_fxc_common_profile.xml
index acadb56a1..b87a723af 100644
--- a/examples/standards/fxc/uk_fxc_common_profile.xml
+++ b/examples/standards/fxc/uk_fxc_common_profile.xml
@@ -58,7 +58,7 @@
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -496,15 +496,6 @@
SiKilometresAndMetresGBP
-
-
-
- 2019-01-01T01:01:01Z
-
- FXC version 2.1
- baseline
-
-
@@ -966,7 +957,7 @@
-
+ 2005-01-01T00:00:00
@@ -999,29 +990,6 @@
-
-
-
- 2003-01-01T01:01:01Z
-
- TransXChange version 2.1
- baseline
-
-
-
- 2008-01-01T01:01:01Z
-
- TransXChange version 2.3
- baseline
-
-
-
- 2012-01-01T01:01:01Z
-
- TransXChange version 2.5
- baseline
-
- standards@transxchange.org.uk
@@ -1034,7 +1002,7 @@
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -1452,12 +1420,6 @@
-
-
- NaPTAN version 2.4
- baseline
-
- standards@naptan.org.uk
@@ -1470,7 +1432,7 @@
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -1481,7 +1443,7 @@
creates distributes
- Other
+ otherUK
@@ -1711,12 +1673,6 @@
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -1842,7 +1798,7 @@
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -1853,7 +1809,7 @@
creates distributes
- EntityLegalOwnership
+ entityLegalOwnershipTODO
diff --git a/examples/standards/gbfs/Netex_gbfs_exm1.xml b/examples/standards/gbfs/Netex_gbfs_exm1.xml
index 04bdb50b5..ecddf96a6 100644
--- a/examples/standards/gbfs/Netex_gbfs_exm1.xml
+++ b/examples/standards/gbfs/Netex_gbfs_exm1.xml
@@ -171,6 +171,8 @@ GBFS file: vehicle_types.json:
12345
+ 14
+
scooter
@@ -363,6 +365,10 @@ GBFS file: geofencing_zones.json.
+
+ mustPickUpAndDropOffAtSameStop
+ true
+
diff --git a/examples/standards/gtfs/Netex_gtfs_exm1_CalendarDates_1.xml b/examples/standards/gtfs/Netex_gtfs_exm1_CalendarDates_1.xml
index c88969882..3cae86a02 100644
--- a/examples/standards/gtfs/Netex_gtfs_exm1_CalendarDates_1.xml
+++ b/examples/standards/gtfs/Netex_gtfs_exm1_CalendarDates_1.xml
@@ -14,7 +14,7 @@ The data comes from the sample-feed.zip available at http://code.google.com/tr
2. MAPPING
A CALENDAR DATE maps to a VALIDITY CONDITION
-The condition can be included as part of a SERVICE CALENDAR FRAME alonfg with the calendar.txts
+The condition can be included as part of a SERVICE CALENDAR FRAME along with the calendar.txts
GTFS NeTEx
service_id, @id
diff --git a/examples/standards/neptune/Le Corbusier - SQYBUS-NeTEx-Profil Arret - External Quays.xml b/examples/standards/neptune/Le Corbusier - SQYBUS-NeTEx-Profil Arret - External Quays.xml
index 133f0672d..d0a4d98f8 100644
--- a/examples/standards/neptune/Le Corbusier - SQYBUS-NeTEx-Profil Arret - External Quays.xml
+++ b/examples/standards/neptune/Le Corbusier - SQYBUS-NeTEx-Profil Arret - External Quays.xml
@@ -91,6 +91,7 @@ Pour NETEX_COMMUN les classes présentes sont
+
@@ -110,6 +111,7 @@ Pour NETEX_COMMUN les classes présentes sont
+ 768
@@ -176,7 +178,7 @@ Pour NETEX_COMMUN les classes présentes sont
Face à l'école maternelle Jeanne Moreau
-
+ bus
diff --git a/examples/standards/neptune/Le Corbusier - SQYBUS-NeTEx-Profil Arret.xml b/examples/standards/neptune/Le Corbusier - SQYBUS-NeTEx-Profil Arret.xml
index c44b95a2f..d931ade1c 100644
--- a/examples/standards/neptune/Le Corbusier - SQYBUS-NeTEx-Profil Arret.xml
+++ b/examples/standards/neptune/Le Corbusier - SQYBUS-NeTEx-Profil Arret.xml
@@ -91,6 +91,7 @@ Pour NETEX_COMMUN les classes présentes sont
+
@@ -110,6 +111,7 @@ Pour NETEX_COMMUN les classes présentes sont
+ 768
@@ -177,7 +179,7 @@ Pour NETEX_COMMUN les classes présentes sont
Intersection Avenue de l'Europe, Rue Eugène Violet Le Duc et Rue Le CorbusierLycée Villaroy et Gymnase de l'Aviation
-
+ bus
@@ -205,7 +207,7 @@ Pour NETEX_COMMUN les classes présentes sont
Gymnase de l'Aviation
-
+ bus
@@ -287,7 +289,7 @@ Pour NETEX_COMMUN les classes présentes sont
Entre le Gymnase de l'Aviation et le Lycèe Villaroy
-
+ bus
@@ -387,7 +389,7 @@ Pour NETEX_COMMUN les classes présentes sont
Face à l'école maternelle Jeanne Moreau
-
+ bus
diff --git a/examples/standards/noptis/NeTEx_Calendar_TimetableAndVehicleSchedule_PB2.xml b/examples/standards/noptis/NeTEx_Calendar_TimetableAndVehicleSchedule_PB2.xml
index f54b901e5..602cd08f4 100644
--- a/examples/standards/noptis/NeTEx_Calendar_TimetableAndVehicleSchedule_PB2.xml
+++ b/examples/standards/noptis/NeTEx_Calendar_TimetableAndVehicleSchedule_PB2.xml
@@ -52,6 +52,12 @@ is relevant for supplying an Integrator with partial data from multiple sources.
+
+
+
+
+
+
@@ -116,9 +122,9 @@ is relevant for supplying an Integrator with partial data from multiple sources.
bus
-
+ BB
- contract
+ contract4496PT19M
@@ -167,7 +173,7 @@ is relevant for supplying an Integrator with partial data from multiple sources.
bus
-
+ BB contract44496
@@ -324,7 +330,7 @@ is relevant for supplying an Integrator with partial data from multiple sources.
-
+ 90501
@@ -359,7 +365,7 @@ is relevant for supplying an Integrator with partial data from multiple sources.
bus
-
+ BB contract44496
diff --git a/examples/standards/noptis/Netex_StopPlace_se_NOPTIS_Example_TEH_PA1.xml b/examples/standards/noptis/Netex_StopPlace_se_NOPTIS_Example_TEH_PA1.xml
index d50de6342..762228caf 100644
--- a/examples/standards/noptis/Netex_StopPlace_se_NOPTIS_Example_TEH_PA1.xml
+++ b/examples/standards/noptis/Netex_StopPlace_se_NOPTIS_Example_TEH_PA1.xml
@@ -193,7 +193,7 @@
-
+ oneWay
diff --git a/examples/standards/norway/Full_PublicationDelivery_109_Oslo_morningbus_example.xml b/examples/standards/norway/Full_PublicationDelivery_109_Oslo_morningbus_example.xml
index e59970b67..c86041fba 100644
--- a/examples/standards/norway/Full_PublicationDelivery_109_Oslo_morningbus_example.xml
+++ b/examples/standards/norway/Full_PublicationDelivery_109_Oslo_morningbus_example.xml
@@ -1,7 +1,7 @@
-
+2016-05-23T12:00:00.0ZNSR
@@ -233,10 +233,10 @@
outbound
-
+
-
+
diff --git a/examples/standards/norway/network/FlexibleLine863-with-connection.xml b/examples/standards/norway/network/FlexibleLine863-with-connection.xml
index 97fff6cff..a5ccacdcc 100644
--- a/examples/standards/norway/network/FlexibleLine863-with-connection.xml
+++ b/examples/standards/norway/network/FlexibleLine863-with-connection.xml
@@ -359,17 +359,17 @@ example/functions/timetable/Netex_07.2_Bus_FlexibleTimetable_WithPattern.xml
-
+
-
+
-
+
@@ -444,16 +444,16 @@ example/functions/timetable/Netex_07.2_Bus_FlexibleTimetable_WithPattern.xml
-
+
-
+
-
+
diff --git a/examples/standards/norway/network/Line61A.xml b/examples/standards/norway/network/Line61A.xml
index 5369e0b35..ce560a782 100644
--- a/examples/standards/norway/network/Line61A.xml
+++ b/examples/standards/norway/network/Line61A.xml
@@ -363,37 +363,37 @@
-
+ 00:15:00
-
+ 00:17:00
-
+ 00:21:00
-
+ 00:24:00
-
+ 00:27:00
-
+ 00:28:00
-
+ 00:31:00
diff --git a/examples/standards/norway/other_resources/submodel-PathLinkWithProjection-DEPRECATED.xml b/examples/standards/norway/other_resources/submodel-PathLinkWithProjection-DEPRECATED.xml
index 8894d879e..06646f56a 100644
--- a/examples/standards/norway/other_resources/submodel-PathLinkWithProjection-DEPRECATED.xml
+++ b/examples/standards/norway/other_resources/submodel-PathLinkWithProjection-DEPRECATED.xml
@@ -2,7 +2,7 @@
-
+pGNVZIcJ4ldFD2017586184.321
@@ -22,4 +22,4 @@ PathLink inherits from Link
-
+
diff --git a/examples/standards/norway/stops/OsloS_station_example.xml b/examples/standards/norway/stops/OsloS_station_example.xml
index 238561b8b..7a99043a6 100644
--- a/examples/standards/norway/stops/OsloS_station_example.xml
+++ b/examples/standards/norway/stops/OsloS_station_example.xml
@@ -168,7 +168,7 @@
outdoorsopenArea
-
+ bustram
diff --git a/examples/standards/norway/stops/PointOfInterest.xml b/examples/standards/norway/stops/PointOfInterest.xml
index 8727c998e..5a4b12963 100644
--- a/examples/standards/norway/stops/PointOfInterest.xml
+++ b/examples/standards/norway/stops/PointOfInterest.xml
@@ -894,7 +894,7 @@ The example comprises
-
+ Entrance Atrueforward
@@ -1050,7 +1050,7 @@ The example comprises
-
+ Entrance Atrueforward
diff --git a/examples/standards/norway/stops/submodel-StationWithEquipment.xml b/examples/standards/norway/stops/submodel-StationWithEquipment.xml
index 0ac06764e..fba26bb45 100644
--- a/examples/standards/norway/stops/submodel-StationWithEquipment.xml
+++ b/examples/standards/norway/stops/submodel-StationWithEquipment.xml
@@ -42,7 +42,7 @@ This example contains a autogenerated example of a station with two levels, an a
ya
-
+ Norges StatsbanerNSB AS
diff --git a/examples/standards/norway/vehicles/submodel-Vehicle.xml b/examples/standards/norway/vehicles/submodel-Vehicle.xml
index 9dd858a2f..5c3305651 100644
--- a/examples/standards/norway/vehicles/submodel-Vehicle.xml
+++ b/examples/standards/norway/vehicles/submodel-Vehicle.xml
@@ -1,12 +1,29 @@
-
- SL78
- unknown
- X4533
- Ruter
- SL78
-
-
-
-
-
+
+ 2020-12-17T09:30:47.0Z
+ SYS001
+
+
+ 2020-12-17T09:30:46.0Z
+ SYS002
+
+ P1M
+
+
+
+
+
+ SL78
+ unknown
+ X4533
+ Ruter
+ SL78
+
+
+
+
+
+
+
+
+
diff --git a/examples/standards/norway/vehicles/submodel-VehicleType.xml b/examples/standards/norway/vehicles/submodel-VehicleType.xml
index ced2471c7..a354564b2 100644
--- a/examples/standards/norway/vehicles/submodel-VehicleType.xml
+++ b/examples/standards/norway/vehicles/submodel-VehicleType.xml
@@ -1,12 +1,12 @@
-
+exampleV
+ Euro 6truediesel
- Euro 6
-
+ firstClass10080
@@ -15,7 +15,7 @@
22
-
+ standardClass300250
diff --git a/examples/standards/nta/NTA-PI-01_EI_NOC_Operator_20200601.xml b/examples/standards/nta/NTA-PI-01_EI_NOC_Operator_20200601.xml
index 94a760617..fd361211e 100644
--- a/examples/standards/nta/NTA-PI-01_EI_NOC_Operator_20200601.xml
+++ b/examples/standards/nta/NTA-PI-01_EI_NOC_Operator_20200601.xml
@@ -55,12 +55,6 @@
Stage coach TXC data
-
-
- Version 1 of timetable
- baseline
-
- data@http://www.transdevireland.ie/
diff --git a/examples/standards/nta/NTA-PI-01_EI_NOC_Operator_LUAS_20200601.xml b/examples/standards/nta/NTA-PI-01_EI_NOC_Operator_LUAS_20200601.xml
index d7fcc03c8..8aecf9ba1 100644
--- a/examples/standards/nta/NTA-PI-01_EI_NOC_Operator_LUAS_20200601.xml
+++ b/examples/standards/nta/NTA-PI-01_EI_NOC_Operator_LUAS_20200601.xml
@@ -62,12 +62,6 @@ This Example shows an extract of encoding a single Operator data encoded
Stage coach TXC data
-
-
- Version 1 of timetable
- baseline
-
- data@http://www.transdevireland.ie/
diff --git a/examples/standards/nta/NTA-PI-01_EI_NTA_NptgLocalitiesMinimal_20200730.xml b/examples/standards/nta/NTA-PI-01_EI_NTA_NptgLocalitiesMinimal_20200730.xml
index b8f731c8a..5fe0d7190 100644
--- a/examples/standards/nta/NTA-PI-01_EI_NTA_NptgLocalitiesMinimal_20200730.xml
+++ b/examples/standards/nta/NTA-PI-01_EI_NTA_NptgLocalitiesMinimal_20200730.xml
@@ -2697,11 +2697,6 @@ NeTEx separates organisational structure (ORGANISATION, ORGANISATION PART) fro
-
-
- NPTG data version
-
-
diff --git a/examples/standards/nta/NTA-PI-01_EI_NTA_NptgLocalities_20200730.xml b/examples/standards/nta/NTA-PI-01_EI_NTA_NptgLocalities_20200730.xml
index abea7a3e1..bc38d63d8 100644
--- a/examples/standards/nta/NTA-PI-01_EI_NTA_NptgLocalities_20200730.xml
+++ b/examples/standards/nta/NTA-PI-01_EI_NTA_NptgLocalities_20200730.xml
@@ -3135,11 +3135,6 @@ NeTEx separates organisational structure (ORGANISATION, ORGANISATION PART) fro
-
-
- NPTG data version
-
-
@@ -4275,12 +4270,6 @@ NeTEx separates organisational structure (ORGANISATION, ORGANISATION PART) fro
-
-
- NPTG version 2.1
- baseline
-
- standards@nationaltransportauthority.ei
diff --git a/examples/standards/nta/NTA-PI-01_EI_NTA_Operators_COMMON_20200601.xml b/examples/standards/nta/NTA-PI-01_EI_NTA_Operators_COMMON_20200601.xml
index 4569087ab..89570a8fd 100644
--- a/examples/standards/nta/NTA-PI-01_EI_NTA_Operators_COMMON_20200601.xml
+++ b/examples/standards/nta/NTA-PI-01_EI_NTA_Operators_COMMON_20200601.xml
@@ -68,12 +68,6 @@ This Example shows an extract of real Irish Operator data encoded in NeT
National operator codes
-
-
- Version 1 of codes
- baseline
-
- data@http://www.nta.ie/
diff --git a/examples/standards/nta/NTA-PI-01_EI_NTA_STOP_NaPTAN-XX_2020801.xml b/examples/standards/nta/NTA-PI-01_EI_NTA_STOP_NaPTAN-XX_2020801.xml
index bf6f3c5e6..923607591 100644
--- a/examples/standards/nta/NTA-PI-01_EI_NTA_STOP_NaPTAN-XX_2020801.xml
+++ b/examples/standards/nta/NTA-PI-01_EI_NTA_STOP_NaPTAN-XX_2020801.xml
@@ -949,12 +949,6 @@ The NaPTAN StopClassification and StopType can be used to determine how each typ
-
-
- NaPTAN version 2.4
- baseline
-
- standards@nationaltransportauthority.ie
@@ -1160,12 +1154,6 @@ The NaPTAN StopClassification and StopType can be used to determine how each typ
-
-
- NPTG version 2.1
- baseline
-
- standards@nationtransportauthority.ie
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 00Aachen Hbf
- 000002
@@ -181,13 +183,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Aachen Schanz 00Aachen Schanz
- 000001
@@ -205,13 +209,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Aachen Süd(Gr) 00Aachen Sued(Gr)
- 000002
@@ -228,13 +234,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Aachen West 00Aachen West
- 000001
@@ -252,13 +260,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Aachen-Rothe Erde 00Aachen-Rothe Erde
- 000001
@@ -276,13 +286,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Aalen 00Aalen
- 000002
@@ -300,13 +312,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Achern 00Achern
- 000002
@@ -323,13 +337,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Adorf(Vogtl) 00Adorf(Vogtl)
- 000002
@@ -346,14 +362,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Agatharied 00Agatharied
- 00000
- 3
@@ -370,13 +388,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Ahaus 00Ahaus
- 000002
@@ -393,13 +413,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Ahlen(Westf) 00Ahlen(Westf)
- 000002
@@ -416,13 +438,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Ahrensburg 00Ahrensburg
- 000001
@@ -440,13 +464,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Albbruck 00Albbruck
- 000002
@@ -463,13 +489,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Albstadt-Ebingen 00Albstadt-Ebingen
- 000002
@@ -486,13 +514,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Alfeld(Leine) 00Alfeld(Leine)
- 000002
@@ -509,13 +539,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Allensbach 00Allensbach
- 000002
@@ -532,13 +564,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Almkopfbahn 00Almkopfbahn
- 000002
@@ -555,13 +589,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Alpirsbach 00Alpirsbach
- 000002
@@ -578,13 +614,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Alsfeld(Oberhess) 00Alsfeld(Oberhess)
- 000002
@@ -601,13 +639,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Altdorf(b Nürnberg) 00Altdorf(b Nuernb)
- 000002
@@ -624,13 +664,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Alte Veste 00Alte Veste
- 000001
@@ -648,13 +690,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Altena(Westf) 00Altena(Westf)
- 000002
@@ -671,13 +715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Altenahr 00Altenahr
- 000002
@@ -694,13 +740,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Altenbeken 00Altenbeken
- 000002
@@ -717,13 +765,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Altenburg 00Altenburg
- 000002
@@ -740,13 +790,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Altenkirchen(Ww) 00Altenkirchen(Ww)
- 000002
@@ -763,13 +815,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Altglashütten-Falk. 00Altglashuetten-F.
- 000002
@@ -786,13 +840,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Altötting 00Altoetting
- 000002
@@ -809,13 +865,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Altomünster 00Altomuenster
- 000002
@@ -832,13 +890,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Alzey 00Alzey
- 000002
@@ -855,13 +915,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Amberg 00Amberg
- 000002
@@ -878,13 +940,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Ampfing 00Ampfing
- 000002
@@ -901,14 +965,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C010
+
+ 00000
+ SEE
+ Amrum 00Amrum
- 00000
- 3
@@ -925,13 +991,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Andernach 00Andernach
- 000002
@@ -948,13 +1016,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Angermünde 00Angermuende
- 000002
@@ -971,13 +1041,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Angermund 00Angermund
- 000001
@@ -995,13 +1067,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Angersdorf 00Angersdorf
- 000001
@@ -1019,13 +1093,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I020
+
+ 00000
+ Anklam 00Anklam
- 000002
@@ -1042,13 +1118,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Annaberg-Buchh u Bf 00Annaberg-B u Bf
- 000002
@@ -1066,13 +1144,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Annaberg-Buchholz M 00Annaberg-Buchh M
- 000001
@@ -1090,13 +1170,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Annaberg-Buchholz S 00Annaberg-Buchh S
- 000001
@@ -1114,13 +1196,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Ansbach 00Ansbach
- 000002
@@ -1137,13 +1221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Apach(fr) 00Apach(fr)
- 000002
@@ -1160,13 +1246,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Apolda 00Apolda
- 000002
@@ -1183,13 +1271,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Appenweier 00Appenweier
- 000002
@@ -1206,13 +1296,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Arnsberg(Westf) 00Arnsberg(Westf)
- 000002
@@ -1229,13 +1321,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Arnsdorf(Dresden) 00Arnsdorf(Dresden)
- 000002
@@ -1252,13 +1346,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Arnstadt Hbf 00Arnstadt Hbf
- 000002
@@ -1276,13 +1372,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Arnstadt Süd 00Arnstadt Sued
- 000001
@@ -1300,13 +1398,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Arzberg(Oberfr) 00Arzberg(Ofr)
- 000002
@@ -1323,13 +1423,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Aschaffenburg Hochs. 00Aschaffenburg H
- 000001
@@ -1347,13 +1449,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Aschaffenburg Hbf 00Aschaffenburg Hbf
- 000002
@@ -1371,13 +1475,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Aschaffenburg Süd 00Aschaffenburg S
- 000001
@@ -1395,13 +1501,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Aschau(Chiemgau) 00Aschau(Chiemgau)
- 000002
@@ -1418,13 +1526,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Ascheberg(Holst) 00Ascheberg(Holst)
- 000002
@@ -1441,13 +1551,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Aschersleben 00Aschersleben
- 000002
@@ -1464,13 +1576,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Asperg 00Asperg
- 000001
@@ -1488,13 +1602,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Au(Sieg) 00Au(Sieg)
- 000002
@@ -1511,13 +1627,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Aue(Sachs) 00Aue(Sachs)
- 000002
@@ -1534,13 +1652,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Auggen 00Auggen
- 000002
@@ -1557,13 +1677,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Augsburg Haunstett. 00Augsburg Haunst
- 000001
@@ -1581,13 +1703,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Augsburg Hbf 00Augsburg Hbf
- 000002
@@ -1605,13 +1729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Augsburg Messe 00Augsburg Messe
- 000001
@@ -1629,13 +1755,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Augsburg Morellstr. 00Augsburg Morell
- 000001
@@ -1653,13 +1781,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Augsburg-Hochzoll 00Augsburg-Hochzoll
- 000001
@@ -1677,13 +1807,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Augsburg-Oberhausen 00Augsburg-Oberhaus
- 000001
@@ -1701,13 +1833,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Aulendorf 00Aulendorf
- 000002
@@ -1724,13 +1858,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Auringen-Medenbach 00Auringen-Medenb.
- 000001
@@ -1748,13 +1884,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Babenhausen(Hess) 00Babenhausen(Hess)
- 000002
@@ -1771,13 +1909,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Bacharach 00Bacharach
- 000002
@@ -1794,13 +1934,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Backnang 00Backnang
- 000002
@@ -1817,13 +1959,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Bad Aibling 00Bad Aibling
- 000002
@@ -1840,13 +1984,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Bad Bellingen 00Bad Bellingen
- 000002
@@ -1863,13 +2009,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Bad Bentheim 00Bad Bentheim
- 000002
@@ -1886,13 +2034,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Bad Bentheim(Gr) 00Bad Bentheim(Gr)
- 000002
@@ -1909,13 +2059,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bad Bergzabern 00Bad Bergzabern
- 000002
@@ -1932,13 +2084,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Bad Berleburg 00Bad Berleburg
- 000002
@@ -1955,13 +2109,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F040
+
+ 00000
+ Bad Bodenteich 00Bad Bodenteich
- 000002
@@ -1978,13 +2134,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Bad Brambach 00Bad Brambach
- 000002
@@ -2001,13 +2159,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Bad Breisig 00Bad Breisig
- 000002
@@ -2024,13 +2184,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Bad Camberg 00Bad Camberg
- 000002
@@ -2047,13 +2209,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Bad Doberan 00Bad Doberan
- 000002
@@ -2070,13 +2234,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Bad Dürkheim 00Bad Duerkheim
- 000002
@@ -2093,13 +2259,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Bad Elster 00Bad Elster
- 000002
@@ -2116,13 +2284,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Bad Ems 00Bad Ems
- 000002
@@ -2139,13 +2309,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Bad Endorf 00Bad Endorf
- 000002
@@ -2162,13 +2334,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Bad Friedrichshall-J 00Bad Friedrichsh-J
- 000002
@@ -2185,13 +2359,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Bad Griesbach(Schw) 00Bad GriesbachSchw
- 000002
@@ -2208,13 +2384,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Bad Harzburg 00Bad Harzburg
- 000002
@@ -2231,14 +2409,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ NE 406
+ Bad Herrenalb 00Bad 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 00Bad Hersfeld
- 000002
@@ -2278,13 +2460,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bad Hönningen 00Bad Hoenningen
- 000002
@@ -2301,13 +2485,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Bad Homburg 00Bad Homburg
- 000002
@@ -2324,13 +2510,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bad Honnef(Rhein) 00Bad Honnef(Rhein)
- 000002
@@ -2347,13 +2535,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Bad Kissingen 00Bad Kissingen
- 000002
@@ -2370,13 +2560,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Bad Kleinen 00Bad Kleinen
- 000002
@@ -2393,13 +2585,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Bad Kötzting 00Bad Koetzting
- 000002
@@ -2416,13 +2610,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Bad Kreckelmoos 00Bad Kreckelmoos
- 000002
@@ -2439,13 +2635,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Bad Kreuznach 00Bad Kreuznach
- 000002
@@ -2462,13 +2660,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Bad Krozingen 00Bad Krozingen
- 000002
@@ -2485,13 +2685,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Bad Langensalza 00Bad Langensalza
- 000002
@@ -2508,13 +2710,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Bad Liebenzell 00Bad Liebenzell
- 000002
@@ -2531,13 +2735,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Bad Malente-Gremsmü 00Bad Malente-Grems
- 000002
@@ -2554,13 +2760,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Bad Mergentheim 00Bad Mergentheim
- 000002
@@ -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 00Bad Muenster a St
- 000002
@@ -2601,13 +2811,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bad Münstereifel 00Bad Muenstereifel
- 000002
@@ -2624,13 +2836,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Bad Nauheim 00Bad Nauheim
- 000002
@@ -2647,13 +2861,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bad Nenndorf 00Bad Nenndorf
- 000002
@@ -2670,13 +2886,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bad Neuenahr 00Bad Neuenahr
- 000002
@@ -2693,13 +2911,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Bad Neustadt(Saale) 00Bad Neustadt(S)
- 000002
@@ -2716,13 +2936,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bad Oeynhausen 00Bad Oeynhausen
- 000002
@@ -2739,13 +2961,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bad Oeynhausen Süd 00Bad Oeynhausen S
- 000002
@@ -2762,13 +2986,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Bad Oldesloe 00Bad Oldesloe
- 000002
@@ -2785,13 +3011,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bad Pyrmont 00Bad Pyrmont
- 000002
@@ -2808,13 +3036,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Bad Reichenhall 00Bad Reichenhall
- 000002
@@ -2831,13 +3061,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Bad Rodach 00Bad Rodach
- 000002
@@ -2854,13 +3086,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Bad Säckingen 00Bad Saeckingen
- 000002
@@ -2877,13 +3111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bad Salzuflen 00Bad Salzuflen
- 000002
@@ -2900,13 +3136,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Bad Salzungen 00Bad Salzungen
- 000002
@@ -2923,13 +3161,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Bad Saulgau 00Bad Saulgau
- 000002
@@ -2946,13 +3186,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Bad Schandau 00Bad Schandau
- 000002
@@ -2969,13 +3211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Bad Schussenried 00Bad Schussenried
- 000002
@@ -2992,13 +3236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Bad Sobernheim 00Bad Sobernheim
- 000002
@@ -3015,13 +3261,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Bad Soden(Taunus) 00Bad Soden(Taunus)
- 000002
@@ -3038,13 +3286,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Bad Soden-Salmünst. 00Bad Soden-Salmue.
- 000002
@@ -3061,13 +3311,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D020
+
+ 00000
+ Bad St Peter-Ording 00Bad St Peter-O
- 000002
@@ -3084,13 +3336,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Bad Staffelstein 00Bad Staffelstein
- 000002
@@ -3107,13 +3361,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Bad Steben 00Bad Steben
- 000002
@@ -3130,13 +3386,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Bad Teinach-Neubula. 00Bad Teinach
- 000002
@@ -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 00Bad 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 00Bad Waldsee
- 000002
@@ -3200,13 +3462,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bad Wildbad Bf 00Bad Wildbad
- 000002
@@ -3224,13 +3488,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bad Wildbad Kurpark 00Bad Wildbad Kurp
- 000001
@@ -3248,13 +3514,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bad Wildbad Nord 00Bad Wildbad Nord
- 000001
@@ -3272,13 +3540,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bad Wildbad Uhlandpl 00Bad Wildbad Uhl
- 000001
@@ -3296,13 +3566,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Bad Wildungen 00Bad Wildungen
- 000002
@@ -3319,13 +3591,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Bad Wörishofen 00Bad Woerishofen
- 000002
@@ -3342,13 +3616,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ Bad Zwischenahn 00Bad Zwischenahn
- 000002
@@ -3365,13 +3641,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Baden-Baden 00Baden-Baden
- 000002
@@ -3389,13 +3667,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Baden-Baden Haueneb 00Baden-Baden Hauen
- 000001
@@ -3413,13 +3693,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Baden-Baden Rebland 00Baden-Baden Rebl
- 000001
@@ -3437,13 +3719,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H080
+
+ 00000
+ Bärenstein(Annab) 00Baerenstein(An)
- 000002
@@ -3460,13 +3744,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Baiersbronn Bf 00Baiersbronn Bf
- 000002
@@ -3483,13 +3769,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Balingen(Württ) 00Balingen(Wuertt)
- 000002
@@ -3506,14 +3794,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ SEE
+ Baltrum 00Baltrum
- 00000
- 3
@@ -3530,13 +3820,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Bamberg 00Bamberg
- 000002
@@ -3553,13 +3845,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Bardowick 00Bardowick
- 000001
@@ -3577,13 +3871,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Barleber See 00Barleber See
- 000001
@@ -3601,13 +3897,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H020
+
+ 00000
+ Barth 00Barth
- 000002
@@ -3624,13 +3922,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Basel Bad Bf 00Basel Bad Bf
- 000002
@@ -3647,13 +3947,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Baunatal-Guntershaus 00Baunatal-Guntersh
- 000002
@@ -3670,13 +3972,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J060
+
+ 00000
+ Bautzen 00Bautzen
- 000002
@@ -3693,13 +3997,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I100
+
+ 00000
+ Bayerisch Eisenstein 00Bayerisch Eisenst
- 000002
@@ -3716,13 +4022,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Bayerisch Gmain 00Bayerisch Gmain
- 000002
@@ -3739,13 +4047,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bayerwerk 00Bayerwerk
- 000001
@@ -3763,13 +4073,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Bayreuth Hbf 00Bayreuth Hbf
- 000002
@@ -3787,14 +4099,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Bayrischzell 00Bayrischzell
- 00000
- 3
@@ -3811,13 +4125,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Bebra 00Bebra
- 000002
@@ -3834,13 +4150,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Bedburg(Erft) 00Bedburg(Erft)
- 000002
@@ -3857,13 +4175,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Beeskow 00Beeskow
- 000002
@@ -3880,13 +4200,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Benediktbeuern 00Benediktbeuern
- 000002
@@ -3903,13 +4225,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Bensheim 00Bensheim
- 000002
@@ -3926,13 +4250,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Berchtesgaden Hbf 00Berchtesgaden Hbf
- 000002
@@ -3949,13 +4275,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H020
+
+ 00000
+ Bergen auf Rügen 00Bergen auf Ruegen
- 000002
@@ -3972,13 +4300,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bergisch Gladbach 00Bergisch Gladb
- 000002
@@ -3996,13 +4326,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Friedrichstr 00Berlin
- 000002
@@ -4020,13 +4352,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Alexanderpl. 00Berlin Alexandpl.
- 000001
@@ -4044,13 +4378,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Bellevue 00Berlin Bellevue
- 000001
@@ -4068,13 +4404,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Berlin Brandenb.Flug 00Berlin Brandbg Fl
- 000001
@@ -4092,13 +4430,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Gesundbrunnen 00Berlin Gesundbr.
- 000001
@@ -4116,13 +4456,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Hackescher M. 00Berlin Hackescher
- 000001
@@ -4140,13 +4482,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Hbf 00Berlin Hbf
- 000001
@@ -4164,13 +4508,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Jannowitzbr. 00Berlin Jannowitzb
- 000001
@@ -4188,13 +4534,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Jungfernheide 00Berlin Jungfernh.
- 000001
@@ -4212,13 +4560,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Nöldnerplatz 00Berlin Noeldnerpl
- 000001
@@ -4236,13 +4586,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Ostbahnhof 00Berlin Ostbahnhof
- 000001
@@ -4260,13 +4612,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Ostkreuz 00Berlin Ostkreuz
- 000001
@@ -4284,13 +4638,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Potsdamer Pl 00Berlin Potsd.Pl.
- 000001
@@ -4308,13 +4664,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Savignyplatz 00Berlin Savignypl.
- 000001
@@ -4332,13 +4690,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Südkreuz 00Berlin Suedkreuz
- 000001
@@ -4356,13 +4716,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Treptower Pk 00Berlin Treptow
- 000001
@@ -4380,13 +4742,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Berlin Wannsee 00Berlin Wannsee
- 000002
@@ -4403,13 +4767,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Warschauer St 00Berlin Warsch.St
- 000001
@@ -4427,13 +4793,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Westkreuz 00Berlin Westkreuz
- 000001
@@ -4451,13 +4819,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Zoolg. Garten 00Berlin Zoolg. G.
- 000001
@@ -4475,13 +4845,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin-Charlottenbg. 00Berlin-Charlottb.
- 000001
@@ -4499,13 +4871,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Berlin-Karlshorst 00Berlin-Karlshorst
- 000002
@@ -4522,13 +4896,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin-Lichtenberg 00Berlin-Lichtenbg
- 000001
@@ -4546,13 +4922,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin-Schöneberg 00Berlin-Schoeneb.
- 000001
@@ -4570,13 +4948,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin-Spandau 00Berlin-Spandau
- 000002
@@ -4593,13 +4973,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin-Tiergarten 00Berlin-Tiergarten
- 000001
@@ -4617,13 +4999,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Bernau(b Berlin) 00Bernau(b Berlin)
- 000002
@@ -4640,13 +5024,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Bestwig 00Bestwig
- 000002
@@ -4663,13 +5049,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Betzdorf(Sieg) 00Betzdorf(Sieg)
- 000002
@@ -4686,13 +5074,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Beuron 00Beuron
- 000002
@@ -4709,13 +5099,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Beyendorf 00Beyendorf
- 000001
@@ -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 00Bg-u.Nd.Gemuenden
- 000002
@@ -4756,13 +5150,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Biberach(Baden) 00Biberach(Baden)
- 000002
@@ -4779,13 +5175,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Biberach(Riß) 00Biberach(Riss)
- 000002
@@ -4802,13 +5200,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Bichlbach-Berwang 00Bichlbach-Berwang
- 000002
@@ -4825,13 +5225,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Biedenkopf 00Biedenkopf
- 000002
@@ -4848,13 +5250,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bielefeld Hbf 00Bielefeld Hbf
- 000002
@@ -4872,13 +5276,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bielefeld Ost 00Bielefeld Ost
- 000001
@@ -4896,13 +5302,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Bietigheim-Bissingen 00Bietigheim-Biss.
- 000002
@@ -4919,13 +5327,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Bietingen 00Bietingen
- 000002
@@ -4942,13 +5352,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Bingen(Rhein) Stadt 00Bingen(Rh)Stadt
- 000001
@@ -4966,13 +5378,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Bingen(Rhein) Hbf 00Bingen(Rhein) Hbf
- 000002
@@ -4990,13 +5404,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Bischofswerda 00Bischofswerda
- 000002
@@ -5013,13 +5429,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Bischofswiesen 00Bischofswiesen
- 000002
@@ -5036,13 +5454,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A080
+
+ 00000
+ Bitburg-Erdorf 00Bitburg-Erdorf
- 000002
@@ -5059,13 +5479,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Bitterfeld 00Bitterfeld
- 000002
@@ -5082,13 +5504,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Blaibach(Oberpf) 00Blaibach(Oberpf)
- 000002
@@ -5105,13 +5529,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G030
+
+ 00000
+ Blankenberg(Meckl) 00Blankenberg/Meckl
- 000002
@@ -5128,13 +5554,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Blankenf(Teltow-Fl) 00Blankenfelde
- 000001
@@ -5151,13 +5579,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Blankenstein(Saale) 00Blankenstein(S)
- 000002
@@ -5174,13 +5604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Blaubeuren 00Blaubeuren
- 000002
@@ -5197,13 +5629,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Blaufelden 00Blaufelden
- 000002
@@ -5220,13 +5654,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Blumenberg 00Blumenberg
- 000002
@@ -5243,13 +5679,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Bocholt 00Bocholt
- 000002
@@ -5266,13 +5704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bochum Hbf 00Bochum Hbf
- 000002
@@ -5290,13 +5730,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bochum West 00Bochum West
- 000001
@@ -5314,13 +5756,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bochum-Ehrenfeld 00Bochum-Ehrenfeld
- 000001
@@ -5338,13 +5782,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bochum-Hamme 00Bochum-Hamme
- 000001
@@ -5362,13 +5808,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bochum-Langendreer 00Bochum-Langend
- 000001
@@ -5386,13 +5834,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bochum-Langendreer W 00Bochum-Langend W
- 000001
@@ -5410,13 +5860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bochum-Riemke 00Bochum-Riemke
- 000001
@@ -5434,13 +5886,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Bockum-Hövel 00Bockum-Hoevel
- 000001
@@ -5458,13 +5912,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Bodenburg 00Bodenburg
- 000002
@@ -5481,13 +5937,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Bodenfelde 00Bodenfelde
- 000002
@@ -5504,13 +5962,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Bodenmais 00Bodenmais
- 000002
@@ -5527,13 +5987,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Böblingen 00Boeblingen
- 000002
@@ -5550,13 +6012,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Bogen 00Bogen
- 000002
@@ -5573,13 +6037,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bonn Hbf 00Bonn Hbf
- 000002
@@ -5597,13 +6063,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bonn-Bad Godesberg 00Bonn-Bad Godesbg
- 000001
@@ -5621,13 +6089,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bonn-Beuel 00Bonn-Beuel
- 000002
@@ -5645,13 +6115,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bonn-Duisdorf 00Bonn-Duisdorf
- 000001
@@ -5669,13 +6141,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bonn-Mehlem 00Bonn-Mehlem
- 000001
@@ -5693,13 +6167,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bonn-Oberkassel 00Bonn-Oberkassel
- 000001
@@ -5717,13 +6193,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Boppard Hbf 00Boppard Hbf
- 000002
@@ -5740,13 +6218,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Boppard-Bad Salzig 00Boppard-Bad Salz.
- 000002
@@ -5763,13 +6243,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Borken(Westf) 00Borken(Westf)
- 000002
@@ -5786,14 +6268,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ SEE
+ Borkum(Nordseebad) 00Borkum(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) 00Borsdorf(Sachs)
- 000002
@@ -5833,13 +6319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bottrop Hbf 00Bottrop Hbf
- 000002
@@ -5857,13 +6345,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bottrop-Boy 00Bottrop-Boy
- 000001
@@ -5881,13 +6371,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bottrop-Vonderort 00Bottrop-Vonderort
- 000001
@@ -5905,13 +6397,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Brackwede 00Brackwede
- 000001
@@ -5929,13 +6423,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Brackwede Süd 00Brackwede Sued
- 000001
@@ -5952,13 +6448,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Brake(b Bielefeld) 00Brake(b Bielef)
- 000001
@@ -5976,13 +6474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Bramsche 00Bramsche
- 000002
@@ -5999,13 +6499,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Brandenburg Hbf 00Brandenburg Hbf
- 000002
@@ -6022,13 +6524,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Brannenburg 00Brannenburg
- 000002
@@ -6045,13 +6549,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Braunschweig Hbf 00Braunschweig
- 000002
@@ -6069,13 +6575,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Braunschweig-Gliesm. 00Braunschweig-Gl
- 000001
@@ -6093,13 +6601,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B110
+
+ 00000
+ Breisach 00Breisach
- 000002
@@ -6116,13 +6626,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Breitendiel 00Breitendiel
- 000001
@@ -6140,13 +6652,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen Hbf 00Bremen Hbf
- 000002
@@ -6164,13 +6678,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen Neustadt 00Bremen Neustadt
- 000001
@@ -6188,13 +6704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremen-Burg 00Bremen-Burg
- 000001
@@ -6212,13 +6730,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen-Hemelingen 00Bremen-Hemelingen
- 000001
@@ -6236,13 +6756,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremen-Lesum 00Bremen-Lesum
- 000001
@@ -6260,13 +6782,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen-Mahndorf 00Bremen-Mahndorf
- 000001
@@ -6284,13 +6808,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen-Oberneuland 00Bremen-Oberneul.
- 000001
@@ -6308,13 +6834,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen-Oslebshausen 00Bremen-Oslebsh.
- 000001
@@ -6332,13 +6860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremen-Schönebeck 00Bremen-Schoeneb.
- 000001
@@ -6356,13 +6886,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen-Sebaldsbrück 00Bremen-Sebaldsbr.
- 000001
@@ -6380,13 +6912,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremen-St Magnus 00Bremen-St Magnus
- 000001
@@ -6404,13 +6938,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremen-Vegesack 00Bremen-Vegesack
- 000001
@@ -6428,13 +6964,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen-Walle 00Bremen-Walle
- 000001
@@ -6452,13 +6990,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremerhaven Hbf 00Bremerhaven Hbf
- 000002
@@ -6476,13 +7016,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremerhaven-Lehe 00Bremerhaven-Lehe
- 000001
@@ -6500,13 +7042,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremerhaven-Wulsdorf 00Bremerhaven-Wulsd
- 000001
@@ -6524,13 +7068,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Bretleben 00Bretleben
- 000002
@@ -6547,13 +7093,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Bretten 00Bretten
- 000002
@@ -6571,13 +7119,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Bretten Schulzentrum 00Bretten Schulz
- 000001
@@ -6595,13 +7145,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Bretten Stadtmitte 00Bretten Stadt
- 000001
@@ -6619,13 +7171,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Brilon Wald 00Brilon Wald
- 000002
@@ -6642,13 +7196,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Britz 00Britz
- 000002
@@ -6665,13 +7221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Brötzingen Mitte 00Broetzingen Mitte
- 000001
@@ -6689,13 +7247,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bruchsal 00Bruchsal
- 000002
@@ -6713,13 +7273,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bruchsal Bildungsz 00Bruchsal Bildungs
- 000001
@@ -6737,13 +7299,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Brühl 00Bruehl
- 000002
@@ -6760,13 +7324,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Bruxelles Zone 00Bruxelles Zone
- 000002
@@ -6784,13 +7350,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Bruxelles-Midi 00Bruxelles-Midi
- 000001
@@ -6808,13 +7376,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Bruxelles-Nord 00Bruxelles-Nord
- 000001
@@ -6832,13 +7402,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Bubenreuth 00Bubenreuth
- 000001
@@ -6856,13 +7428,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Buchholz(Nordheide) 00Buchholz/Nordheid
- 000002
@@ -6879,13 +7453,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Buchloe 00Buchloe
- 000002
@@ -6902,13 +7478,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Büchen 00Buechen
- 000002
@@ -6925,13 +7503,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bückeburg 00Bueckeburg
- 000002
@@ -6948,13 +7528,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bühl(Baden) 00Buehl(Baden)
- 000002
@@ -6971,13 +7553,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bünde(Westf) 00Buende(Westf)
- 000002
@@ -6994,13 +7578,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Büttgen 00Buettgen
- 000001
@@ -7018,13 +7604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Bützow 00Buetzow
- 000002
@@ -7041,13 +7629,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Buggingen 00Buggingen
- 000002
@@ -7064,13 +7654,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Bullay(DB) 00Bullay(DB)
- 000002
@@ -7087,13 +7679,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Burgdorf 00Burgdorf
- 000002
@@ -7110,13 +7704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Burghausen(Oberbay) 00Burghausen(Obb)
- 000002
@@ -7133,13 +7729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A010
+
+ 00000
+ Bus 00Bus
- 000001
@@ -7156,13 +7754,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Butzbach 00Butzbach
- 000002
@@ -7179,13 +7779,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Buxtehude 00Buxtehude
- 000002
@@ -7202,13 +7804,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Cadolzburg 00Cadolzburg
- 000002
@@ -7225,13 +7829,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Cainsdorf 00Cainsdorf
- 000001
@@ -7249,13 +7855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Calau(NL) 00Calau(NL)
- 000002
@@ -7272,13 +7880,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Calbe(Saale) Ost 00Calbe(Saale) Ost
- 000002
@@ -7295,13 +7905,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Calw 00Calw
- 000002
@@ -7318,13 +7930,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Camburg(Saale) 00Camburg(Saale)
- 000001
@@ -7341,13 +7955,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Castrop-Rauxel Hbf 00Castrop-RauxelHbf
- 000002
@@ -7364,13 +7980,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E040
+
+ 00000
+ Celle 00Celle
- 000002
@@ -7387,13 +8005,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Cham(Oberpf) 00Cham(Opf)
- 000002
@@ -7410,13 +8030,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H080
+
+ 00000
+ Cheb(Gr) 00Cheb(Gr)
- 000002
@@ -7433,13 +8055,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Chemnitz Hbf 00Chemnitz Hbf
- 000002
@@ -7457,13 +8081,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Chemnitz Mitte 00Chemnitz Mitte
- 000001
@@ -7481,13 +8107,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Chemnitz Süd 00Chemnitz Sued
- 000001
@@ -7505,13 +8133,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Chorin 00Chorin
- 000002
@@ -7528,13 +8158,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C040
+
+ 00000
+ Cloppenburg 00Cloppenburg
- 000002
@@ -7551,13 +8183,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Coburg 00Coburg
- 000002
@@ -7574,13 +8208,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Cochem(Mosel) 00Cochem(Mosel)
- 000002
@@ -7597,13 +8233,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Cölbe 00Coelbe
- 000002
@@ -7620,13 +8258,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Coesfeld(Westf) 00Coesfeld(Westf)
- 000002
@@ -7643,13 +8283,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Cossebaude 00Cossebaude
- 000001
@@ -7667,13 +8309,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Coswig(Dresden) 00Coswig(Dresden)
- 000002
@@ -7690,13 +8334,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Cottbus 00Cottbus
- 000002
@@ -7714,13 +8360,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Cottbus-Merzdorf 00Cottbus-Merzdorf
- 000001
@@ -7738,13 +8386,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Cottbus-Sandow 00Cottbus-Sandow
- 000001
@@ -7762,13 +8412,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Cottbus-Willmersd N 00Cottbus-Willmersd
- 000001
@@ -7786,13 +8438,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Crailsheim 00Crailsheim
- 000002
@@ -7809,13 +8463,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H080
+
+ 00000
+ Cranzahl 00Cranzahl
- 000002
@@ -7832,13 +8488,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Crimmitschau 00Crimmitschau
- 000002
@@ -7855,13 +8513,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D020
+
+ 00000
+ Cuxhaven 00Cuxhaven
- 000002
@@ -7878,13 +8538,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Dachau Bahnhof 00Dachau Bahnhof
- 000002
@@ -7901,14 +8563,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ SEE
+ Dagebüll Mole 00Dagebuell Mole
- 00000
- 3
@@ -7925,13 +8589,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Dalheim 00Dalheim
- 000002
@@ -7948,13 +8614,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F040
+
+ 00000
+ Dannenberg Ost 00Dannenberg Ost
- 000002
@@ -7971,14 +8639,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Darching 00Darching
- 00000
- 3
@@ -7995,13 +8665,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt Hbf 00Darmstadt Hbf
- 000002
@@ -8019,13 +8691,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt Nord 00Darmstadt Nord
- 000001
@@ -8043,13 +8717,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt Ost 00Darmstadt Ost
- 000001
@@ -8067,13 +8743,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt Süd 00Darmstadt Sued
- 000001
@@ -8091,13 +8769,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt-Arheilgen 00Darmstadt-Arheil
- 000001
@@ -8115,13 +8795,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt-Eberstadt 00Darmstadt-Eberst
- 000001
@@ -8139,13 +8821,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt-Kranichst. 00Darmstadt-Kranich
- 000001
@@ -8163,13 +8847,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt-Wixhausen 00Darmstadt-Wixh
- 000001
@@ -8187,13 +8873,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Deggendorf Hbf 00Deggendorf Hbf
- 000002
@@ -8210,13 +8898,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Delitzsch 00Delitzsch
- 000002
@@ -8233,13 +8923,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Delmenhorst 00Delmenhorst
- 000002
@@ -8257,13 +8949,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H020
+
+ 00000
+ Demmin 00Demmin
- 000002
@@ -8280,13 +8974,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Denzlingen 00Denzlingen
- 000002
@@ -8303,13 +8999,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Derneburg(Han) 00Derneburg
- 000002
@@ -8326,13 +9024,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Dessau Hbf 00Dessau Hbf
- 000002
@@ -8349,13 +9049,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Detmold 00Detmold
- 000002
@@ -8372,13 +9074,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Dieburg 00Dieburg
- 000002
@@ -8395,13 +9099,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C040
+
+ 00000
+ Diepholz 00Diepholz
- 000002
@@ -8418,13 +9124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Dießen 00Diessen
- 000002
@@ -8441,13 +9149,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Dillenburg 00Dillenburg
- 000002
@@ -8464,13 +9174,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Dillingen(Donau) 00Dillingen(Donau)
- 000002
@@ -8487,13 +9199,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Dillingen(Saar) 00Dillingen(Saar)
- 000002
@@ -8510,13 +9224,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Dingolfing 00Dingolfing
- 000002
@@ -8533,13 +9249,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dinslaken 00Dinslaken
- 000002
@@ -8556,13 +9274,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Dissen-Bad Rothenf. 00Dissen-Bad Rothen
- 000002
@@ -8579,13 +9299,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Ditzingen 00Ditzingen
- 000002
@@ -8602,13 +9324,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Doberlug-Kirchhain 00Doberlug-Kirchh.
- 000002
@@ -8625,13 +9349,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Döbeln Hbf 00Doebeln Hbf
- 000002
@@ -8648,13 +9374,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Dollbergen 00Dollbergen
- 000002
@@ -8671,13 +9399,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Dombühl 00Dombuehl
- 000002
@@ -8694,13 +9424,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Donaueschingen 00Donaueschingen
- 000002
@@ -8717,13 +9449,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Donauwörth 00Donauwoerth
- 000002
@@ -8740,13 +9474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Dorfen Bahnhof 00Dorfen Bahnhof
- 000002
@@ -8763,13 +9499,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund Hbf 00Dortmund Hbf
- 000002
@@ -8787,13 +9525,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund Knappschaft 00Dortmund Knappsch
- 000001
@@ -8811,13 +9551,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund Möllerbr. 00Dortmund Moellerb
- 000001
@@ -8835,13 +9577,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund Signal Idu. 00Dortmund Signal
- 000001
@@ -8859,13 +9603,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund Stadthaus 00Dortmund Stadth
- 000001
@@ -8883,13 +9629,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund Tierpark 00Dortmund Tierpark
- 000001
@@ -8907,13 +9655,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund West 00Dortmund West
- 000001
@@ -8931,13 +9681,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Aplerbeck 00Dortmund-Aplerb
- 000001
@@ -8955,13 +9707,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Aplerbeck S 00Dortmund-Aplerb S
- 000001
@@ -8979,13 +9733,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Asseln Mitt 00Dortmund-Asseln M
- 000001
@@ -9003,13 +9759,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Barop 00Dortmund-Barop
- 000001
@@ -9027,13 +9785,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Bövingh. 00Dortmund-Boevingh
- 000001
@@ -9051,13 +9811,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Brackel 00Dortmund-Brackel
- 000001
@@ -9075,13 +9837,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Derne 00Dortmund-Derne
- 000001
@@ -9099,13 +9863,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Dorstfeld 00Dortmund-Dorstf
- 000001
@@ -9123,13 +9889,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Dorstfeld S 00Dortmund-Dorstf S
- 000001
@@ -9147,13 +9915,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Germania 00Dortmund-Germ
- 000001
@@ -9171,13 +9941,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Hörde 00Dortmund-Hoerde
- 000001
@@ -9195,13 +9967,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Huckarde N 00Dortmund-Huck N
- 000001
@@ -9219,13 +9993,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Huckarde 00Dortmund-Huckarde
- 000001
@@ -9243,13 +10019,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Kirchderne 00Dortmund-Kirchder
- 000001
@@ -9267,13 +10045,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Kirchhörde 00Dortmund-Kirchhoe
- 000001
@@ -9291,13 +10071,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Kley 00Dortmund-Kley
- 000001
@@ -9315,13 +10097,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Körne 00Dortmund-Koerne
- 000001
@@ -9339,13 +10123,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Körne West 00Dortmund-Koerne W
- 000001
@@ -9363,13 +10149,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Kruckel 00Dortmund-Kruckel
- 000001
@@ -9387,13 +10175,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Kurl 00Dortmund-Kurl
- 000001
@@ -9411,13 +10201,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Löttringh. 00Dortmund-Loett
- 000001
@@ -9435,13 +10227,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Lütgend.N 00Dortmund-Luet N
- 000001
@@ -9459,13 +10253,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Lütgendort 00Dortmund-Luetgend
- 000001
@@ -9483,13 +10279,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Marten 00Dortmund-Marten
- 000001
@@ -9507,13 +10305,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Marten Süd 00Dortmund-Marten S
- 000001
@@ -9531,13 +10331,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Mengede 00Dortmund-Mengede
- 000001
@@ -9555,13 +10357,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Nette/Oest 00Dortmund-Nette
- 000001
@@ -9579,13 +10383,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Oespel 00Dortmund-Oespel
- 000001
@@ -9603,13 +10409,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Rahm 00Dortmund-Rahm
- 000001
@@ -9627,13 +10435,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Scharnhorst 00Dortmund-Scharnh
- 000001
@@ -9651,13 +10461,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Sölde 00Dortmund-Soelde
- 000001
@@ -9675,13 +10487,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Somborn 00Dortmund-Somborn
- 000001
@@ -9699,13 +10513,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Uni. 00Dortmund-Uni
- 000001
@@ -9723,13 +10539,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Westerfilde 00Dortmund-Westerf
- 000001
@@ -9747,13 +10565,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Wickede W 00Dortmund-Wick W
- 000001
@@ -9771,13 +10591,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Wickede 00Dortmund-Wickede
- 000001
@@ -9795,13 +10617,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Wischlingen 00Dortmund-Wischlin
- 000001
@@ -9819,13 +10643,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden Flughafen 00Dresden Flughafen
- 000001
@@ -9843,13 +10669,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden Freiberg.Str 00Dresden Freib.Str
- 000001
@@ -9867,13 +10695,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden Grenzstraße 00Dresden Grenzstr.
- 000001
@@ -9891,13 +10721,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden Hbf 00Dresden Hbf
- 000002
@@ -9915,13 +10747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden Industriegel 00Dresden Ind.Gel.
- 000001
@@ -9939,13 +10773,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden Mitte 00Dresden Mitte
- 000001
@@ -9963,13 +10799,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Cotta 00Dresden-Cotta
- 000001
@@ -9987,13 +10825,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Dobritz 00Dresden-Dobritz
- 000001
@@ -10011,13 +10851,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Friedrichst 00Dresden-Friedr.
- 000001
@@ -10035,13 +10877,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Kemnitz 00Dresden-Kemnitz
- 000001
@@ -10059,13 +10903,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Klotzsche 00Dresden-Klotzsche
- 000001
@@ -10083,13 +10929,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Neustadt 00Dresden-Neustadt
- 000001
@@ -10107,13 +10955,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Niedersedl 00Dresden-Nieders.
- 000001
@@ -10131,13 +10981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Pieschen 00Dresden-Pieschen
- 000001
@@ -10155,13 +11007,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Plauen 00Dresden-Plauen
- 000001
@@ -10179,13 +11033,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Reick 00Dresden-Reick
- 000001
@@ -10203,13 +11059,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Stetzsch 00Dresden-Stetzsch
- 000001
@@ -10227,13 +11085,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Strehlen 00Dresden-Strehlen
- 000001
@@ -10251,13 +11111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Trachau 00Dresden-Trachau
- 000001
@@ -10275,13 +11137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Zschachwitz 00Dresden-Zschachw.
- 000001
@@ -10299,13 +11163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Duckterath 00Duckterath
- 000001
@@ -10323,13 +11189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Dudweiler 00Dudweiler
- 000001
@@ -10347,13 +11215,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Dülmen 00Duelmen
- 000002
@@ -10370,13 +11240,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Düren 00Dueren
- 000001
@@ -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 00Dueren I Gr Tal
- 000001
@@ -10418,13 +11292,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Düren Renkerstraße 00Dueren Renkerstr
- 000001
@@ -10442,13 +11318,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Düren-Annakirmespl. 00Dueren-Annakirmes
- 000002
@@ -10466,13 +11344,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Düren-Kuhbrücke 00Dueren-Kuhbruecke
- 000001
@@ -10490,13 +11370,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Düren-Lendersdorf 00Dueren-Lendersd
- 000001
@@ -10514,13 +11396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf Flugh.T. 00Duesseldorf Fl.T.
- 000001
@@ -10538,13 +11422,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf Flugh. 00Duesseldorf Flugh
- 000001
@@ -10562,13 +11448,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf Friedrst 00Duesseldorf Fried
- 000001
@@ -10586,13 +11474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf Hbf 00Duesseldorf Hbf
- 000002
@@ -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 00Duesseldorf Voelk
- 000001
@@ -10634,13 +11526,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf Volksg. 00Duesseldorf Volks
- 000001
@@ -10658,13 +11552,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf Wehrhahn 00Duesseldorf Wehrh
- 000001
@@ -10682,13 +11578,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Benrath 00Duesseldorf-Benr.
- 000001
@@ -10706,13 +11604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Bilk 00Duesseldorf-Bilk
- 000001
@@ -10730,13 +11630,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Derend. 00Duesseldorf-Dere.
- 000001
@@ -10754,13 +11656,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Eller M 00Duesseldorf-El.M
- 000001
@@ -10778,13 +11682,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Eller S 00Duesseldorf-El.S
- 000001
@@ -10802,13 +11708,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Eller 00Duesseldorf-Eller
- 000001
@@ -10826,13 +11734,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Flingern 00Duesseldorf-Fling
- 000001
@@ -10850,13 +11760,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Garath 00Duesseldorf-Gar.
- 000001
@@ -10874,13 +11786,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Gerresh. 00Duesseldorf-Gerr.
- 000001
@@ -10898,13 +11812,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Hamm 00Duesseldorf-Hamm
- 000001
@@ -10922,13 +11838,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Hellerh. 00Duesseldorf-Hell
- 000001
@@ -10946,13 +11864,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Oberbilk 00Duesseldorf-Oberb
- 000001
@@ -10970,13 +11890,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Rath Mit 00Duesseldorf-R.M.
- 000001
@@ -10994,13 +11916,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Rath 00Duesseldorf-Rath
- 000001
@@ -11018,13 +11942,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Reisholz 00Duesseldorf-Reish
- 000001
@@ -11042,13 +11968,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Unterr. 00Duesseldorf-Unter
- 000001
@@ -11066,13 +11994,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Zoo 00Duesseldorf-Zoo
- 000001
@@ -11090,13 +12020,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg Entenfang 00Duisburg Entenf
- 000001
@@ -11114,13 +12046,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg Hbf 00Duisburg Hbf
- 000002
@@ -11138,13 +12072,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Bissingheim 00Duisburg-Bissingh
- 000001
@@ -11162,13 +12098,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Buchholz 00Duisburg-Buchholz
- 000001
@@ -11186,13 +12124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Großenbaum 00Duisburg-Grossenb
- 000001
@@ -11210,13 +12150,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Hochfeld S 00Duisburg-Hochf.S
- 000001
@@ -11234,13 +12176,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Meiderich O 00Duisburg-Meid.O
- 000001
@@ -11258,13 +12202,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Meiderich S 00Duisburg-Meid.S
- 000001
@@ -11282,13 +12228,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Obermeider. 00Duisburg-Obermeid
- 000001
@@ -11306,13 +12254,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Rahm 00Duisburg-Rahm
- 000001
@@ -11330,13 +12280,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Ruhrort 00Duisburg-Ruhrort
- 000002
@@ -11354,13 +12306,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Schlenk 00Duisburg-Schlenk
- 000001
@@ -11378,13 +12332,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Wedau 00Duisburg-Wedau
- 000001
@@ -11402,13 +12358,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Eberbach 00Eberbach
- 000002
@@ -11425,13 +12383,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Ebermannstadt 00Ebermannstadt
- 000002
@@ -11448,13 +12408,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Ebern 00Ebern
- 000002
@@ -11471,13 +12433,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Ebersbach(Fils) 00Ebersbach(Fils)
- 000002
@@ -11494,13 +12458,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J070
+
+ 00000
+ Ebersbach(Sachs) 00Ebersbach(Sachs)
- 000002
@@ -11517,13 +12483,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Eberswalde Hbf 00Eberswalde Hbf
- 000002
@@ -11540,13 +12508,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Ebringen 00Ebringen
- 000002
@@ -11563,13 +12533,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E010
+
+ 00000
+ Eckernförde 00Eckernfoerde
- 000002
@@ -11586,13 +12558,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Edelfingen 00Edelfingen
- 000001
@@ -11610,13 +12584,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Efringen-Kirchen 00Efringen-Kirchen
- 000002
@@ -11633,13 +12609,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Eggenfelden 00Eggenfelden
- 000002
@@ -11656,13 +12634,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Ehingen(Donau) 00Ehingen(Donau)
- 000002
@@ -11679,13 +12659,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Ehrang 00Ehrang
- 000001
@@ -11703,13 +12685,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Ehrang Ort 00Ehrang Ort
- 000001
@@ -11727,13 +12711,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Ehrwald Zugspitzbahn 00Ehrwald Zugspitzb
- 000002
@@ -11750,13 +12736,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Eichenberg 00Eichenberg
- 000002
@@ -11773,13 +12761,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Eichstätt Bahnhof 00Eichstaett Bf
- 000002
@@ -11796,13 +12786,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Eichstätt Stadt 00Eichstaett Stadt
- 000002
@@ -11819,13 +12811,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H060
+
+ 00000
+ Eilenburg 00Eilenburg
- 000002
@@ -11842,13 +12836,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Eilsleben(Magdeb) 00Eilsleben(Magdeb)
- 000002
@@ -11865,13 +12861,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Eimeldingen 00Eimeldingen
- 000002
@@ -11888,13 +12886,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Einbeck Salzderhel 00Einbeck Salzderh.
- 000002
@@ -11911,13 +12911,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Einsiedlerhof 00Einsiedlerhof
- 000001
@@ -11935,13 +12937,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Eisenach 00Eisenach
- 000002
@@ -11958,13 +12962,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J050
+
+ 00000
+ Eisenhüttenstadt 00Eisenhuettenstadt
- 000002
@@ -11981,13 +12987,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Eisfeld 00Eisfeld
- 000002
@@ -12004,13 +13012,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Ellwangen 00Ellwangen
- 000002
@@ -12027,13 +13037,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Elmshorn 00Elmshorn
- 000002
@@ -12050,13 +13062,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Elsterwerda 00Elsterwerda
- 000002
@@ -12073,13 +13087,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Eltersdorf 00Eltersdorf
- 000001
@@ -12097,13 +13113,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Elzach 00Elzach
- 000002
@@ -12120,13 +13138,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Elze(Han) 00Elze(Han)
- 000002
@@ -12143,13 +13163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ Emden Hbf 00Emden
- 000002
@@ -12166,13 +13188,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ Emden Außenhafen 00Emden Aussenhafen
- 000002
@@ -12189,13 +13213,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Emmendingen 00Emmendingen
- 000002
@@ -12212,13 +13238,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A050
+
+ 00000
+ Emmerich 00Emmerich
- 000002
@@ -12235,13 +13263,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A050
+
+ 00000
+ Emmerich(Gr) 00Emmerich(Gr)
- 000002
@@ -12258,13 +13288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Engelsdorf 00Engelsdorf
- 000001
@@ -12282,13 +13314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Engen 00Engen
- 000002
@@ -12305,13 +13339,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Engers 00Engers
- 000002
@@ -12328,13 +13364,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Erding 00Erding
- 000002
@@ -12351,13 +13389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Erfurt Hbf 00Erfurt Hbf
- 000002
@@ -12375,13 +13415,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Erfurt Nord 00Erfurt Nord
- 000001
@@ -12399,13 +13441,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Erfurt Ost 00Erfurt Ost
- 000001
@@ -12423,13 +13467,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Erfurt-Bischleben 00Erfurt-Bischleben
- 000001
@@ -12447,13 +13493,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Erfurt-Gispersleben 00Erfurt-Gispersleb
- 000001
@@ -12471,13 +13519,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Erkelenz 00Erkelenz
- 000002
@@ -12494,13 +13544,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Erlangen 00Erlangen
- 000002
@@ -12518,13 +13570,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Erlangen-Bruck 00Erlangen-Bruck
- 000001
@@ -12542,13 +13596,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Erzingen(Baden) 00Erzingen(Baden)
- 000002
@@ -12565,13 +13621,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Eschborn Süd 00Eschborn Sued
- 000001
@@ -12589,13 +13647,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Eschenlohe 00Eschenlohe
- 000002
@@ -12612,13 +13672,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Eschwege West 00Eschwege West
- 000002
@@ -12635,13 +13697,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Eschweiler Hbf 00Eschweiler Hbf
- 000002
@@ -12658,13 +13722,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ Esens(Ostfriesl) 00Esens(Ostfriesl)
- 000002
@@ -12681,13 +13747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen Hbf 00Essen Hbf
- 000002
@@ -12705,13 +13773,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen Stadtwald 00Essen Stadtwald
- 000001
@@ -12729,13 +13799,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen Süd 00Essen Sued
- 000001
@@ -12753,13 +13825,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen West 00Essen West
- 000001
@@ -12777,13 +13851,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Borbeck 00Essen-Borbeck
- 000001
@@ -12801,13 +13877,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Borbeck Süd 00Essen-Borbeck S
- 000001
@@ -12825,13 +13903,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Dellwig Ost 00Essen-Dellwig Ost
- 000001
@@ -12849,13 +13929,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Eiberg 00Essen-Eiberg
- 000001
@@ -12873,13 +13955,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Frohnhausen 00Essen-Frohnhausen
- 000001
@@ -12897,13 +13981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Gerschede 00Essen-Gerschede
- 000001
@@ -12921,13 +14007,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Holthausen 00Essen-Holthausen
- 000001
@@ -12945,13 +14033,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Horst 00Essen-Horst
- 000001
@@ -12969,13 +14059,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Hügel 00Essen-Huegel
- 000001
@@ -12993,13 +14085,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Kray Nord 00Essen-Kray Nord
- 000001
@@ -13017,13 +14111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Kray Süd 00Essen-Kray Sued
- 000001
@@ -13041,13 +14137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Kupferdreh 00Essen-Kupferdreh
- 000001
@@ -13065,13 +14163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Steele 00Essen-Steele
- 000001
@@ -13089,13 +14189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Steele Ost 00Essen-Steele Ost
- 000001
@@ -13113,13 +14215,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Überruhr 00Essen-Ueberruhr
- 000001
@@ -13137,13 +14241,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Werden 00Essen-Werden
- 000001
@@ -13161,13 +14267,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Esslingen(Neckar) 00Esslingen(N)
- 000002
@@ -13185,13 +14293,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Esslingen-Mettingen 00Esslingen-Mett
- 000001
@@ -13209,13 +14319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Esslingen-Zell 00Esslingen-Zell
- 000001
@@ -13233,13 +14345,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Euskirchen 00Euskirchen
- 000002
@@ -13256,13 +14370,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Eutin 00Eutin
- 000002
@@ -13279,13 +14395,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Eutingen im Gäu 00Eutingen im Gaeu
- 000002
@@ -13302,13 +14420,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Eutingen(Baden) 00Eutingen(Baden)
- 000001
@@ -13326,13 +14446,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Eystrup 00Eystrup
- 000002
@@ -13349,13 +14471,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Frankfurt(M)Flugh Fernbf 00FFM Flugh Fern
- 000001
@@ -13373,13 +14497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H060
+
+ 00000
+ Falkenberg(Elster) 00Falkenberg(Elst)
- 000002
@@ -13396,13 +14522,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Fallersleben 00Fallersleben
- 000001
@@ -13420,13 +14548,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Farchant 00Farchant
- 000002
@@ -13443,13 +14573,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Fasanenpark 00Fasanenpark
- 000001
@@ -13467,13 +14599,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Faulbach(Main) 00Faulbach(Main)
- 000002
@@ -13490,13 +14624,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Favoritepark 00Favoritepark
- 000001
@@ -13514,13 +14650,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Feldberg-Bärental 00Feldberg-Baerent.
- 000002
@@ -13537,13 +14675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Feldhausen 00Feldhausen
- 000002
@@ -13560,13 +14700,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Feldkirchen(b M) 00Feldkirchen(b M)
- 000001
@@ -13584,13 +14726,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Fellbach 00Fellbach
- 000001
@@ -13608,13 +14752,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Feucht 00Feucht
- 000002
@@ -13631,13 +14777,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Finnentrop 00Finnentrop
- 000002
@@ -13654,13 +14802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Finningerstrasse 00Finningerstrasse
- 000001
@@ -13678,13 +14828,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Finsterwalde(Nl) 00Finsterwalde(Nl)
- 000002
@@ -13701,13 +14853,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Fischbach(Nürnberg) 00Fischbach(Nuernb)
- 000001
@@ -13725,14 +14879,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Fischbachau 00Fischbachau
- 00000
- 3
@@ -13749,13 +14905,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Fischen 00Fischen
- 000002
@@ -13772,14 +14930,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Fischhausen-Neuhaus 00Fischhausen-Neuh.
- 00000
- 3
@@ -13796,13 +14956,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ Flensburg 00Flensburg
- 000002
@@ -13819,13 +14981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ Flensburg(Gr) 00Flensburg(Gr)
- 000002
@@ -13842,13 +15006,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Flintsbach 00Flintsbach
- 000002
@@ -13865,13 +15031,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Flöha 00Floeha
- 000002
@@ -13888,14 +15056,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ SEE
+ Föhr 00Foehr
- 00000
- 3
@@ -13912,13 +15082,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Föhren 00Foehren
- 000002
@@ -13935,13 +15107,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B100
+
+ 00000
+ Forbach(fr) 00Forbach(fr)
- 000002
@@ -13958,13 +15132,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Forchheim(Oberfr) 00Forchheim(Ofr)
- 000002
@@ -13981,13 +15157,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J060
+
+ 00000
+ Forst(Gr) 00Forst(Gr)
- 000002
@@ -14004,13 +15182,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J060
+
+ 00000
+ Forst(Lausitz) 00Forst(Lausitz)
- 000002
@@ -14027,13 +15207,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Forsthaus 00Forsthaus
- 000001
@@ -14051,13 +15233,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Frankenberg(Eder) 00Frankenberg(Eder)
- 000002
@@ -14074,13 +15258,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Frankenthal Hbf 00Frankenthal Hbf
- 000002
@@ -14097,13 +15283,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Frankfurt(M)Flugh. 00Frankfurt(M)Flugh
- 000002
@@ -14121,13 +15309,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Gallusw. 00Frankfurt(M)Gallu
- 000001
@@ -14145,13 +15335,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Hauptw. 00Frankfurt(M)Haupt
- 000001
@@ -14169,13 +15361,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(Main)Hbf 00Frankfurt(M)Hbf
- 000002
@@ -14193,13 +15387,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Konst. 00Frankfurt(M)Konst
- 000001
@@ -14217,13 +15413,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Lokalbf. 00Frankfurt(M)Lokal
- 000001
@@ -14241,13 +15439,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(Main)Messe 00Frankfurt(M)Messe
- 000001
@@ -14265,13 +15465,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Mühlbg. 00Frankfurt(M)Muehl
- 000001
@@ -14289,13 +15491,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Ostend. 00Frankfurt(M)O.End
- 000001
@@ -14313,13 +15517,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(Main)Ost 00Frankfurt(M)Ost
- 000001
@@ -14337,13 +15543,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Stadion 00Frankfurt(M)Stadi
- 000001
@@ -14361,13 +15569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Stresem. 00Frankfurt(M)Stres
- 000001
@@ -14385,13 +15595,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(Main)Süd 00Frankfurt(M)Sued
- 000001
@@ -14409,13 +15621,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Tsanlage 00Frankfurt(M)Tsanl
- 000001
@@ -14433,13 +15647,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(Main)West 00Frankfurt(M)West
- 000001
@@ -14457,13 +15673,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J050
+
+ 00000
+ Frankfurt(Oder)(Gr) 00Frankfurt(O)(Gr)
- 000002
@@ -14480,13 +15698,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J050
+
+ 00000
+ Frankfurt(Oder)-Neub 00Frankfurt(O)-Neub
- 000001
@@ -14504,13 +15724,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J050
+
+ 00000
+ Frankfurt(O)-Roseng 00Frankfurt(O)Rosen
- 000001
@@ -14528,13 +15750,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J050
+
+ 00000
+ Frankfurt(Oder) 00Frankfurt(Oder)
- 000002
@@ -14552,13 +15776,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Berkersh. 00Frankfurt-Berkers
- 000001
@@ -14576,13 +15802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Eschersh. 00Frankfurt-Eschers
- 000001
@@ -14600,13 +15828,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-F. Berg 00Frankfurt-F. Berg
- 000001
@@ -14624,13 +15854,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Griesheim 00Frankfurt-Grieshm
- 000001
@@ -14648,13 +15880,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Frankfurt-Höchst 00Frankfurt-Hoechst
- 000001
@@ -14672,13 +15906,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Louisa 00Frankfurt-Louisa
- 000001
@@ -14696,13 +15932,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Mainkur 00Frankfurt-Mainkur
- 000001
@@ -14720,13 +15958,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Nied 00Frankfurt-Nied
- 000001
@@ -14744,13 +15984,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Niederrad 00Frankfurt-Niederr
- 000001
@@ -14768,13 +16010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Rödelheim 00Frankfurt-Roedelh
- 000001
@@ -14792,13 +16036,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Sindlingen 00Frankfurt-Sindl
- 000001
@@ -14816,13 +16062,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Sossenheim 00Frankfurt-Sossenh
- 000001
@@ -14840,13 +16088,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Freiberg(Sachs) 00Freiberg(Sachs)
- 000002
@@ -14863,13 +16113,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg Klinikum 00Freiburg Klinikum
- 000001
@@ -14887,13 +16139,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg Messe/Uni 00Freiburg Messe
- 000001
@@ -14911,13 +16165,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg West 00Freiburg West
- 000001
@@ -14935,13 +16191,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg(Brsg)Hbf 00Freiburg(Brsg)Hbf
- 000002
@@ -14959,13 +16217,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg-Herdern 00Freiburg-Herdern
- 000001
@@ -14983,13 +16243,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg-Littenweil. 00Freiburg-Littenw
- 000001
@@ -15007,13 +16269,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg-St Georgen 00Freiburg-St Georg
- 000001
@@ -15031,13 +16295,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg-Wiehre 00Freiburg-Wiehre
- 000001
@@ -15055,13 +16321,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg-Zähringen 00Freiburg-Zaeh.
- 000001
@@ -15079,13 +16347,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Freilassing 00Freilassing
- 000002
@@ -15102,13 +16372,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Freising 00Freising
- 000002
@@ -15125,13 +16397,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freudenstadt Hbf 00Freudenstadt Hbf
- 000002
@@ -15149,13 +16423,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freudenstadt Stadt 00Freudenstadt Stdt
- 000001
@@ -15173,13 +16449,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Friedberg(Hess) 00Friedberg(Hess)
- 000002
@@ -15196,13 +16474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Friedrichroda 00Friedrichroda
- 000002
@@ -15220,13 +16500,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Friedrichsdorf(Ts) 00Friedrichsdorf/Ts
- 000002
@@ -15243,13 +16525,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen LRA 00Friedrichshfn LRA
- 000001
@@ -15267,13 +16551,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen(MS) 00Friedrichshfn(MS)
- 000002
@@ -15290,13 +16576,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen-Fiba 00Friedrichshfn-Fib
- 000001
@@ -15314,13 +16602,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen-Kluf 00Friedrichshfn-Kl
- 000001
@@ -15338,13 +16628,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen-Manz 00Friedrichshfn-M
- 000001
@@ -15362,13 +16654,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Friedrichshafen Flug 00Friedrichshfn.Flu
- 000001
@@ -15386,13 +16680,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen Haf. 00Friedrichshfn.Haf
- 000001
@@ -15410,13 +16706,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen Ost 00Friedrichshfn.Ost
- 000001
@@ -15434,13 +16732,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen St. 00Friedrichshfn.St.
- 000002
@@ -15458,13 +16758,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D020
+
+ 00000
+ Friedrichstadt 00Friedrichstadt
- 000002
@@ -15481,13 +16783,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Friesenheim(Baden) 00Friesenheim(Bd)
- 000002
@@ -15504,13 +16808,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Fröndenberg 00Froendenberg
- 000002
@@ -15527,13 +16833,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Frose 00Frose
- 000002
@@ -15550,13 +16858,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H030
+
+ 00000
+ Fürstenberg(Havel) 00Fuerstenberg/Hav.
- 000002
@@ -15573,13 +16883,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Fürstenfeldbruck 00Fuerstenfeldbruck
- 000002
@@ -15596,13 +16908,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Fürstenwalde(Spree) 00Fuerstenwalde/Spr
- 000002
@@ -15619,13 +16933,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Fürth Westvorstadt 00Fuerth Westvorst
- 000001
@@ -15643,13 +16959,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Fürth(Bay)Hbf 00Fuerth(Bay)Hbf
- 000002
@@ -15667,13 +16985,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Fürth(Odenw) 00Fuerth(Odw)
- 000002
@@ -15690,13 +17010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Fürth-Burgfarrnbach 00Fuerth-Burgfarrnb
- 000001
@@ -15714,13 +17036,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Fürth-Dambach 00Fuerth-Dambach
- 000001
@@ -15738,13 +17062,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Fürth-Unterfarrnb. 00Fuerth-Unterfarrn
- 000001
@@ -15762,13 +17088,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Fürth-Unterfürberg 00Fuerth-Unterfuerb
- 000001
@@ -15786,13 +17114,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Füssen 00Fuessen
- 000002
@@ -15809,13 +17139,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Fulda 00Fulda
- 000002
@@ -15832,13 +17164,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H090
+
+ 00000
+ Furth i Wald 00Furth i Wald
- 000002
@@ -15855,13 +17189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H090
+
+ 00000
+ Furth i Wald(Gr) 00Furth i Wald(Gr)
- 000002
@@ -15878,14 +17214,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Gaißach 00Gaissach
- 00000
- 3
@@ -15902,13 +17240,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Galgenschanze 00Galgenschanze
- 000001
@@ -15926,13 +17266,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Garching(Alz) 00Garching(Alz)
- 000002
@@ -15949,13 +17291,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Garmisch-Partenk. 00Garmisch-Partenk.
- 000002
@@ -15972,13 +17316,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Gauting 00Gauting
- 000002
@@ -15995,13 +17341,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G040
+
+ 00000
+ Geestgottberg 00Geestgottberg
- 000002
@@ -16018,13 +17366,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Geilenkirchen 00Geilenkirchen
- 000002
@@ -16041,13 +17391,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Geisenhausen 00Geisenhausen
- 000002
@@ -16064,13 +17416,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Geislingen(Steige) 00Geislingen/Steige
- 000002
@@ -16087,14 +17441,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Geitau 00Geitau
- 00000
- 3
@@ -16111,13 +17467,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Gelnhausen 00Gelnhausen
- 000002
@@ -16134,13 +17492,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Gelsenkirchen Hbf 00Gelsenkirchen Hbf
- 000002
@@ -16158,13 +17518,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Gelsenkirchen-Rotth. 00Gelsenkirchen-Rot
- 000001
@@ -16182,13 +17544,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Geltendorf 00Geltendorf
- 000002
@@ -16205,13 +17569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Gemünden(Main) 00Gemuenden(Main)
- 000002
@@ -16228,13 +17594,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Gengenbach 00Gengenbach
- 000002
@@ -16251,13 +17619,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Gensingen-Horrweiler 00Gensingen-Horrw.
- 000002
@@ -16274,13 +17644,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Genthin 00Genthin
- 000002
@@ -16297,13 +17669,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Gera Hbf 00Gera Hbf
- 000002
@@ -16321,13 +17695,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Gera Süd 00Gera Sued
- 000001
@@ -16345,13 +17721,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Gerlenhofen 00Gerlenhofen
- 000001
@@ -16369,13 +17747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Germering-Unterpfaff 00Germering-Unterpf
- 000002
@@ -16392,13 +17772,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Germersheim 00Germersheim
- 000002
@@ -16416,13 +17798,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Germersheim Mitte/R. 00Germersheim Mitte
- 000001
@@ -16440,13 +17824,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Germersheim Süd/N. 00Germersheim Sued
- 000001
@@ -16464,13 +17850,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A080
+
+ 00000
+ Gerolstein 00Gerolstein
- 000002
@@ -16487,13 +17875,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Gersfeld(Rhön) 00Gersfeld(Rhoen)
- 000002
@@ -16510,13 +17900,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Gerstungen 00Gerstungen
- 000002
@@ -16533,13 +17925,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Giengen(Brenz) 00Giengen(Brenz)
- 000002
@@ -16556,13 +17950,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Gießen 00Giessen
- 000002
@@ -16580,13 +17976,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Gießen Erdkaut Weg 00Giessen Erdkaut W
- 000001
@@ -16604,13 +18002,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Gießen Licher Str 00Giessen Licher St
- 000001
@@ -16628,13 +18028,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Gießen-Oswaldsgart. 00Giessen-Oswaldsg
- 000001
@@ -16652,13 +18054,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Gifhorn 00Gifhorn
- 000002
@@ -16675,13 +18079,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Gladbeck West 00Gladbeck West
- 000002
@@ -16698,13 +18104,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Glauchau(Sachs) 00Glauchau(Sachs)
- 000002
@@ -16721,13 +18129,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Gmund(Tegernsee) 00Gmund(Tegernsee)
- 000002
@@ -16744,13 +18154,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Göppingen 00Goeppingen
- 000002
@@ -16767,13 +18179,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J060
+
+ 00000
+ Görlitz 00Goerlitz
- 000002
@@ -16790,13 +18204,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Göttingen 00Goettingen
- 000002
@@ -16813,13 +18229,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Goldshöfe 00Goldshoefe
- 000001
@@ -16837,13 +18255,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J040
+
+ 00000
+ Golzow(Oderbruch) 00Golzow(Oderbruch)
- 000002
@@ -16860,13 +18280,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Goslar 00Goslar
- 000002
@@ -16883,13 +18305,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Gotha 00Gotha
- 000002
@@ -16906,13 +18330,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Gottmadingen 00Gottmadingen
- 000002
@@ -16929,13 +18355,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Graal-Müritz 00Graal-Mueritz
- 000002
@@ -16952,13 +18380,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Graben-Neudorf 00Graben-Neudorf
- 000002
@@ -16976,13 +18406,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Graben-Neudorf Nord 00Graben-Neudorf N
- 000001
@@ -17000,13 +18432,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Gräfelfing 00Graefelfing
- 000001
@@ -17024,13 +18458,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Gräfenberg 00Graefenberg
- 000002
@@ -17047,13 +18483,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I100
+
+ 00000
+ Grafenau 00Grafenau
- 000002
@@ -17070,13 +18508,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Grafing Bahnhof 00Grafing Bahnhof
- 000002
@@ -17093,13 +18533,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Grambow 00Grambow
- 000002
@@ -17116,13 +18558,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Grambow(Gr) 00Grambow(Gr)
- 000002
@@ -17139,13 +18583,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H020
+
+ 00000
+ Greifswald 00Greifswald
- 000002
@@ -17162,13 +18608,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Grenzach 00Grenzach
- 000002
@@ -17185,13 +18633,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Grevenbroich 00Grevenbroich
- 000002
@@ -17208,13 +18658,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Grevesmühlen 00Grevesmuehlen
- 000002
@@ -17231,13 +18683,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Griesen(Oberbay) 00Griesen(Oberbay)
- 000002
@@ -17254,13 +18708,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Grießen(Baden) 00Griessen(Baden)
- 000002
@@ -17277,13 +18733,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Grötzingen 00Groetzingen
- 000001
@@ -17301,13 +18759,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Gronau(Westf) 00Gronau(Westf)
- 000002
@@ -17324,13 +18784,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Gronau(Westf)(Gr) 00Gronau(Westf)(Gr)
- 000002
@@ -17347,13 +18809,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Gronsdorf 00Gronsdorf
- 000001
@@ -17371,13 +18835,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Groß Gerau 00Gross Gerau
- 000002
@@ -17394,13 +18860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Groß Schönebeck 00Gross Schoenebeck
- 000002
@@ -17417,13 +18885,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Großhesselohe Isart 00Grosshesselohe I.
- 000001
@@ -17441,13 +18911,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Grünstadt 00Gruenstadt
- 000002
@@ -17464,13 +18936,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Gruiten 00Gruiten
- 000002
@@ -17487,13 +18961,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J050
+
+ 00000
+ Grunow(Nl) 00Grunow(Nl)
- 000002
@@ -17510,13 +18986,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Günzburg 00Guenzburg
- 000002
@@ -17533,13 +19011,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Güsen(b Genthin) 00Guesen(Genthin)
- 000002
@@ -17556,13 +19036,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Güsten 00Guesten
- 000002
@@ -17579,13 +19061,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Güstrow 00Guestrow
- 000002
@@ -17602,13 +19086,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Güterglück 00Gueterglueck
- 000002
@@ -17625,13 +19111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Gütersloh Hbf 00Guetersloh
- 000002
@@ -17649,13 +19137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Gummersbach 00Gummersbach
- 000002
@@ -17672,13 +19162,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Gundelfingen(Breisg) 00Gundelfingen(Bsg)
- 000001
@@ -17696,13 +19188,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Gunzenhausen 00Gunzenhausen
- 000002
@@ -17719,13 +19213,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Gutenfürst 00Gutenfuerst
- 000002
@@ -17742,13 +19238,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Klein Flottb 00HH Klein Flottb
- 000001
@@ -17766,13 +19264,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Haar 00Haar
- 000001
@@ -17790,13 +19290,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hagen Hbf 00Hagen Hbf
- 000002
@@ -17814,13 +19316,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hagen-Heubing 00Hagen-Heubing
- 000001
@@ -17838,13 +19342,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hagen-Vorhalle 00Hagen-Vorhalle
- 000001
@@ -17862,13 +19368,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hagen-Wehringhausen 00Hagen-Wehringhaus
- 000001
@@ -17886,13 +19394,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hagen-Westerbauer 00Hagen-Westerbauer
- 000001
@@ -17910,13 +19420,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Hagenow Land 00Hagenow Land
- 000002
@@ -17933,13 +19445,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Halberstadt 00Halberstadt
- 000002
@@ -17956,13 +19470,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Haldensleben 00Haldensleben
- 000002
@@ -17979,13 +19495,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Dessauer Br 00Halle Dessauer Br
- 000001
@@ -18003,13 +19521,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Messe 00Halle Messe
- 000001
@@ -18027,13 +19547,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Rosengarten 00Halle Rosengarten
- 000001
@@ -18051,13 +19573,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Steintorbr 00Halle Steintor
- 000001
@@ -18075,13 +19599,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Südstadt 00Halle Suedstadt
- 000001
@@ -18099,13 +19625,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Wohnstadt Nord 00Halle Wohnstadt N
- 000001
@@ -18123,13 +19651,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Zoo 00Halle Zoo
- 000001
@@ -18147,13 +19677,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Zscherbener S 00Halle Zscherben.S
- 000001
@@ -18171,13 +19703,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle(Saale)Hbf 00Halle(Saale)
- 000002
@@ -18195,13 +19729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle-Ammendorf 00Halle-Ammendorf
- 000001
@@ -18219,13 +19755,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle-Neustadt 00Halle-Neustadt
- 000001
@@ -18243,13 +19781,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle-Nietleben 00Halle-Nietleben
- 000001
@@ -18267,13 +19807,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle-Silberhöhe 00Halle-Silberhoehe
- 000001
@@ -18291,13 +19833,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle-Trotha 00Halle-Trotha
- 000001
@@ -18315,13 +19859,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Halstenbek 00Halstenbek
- 000001
@@ -18339,13 +19885,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Haltern am See 00Haltern am See
- 000002
@@ -18362,13 +19910,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Haltingen 00Haltingen
- 000002
@@ -18385,13 +19935,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Airport 00Hamburg Airport
- 000001
@@ -18409,13 +19961,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Alte Wöhr 00Hamburg Alte Wohr
- 000001
@@ -18433,13 +19987,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Berliner Tor 00Hamburg Berl. Tor
- 000001
@@ -18457,13 +20013,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Billw.Moorfl 00Hamburg Billw.M.
- 000001
@@ -18481,13 +20039,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Dammtor 00Hamburg Dammtor
- 000001
@@ -18505,13 +20065,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Diebsteich 00Hamburg Diebst.
- 000001
@@ -18529,13 +20091,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Elbgaustr. 00Hamburg Elbgaustr
- 000001
@@ -18553,13 +20117,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Friedrichsb. 00Hamburg Friedrich
- 000001
@@ -18577,13 +20143,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Hasselbrook 00Hamburg Hasselbr.
- 000001
@@ -18601,13 +20169,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Hbf 00Hamburg Hbf
- 000001
@@ -18625,13 +20195,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Hochkamp 00Hamburg Hochkamp
- 000001
@@ -18649,13 +20221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Hoheneichen 00Hamburg Hoheneich
- 000001
@@ -18673,13 +20247,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Holstenstr. 00Hamburg Holststr.
- 000001
@@ -18697,13 +20273,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Jungfernst. 00Hamburg Jungferns
- 000001
@@ -18721,13 +20299,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Königstr. 00Hamburg Koenigstr
- 000001
@@ -18745,13 +20325,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Kornweg/Kl.B 00Hamburg Kornweg
- 000001
@@ -18769,13 +20351,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Landungsbr. 00Hamburg Landungsb
- 000001
@@ -18793,13 +20377,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Landwehr 00Hamburg Landwehr
- 000001
@@ -18817,13 +20403,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Mittl.Lanw. 00Hamburg Mittl.Lan
- 000001
@@ -18841,13 +20429,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Neuwiedenth. 00Hamburg Neuwieden
- 000001
@@ -18865,13 +20455,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Reeperbahn 00Hamburg Reeperb.
- 000001
@@ -18889,13 +20481,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Rübenkamp 00Hamburg Ruebenk
- 000001
@@ -18913,13 +20507,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Stadthausbr. 00Hamburg Stdthausb
- 000001
@@ -18937,13 +20533,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Sternschanze 00Hamburg Sternsch
- 000002
@@ -18961,13 +20559,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Wandsb.Chaus 00Hamburg Wandsb.Ch
- 000001
@@ -18985,13 +20585,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Allermöhe 00Hamburg-Allerm
- 000001
@@ -19009,13 +20611,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Altona 00Hamburg-Altona
- 000001
@@ -19033,13 +20637,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Bahrenfeld 00Hamburg-Bahrenf
- 000001
@@ -19057,13 +20663,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Barmbek 00Hamburg-Barmbek
- 000001
@@ -19081,13 +20689,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Bergedorf 00Hamburg-Bergedorf
- 000001
@@ -19105,13 +20715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Blankenese 00Hamburg-Blanken.
- 000001
@@ -19129,13 +20741,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Eidelstedt 00Hamburg-Eidelst.
- 000001
@@ -19153,13 +20767,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Hammerbrook 00Hamburg-Hammerbr
- 000001
@@ -19177,13 +20793,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Harburg 00Hamburg-Harburg
- 000002
@@ -19201,13 +20819,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Harburg Rath 00Hamburg-Harburg R
- 000001
@@ -19225,13 +20845,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Heimfeld 00Hamburg-Heimfeld
- 000001
@@ -19249,13 +20871,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Iserbrook 00Hamburg-Iserbrook
- 000001
@@ -19273,13 +20897,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Langenfelde 00Hamburg-Langenf
- 000001
@@ -19297,13 +20923,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Nettelnburg 00Hamburg-Nettelnb
- 000001
@@ -19321,13 +20949,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Neugraben 00Hamburg-Neugraben
- 000001
@@ -19345,13 +20975,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Ohlsdorf 00Hamburg-Ohlsdorf
- 000001
@@ -19369,13 +21001,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Othmarschen 00Hamburg-Othmarsch
- 000001
@@ -19393,13 +21027,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Poppenb. 00Hamburg-Poppenb
- 000001
@@ -19417,13 +21053,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Rahlstedt 00Hamburg-Rahlstedt
- 000001
@@ -19441,13 +21079,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Rissen 00Hamburg-Rissen
- 000001
@@ -19465,13 +21105,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Rothenb.Ort 00Hamburg-Rothenb.O
- 000001
@@ -19489,13 +21131,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Stellingen 00Hamburg-Stelling
- 000001
@@ -19513,13 +21157,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Sülldorf 00Hamburg-Suelldorf
- 000001
@@ -19537,13 +21183,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Tiefstack 00Hamburg-Tiefstack
- 000001
@@ -19561,13 +21209,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Tonndorf 00Hamburg-Tonndorf
- 000001
@@ -19585,13 +21235,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Veddel 00Hamburg-Veddel
- 000001
@@ -19609,13 +21261,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Wandsbek 00Hamburg-Wandsbek
- 000001
@@ -19633,13 +21287,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Wellingsb. 00Hamburg-Wellingsb
- 000001
@@ -19657,13 +21313,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Wilhelmsburg 00Hamburg-Wilhelmsb
- 000001
@@ -19681,13 +21339,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Hameln 00Hameln
- 000002
@@ -19704,13 +21364,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Hamm(Westf) 00Hamm(Westf)
- 000002
@@ -19728,13 +21390,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Hanau Hbf 00Hanau Hbf
- 000002
@@ -19752,13 +21416,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Hanau Nord 00Hanau Nord
- 000001
@@ -19776,13 +21442,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Hanau West 00Hanau West
- 000001
@@ -19800,13 +21468,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Hann Münden 00Hann Muenden
- 000002
@@ -19823,13 +21493,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover Ander.Misb. 00Hannover Ander.M
- 000001
@@ -19847,13 +21519,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover Bismarckstr 00Hannover Bismarck
- 000001
@@ -19871,13 +21545,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover Flughafen 00Hannover Flugh.
- 000002
@@ -19894,13 +21570,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover Hbf 00Hannover Hbf
- 000002
@@ -19918,13 +21596,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover Wiech-Allee 00Hannover Wiech-A
- 000001
@@ -19942,13 +21622,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover-Bornum 00Hannover-Bornum
- 000001
@@ -19966,13 +21648,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover-Kleefeld 00Hannover-Kleefeld
- 000001
@@ -19990,13 +21674,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover-Ledeburg 00Hannover-Ledeburg
- 000001
@@ -20014,13 +21700,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover-Leinhausen 00Hannover-Leinh
- 000001
@@ -20038,13 +21726,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover-Linden/Fi. 00Hannover-Linden
- 000001
@@ -20062,13 +21752,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover-Nordstadt 00Hannover-Nordst
- 000001
@@ -20086,13 +21778,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover-Vinnhorst 00Hannover-Vinnh
- 000001
@@ -20110,13 +21804,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ HannoverMesseLaatzen 00HannoverMesseLaat
- 000001
@@ -20134,13 +21830,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B100
+
+ 00000
+ Hanweiler(Gr) 00Hanweiler(Gr)
- 000002
@@ -20157,13 +21855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Hartenstein 00Hartenstein
- 000002
@@ -20180,13 +21880,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Harthaus 00Harthaus
- 000001
@@ -20204,13 +21906,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Haslach 00Haslach
- 000002
@@ -20227,13 +21931,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Haßfurt 00Hassfurt
- 000002
@@ -20250,13 +21956,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Haßloch(Pfalz) 00Hassloch(Pfalz)
- 000002
@@ -20273,13 +21981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hattingen(Ruhr) 00Hattingen(Ruhr)
- 000002
@@ -20296,13 +22006,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Hausach 00Hausach
- 000002
@@ -20319,14 +22031,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Hausham 00Hausham
- 00000
- 3
@@ -20343,13 +22057,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Hechingen 00Hechingen
- 000002
@@ -20366,13 +22082,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Heessen 00Heessen
- 000001
@@ -20390,13 +22108,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Hegne 00Hegne
- 000002
@@ -20413,13 +22133,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D020
+
+ 00000
+ Heide(Holst) 00Heide(Holst)
- 000002
@@ -20436,13 +22158,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heidelb.-W/S.stadt 00Heidelb.-W/S.
- 000001
@@ -20460,13 +22184,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heidelb.K/Rohrbach 00Heidelb.K/Rohrb
- 000001
@@ -20484,13 +22210,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heidelb.Orthopädie 00Heidelb.Orthopaed
- 000001
@@ -20508,13 +22236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heidelb.P/Wieblingen 00Heidelb.P/Wiebl
- 000001
@@ -20532,13 +22262,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heidelb.Sch/Z.hausen 00Heidelb.Sch/Z.
- 000001
@@ -20556,13 +22288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heidelberg Hbf 00Heidelberg Hbf
- 000002
@@ -20580,13 +22314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heidelberg-Altstadt 00Heidelberg-Altst
- 000001
@@ -20604,13 +22340,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Heidenheim 00Heidenheim
- 000002
@@ -20627,13 +22365,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Heidkrug 00Heidkrug
- 000001
@@ -20651,13 +22391,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Heilbr-Böckingen BZ 00Heilbr-Boeckingen
- 000001
@@ -20675,13 +22417,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Heilbronn Hbf 00Heilbronn
- 000002
@@ -20699,13 +22443,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Heilbr.Harmon/Fried 00Heilbronn Harmon
- 000001
@@ -20723,13 +22469,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Heilbronn Sülmertor 00Heilbronn Suelm.
- 000001
@@ -20747,13 +22495,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Heilbronn Trappensee 00Heilbronn Trappen
- 000001
@@ -20771,13 +22521,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Heitersheim 00Heitersheim
- 000002
@@ -20794,13 +22546,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Heiterwang-Plansee 00Heiterwang-Plans
- 000002
@@ -20817,14 +22571,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C020
+
+ 00000
+ SEE
+ Helgoland 00Helgoland
- 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 00Helgoland Kat.
- 00000
- 3
@@ -20865,13 +22623,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Helmbrechts 00Helmbrechts
- 000002
@@ -20888,13 +22648,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Helmstedt 00Helmstedt
- 000002
@@ -20911,13 +22673,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Hennen 00Hennen
- 000001
@@ -20935,13 +22699,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Hennigsdorf(Berlin) 00Hennigsdorf(Berl)
- 000002
@@ -20958,13 +22724,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heppenheim(Bergstr) 00Heppenheim(Bgstr)
- 000002
@@ -20981,13 +22749,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Herbertingen 00Herbertingen
- 000002
@@ -21004,13 +22774,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Herbolzheim(Breisg) 00Herbolzheim(Brsg)
- 000002
@@ -21027,13 +22799,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Herborn(Dillkr) 00Herborn(Dillkr)
- 000002
@@ -21050,13 +22824,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Herford 00Herford
- 000002
@@ -21073,13 +22849,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Hergatz 00Hergatz
- 000002
@@ -21096,13 +22874,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Herlasgrün 00Herlasgruen
- 000002
@@ -21119,13 +22899,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Herne 00Herne
- 000002
@@ -21143,13 +22925,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Herne-Börnig 00Herne-Boernig
- 000001
@@ -21167,13 +22951,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Herrath 00Herrath
- 000001
@@ -21191,13 +22977,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Herrenberg 00Herrenberg
- 000002
@@ -21214,13 +23002,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Herrnburg 00Herrnburg
- 000002
@@ -21237,13 +23027,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Herrsching 00Herrsching
- 000002
@@ -21260,13 +23052,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Hersbruck(r Pegnitz) 00Hersbruck(r Pegn)
- 000002
@@ -21283,13 +23077,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hervest-Dorsten 00Hervest-Dorsten
- 000002
@@ -21306,13 +23102,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Herzberg(Harz) 00Herzberg(Harz)
- 000002
@@ -21329,13 +23127,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Herzogenrath 00Herzogenrath
- 000002
@@ -21352,13 +23152,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Herzogenrath(Gr) 00Herzogenrath(Gr)
- 000002
@@ -21375,13 +23177,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Hesepe 00Hesepe
- 000002
@@ -21398,13 +23202,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Hettstedt 00Hettstedt
- 000002
@@ -21421,13 +23227,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Hetzerath 00Hetzerath
- 000002
@@ -21444,13 +23252,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hildesheim Hbf 00Hildesheim
- 000002
@@ -21468,13 +23278,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hildesheim Ost 00Hildesheim Ost
- 000001
@@ -21492,13 +23304,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Hilpoltstein 00Hilpoltstein
- 000002
@@ -21515,13 +23329,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Himmelreich 00Himmelreich
- 000002
@@ -21538,13 +23354,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Hinterzarten 00Hinterzarten
- 000002
@@ -21561,13 +23379,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hittfeld 00Hittfeld
- 000001
@@ -21585,13 +23405,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Hochheim(Main) 00Hochheim(Main)
- 000001
@@ -21609,13 +23431,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Hochspeyer 00Hochspeyer
- 000001
@@ -21632,13 +23456,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Hockenheim 00Hockenheim
- 000002
@@ -21655,13 +23481,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Hockeroda 00Hockeroda
- 000002
@@ -21678,13 +23506,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E040
+
+ 00000
+ Hodenhagen 00Hodenhagen
- 000002
@@ -21701,13 +23531,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Höchst(Odenw) 00Hoechst(Odw)
- 000002
@@ -21724,13 +23556,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Höllriegelskreuth 00Hoellriegelskr.
- 000001
@@ -21748,13 +23582,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Hövelhof 00Hoevelhof
- 000001
@@ -21771,13 +23607,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Hof Hbf 00Hof Hbf
- 000002
@@ -21794,13 +23632,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Hofen(b Aalen) 00Hofen(b Aalen)
- 000001
@@ -21818,13 +23658,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Hofheim(Taunus) 00Hofheim(Taunus)
- 000002
@@ -21841,13 +23683,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Hofheim(Unterfr) 00Hofheim(Ufr)
- 000002
@@ -21864,13 +23708,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Hohenbudberg Bayerw. 00Hohenbudberg Bay
- 000001
@@ -21888,13 +23734,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hohenlimburg 00Hohenlimburg
- 000001
@@ -21912,13 +23760,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Holthusen 00Holthusen
- 000002
@@ -21935,13 +23785,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Holzdorf(b Weimar) 00Holzdorf (Weimar)
- 000001
@@ -21959,13 +23811,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Holzheim(b Neuss) 00Holzheim(b Neuss)
- 000001
@@ -21983,13 +23837,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Holzkirchen 00Holzkirchen
- 000002
@@ -22006,13 +23862,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Holzminden 00Holzminden
- 000002
@@ -22029,13 +23887,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Holzwickede 00Holzwickede
- 000002
@@ -22052,13 +23912,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Homburg(Saar)Hbf 00Homburg(Saar)Hbf
- 000002
@@ -22075,13 +23937,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Horb 00Horb
- 000002
@@ -22098,13 +23962,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Horn-Bad Meinberg 00Horn-Bad Meinberg
- 000002
@@ -22121,13 +23987,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Hornberg(Schwarzw) 00Hornberg(Schw)
- 000002
@@ -22144,13 +24012,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Horrem 00Horrem
- 000002
@@ -22167,13 +24037,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Hosena 00Hosena
- 000002
@@ -22190,13 +24062,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Hoyerswerda 00Hoyerswerda
- 000002
@@ -22213,13 +24087,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Hoykenkamp 00Hoykenkamp
- 000001
@@ -22237,13 +24113,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ Husum 00Husum
- 000002
@@ -22260,13 +24138,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A010
+
+ 00000
+ ICE 00ICE
- 000001
@@ -22283,13 +24163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Ibbenbüren 00Ibbenbueren
- 000002
@@ -22306,13 +24188,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Idar-Oberstein 00Idar-Oberstein
- 000002
@@ -22329,13 +24213,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Idstein(Taunus) 00Idstein(Taunus)
- 000002
@@ -22352,13 +24238,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Igel 00Igel
- 000002
@@ -22375,13 +24263,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Igel(Gr) 00Igel(Gr)
- 000002
@@ -22398,13 +24288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Igersheim 00Igersheim
- 000001
@@ -22422,13 +24314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Illertissen 00Illertissen
- 000002
@@ -22445,13 +24339,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Ilmenau 00Ilmenau
- 000002
@@ -22468,13 +24364,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Immendingen 00Immendingen
- 000002
@@ -22491,13 +24389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Immenstadt 00Immenstadt
- 000002
@@ -22514,13 +24414,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Ingelheim 00Ingelheim
- 000002
@@ -22537,13 +24439,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Ingolstadt Hbf 00Ingolstadt
- 000002
@@ -22561,13 +24465,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Ingolstadt Nord 00Ingolstadt Nord
- 000001
@@ -22585,13 +24491,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Iserlohn 00Iserlohn
- 000002
@@ -22609,13 +24517,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Iserlohnerheide 00Iserlohnerheide
- 000001
@@ -22633,13 +24543,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Isselhorst-Avenwedde 00Isselhorst-Avenw.
- 000001
@@ -22657,13 +24569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Istein 00Istein
- 000002
@@ -22680,13 +24594,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Itzehoe 00Itzehoe
- 000002
@@ -22703,13 +24619,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Jägersfreude 00Jaegersfreude
- 000001
@@ -22727,13 +24645,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Jena Saalbf 00Jena
- 000002
@@ -22751,13 +24671,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Jena Paradies 00Jena Paradies
- 000001
@@ -22775,13 +24697,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Jena West 00Jena West
- 000001
@@ -22799,13 +24723,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Jena-Göschwitz 00Jena-Goeschwitz
- 000001
@@ -22823,13 +24749,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Jena-Zwätzen 00Jena-Zwaetzen
- 000001
@@ -22847,13 +24775,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H080
+
+ 00000
+ Johanngeorgenstadt 00Johanngeorgenstdt
- 000002
@@ -22870,13 +24800,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Jossa 00Jossa
- 000002
@@ -22893,13 +24825,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Jüterbog 00Jueterbog
- 000002
@@ -22916,14 +24850,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ SEE
+ Juist 00Juist
- 00000
- 3
@@ -22940,13 +24876,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Kaiserslautern Hbf 00Kaiserslautern
- 000002
@@ -22964,13 +24902,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Kaiserslautern Pfaff 00Kaiserslautern Pf
- 000001
@@ -22988,13 +24928,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Kaiserslautern West 00Kaiserslautern W
- 000001
@@ -23012,13 +24954,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Kaldenkirchen 00Kaldenkirchen
- 000002
@@ -23035,13 +24979,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Kall 00Kall
- 000002
@@ -23058,13 +25004,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Kaltenbrunn(Oberbay) 00Kaltenbrunn(Obb)
- 000002
@@ -23081,13 +25029,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Kalthof(Kr Iserlohn) 00Kalthof(Iserlohn)
- 000001
@@ -23105,13 +25055,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Karlsruhe Hbf 00Karlsruhe
- 000002
@@ -23129,13 +25081,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Karlsruhe West 00Karlsruhe West
- 000001
@@ -23153,13 +25107,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Karlsruhe-Durlach 00Karlsruhe-Durlach
- 000001
@@ -23177,13 +25133,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Karlsruhe-Hagsfeld 00Karlsruhe-Hagsf
- 000001
@@ -23201,13 +25159,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Karlsruhe-Knielingen 00Karlsruhe-Kniel
- 000001
@@ -23225,13 +25185,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Karlsruhe-Mühlburg 00Karlsruhe-Muehlb
- 000001
@@ -23249,13 +25211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Karthaus 00Karthaus
- 000002
@@ -23272,13 +25236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Kassel Hbf 00Kassel Hbf
- 000001
@@ -23296,13 +25262,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Kassel-Harleshausen 00Kassel-Harleshaus
- 000001
@@ -23320,13 +25288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Kassel-Oberzwehren 00Kassel-Oberzwehr.
- 000001
@@ -23344,13 +25314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Kassel-Wilhelmshöhe 00Kassel-Wilhelmsh.
- 000002
@@ -23368,13 +25340,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Katzhütte 00Katzhuette
- 000002
@@ -23391,13 +25365,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Katzwang 00Katzwang
- 000001
@@ -23415,13 +25391,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Kaufbeuren 00Kaufbeuren
- 000002
@@ -23438,13 +25416,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Kaufering 00Kaufering
- 000002
@@ -23461,13 +25441,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Kehl 00Kehl
- 000002
@@ -23484,13 +25466,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Kehl(Gr) 00Kehl(Gr)
- 000002
@@ -23507,13 +25491,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Kempen(Niederrhein) 00Kempen(Nrh)
- 000002
@@ -23530,13 +25516,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Kempten(Allgäu)Hbf 00Kempten(Allg)Hbf
- 000002
@@ -23554,13 +25542,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Kempten(Allgäu)Ost 00Kempten(Allg)Ost
- 000001
@@ -23578,13 +25568,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Kennelgarten 00Kennelgarten
- 000001
@@ -23602,13 +25594,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Kenzingen 00Kenzingen
- 000002
@@ -23625,13 +25619,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Kettwig 00Kettwig
- 000001
@@ -23649,13 +25645,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Kettwig Stausee 00Kettwig Stausee
- 000001
@@ -23673,13 +25671,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Kiefersfelden 00Kiefersfelden
- 000002
@@ -23696,13 +25696,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Kiel Hbf 00Kiel Hbf
- 000002
@@ -23720,13 +25722,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Kiel-Elmschenhagen 00Kiel-Elmschenhag
- 000001
@@ -23744,13 +25748,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
Z990
+
+ 00000
+ Kiel-Hassee CITTI-P. 00Kiel-Hassee CITTI
- 000001
@@ -23768,13 +25774,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Kirchenlaibach 00Kirchenlaibach
- 000002
@@ -23791,13 +25799,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Kirchheim(Teck) 00Kirchheim(Teck)
- 000002
@@ -23814,13 +25824,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Kirchzarten 00Kirchzarten
- 000002
@@ -23837,13 +25849,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Kißlegg 00Kisslegg
- 000002
@@ -23860,13 +25874,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Klais 00Klais
- 000002
@@ -23883,13 +25899,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Kleinkems 00Kleinkems
- 000002
@@ -23906,13 +25924,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Kleve 00Kleve
- 000002
@@ -23929,13 +25949,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J060
+
+ 00000
+ Klinge 00Klinge
- 000002
@@ -23952,13 +25974,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Kloster Bronnbach 00Kloster Bronnbach
- 000001
@@ -23976,13 +26000,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Knautnaundorf 00Knautnaundorf
- 000001
@@ -24000,13 +26026,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Koblenz Hbf 00Koblenz Hbf
- 000002
@@ -24024,13 +26052,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Koblenz-Lützel 00Koblenz-Luetzel
- 000001
@@ -24048,13 +26078,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Kochel 00Kochel
- 000002
@@ -24071,13 +26103,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Airport-Busin. 00Koeln Airport-B
- 000001
@@ -24095,13 +26129,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Frankfurter St 00Koeln Frankf. St
- 000001
@@ -24119,13 +26155,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Geldernstr/P. 00Koeln Geldernstr
- 000001
@@ -24143,13 +26181,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Hansaring 00Koeln Hansaring
- 000001
@@ -24167,13 +26207,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Hbf 00Koeln Hbf
- 000002
@@ -24191,13 +26233,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Messe/Deutz 00Koeln Messe/Deutz
- 000001
@@ -24215,13 +26259,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Steinstraße 00Koeln Steinstr
- 000001
@@ -24239,13 +26285,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Süd 00Koeln Sued
- 000001
@@ -24263,13 +26311,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Trimbornstr 00Koeln Trimbornstr
- 000001
@@ -24287,13 +26337,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Volkhov.Weg 00Koeln Volkhov.Weg
- 000001
@@ -24311,13 +26363,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln West 00Koeln West
- 000001
@@ -24335,13 +26389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Blumenberg 00Koeln-Blumenberg
- 000001
@@ -24359,13 +26415,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Buchforst 00Koeln-Buchforst
- 000001
@@ -24383,13 +26441,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Chorweiler N 00Koeln-Chorw.N
- 000001
@@ -24407,13 +26467,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Chorweiler 00Koeln-Chorweiler
- 000001
@@ -24431,13 +26493,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Dellbrück 00Koeln-Dellbrueck
- 000001
@@ -24455,13 +26519,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Ehrenfeld 00Koeln-Ehrenfeld
- 000001
@@ -24479,13 +26545,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Holweide 00Koeln-Holweide
- 000001
@@ -24503,13 +26571,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Longerich 00Koeln-Longerich
- 000001
@@ -24527,13 +26597,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Mülheim 00Koeln-Muelheim
- 000001
@@ -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 00Koeln-Muengersd
- 000001
@@ -24575,13 +26649,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Nippes 00Koeln-Nippes
- 000001
@@ -24599,13 +26675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Stammheim 00Koeln-Stammheim
- 000001
@@ -24623,13 +26701,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Worringen 00Koeln-Worringen
- 000001
@@ -24647,13 +26727,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln/Bonn Flughafen 00Koeln/Bonn Flugh
- 000001
@@ -24671,13 +26753,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Köndringen 00Koendringen
- 000002
@@ -24694,13 +26778,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Königs Wusterhausen 00Koenigs Wusterhsn
- 000002
@@ -24717,13 +26803,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Königshofen(Baden) 00Koenigshofen(Bad)
- 000001
@@ -24741,13 +26829,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Königswinter 00Koenigswinter
- 000002
@@ -24764,13 +26854,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Könnern 00Koennern
- 000002
@@ -24787,13 +26879,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Köthen 00Koethen
- 000002
@@ -24810,13 +26904,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Kohlscheid 00Kohlscheid
- 000002
@@ -24833,13 +26929,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Kollmarsreute 00Kollmarsreute
- 000002
@@ -24856,13 +26954,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Konstanz 00Konstanz
- 000002
@@ -24880,13 +26980,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Konstanz-Fürstenb. 00Konstanz-Fuersten
- 000001
@@ -24904,13 +27006,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Konstanz-Petersh. 00Konstanz-Petersh.
- 000001
@@ -24928,13 +27032,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Konstanz-Wollmat 00Konstanz-Wollmat
- 000001
@@ -24952,13 +27058,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Korbach 00Korbach
- 000002
@@ -24975,13 +27083,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Kork 00Kork
- 000002
@@ -24998,13 +27108,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Korntal 00Korntal
- 000001
@@ -25022,13 +27134,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Kornwestheim Pbf 00Kornwestheim Pbf
- 000001
@@ -25046,13 +27160,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J040
+
+ 00000
+ Kostrzyn(Gr) 00Kostrzyn(Gr)
- 000002
@@ -25069,13 +27185,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Kranichfeld 00Kranichfeld
- 000002
@@ -25092,13 +27210,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Krefeld Hbf 00Krefeld
- 000002
@@ -25116,13 +27236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Krefeld-Linn 00Krefeld-Linn
- 000001
@@ -25140,13 +27262,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Krefeld-Oppum 00Krefeld-Oppum
- 000001
@@ -25164,13 +27288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Krefeld-Uerdingen 00Krefeld-Uerdingen
- 000001
@@ -25188,13 +27314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Kreiensen 00Kreiensen
- 000002
@@ -25211,13 +27339,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Kressbronn 00Kressbronn
- 000002
@@ -25234,13 +27364,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Kreuz Konz 00Kreuz Konz
- 000002
@@ -25257,13 +27389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Kreuzberg(Ahr) 00Kreuzberg(Ahr)
- 000002
@@ -25280,13 +27414,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Kreuzstraße 00Kreuzstrasse
- 000002
@@ -25303,13 +27439,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Kreuztal 00Kreuztal
- 000002
@@ -25326,13 +27464,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Kronach 00Kronach
- 000002
@@ -25349,13 +27489,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Kronberg(Taunus) 00Kronberg(Taunus)
- 000002
@@ -25372,13 +27514,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Krupunder 00Krupunder
- 000001
@@ -25396,13 +27540,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J040
+
+ 00000
+ Küstrin-Kietz 00Kuestrin-Kietz
- 000002
@@ -25419,13 +27565,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Kufstein 00Kufstein
- 000002
@@ -25442,13 +27590,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Kulmbach 00Kulmbach
- 000002
@@ -25465,13 +27615,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A080
+
+ 00000
+ Kyllburg 00Kyllburg
- 000002
@@ -25488,13 +27640,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Lähn 00Laehn
- 000002
@@ -25511,13 +27665,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Lage(Lippe) 00Lage(Lippe)
- 000002
@@ -25534,13 +27690,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Lahr(Schwarzw) 00Lahr(Schw)
- 000002
@@ -25557,13 +27715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Lampertheim 00Lampertheim
- 000002
@@ -25580,13 +27740,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Landau(Isar) 00Landau(Isar)
- 000002
@@ -25603,13 +27765,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Landau(Pfalz)Hbf 00Landau(Pfalz)Hbf
- 000002
@@ -25626,13 +27790,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Landsberg(Lech) 00Landsberg(Lech)
- 000002
@@ -25649,13 +27815,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Landshut(Bay)Hbf 00Landshut(Bay)Hbf
- 000002
@@ -25672,13 +27840,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Landstuhl 00Landstuhl
- 000002
@@ -25695,13 +27865,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Langebrück(Sachs) 00Langebrueck(S)
- 000001
@@ -25719,13 +27891,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Langen(Hess) 00Langen(Hess)
- 000002
@@ -25742,13 +27916,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Langenargen 00Langenargen
- 000002
@@ -25765,13 +27941,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Langenfeld(Rhld) 00Langenfeld(Rhl)
- 000002
@@ -25788,13 +27966,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Langenhagen Pferdem. 00Langenhagen Pfer.
- 000002
@@ -25811,14 +27991,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ SEE
+ Langeoog 00Langeoog
- 00000
- 3
@@ -25835,13 +28017,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Langmeil(Pfalz) 00Langmeil(Pfalz)
- 000001
@@ -25858,13 +28042,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B040
+
+ 00000
+ Lathen 00Lathen
- 000002
@@ -25881,13 +28067,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Lauchringen 00Lauchringen
- 000002
@@ -25904,13 +28092,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Lauda 00Lauda
- 000002
@@ -25928,13 +28118,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Lauenförde-Beverung 00Lauenfoerde-Beve.
- 000002
@@ -25951,13 +28143,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Lauf(links Pegnitz) 00Lauf(l Pegnitz)
- 000002
@@ -25974,13 +28168,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Lauf(rechts Pegnitz) 00Lauf(r Pegnitz)
- 000002
@@ -25997,13 +28193,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Laufen(Oberbay) 00Laufen(Obb)
- 000002
@@ -26020,13 +28218,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Laufenburg(Baden) 00Laufenburg(Baden)
- 000002
@@ -26043,13 +28243,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Lauffen(Neckar) 00Lauffen(Neckar)
- 000002
@@ -26066,13 +28268,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Lauingen 00Lauingen
- 000002
@@ -26089,13 +28293,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Laupheim West 00Laupheim West
- 000002
@@ -26112,13 +28318,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Lauterbach(Hess)Nord 00Lauterbach(Hess)N
- 000002
@@ -26135,13 +28343,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Lauterbourg(fr) 00Lauterbourg(fr)
- 000002
@@ -26158,13 +28368,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Lauterecken-Grumbach 00Lauterecken-Grumb
- 000002
@@ -26181,13 +28393,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Lebach 00Lebach
- 000002
@@ -26204,13 +28418,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ Leer(Ostfriesl) 00Leer(Ostfriesl)
- 000002
@@ -26227,13 +28443,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Legefeld 00Legefeld
- 000001
@@ -26251,13 +28469,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Legelshurst 00Legelshurst
- 000002
@@ -26274,13 +28494,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Lehrte 00Lehrte
- 000002
@@ -26297,13 +28519,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Leichlingen 00Leichlingen
- 000002
@@ -26320,13 +28544,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Leinefelde 00Leinefelde
- 000002
@@ -26343,13 +28569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Hbf 00Leipzig
- 000002
@@ -26367,13 +28595,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Allee-Center 00Leipzig Allee-C
- 000001
@@ -26391,13 +28621,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Ang-Crottdf 00Leipzig Ang-C
- 000001
@@ -26415,13 +28647,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Coppiplatz 00Leipzig Coppipl.
- 000001
@@ -26439,13 +28673,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Grünauer A 00Leipzig Gruenau
- 000001
@@ -26462,13 +28698,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig/Halle Flugh 00Leipzig Halle Fl
- 000001
@@ -26485,13 +28723,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Indgel West 00Leipzig Indgel W
- 000001
@@ -26509,13 +28749,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Karlsr Str 00Leipzig Karlsr St
- 000001
@@ -26532,13 +28774,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Messe 00Leipzig Messe
- 000001
@@ -26556,13 +28800,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Milt. Allee 00Leipzig Milt. A.
- 000001
@@ -26580,13 +28826,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Olbrichtstr. 00Leipzig Olbricht
- 000001
@@ -26604,13 +28852,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Ost 00Leipzig Ost
- 000001
@@ -26628,13 +28878,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Slevogtstr. 00Leipzig Slevogt
- 000001
@@ -26652,13 +28904,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Völkersch. 00Leipzig Voelker.
- 000001
@@ -26676,13 +28930,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Connewitz 00Leipzig-Connewitz
- 000001
@@ -26700,13 +28956,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Gohlis 00Leipzig-Gohlis
- 000001
@@ -26724,13 +28982,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Heiterblick 00Leipzig-Heiterbl
- 000001
@@ -26748,13 +29008,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Knauthain 00Leipzig-Knauthain
- 000001
@@ -26772,13 +29034,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Leutzsch 00Leipzig-Leutzsch
- 000001
@@ -26796,13 +29060,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Lindenau 00Leipzig-Lindenau
- 000001
@@ -26819,13 +29085,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Lützschena 00Leipzig-Luetzsch
- 000001
@@ -26843,13 +29111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Marienbrunn 00Leipzig-Marienbr
- 000001
@@ -26867,13 +29137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Miltitz 00Leipzig-Miltitz
- 000001
@@ -26891,13 +29163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Möckern 00Leipzig-Moeckern
- 000001
@@ -26915,13 +29189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Paunsdorf 00Leipzig-Paunsdorf
- 000001
@@ -26939,13 +29215,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Plagwitz 00Leipzig-Plagwitz
- 000001
@@ -26963,13 +29241,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Rückmarsdf. 00Leipzig-Rueckmars
- 000001
@@ -26987,13 +29267,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Sellerhausen 00Leipzig-Sellerh
- 000001
@@ -27011,13 +29293,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Stötteritz 00Leipzig-Stoetter
- 000001
@@ -27035,13 +29319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Thekla 00Leipzig-Thekla
- 000001
@@ -27059,13 +29345,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Wahren 00Leipzig-Wahren
- 000001
@@ -27083,13 +29371,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Lengede-Broistedt 00Lengede-Broistedt
- 000001
@@ -27106,14 +29396,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Lenggries 00Lenggries
- 00000
- 3
@@ -27130,13 +29422,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Lennestadt-Altenhund 00Lennestadt-Altenh
- 000002
@@ -27153,13 +29447,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Leonberg 00Leonberg
- 000002
@@ -27176,13 +29472,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Lermoos 00Lermoos
- 000002
@@ -27199,13 +29497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Letmathe 00Letmathe
- 000001
@@ -27223,13 +29523,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Letmathe Dechenh. 00Letmathe Dechenh.
- 000001
@@ -27247,13 +29549,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Leutkirch 00Leutkirch
- 000002
@@ -27270,13 +29574,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Leverkusen Mitte 00Leverkusen Mitte
- 000002
@@ -27294,13 +29600,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Leverkusen-Küpper. 00Leverkusen-Kuepp.
- 000001
@@ -27318,13 +29626,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Leverkusen-Rheindorf 00Leverkusen-Rheind
- 000001
@@ -27342,13 +29652,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Leverkusen-Schleb. 00Leverkusen-Schleb
- 000001
@@ -27366,13 +29678,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Lichtenfels 00Lichtenfels
- 000002
@@ -27389,13 +29703,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Lichtentanne(Sachs) 00Lichtentanne(S)
- 000001
@@ -27413,13 +29729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Liege Zone 00Liege Zone
- 000002
@@ -27437,13 +29755,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Liege-Guillemins 00Liege-Guillemins
- 000001
@@ -27461,13 +29781,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Limburg Süd 00Limburg Sued
- 000001
@@ -27485,13 +29807,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Limburg(Lahn) 00Limburg(Lahn)
- 000002
@@ -27509,13 +29833,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Lindau Hbf 00Lindau Hbf
- 000002
@@ -27532,13 +29858,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B040
+
+ 00000
+ Lingen(Ems) 00Lingen(Ems)
- 000002
@@ -27555,13 +29883,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Linz(Rhein) 00Linz(Rhein)
- 000002
@@ -27578,13 +29908,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Lippstadt 00Lippstadt
- 000002
@@ -27602,13 +29934,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Lochham 00Lochham
- 000001
@@ -27626,13 +29960,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J070
+
+ 00000
+ Löbau(Sachs) 00Loebau(Sachs)
- 000002
@@ -27649,13 +29985,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Löcknitz 00Loecknitz
- 000002
@@ -27672,13 +30010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Löffingen 00Loeffingen
- 000002
@@ -27695,13 +30035,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Löhne(Westf) 00Loehne(Westf)
- 000002
@@ -27718,13 +30060,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Lörrach Dammstraße 00Loerrach Dammstr
- 000001
@@ -27742,13 +30086,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Lörrach Hbf 00Loerrach Hbf
- 000002
@@ -27766,13 +30112,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Lörrach Museum/Burg 00Loerrach Museum/B
- 000001
@@ -27790,13 +30138,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Lörrach Schw.waldst 00Loerrach Schw.
- 000001
@@ -27814,13 +30164,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Lörrach-Bromb./Hau 00Loerrach-B/H
- 000001
@@ -27838,13 +30190,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Lörrach-Haagen/Mess 00Loerrach-Haagen/M
- 000001
@@ -27862,13 +30216,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Lörrach-Stetten 00Loerrach-Stetten
- 000001
@@ -27886,13 +30242,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Lövenich 00Loevenich
- 000001
@@ -27910,13 +30268,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Löwenberg(Mark) 00Loewenberg(Mark)
- 000002
@@ -27933,13 +30293,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Löwental 00Loewental
- 000001
@@ -27957,13 +30319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Lohr Bahnhof 00Lohr Bahnhof
- 000002
@@ -27980,13 +30344,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Lollar 00Lollar
- 000002
@@ -28003,13 +30369,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Luckenwalde 00Luckenwalde
- 000002
@@ -28026,13 +30394,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Ludwigsburg 00Ludwigsburg
- 000002
@@ -28050,13 +30420,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Ludwigsfelde 00Ludwigsfelde
- 000002
@@ -28073,13 +30445,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Ludwigshafen BASF S 00Ludwigshaf BASF S
- 000001
@@ -28097,13 +30471,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Ludwigshafen(Rh)Hbf 00Ludwigshaf(Rh)Hbf
- 000002
@@ -28121,13 +30497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Ludwigshafen-Mundenh 00Ludwigshaf-Munden
- 000001
@@ -28145,13 +30523,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Ludwigshafen-Oggersh 00Ludwigshaf-Oggers
- 000001
@@ -28169,13 +30549,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Ludwigshafen-Rheing. 00Ludwigshaf-Rheing
- 000001
@@ -28193,13 +30575,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Ludwigshafen(Bodens) 00Ludwigshafen/Bods
- 000002
@@ -28216,13 +30600,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G030
+
+ 00000
+ Ludwigslust 00Ludwigslust
- 000002
@@ -28239,13 +30625,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Ludwigsstadt 00Ludwigsstadt
- 000002
@@ -28262,13 +30650,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Lübben(Spreewald) 00Luebben(Spreew)
- 000002
@@ -28285,13 +30675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Lübbenau(Spreewald) 00Luebbenau(Spreew)
- 000002
@@ -28308,13 +30700,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Lübeck Flughafen 00Luebeck Flughafen
- 000002
@@ -28331,13 +30725,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Lübeck Hbf 00Luebeck Hbf
- 000002
@@ -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 00Luebeck St J
- 000001
@@ -28379,13 +30777,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Lübeck-Travem.Hafen 00Luebeck-Trave.Haf
- 000002
@@ -28403,13 +30803,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Lübeck-Travem.Skan. 00Luebeck-Trave.Ska
- 000001
@@ -28427,13 +30829,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Lübeck-Travem.Str. 00Luebeck-Trave.Str
- 000001
@@ -28451,13 +30855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Lüdenscheid 00Luedenscheid
- 000002
@@ -28474,13 +30880,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Lüneburg 00Lueneburg
- 000002
@@ -28498,13 +30906,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Lünen Hbf 00Luenen Hbf
- 000002
@@ -28521,13 +30931,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Lutherst Wittenberg 00Lutherst Wittenbg
- 000002
@@ -28544,13 +30956,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Lutherstadt Eisleben 00Lutherst.Eisleben
- 000002
@@ -28567,13 +30981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg Hasselpl 00Magdeburg Hasselp
- 000001
@@ -28591,13 +31007,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg Hbf 00Magdeburg Hbf
- 000002
@@ -28615,13 +31033,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg Herrenkrug 00Magdeburg Herrenk
- 000001
@@ -28639,13 +31059,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg SKET Ipark 00Magdeburg SKET
- 000001
@@ -28663,13 +31085,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg Sudenburg 00Magdeburg Sudenb.
- 000001
@@ -28687,13 +31111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg Südost 00Magdeburg Suedost
- 000001
@@ -28711,13 +31137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg-Buckau 00Magdeburg-Buckau
- 000001
@@ -28735,13 +31163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg-Eichenw 00Magdeburg-Eichenw
- 000001
@@ -28759,13 +31189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg-Neustadt 00Magdeburg-Neust.
- 000001
@@ -28783,13 +31215,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg-Rothensee 00Magdeburg-Rothen.
- 000001
@@ -28807,13 +31241,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg-Salbke 00Magdeburg-Salbke
- 000001
@@ -28831,13 +31267,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz Hbf 00Mainz Hbf
- 000002
@@ -28855,13 +31293,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz Nord 00Mainz Nord
- 000001
@@ -28879,13 +31319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz Röm.Theater 00Mainz R.Theate
- 000001
@@ -28903,13 +31345,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz-Bischofsheim 00Mainz-Bischofsh.
- 000002
@@ -28926,13 +31370,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz-Gonsenheim 00Mainz-Gonsenheim
- 000001
@@ -28950,13 +31396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz-Gustavsburg 00Mainz-Gustavsburg
- 000001
@@ -28974,13 +31422,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz-Kastel 00Mainz-Kastel
- 000001
@@ -28998,13 +31448,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz-Laubenheim 00Mainz-Laubenheim
- 000001
@@ -29022,13 +31474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz-Marienborn 00Mainz-Marienborn
- 000001
@@ -29046,13 +31500,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz-Mombach 00Mainz-Mombach
- 000001
@@ -29070,13 +31526,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H030
+
+ 00000
+ Malchin 00Malchin
- 000002
@@ -29093,13 +31551,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Malsfeld 00Malsfeld
- 000002
@@ -29116,13 +31576,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim ARENA/Maim. 00Mannheim ARENA
- 000001
@@ -29140,13 +31602,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim Handelshaf 00Mannheim Handelsh
- 000001
@@ -29164,13 +31628,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim Hbf 00Mannheim Hbf
- 000002
@@ -29188,13 +31654,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Friedrichsf 00Mannheim-Friedr.
- 000001
@@ -29212,13 +31680,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Friedrich.S 00Mannheim-Friedr.S
- 000001
@@ -29236,13 +31706,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Käfertal 00Mannheim-Kaefert.
- 000001
@@ -29260,13 +31732,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Luzenberg 00Mannheim-Luzenb.
- 000001
@@ -29284,13 +31758,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Neckarau 00Mannheim-Neckarau
- 000001
@@ -29308,13 +31784,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Neckarstadt 00Mannheim-Neckarst
- 000001
@@ -29332,13 +31810,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Rheinau 00Mannheim-Rheinau
- 000001
@@ -29356,13 +31836,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Seckenheim 00Mannheim-Seckenh
- 000001
@@ -29380,13 +31862,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Waldhof 00Mannheim-Waldhof
- 000001
@@ -29404,13 +31888,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Marbach Ost(VS) 00Marbach Ost(VS)
- 000001
@@ -29428,13 +31914,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Marbach West(VS) 00Marbach West(VS)
- 000001
@@ -29452,13 +31940,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Marbach(Neckar) 00Marbach(Neckar)
- 000002
@@ -29475,13 +31965,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Marburg Süd 00Marburg Sued
- 000001
@@ -29499,13 +31991,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Marburg(Lahn) 00Marburg(Lahn)
- 000002
@@ -29523,13 +32017,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Marienborn 00Marienborn
- 000002
@@ -29546,13 +32042,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Markdorf(Baden) 00Markdorf(Baden)
- 000002
@@ -29569,13 +32067,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Markelfingen 00Markelfingen
- 000002
@@ -29592,13 +32092,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Markelsheim 00Markelsheim
- 000001
@@ -29616,13 +32118,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H060
+
+ 00000
+ Markkleeberg-Großst 00Markkleeberg-Grst
- 000002
@@ -29639,13 +32143,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Markt Bibart 00Markt Bibart
- 000002
@@ -29662,13 +32168,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Markt Erlbach 00Markt Erlbach
- 000002
@@ -29685,13 +32193,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Markt Schwaben 00Markt Schwaben
- 000002
@@ -29708,13 +32218,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Marktl 00Marktl
- 000002
@@ -29731,13 +32243,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Marktleuthen 00Marktleuthen
- 000001
@@ -29754,13 +32268,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Marktoberdorf Schule 00Marktoberd.Schule
- 000001
@@ -29778,13 +32294,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Marktoberdorf 00Marktoberdorf
- 000002
@@ -29802,13 +32320,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Marktredwitz 00Marktredwitz
- 000002
@@ -29825,13 +32345,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Maschen 00Maschen
- 000001
@@ -29849,13 +32371,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Maulburg 00Maulburg
- 000002
@@ -29872,13 +32396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Maxau 00Maxau
- 000001
@@ -29896,13 +32422,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Meckelfeld 00Meckelfeld
- 000001
@@ -29920,13 +32448,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Meckenbeuren 00Meckenbeuren
- 000002
@@ -29943,13 +32473,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Mehltheuer 00Mehltheuer
- 000002
@@ -29966,13 +32498,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Meiningen 00Meiningen
- 000002
@@ -29989,13 +32523,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Meißen 00Meissen
- 000002
@@ -30013,13 +32549,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Meißen Triebischtal 00Meissen Triebisch
- 000001
@@ -30037,13 +32575,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Mellrichstadt Bf 00Mellrichstadt Bf
- 000002
@@ -30060,13 +32600,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Melsungen 00Melsungen
- 000002
@@ -30083,13 +32625,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Memmingen 00Memmingen
- 000002
@@ -30106,13 +32650,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Mengen 00Mengen
- 000002
@@ -30129,13 +32675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B040
+
+ 00000
+ Meppen 00Meppen
- 000002
@@ -30152,13 +32700,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Mering 00Mering
- 000002
@@ -30175,13 +32725,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Merseburg 00Merseburg
- 000002
@@ -30198,13 +32750,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Merzig(Saar) 00Merzig(Saar)
- 000002
@@ -30221,13 +32775,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Meschede 00Meschede
- 000002
@@ -30244,13 +32800,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Mettlach 00Mettlach
- 000002
@@ -30267,13 +32825,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Metzingen(Württ) 00Metzingen(Wuertt)
- 000002
@@ -30290,13 +32850,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Michelstadt 00Michelstadt
- 000002
@@ -30313,13 +32875,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Michendorf 00Michendorf
- 000002
@@ -30336,14 +32900,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Miesbach 00Miesbach
- 00000
- 3
@@ -30360,13 +32926,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Miltenberg 00Miltenberg
- 000002
@@ -30384,13 +32952,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Mindelheim 00Mindelheim
- 000002
@@ -30407,13 +32977,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Minden(Westf) 00Minden(Westf)
- 000002
@@ -30430,13 +33002,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Mittenwald 00Mittenwald
- 000002
@@ -30453,13 +33027,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Mittenwald(Gr) 00Mittenwald(Gr)
- 000002
@@ -30476,13 +33052,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Mönchengladbach-Gen 00Moenchengladb-Gen
- 000001
@@ -30500,13 +33078,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Mönchengladbach-Lü 00Moenchengladb-Lue
- 000001
@@ -30524,13 +33104,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Mönchengladbach-Rhd 00Moenchengladb-Rhd
- 000001
@@ -30548,13 +33130,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Mönchengladbach Hbf 00Moenchengladb.Hbf
- 000002
@@ -30572,13 +33156,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mörfelden 00Moerfelden
- 000002
@@ -30595,13 +33181,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Mössingen 00Moessingen
- 000002
@@ -30618,13 +33206,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Montabaur 00Montabaur
- 000002
@@ -30641,13 +33231,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Moosburg 00Moosburg
- 000002
@@ -30664,14 +33256,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Moosrain 00Moosrain
- 00000
- 3
@@ -30688,13 +33282,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Mosbach(Baden) 00Mosbach(Baden)
- 000002
@@ -30711,13 +33307,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Mosbach-Neckarelz 00Mosbach-Neckarelz
- 000002
@@ -30734,13 +33332,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Mosel 00Mosel
- 000001
@@ -30758,13 +33358,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Mühlacker 00Muehlacker
- 000002
@@ -30781,13 +33383,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Mühldorf(Oberbay) 00Muehldorf
- 000002
@@ -30804,13 +33408,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Mühlhausen(b Engen) 00Muehlhausen(Eng)
- 000002
@@ -30827,13 +33433,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Mühlhausen(Thür) 00Muehlhausen/Thuer
- 000002
@@ -30850,13 +33458,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Mülheim(Ruhr)Styr. 00Muelheim(R)Styr.
- 000001
@@ -30874,13 +33484,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Mülheim(Ruhr)West 00Muelheim(R)West
- 000001
@@ -30898,13 +33510,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Mülheim(Ruhr)Hbf 00Muelheim(Ruhr)Hbf
- 000002
@@ -30922,13 +33536,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Müllheim(Baden) 00Muellheim(Baden)
- 000002
@@ -30945,13 +33561,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Müncheberg(Mark) 00Muencheberg(Mark)
- 000002
@@ -30968,13 +33586,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Donnersb. 00Muenchen Donnersb
- 000001
@@ -30992,13 +33612,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Flug Besuch 00Muenchen Flug Bes
- 000001
@@ -31016,13 +33638,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Flughafen T 00Muenchen Flugh. T
- 000002
@@ -31040,13 +33664,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Hackerbr. 00Muenchen Hackerbr
- 000001
@@ -31064,13 +33690,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Harras 00Muenchen Harras
- 000001
@@ -31088,13 +33716,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Hbf 00Muenchen Hbf
- 000002
@@ -31112,13 +33742,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Heimeranpl. 00Muenchen Heimeran
- 000001
@@ -31136,13 +33768,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Isartor 00Muenchen Isartor
- 000001
@@ -31160,13 +33794,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Karlsplatz 00Muenchen Karlspl.
- 000001
@@ -31184,13 +33820,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Leienfels. 00Muenchen Leienf.
- 000001
@@ -31208,13 +33846,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Leuchtenb. 00Muenchen Leuchten
- 000001
@@ -31232,13 +33872,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Marienplatz 00Muenchen Marienpl
- 000001
@@ -31256,13 +33898,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Ost 00Muenchen Ost
- 000001
@@ -31280,13 +33924,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Rosenh.Pl. 00Muenchen Rosenh.P
- 000001
@@ -31304,13 +33950,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Siemensw. 00Muenchen Siemensw
- 000001
@@ -31328,13 +33976,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München St Martin. 00Muenchen St M.
- 000001
@@ -31352,13 +34002,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Allach 00Muenchen-Allach
- 000001
@@ -31376,13 +34028,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Aubing 00Muenchen-Aubing
- 000001
@@ -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 00Muenchen-Berg a L
- 000001
@@ -31424,13 +34080,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Daglfing 00Muenchen-Daglfing
- 000001
@@ -31448,13 +34106,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Englschalk. 00Muenchen-Englsch.
- 000001
@@ -31472,13 +34132,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Fasanerie 00Muenchen-Fasan.
- 000001
@@ -31496,13 +34158,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Fasangarten 00Muenchen-Fasang.
- 000001
@@ -31520,13 +34184,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Feldmoching 00Muenchen-Feldm.
- 000001
@@ -31544,13 +34210,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Giesing 00Muenchen-Giesing
- 000001
@@ -31568,13 +34236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Johannesk. 00Muenchen-Johannes
- 000001
@@ -31592,13 +34262,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Karlsfeld 00Muenchen-Karlsf.
- 000001
@@ -31616,13 +34288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Laim 00Muenchen-Laim
- 000001
@@ -31640,13 +34314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Langwied 00Muenchen-Langwied
- 000001
@@ -31664,13 +34340,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Lochhausen 00Muenchen-Lochhaus
- 000001
@@ -31688,13 +34366,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Mittersend. 00Muenchen-Mitters.
- 000001
@@ -31712,13 +34392,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Moosach 00Muenchen-Moosach
- 000001
@@ -31736,13 +34418,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Neuaubing 00Muenchen-Neuaub
- 000001
@@ -31760,13 +34444,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Neuperl.S 00Muenchen-Neup.S
- 000001
@@ -31784,13 +34470,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Obermenzing 00Muenchen-Oberm.
- 000001
@@ -31808,13 +34496,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Pasing 00Muenchen-Pasing
- 000001
@@ -31832,13 +34522,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Perlach 00Muenchen-Perlach
- 000001
@@ -31856,13 +34548,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Riem 00Muenchen-Riem
- 000001
@@ -31880,13 +34574,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Solln 00Muenchen-Solln
- 000001
@@ -31904,13 +34600,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Trudering 00Muenchen-Truder.
- 000001
@@ -31928,13 +34626,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Westkreuz 00Muenchen-Westkr.
- 000001
@@ -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 00Muenster(W)Z. N
- 000001
@@ -31976,13 +34678,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Münster(Westf)Hbf 00Muenster(Westf)
- 000002
@@ -32000,13 +34704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Münster-Albachten 00Muenster-Albacht.
- 000001
@@ -32024,13 +34730,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Münster-Amelsbüren 00Muenster-Amelsb.
- 000001
@@ -32048,13 +34756,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Münster-Häger 00Muenster-Haeger
- 000001
@@ -32072,13 +34782,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Münster-Hiltrup 00Muenster-Hiltrup
- 000001
@@ -32096,13 +34808,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Münster-Sprakel 00Muenster-Sprakel
- 000001
@@ -32120,14 +34834,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Bus
+ Mulhouse Bus 00Mulhouse Bus
- 00000
- 3
@@ -32144,13 +34860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Munderkingen 00Munderkingen
- 000002
@@ -32167,13 +34885,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Murg(Baden) 00Murg(Baden)
- 000002
@@ -32190,13 +34910,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Murnau 00Murnau
- 000002
@@ -32213,13 +34935,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Murrhardt 00Murrhardt
- 000002
@@ -32236,13 +34960,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Musau 00Musau
- 000002
@@ -32259,13 +34985,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Nabburg 00Nabburg
- 000002
@@ -32282,13 +35010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Nagold 00Nagold
- 000002
@@ -32305,13 +35035,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Narsdorf 00Narsdorf
- 000002
@@ -32328,13 +35060,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Nauen 00Nauen
- 000002
@@ -32351,13 +35085,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Naumburg(Saale)Hbf 00Naumburg(Saale)
- 000002
@@ -32374,13 +35110,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Neckargemünd 00Neckargemuend
- 000002
@@ -32397,13 +35135,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Neheim-Hüsten 00Neheim-Huesten
- 000002
@@ -32420,13 +35160,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Nesselwang 00Nesselwang
- 000002
@@ -32443,13 +35185,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Neu-Ulm 00Neu-Ulm
- 000001
@@ -32467,13 +35211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Neubiberg 00Neubiberg
- 000001
@@ -32491,13 +35237,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H030
+
+ 00000
+ Neubrandenburg 00Neubrandenburg
- 000002
@@ -32514,13 +35262,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Neuburg(Donau) 00Neuburg(Donau)
- 000002
@@ -32537,13 +35287,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Neudietendorf 00Neudietendorf
- 000001
@@ -32560,13 +35312,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Neue Schenke 00Neue Schenke
- 000001
@@ -32584,13 +35338,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Neuenburg(Baden) 00Neuenburg(Baden)
- 000002
@@ -32607,13 +35363,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Neuenburg(Baden)(Gr) 00Neuenburg(Bd)(Gr)
- 000002
@@ -32630,13 +35388,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Neuenmarkt-Wirsberg 00Neuenmarkt-Wirsb.
- 000002
@@ -32653,13 +35413,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Neuenrade 00Neuenrade
- 000002
@@ -32676,13 +35438,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Neufahrn(Niederbay) 00Neufahrn(Ndb)
- 000002
@@ -32699,13 +35463,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Neukieritzsch 00Neukieritzsch
- 000002
@@ -32722,13 +35488,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Neukirchen(b Sulzb) 00Neukirchen(Sulzb)
- 000002
@@ -32745,13 +35513,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Neumark(Sachs) 00Neumark(Sachs)
- 000002
@@ -32768,13 +35538,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Neumarkt(Oberpf) 00Neumarkt(Opf)
- 000002
@@ -32791,13 +35563,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Neumarkt-St Veit 00Neumarkt-St Veit
- 000002
@@ -32814,13 +35588,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Neumünster 00Neumuenster
- 000002
@@ -32837,13 +35613,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Neunkirchen(Saar)Hbf 00Neunkirchen(S)Hbf
- 000002
@@ -32860,13 +35638,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Neuötting 00Neuoetting
- 000002
@@ -32883,13 +35663,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Neuruppin West 00Neuruppin West
- 000002
@@ -32906,13 +35688,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Neuss Am Kaiser 00Neuss Am Kaiser
- 000001
@@ -32930,13 +35714,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Neuss Hbf 00Neuss Hbf
- 000002
@@ -32954,13 +35740,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Neuss Rheinpark Cent 00Neuss Rheinpark C
- 000001
@@ -32978,13 +35766,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Neuss Süd 00Neuss Sued
- 000001
@@ -33002,13 +35792,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Neustadt(Aisch)Bahnh 00Neustadt(Aisch)Bf
- 000002
@@ -33025,13 +35817,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Neustadt(Donau) 00Neustadt(Donau)
- 000002
@@ -33048,13 +35842,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Neustadt(Dosse) 00Neustadt(Dosse)
- 000002
@@ -33071,13 +35867,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Neustadt(Holst) 00Neustadt(Holst)
- 000002
@@ -33094,13 +35892,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Neustadt(Orla) 00Neustadt(Orla)
- 000002
@@ -33117,13 +35917,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Neustadt(Sachs) 00Neustadt(Sachs)
- 000002
@@ -33140,13 +35942,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Neustadt(Weinstr)Hbf 00Neustadt(Wstr)Hbf
- 000002
@@ -33164,13 +35968,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Neustadt-Böbig 00Neustadt-Boebig
- 000001
@@ -33188,13 +35994,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Neustadt(Schwarzw) 00Neustadt/Schwarzw
- 000002
@@ -33211,13 +36019,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Neustadt(Waldnaab) 00Neustadt/Waldnaab
- 000002
@@ -33234,13 +36044,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H030
+
+ 00000
+ Neustrelitz Hbf 00Neustrelitz Hbf
- 000002
@@ -33257,13 +36069,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Neuwied 00Neuwied
- 000002
@@ -33280,13 +36094,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Neuwirtshaus(Por.pl) 00Neuwirtshaus
- 000001
@@ -33304,13 +36120,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Nidda 00Nidda
- 000002
@@ -33327,13 +36145,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Nidderau 00Nidderau
- 000002
@@ -33350,13 +36170,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ Niebüll 00Niebuell
- 000002
@@ -33373,13 +36195,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Niedaltdorf 00Niedaltdorf
- 000002
@@ -33396,13 +36220,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Niederau-Tuchmühle 00Niederau-Tuchm
- 000001
@@ -33420,13 +36246,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Niederbiegen 00Niederbiegen
- 000001
@@ -33444,13 +36272,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Niederlahnstein 00Niederlahnstein
- 000002
@@ -33467,13 +36297,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Niederwartha 00Niederwartha
- 000001
@@ -33491,13 +36323,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Nienburg(Weser) 00Nienburg(Weser)
- 000002
@@ -33514,13 +36348,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Nördlingen 00Noerdlingen
- 000002
@@ -33537,13 +36373,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Nohra(Weimar) 00Nohra(Weimar)
- 000001
@@ -33561,13 +36399,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Nonnenhorn 00Nonnenhorn
- 000002
@@ -33584,13 +36424,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ Norddeich 00Norddeich
- 000002
@@ -33607,13 +36449,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ Norden 00Norden
- 000002
@@ -33630,13 +36474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Nordenham 00Nordenham
- 000002
@@ -33653,14 +36499,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ SEE
+ Norderney 00Norderney
- 00000
- 3
@@ -33677,13 +36525,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Nordhausen 00Nordhausen
- 000002
@@ -33700,13 +36550,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Nordstemmen 00Nordstemmen
- 000002
@@ -33723,13 +36575,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Norf 00Norf
- 000001
@@ -33747,13 +36601,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Norsingen 00Norsingen
- 000002
@@ -33770,13 +36626,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Northeim(Han) 00Northeim(Han)
- 000002
@@ -33793,13 +36651,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg Frankensta 00Nuernberg Franken
- 000001
@@ -33817,13 +36677,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg Hbf 00Nuernberg Hbf
- 000002
@@ -33841,13 +36703,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg Nordost 00Nuernberg Nordost
- 000001
@@ -33865,13 +36729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg Ost 00Nuernberg Ost
- 000001
@@ -33889,13 +36755,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg Ostring 00Nuernberg Ostring
- 000001
@@ -33913,13 +36781,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg Rothenb. 00Nuernberg Rothenb
- 000001
@@ -33937,13 +36807,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Dürrenhof 00Nuernberg-Duerren
- 000001
@@ -33961,13 +36833,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Dutzendt. 00Nuernberg-Dutzdt.
- 000001
@@ -33985,13 +36859,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Eibach 00Nuernberg-Eibach
- 000001
@@ -34009,13 +36885,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Erlensteg. 00Nuernberg-Erlenst
- 000001
@@ -34033,13 +36911,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Gleißh. 00Nuernberg-Gleissh
- 000001
@@ -34057,13 +36937,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Laufamholz 00Nuernberg-Laufamh
- 000001
@@ -34081,13 +36963,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Mögeldorf 00Nuernberg-Moegeld
- 000001
@@ -34105,13 +36989,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Rehhof 00Nuernberg-Rehhof
- 000001
@@ -34129,13 +37015,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Reichelsd. 00Nuernberg-Reichel
- 000001
@@ -34153,13 +37041,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Sandreuth 00Nuernberg-Sandr.
- 000001
@@ -34177,13 +37067,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Schweinau 00Nuernberg-Schwei.
- 000001
@@ -34201,13 +37093,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Stein 00Nuernberg-Stein
- 000001
@@ -34225,13 +37119,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Steinbühl 00Nuernberg-Steinb.
- 000001
@@ -34249,13 +37145,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Nürtingen 00Nuertingen
- 000002
@@ -34272,13 +37170,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Oberammergau 00Oberammergau
- 000002
@@ -34295,13 +37195,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Oberau 00Oberau
- 000002
@@ -34318,13 +37220,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Oberaudorf 00Oberaudorf
- 000002
@@ -34341,13 +37245,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Oberesslingen 00Oberesslingen
- 000001
@@ -34365,14 +37271,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Obergries 00Obergries
- 00000
- 3
@@ -34389,13 +37297,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Obergrunstedt 00Obergrunstedt
- 000001
@@ -34413,13 +37323,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Oberhausen Hbf 00Oberhausen Hbf
- 000002
@@ -34437,13 +37349,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Oberhausen-Holten 00Oberhausen-Holten
- 000001
@@ -34461,13 +37375,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Oberhausen-Osterf.S 00Oberhausen-Osterf
- 000001
@@ -34485,13 +37401,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Oberhausen-Sterkrade 00Oberhausen-Sterkr
- 000001
@@ -34509,13 +37427,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Oberkirch 00Oberkirch
- 000002
@@ -34532,13 +37452,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Oberlenningen 00Oberlenningen
- 000002
@@ -34555,13 +37477,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Oberndorf(Neckar) 00Oberndorf(Neckar)
- 000002
@@ -34578,13 +37502,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Oberrothenbach 00Oberrothenbach
- 000001
@@ -34602,13 +37528,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Oberstaufen 00Oberstaufen
- 000002
@@ -34625,13 +37553,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Oberstdorf 00Oberstdorf
- 000002
@@ -34648,13 +37578,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Obertraubling 00Obertraubling
- 000001
@@ -34672,13 +37604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Oberursel(Taunus) 00Oberursel(Taunus)
- 000002
@@ -34695,13 +37629,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Oberweimar 00Oberweimar
- 000001
@@ -34719,13 +37655,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Oberzell 00Oberzell
- 000001
@@ -34743,13 +37681,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Oebisfelde 00Oebisfelde
- 000002
@@ -34766,13 +37706,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Oelde 00Oelde
- 000002
@@ -34789,13 +37731,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Offenbach(Main)Hbf 00Offenbach(M)Hbf
- 000002
@@ -34813,13 +37757,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Offenbach(M)Kaiserl 00Offenbach(M)K
- 000001
@@ -34837,13 +37783,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Offenbach(M)Ledermu 00Offenbach(M)Leder
- 000001
@@ -34861,13 +37809,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Offenbach(M)Marktpl 00Offenbach(M)Markt
- 000001
@@ -34885,13 +37835,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Offenbach(Main)Ost 00Offenbach(M)Ost
- 000001
@@ -34909,13 +37861,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Offenbach-Bieber 00Offenbach-Bieber
- 000001
@@ -34933,13 +37887,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Offenbach-Waldhof 00Offenbach-Waldhof
- 000001
@@ -34957,13 +37913,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Offenburg 00Offenburg
- 000002
@@ -34981,13 +37939,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Offenburg Krs.Schulz 00Offenburg Krs.Sch
- 000001
@@ -35005,13 +37965,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Ohlstadt 00Ohlstadt
- 000002
@@ -35028,13 +37990,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Oldenburg(Holst) 00Oldenburg(Holst)
- 000002
@@ -35051,13 +38015,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ Oldenburg(Oldb) 00Oldenburg(Oldb)
- 000002
@@ -35074,13 +38040,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Oldentrup 00Oldentrup
- 000001
@@ -35098,13 +38066,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Olpe 00Olpe
- 000002
@@ -35121,13 +38091,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Opladen 00Opladen
- 000002
@@ -35145,13 +38117,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Oppenau 00Oppenau
- 000002
@@ -35168,13 +38142,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Oranienburg 00Oranienburg
- 000002
@@ -35191,13 +38167,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Orschweier 00Orschweier
- 000002
@@ -35214,13 +38192,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H060
+
+ 00000
+ Oschatz 00Oschatz
- 000002
@@ -35237,13 +38217,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Osnabrück Altstadt 00Osnabrueck Altst
- 000001
@@ -35261,13 +38243,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Osnabrück Hbf 00Osnabrueck Hbf
- 000002
@@ -35285,13 +38269,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Osterburken 00Osterburken
- 000002
@@ -35308,13 +38294,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Osterhofen(Nby) 00Osterhofen(Nby)
- 000002
@@ -35331,14 +38319,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Osterhofen(Oberbay) 00Osterhofen(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 00Osterholz-Scharmb
- 000002
@@ -35378,13 +38370,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I020
+
+ 00000
+ Ostseebad Binz 00Ostseebad Binz
- 000002
@@ -35401,13 +38395,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Ottobrunn 00Ottobrunn
- 000001
@@ -35425,13 +38421,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Ottweiler(Saar) 00Ottweiler(Saar)
- 000002
@@ -35448,13 +38446,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Oy-Mittelberg 00Oy-Mittelberg
- 000002
@@ -35471,13 +38471,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Paderborn Hbf 00Paderborn Hbf
- 000002
@@ -35495,13 +38497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Paderborn Kassel.Tor 00Paderborn Kassel
- 000001
@@ -35519,13 +38523,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Paderborn Nord 00Paderborn Nord
- 000001
@@ -35543,13 +38549,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B040
+
+ 00000
+ Papenburg(Ems) 00Papenburg(Ems)
- 000002
@@ -35566,13 +38574,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Pasewalk 00Pasewalk
- 000002
@@ -35590,13 +38600,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Pasewalk Ost 00Pasewalk Ost
- 000001
@@ -35614,13 +38626,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I100
+
+ 00000
+ Passau Hbf 00Passau Hbf
- 000002
@@ -35637,13 +38651,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Pegnitz 00Pegnitz
- 000002
@@ -35660,13 +38676,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Peine 00Peine
- 000002
@@ -35683,13 +38701,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Penzberg 00Penzberg
- 000002
@@ -35706,13 +38726,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Petershausen(Obb) 00Petershausen(Obb)
- 000002
@@ -35729,13 +38751,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Pfaffenhofen(Ilm) 00Pfaffenhofen(Ilm)
- 000002
@@ -35752,13 +38776,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Pfalzel 00Pfalzel
- 000001
@@ -35776,13 +38802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Pfarrkirchen 00Pfarrkirchen
- 000002
@@ -35799,13 +38827,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Pfeddersheim 00Pfeddersheim
- 000001
@@ -35823,13 +38853,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Pflach 00Pflach
- 000002
@@ -35846,13 +38878,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Pforzheim Hbf 00Pforzheim
- 000002
@@ -35870,13 +38904,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Pforzheim Durl. Str. 00Pforzheim Durl.
- 000001
@@ -35894,13 +38930,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Pforzheim Maihälden 00Pforzheim Maih.
- 000001
@@ -35918,13 +38956,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Pfraundorf(Inn) 00Pfraundorf(Inn)
- 000002
@@ -35941,13 +38981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Pfronten-Ried 00Pfronten-Ried
- 000002
@@ -35964,13 +39006,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Pfronten-Steinach 00Pfronten-Steinach
- 000002
@@ -35987,13 +39031,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Pinneberg 00Pinneberg
- 000001
@@ -36011,13 +39057,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B100
+
+ 00000
+ Pirmasens Hbf 00Pirmasens Hbf
- 000002
@@ -36034,13 +39082,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Pirmasens Nord 00Pirmasens Nord
- 000002
@@ -36057,13 +39107,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Pirna 00Pirna
- 000002
@@ -36080,13 +39132,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Planegg 00Planegg
- 000001
@@ -36104,13 +39158,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Plattling 00Plattling
- 000002
@@ -36127,13 +39183,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Plaue(Thür) 00Plaue(Thuer)
- 000002
@@ -36150,13 +39208,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Plauen(Vogtl) ob Bf 00Plauen(V) ob Bf
- 000002
@@ -36173,13 +39233,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Plettenberg 00Plettenberg
- 000002
@@ -36196,13 +39258,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Plochingen 00Plochingen
- 000002
@@ -36219,13 +39283,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Plön 00Ploen
- 000002
@@ -36242,13 +39308,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I110
+
+ 00000
+ Pocking 00Pocking
- 000002
@@ -36265,13 +39333,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Porz(Rhein) 00Porz(Rhein)
- 000001
@@ -36289,13 +39359,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Porz-Wahn 00Porz-Wahn
- 000001
@@ -36313,13 +39385,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Potsdam Charlottenh 00Potsdam Charlotte
- 000001
@@ -36337,13 +39411,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Potsdam Hbf 00Potsdam Hbf
- 000002
@@ -36361,13 +39437,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Potsdam Park Sanss. 00Potsdam Park Sans
- 000001
@@ -36385,13 +39463,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Potsdam Pirschheide 00Potsdam Pirschh.
- 000001
@@ -36409,13 +39489,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H080
+
+ 00000
+ Potucky(Gr) 00Potucky(Gr)
- 000002
@@ -36432,13 +39514,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J080
+
+ 00000
+ Praha 00Praha
- 000002
@@ -36455,13 +39539,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Prenzlau 00Prenzlau
- 000002
@@ -36478,13 +39564,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Priemerburg 00Priemerburg
- 000002
@@ -36501,13 +39589,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Prien a Chiemsee 00Prien a Chiemsee
- 000002
@@ -36524,13 +39614,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Prisdorf 00Prisdorf
- 000001
@@ -36548,13 +39640,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Probstzella 00Probstzella
- 000002
@@ -36571,13 +39665,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Pullach 00Pullach
- 000001
@@ -36595,13 +39691,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F010
+
+ 00000
+ Puttgarden 00Puttgarden
- 000002
@@ -36618,13 +39716,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F010
+
+ 00000
+ Puttgarden(MS) 00Puttgarden(MS)
- 000002
@@ -36641,13 +39741,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Quedlinburg 00Quedlinburg
- 000002
@@ -36664,13 +39766,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Quelle 00Quelle
- 000001
@@ -36688,13 +39792,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Quelle-Kupferheide 00Quelle-Kupferh
- 000001
@@ -36712,13 +39818,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Quint 00Quint
- 000001
@@ -36736,13 +39844,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Radolfzell 00Radolfzell
- 000002
@@ -36759,13 +39869,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Raisdorf 00Raisdorf
- 000001
@@ -36783,13 +39895,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Ramsen 00Ramsen
- 000002
@@ -36806,13 +39920,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Rastatt 00Rastatt
- 000002
@@ -36829,13 +39945,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G040
+
+ 00000
+ Rathenow 00Rathenow
- 000002
@@ -36852,13 +39970,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Raubling 00Raubling
- 000002
@@ -36875,13 +39995,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Ravensburg 00Ravensburg
- 000002
@@ -36899,13 +40021,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Recklinghausen Süd 00Recklinghausen S
- 000001
@@ -36923,13 +40047,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Recklinghausen Hbf 00RecklinghausenHbf
- 000002
@@ -36947,13 +40073,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Regen 00Regen
- 000002
@@ -36970,13 +40098,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Regensburg Hbf 00Regensburg Hbf
- 000002
@@ -36994,13 +40124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Regensburg-Prüfen. 00Regensburg-Pruef
- 000001
@@ -37018,13 +40150,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Rehfelde 00Rehfelde
- 000002
@@ -37041,13 +40175,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Reichelsdorfer Kell. 00Reichelsdorfer K.
- 000001
@@ -37065,13 +40201,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Reichenau(Baden) 00Reichenau(Baden)
- 000002
@@ -37088,14 +40226,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Reichersbeuern 00Reichersbeuern
- 00000
- 3
@@ -37112,13 +40252,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Reicholzheim 00Reicholzheim
- 000001
@@ -37136,13 +40278,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Reinbek 00Reinbek
- 000001
@@ -37160,13 +40304,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Reinhardsbrunn-Fried 00Reinhardsbrunn-Fr
- 000001
@@ -37184,13 +40330,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Reinheim(Odenw) 00Reinheim(Odw)
- 000002
@@ -37207,13 +40355,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Remagen 00Remagen
- 000002
@@ -37230,13 +40380,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Remscheid Hbf 00Remscheid Hbf
- 000002
@@ -37254,13 +40406,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Remscheid-Güldenw. 00Remscheid-Guelden
- 000001
@@ -37278,13 +40432,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Remscheid-Lennep 00Remscheid-Lennep
- 000001
@@ -37302,13 +40458,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Remscheid-Lüttringh 00Remscheid-Luettr.
- 000001
@@ -37326,13 +40484,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Rendsburg 00Rendsburg
- 000002
@@ -37349,13 +40509,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Renningen 00Renningen
- 000002
@@ -37372,13 +40534,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Reutlingen Hbf 00Reutlingen
- 000002
@@ -37396,13 +40560,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Reutlingen West 00Reutlingen West
- 000001
@@ -37420,13 +40586,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Reutlingen-Betzingen 00Reutlingen-Betz.
- 000001
@@ -37444,13 +40612,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Reutlingen-Sondelf. 00Reutlingen-Sondel
- 000001
@@ -37468,13 +40638,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Reutte(Tirol)Schulz. 00Reutte(T)Schulz.
- 000002
@@ -37491,13 +40663,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Reutte(Tirol) 00Reutte(Tirol)
- 000002
@@ -37514,13 +40688,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Rheda-Wiedenbrück 00Rheda-Wiedenbr.
- 000002
@@ -37537,13 +40713,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Rheinbach 00Rheinbach
- 000002
@@ -37560,13 +40738,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Rheine 00Rheine
- 000002
@@ -37584,13 +40764,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Rheine-Mesum 00Rheine-Mesum
- 000001
@@ -37608,13 +40790,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Rheinfelden(Baden) 00Rheinfelden(Bd)
- 000002
@@ -37631,13 +40815,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Rheinhausen 00Rheinhausen
- 000001
@@ -37655,13 +40841,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Rheinhausen Ost 00Rheinhausen Ost
- 000001
@@ -37679,13 +40867,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Rheinsberg(Mark) 00Rheinsberg(Mark)
- 000002
@@ -37702,13 +40892,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Rheinweiler 00Rheinweiler
- 000002
@@ -37725,13 +40917,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Rheydt Hbf 00Rheydt Hbf
- 000001
@@ -37749,13 +40943,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Rheydt-Odenkirchen 00Rheydt-Odenkirch
- 000001
@@ -37773,13 +40969,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Ribnitz-Damgarten W 00Ribnitz-Damg.West
- 000002
@@ -37796,13 +40994,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Riedlingen 00Riedlingen
- 000002
@@ -37819,13 +41019,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Riedstadt-Goddelau 00Riedstadt-Goddel.
- 000002
@@ -37842,13 +41044,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Riegel-Malterdingen 00Riegel-Malterding
- 000002
@@ -37865,13 +41069,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Riehen 00Riehen
- 000001
@@ -37889,13 +41095,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Riehen Niederholz 00Riehen Niederholz
- 000001
@@ -37913,13 +41121,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H060
+
+ 00000
+ Riesa 00Riesa
- 000002
@@ -37936,13 +41146,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Ringsheim 00Ringsheim
- 000002
@@ -37959,13 +41171,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Röblingen am See 00Roeblingen am See
- 000002
@@ -37982,13 +41196,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Rödermark-Ob.Roden 00Roedermark-Ob.Rod
- 000002
@@ -38005,13 +41221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Rösrath 00Roesrath
- 000002
@@ -38028,13 +41246,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Röthenbach(Allgäu) 00Roethenbach(Allg)
- 000002
@@ -38051,13 +41271,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Rohrbach(Ilm) 00Rohrbach(Ilm)
- 000001
@@ -38074,13 +41296,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Rohrbach(Saar) 00Rohrbach(Saar)
- 000002
@@ -38097,13 +41321,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Ronneburg(Thür) 00Ronneburg(Thuer)
- 000002
@@ -38120,13 +41346,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Rosenheim 00Rosenheim
- 000002
@@ -38143,13 +41371,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Roßlau(Elbe) 00Rosslau(Elbe)
- 000002
@@ -38166,13 +41396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock Hbf 00Rostock
- 000002
@@ -38190,13 +41422,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock Holbeinplatz 00Rostock Holbeinpl
- 000001
@@ -38214,13 +41448,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock Parkstraße 00Rostock Parkstr
- 000001
@@ -38238,13 +41474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock Seehafen N 00Rostock Seehafen
- 000001
@@ -38262,13 +41500,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock Thierf.Str. 00Rostock Thierf St
- 000001
@@ -38286,13 +41526,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock Toitenwinkel 00Rostock Toitenw
- 000001
@@ -38310,13 +41552,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-Bramow 00Rostock-Bramow
- 000001
@@ -38334,13 +41578,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-Dierkow 00Rostock-Dierkow
- 000001
@@ -38358,13 +41604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-Evershagen 00Rostock-Eversh
- 000001
@@ -38382,13 +41630,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-HinrichsdStr 00Rostock-Hinrichsd
- 000001
@@ -38406,13 +41656,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-Kassebohm 00Rostock-Kassebohm
- 000001
@@ -38430,13 +41682,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-Lichtenhagen 00Rostock-Lichtenh
- 000001
@@ -38454,13 +41708,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-Lütten Kl. 00Rostock-Luetten K
- 000001
@@ -38478,13 +41734,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-Marienehe 00Rostock-Marienehe
- 000001
@@ -38502,13 +41760,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Rotenburg(Wümme) 00Rotenburg(Wuemme)
- 000002
@@ -38525,13 +41785,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Roth 00Roth
- 000002
@@ -38548,13 +41810,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Rothenburg o d Taub. 00Rothenburg o d T
- 000002
@@ -38571,13 +41835,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Rottenbach 00Rottenbach
- 000002
@@ -38594,13 +41860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Rottenburg(Neckar) 00Rottenburg/Neckar
- 000002
@@ -38617,13 +41885,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Rottweil 00Rottweil
- 000002
@@ -38640,13 +41910,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Rudolstadt(Thür) 00Rudolstadt(Thuer)
- 000002
@@ -38663,13 +41935,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Rüdesheim(Rhein) 00Ruedesheim(Rhein)
- 000002
@@ -38686,13 +41960,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Rüsselsheim 00Ruesselsheim
- 000002
@@ -38709,13 +41985,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Ruhland 00Ruhland
- 000002
@@ -38732,13 +42010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Ruhpolding 00Ruhpolding
- 000002
@@ -38755,13 +42035,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J070
+
+ 00000
+ Rumburk(Gr) 00Rumburk(Gr)
- 000002
@@ -38778,13 +42060,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Rumeln 00Rumeln
- 000001
@@ -38802,13 +42086,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Saalfeld(Saale) 00Saalfeld(Saale)
- 000002
@@ -38825,13 +42111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Saarbrücken Hbf 00Saarbruecken
- 000002
@@ -38849,13 +42137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Saarbrücken Ost 00Saarbruecken Ost
- 000001
@@ -38873,13 +42163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Saarbrücken-Burbach 00Saarbruecken-Burb
- 000001
@@ -38897,13 +42189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Saarburg(Bz Trier) 00Saarburg(Trier)
- 000002
@@ -38920,13 +42214,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Saarlouis Hbf 00Saarlouis Hbf
- 000002
@@ -38943,13 +42239,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H010
+
+ 00000
+ Sagard 00Sagard
- 000002
@@ -38966,13 +42264,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Salem 00Salem
- 000002
@@ -38989,13 +42289,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Salmtal 00Salmtal
- 000002
@@ -39012,13 +42314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Salzburg Hbf 00Salzburg Hbf
- 000002
@@ -39036,13 +42340,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Salzburg-Taxham Euro 00Salzburg-Taxham E
- 000001
@@ -39060,13 +42366,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Salzgitter-Bad 00Salzgitter-Bad
- 000001
@@ -39084,13 +42392,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Salzgitter-Ringelh. 00Salzgitter-Ringel
- 000002
@@ -39108,13 +42418,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F040
+
+ 00000
+ Salzwedel 00Salzwedel
- 000002
@@ -39131,14 +42443,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ SEE
+ Sande 00Sande
- 00000
- 3
@@ -39155,13 +42469,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Sandersleben(Anh) 00Sandersleben(Anh)
- 000002
@@ -39178,13 +42494,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Sangerhausen 00Sangerhausen
- 000002
@@ -39201,13 +42519,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I010
+
+ 00000
+ Sassnitz 00Sassnitz
- 000002
@@ -39224,13 +42544,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I010
+
+ 00000
+ Sassnitz(Gr) 00Sassnitz(Gr)
- 000002
@@ -39247,13 +42569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Schafbrücke 00Schafbruecke
- 000001
@@ -39271,13 +42595,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Schaffhausen 00Schaffhausen
- 000002
@@ -39294,13 +42620,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Schafstädt 00Schafstaedt
- 000002
@@ -39317,14 +42645,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Schaftlach 00Schaftlach
- 00000
- 3
@@ -39341,13 +42671,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Schallstadt 00Schallstadt
- 000002
@@ -39364,13 +42696,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Scharbeutz 00Scharbeutz
- 000002
@@ -39387,13 +42721,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Scheidt(Saar) 00Scheidt(Saar)
- 000001
@@ -39411,13 +42747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Schifferstadt 00Schifferstadt
- 000002
@@ -39434,13 +42772,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Schirnding 00Schirnding
- 000002
@@ -39457,13 +42797,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E010
+
+ 00000
+ Schleswig 00Schleswig
- 000002
@@ -39480,13 +42822,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Schliengen 00Schliengen
- 000002
@@ -39503,14 +42847,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Schliersee 00Schliersee
- 00000
- 3
@@ -39527,13 +42873,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Schluchsee 00Schluchsee
- 000002
@@ -39550,13 +42898,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E040
+
+ 00000
+ Schneverdingen 00Schneverdingen
- 000002
@@ -39573,13 +42923,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J070
+
+ 00000
+ Schöna(Gr) 00Schoena(Gr)
- 000002
@@ -39596,13 +42948,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Schönbichl 00Schoenbichl
- 000002
@@ -39619,13 +42973,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Schönebeck(Elbe) 00Schoenebeck(Elbe)
- 000002
@@ -39642,13 +42998,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Schönefeld 00Schoenefeld
- 000002
@@ -39666,13 +43024,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Schongau 00Schongau
- 000002
@@ -39689,13 +43049,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Schopfheim 00Schopfheim
- 000002
@@ -39712,13 +43074,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Schorndorf 00Schorndorf
- 000002
@@ -39735,13 +43099,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Schwabach 00Schwabach
- 000002
@@ -39758,13 +43124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Schwabmünchen 00Schwabmuenchen
- 000002
@@ -39781,13 +43149,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Schwäbisch Gmünd 00Schwaeb.Gmuend
- 000002
@@ -39804,13 +43174,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Schwäb.Hall-Hessent 00Schwaeb.Hall-Hess
- 000002
@@ -39827,13 +43199,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Schwäbisch Hall 00Schwaebisch Hall
- 000002
@@ -39850,13 +43224,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Schwandorf 00Schwandorf
- 000002
@@ -39873,13 +43249,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Schwarzenberg(Erzg) 00Schwarzenberg/Erz
- 000002
@@ -39896,13 +43274,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Schwarzheide Ost 00Schwarzheide Ost
- 000002
@@ -39919,13 +43299,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Schwedt(Oder) 00Schwedt(Oder)
- 000002
@@ -39942,13 +43324,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Schweich(DB) 00Schweich
- 000002
@@ -39965,13 +43349,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Schweinfurt Hbf 00Schweinfurt Hbf
- 000002
@@ -39988,13 +43374,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Schwelm 00Schwelm
- 000002
@@ -40011,13 +43399,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Schwenningen(Neckar) 00Schwenningen(N)
- 000002
@@ -40035,13 +43425,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Schwerin Hbf 00Schwerin Hbf
- 000002
@@ -40059,13 +43451,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Schwerin Mitte 00Schwerin Mitte
- 000001
@@ -40083,13 +43477,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Schwerin Süd 00Schwerin Sued
- 000001
@@ -40107,13 +43503,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Schwerin-Görries 00Schwerin-Goerries
- 000001
@@ -40131,13 +43529,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Schwerte(Ruhr) 00Schwerte(Ruhr)
- 000002
@@ -40154,13 +43554,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Schwetzingen 00Schwetzingen
- 000002
@@ -40177,13 +43579,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Schwörstadt 00Schwoerstadt
- 000002
@@ -40200,13 +43604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Seckach 00Seckach
- 000002
@@ -40223,13 +43629,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Seebrugg 00Seebrugg
- 000002
@@ -40246,13 +43654,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J040
+
+ 00000
+ Seelow(Mark) 00Seelow(Mark)
- 000002
@@ -40269,13 +43679,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Seelow-Gusow 00Seelow-Gusow
- 000002
@@ -40292,13 +43704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Seesen 00Seesen
- 000002
@@ -40315,13 +43729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Sehlem(Kr Wittlich) 00Sehlem(Wittlich)
- 000002
@@ -40338,13 +43754,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Selb Stadt 00Selb Stadt
- 000002
@@ -40361,13 +43779,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Senftenberg 00Senftenberg
- 000002
@@ -40384,13 +43804,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Sennestadt 00Sennestadt
- 000001
@@ -40408,13 +43830,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Siegburg/Bonn 00Siegburg/Bonn
- 000002
@@ -40431,13 +43855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Siegen 00Siegen
- 000002
@@ -40455,13 +43881,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Siegen-Weidenau 00Siegen-Weidenau
- 000001
@@ -40479,13 +43907,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Sierksdorf 00Sierksdorf
- 000001
@@ -40502,13 +43932,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Siershahn 00Siershahn
- 000002
@@ -40525,13 +43957,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Sigmaringen 00Sigmaringen
- 000002
@@ -40548,13 +43982,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Silberstraße 00Silberstrasse
- 000001
@@ -40572,13 +44008,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Simbach(Inn) 00Simbach(Inn)
- 000002
@@ -40595,13 +44033,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Simmelsdorf-Hüttenb 00Simmelsdorf-Huett
- 000002
@@ -40618,13 +44058,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Sindelfingen 00Sindelfingen
- 000002
@@ -40641,13 +44083,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Singen(Hohentwiel) 00Singen(Htw)
- 000002
@@ -40664,13 +44108,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Sinsheim(Elsenz) Hbf 00Sinsheim(Elsenz)
- 000002
@@ -40687,13 +44133,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Sinzheim 00Sinzheim
- 000001
@@ -40711,13 +44159,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Sinzheim Nord 00Sinzheim Nord
- 000001
@@ -40735,13 +44185,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Sinzing 00Sinzing
- 000001
@@ -40759,13 +44211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Sipplingen 00Sipplingen
- 000002
@@ -40782,13 +44236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Sömmerda 00Soemmerda
- 000002
@@ -40805,13 +44261,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Soest 00Soest
- 000002
@@ -40828,13 +44286,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Solingen Grünewald 00Solingen Gruenew
- 000001
@@ -40852,13 +44312,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Solingen Hbf 00Solingen Hbf
- 000002
@@ -40876,13 +44338,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Solingen Vogelpark 00Solingen Vogelp.
- 000001
@@ -40900,13 +44364,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Solingen-Schaberg 00Solingen-Schaberg
- 000001
@@ -40924,13 +44390,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E040
+
+ 00000
+ Soltau(Han) 00Soltau(Han)
- 000002
@@ -40947,13 +44415,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Sondershausen 00Sondershausen
- 000002
@@ -40970,13 +44440,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Sonneberg(Thür)Hbf 00Sonneberg(Th)Hbf
- 000002
@@ -40994,13 +44466,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Sonneberg(Thür)Nord 00Sonneberg(Th)Nord
- 000001
@@ -41018,13 +44492,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Sonneberg(Thür)Ost 00Sonneberg(Th)Ost
- 000001
@@ -41042,13 +44518,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Sonneberg(Thür)West 00Sonneberg(Th)West
- 000001
@@ -41066,13 +44544,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Sonthofen 00Sonthofen
- 000002
@@ -41089,13 +44569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Spaichingen 00Spaichingen
- 000002
@@ -41112,13 +44594,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A080
+
+ 00000
+ Speicher 00Speicher
- 000002
@@ -41135,13 +44619,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Speyer Hbf 00Speyer
- 000002
@@ -41159,13 +44645,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Speyer Nord-West 00Speyer Nord-West
- 000001
@@ -41183,14 +44671,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ SEE
+ Spiekeroog 00Spiekeroog
- 00000
- 3
@@ -41207,13 +44697,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ St Egidien 00St Egidien
- 000002
@@ -41230,13 +44722,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ St Georgen(Schwarzw) 00St Georgen(Schw)
- 000002
@@ -41253,13 +44747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ St Goar 00St Goar
- 000002
@@ -41276,13 +44772,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ St Goarshausen 00St Goarshausen
- 000002
@@ -41299,13 +44797,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ St Ingbert 00St Ingbert
- 000002
@@ -41322,13 +44822,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ St Mang 00St Mang
- 000001
@@ -41346,13 +44848,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D020
+
+ 00000
+ St Michaelisdonn 00St Michaelisdonn
- 000002
@@ -41369,13 +44873,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ St Wendel 00St Wendel
- 000002
@@ -41392,13 +44898,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Stade 00Stade
- 000002
@@ -41415,13 +44923,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Stadtallendorf 00Stadtallendorf
- 000002
@@ -41438,13 +44948,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Stadthagen 00Stadthagen
- 000002
@@ -41461,13 +44973,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Starnberg 00Starnberg
- 000002
@@ -41484,13 +44998,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Staßfurt 00Stassfurt
- 000002
@@ -41507,13 +45023,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Steinach(Baden) 00Steinach(Baden)
- 000002
@@ -41530,13 +45048,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Steinach(b Rothenb) 00Steinach(Rothenb)
- 000002
@@ -41553,13 +45073,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Steinen 00Steinen
- 000002
@@ -41576,13 +45098,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Steinfurt-Burgstein. 00Steinfurt-Burg
- 000002
@@ -41599,13 +45123,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G040
+
+ 00000
+ Stendal 00Stendal
- 000002
@@ -41622,13 +45148,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Stolberg(Harz) 00Stolberg(Harz)
- 000002
@@ -41645,13 +45173,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Stolberg(Rheinl)Hbf 00Stolberg(Rhl)Hbf
- 000002
@@ -41668,13 +45198,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Storzingen 00Storzingen
- 000002
@@ -41691,13 +45223,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H020
+
+ 00000
+ Stralsund Hbf 00Stralsund Hbf
- 000002
@@ -41714,13 +45248,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Strasburg(Uckerm) 00Strasburg(Uckerm)
- 000002
@@ -41737,13 +45273,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Straubing 00Straubing
- 000002
@@ -41760,13 +45298,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Strausberg 00Strausberg
- 000002
@@ -41783,13 +45323,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Ebitzweg 00Stuttgart Ebitzw
- 000001
@@ -41807,13 +45349,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Feuersee 00Stuttgart Feuers.
- 000001
@@ -41831,13 +45375,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Flugh/Mess 00Stuttgart Flugh.
- 000002
@@ -41854,13 +45400,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Hbf 00Stuttgart Hbf
- 000002
@@ -41878,13 +45426,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Neckarpark 00Stuttgart Neckarp
- 000001
@@ -41902,13 +45452,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Nord 00Stuttgart Nord
- 000001
@@ -41926,13 +45478,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Nürn.Str. 00Stuttgart Nue.Str
- 000001
@@ -41950,13 +45504,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Schwabstr. 00Stuttgart Schwstr
- 000001
@@ -41974,13 +45530,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Stadtmitte 00Stuttgart Stadtm.
- 000001
@@ -41998,13 +45556,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Uni 00Stuttgart Uni
- 000001
@@ -42022,13 +45582,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Bad Cannst 00Stuttgart-Bad Can
- 000001
@@ -42046,13 +45608,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Feuerbach 00Stuttgart-Feuerb.
- 000001
@@ -42070,13 +45634,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Münster 00Stuttgart-Muenst
- 000001
@@ -42094,13 +45660,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Obertürkh 00Stuttgart-Obert
- 000001
@@ -42118,13 +45686,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Österfeld 00Stuttgart-Oesterf
- 000001
@@ -42142,13 +45712,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Rohr 00Stuttgart-Rohr
- 000001
@@ -42166,13 +45738,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Sommerrain 00Stuttgart-Sommer
- 000001
@@ -42190,13 +45764,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Untertürk 00Stuttgart-Unterth
- 000001
@@ -42214,13 +45790,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Vaihingen 00Stuttgart-Vaih.
- 000001
@@ -42238,13 +45816,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Zazenh. 00Stuttgart-Zazenh.
- 000001
@@ -42262,13 +45842,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Zuffenh. 00Stuttgart-Zuffenh
- 000001
@@ -42286,13 +45868,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Suchsdorf 00Suchsdorf
- 000001
@@ -42310,13 +45894,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ Süderlügum 00Suederluegum
- 000002
@@ -42333,13 +45919,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Süßen 00Suessen
- 000002
@@ -42356,13 +45944,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Suhl 00Suhl
- 000002
@@ -42379,13 +45969,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Sulz(Neckar) 00Sulz(Neckar)
- 000002
@@ -42402,13 +45994,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Sulzbach(Saar) 00Sulzbach(Saar)
- 000002
@@ -42425,13 +46019,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Sulzbach-Rosenberg 00Sulzbach-Rosen.
- 000002
@@ -42448,13 +46044,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G040
+
+ 00000
+ Tangermünde 00Tangermuende
- 000002
@@ -42471,13 +46069,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Tantow 00Tantow
- 000002
@@ -42494,13 +46094,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Tantow(Gr) 00Tantow(Gr)
- 000002
@@ -42517,13 +46119,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Taufkirchen 00Taufkirchen
- 000001
@@ -42541,14 +46145,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Tegernsee 00Tegernsee
- 00000
- 3
@@ -42565,13 +46171,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Teisendorf 00Teisendorf
- 000002
@@ -42588,13 +46196,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Templin 00Templin
- 000002
@@ -42611,13 +46221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Teningen-Mundingen 00Teningen-Mund.
- 000002
@@ -42634,13 +46246,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Tessin 00Tessin
- 000002
@@ -42657,13 +46271,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H030
+
+ 00000
+ Teterow 00Teterow
- 000002
@@ -42680,13 +46296,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Thalheim(Erzgeb) 00Thalheim(Erzgeb)
- 000001
@@ -42703,13 +46321,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Themar 00Themar
- 000002
@@ -42726,13 +46346,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Thesdorf 00Thesdorf
- 000001
@@ -42750,13 +46372,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Tiengen(Hochrhein) 00Tiengen/Hochrhein
- 000002
@@ -42773,13 +46397,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Timmendorferstrand 00Timmendorferstrd
- 000002
@@ -42796,13 +46422,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Titisee 00Titisee
- 000002
@@ -42819,13 +46447,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Tittmoning-Wiesmühl 00Tittmoning-Wiesm.
- 000002
@@ -42842,13 +46472,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Töging(Inn) 00Toeging(Inn)
- 000002
@@ -42865,13 +46497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ Toender(Gr) 00Toender(Gr)
- 000002
@@ -42888,13 +46522,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H060
+
+ 00000
+ Torgau 00Torgau
- 000002
@@ -42911,13 +46547,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Tostedt 00Tostedt
- 000002
@@ -42934,13 +46572,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Traunstein 00Traunstein
- 000002
@@ -42957,13 +46597,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Treuchtlingen 00Treuchtlingen
- 000002
@@ -42980,13 +46622,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Treysa 00Treysa
- 000002
@@ -43003,13 +46647,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Triberg 00Triberg
- 000002
@@ -43026,13 +46672,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Trier Hbf 00Trier
- 000002
@@ -43050,13 +46698,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Trier Mäusheckerweg 00Trier Meaushecker
- 000001
@@ -43074,13 +46724,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Trier Süd 00Trier Sued
- 000001
@@ -43098,13 +46750,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Triptis 00Triptis
- 000002
@@ -43121,13 +46775,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Troisdorf 00Troisdorf
- 000002
@@ -43144,13 +46800,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Trompet 00Trompet
- 000001
@@ -43168,13 +46826,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Trossingen Bahnhof 00Trossingen Bf
- 000002
@@ -43191,13 +46851,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Trostberg 00Trostberg
- 000002
@@ -43214,13 +46876,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Tübingen Hbf 00Tuebingen Hbf
- 000002
@@ -43238,13 +46902,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Tübingen West 00Tuebingen West
- 000001
@@ -43262,13 +46928,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Tübingen-Derending. 00Tuebingen-Derend
- 000001
@@ -43286,13 +46954,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Tübingen-Lustnau 00Tuebingen-Lustnau
- 000001
@@ -43310,13 +46980,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Türkheim(Bay)Bf 00Tuerkheim(Bay)Bf
- 000002
@@ -43333,13 +47005,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Türkismühle 00Tuerkismuehle
- 000002
@@ -43356,13 +47030,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Tuttlingen 00Tuttlingen
- 000002
@@ -43379,13 +47055,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Tutzing 00Tutzing
- 000002
@@ -43402,13 +47080,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Ubbedissen 00Ubbedissen
- 000001
@@ -43426,13 +47106,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Überlingen 00Ueberlingen
- 000002
@@ -43449,13 +47131,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Überlingen Therme 00Ueberlingen Therm
- 000002
@@ -43472,13 +47156,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Übersee 00Uebersee
- 000002
@@ -43495,13 +47181,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Ueckermünde 00Ueckermuende
- 000002
@@ -43518,13 +47206,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F040
+
+ 00000
+ Uelzen 00Uelzen
- 000002
@@ -43541,13 +47231,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Uhldingen-Mühlhofen 00Uhldingen-Muehlh.
- 000002
@@ -43564,13 +47256,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Ulm Hbf 00Ulm Hbf
- 000002
@@ -43588,13 +47282,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Ulm Ost 00Ulm Ost
- 000001
@@ -43612,13 +47308,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Ulm-Donautal 00Ulm-Donautal
- 000001
@@ -43636,13 +47334,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Ulm-Söflingen 00Ulm-Soeflingen
- 000001
@@ -43660,13 +47360,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Ulrichsbrücke-Füss 00Ulrichsbruecke-F
- 000002
@@ -43683,13 +47385,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Unna 00Unna
- 000002
@@ -43706,13 +47410,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Unterföhring 00Unterfoehring
- 000001
@@ -43730,13 +47436,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Untergrainau 00Untergrainau
- 000002
@@ -43753,13 +47461,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Unterhaching 00Unterhaching
- 000001
@@ -43777,13 +47487,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Unterjesingen Mitte 00Unterjesingen M
- 000001
@@ -43801,13 +47513,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Unterjesingen Sand. 00Unterjesingen S
- 000001
@@ -43825,13 +47539,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Unterkochen 00Unterkochen
- 000001
@@ -43849,13 +47565,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Vach 00Vach
- 000001
@@ -43873,13 +47591,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Vaihingen(Enz) 00Vaihingen(Enz)
- 000002
@@ -43896,13 +47616,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ Varel(Oldb) 00Varel(Oldb)
- 000002
@@ -43919,13 +47641,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H080
+
+ 00000
+ Vejprty(Gr) 00Vejprty(Gr)
- 000002
@@ -43942,13 +47666,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H020
+
+ 00000
+ Velgast 00Velgast
- 000002
@@ -43965,13 +47691,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Venlo(Gr) 00Venlo(Gr)
- 000002
@@ -43988,13 +47716,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Verden(Aller) 00Verden(Aller)
- 000002
@@ -44011,13 +47741,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Vienenburg 00Vienenburg
- 000001
@@ -44034,13 +47766,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Viersen 00Viersen
- 000002
@@ -44057,13 +47791,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Villingen(Schwarzw) 00Villingen
- 000002
@@ -44081,13 +47817,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Villingen-SchwennEis 00Villingen-Eis
- 000001
@@ -44105,13 +47843,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Villingen-SchwennHam 00Villingen-Ham
- 000001
@@ -44129,13 +47869,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Vils 00Vils
- 000002
@@ -44152,13 +47894,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Vilsbiburg 00Vilsbiburg
- 000002
@@ -44175,13 +47919,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I100
+
+ 00000
+ Vilshofen(Niederbay) 00Vilshofen(Ndb)
- 000002
@@ -44198,13 +47944,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Völklingen 00Voelklingen
- 000002
@@ -44221,13 +47969,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Vogelweh 00Vogelweh
- 000001
@@ -44245,13 +47995,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Vojtanov(Gr) 00Vojtanov(Gr)
- 000002
@@ -44268,13 +48020,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Volkmarsen 00Volkmarsen
- 000002
@@ -44291,13 +48045,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Wabern(Bz Kassel) 00Wabern(Bz Kassel)
- 000002
@@ -44314,13 +48070,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Wächtersbach 00Waechtersbach
- 000002
@@ -44337,13 +48095,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Waggonfabrik 00Waggonfabrik
- 000001
@@ -44361,13 +48121,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Waghäusel 00Waghaeusel
- 000002
@@ -44384,13 +48146,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Waging 00Waging
- 000002
@@ -44407,13 +48171,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Waiblingen 00Waiblingen
- 000002
@@ -44430,13 +48196,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H090
+
+ 00000
+ Waidhaus(Gr) 00Waidhaus(Gr)
- 000002
@@ -44453,13 +48221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Waldkirch 00Waldkirch
- 000002
@@ -44476,13 +48246,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Waldkraiburg 00Waldkraiburg
- 000002
@@ -44499,13 +48271,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H090
+
+ 00000
+ Waldmünchen 00Waldmuenchen
- 000002
@@ -44522,13 +48296,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Waldshut 00Waldshut
- 000002
@@ -44545,13 +48321,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Walkenried 00Walkenried
- 000002
@@ -44568,13 +48346,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Wallau(Lahn) 00Wallau(Lahn)
- 000002
@@ -44591,13 +48371,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E040
+
+ 00000
+ Walsrode 00Walsrode
- 000002
@@ -44614,13 +48396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Wangen(Allgäu) 00Wangen(Allgaeu)
- 000002
@@ -44637,14 +48421,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C020
+
+ 00000
+ SEE
+ Wangerooge 00Wangerooge
- 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 00Wanne-Eickel Hbf
- 000002
@@ -44684,13 +48472,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Warburg(Westf) 00Warburg(Westf)
- 000002
@@ -44707,13 +48497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H030
+
+ 00000
+ Waren(Müritz) 00Waren(Mueritz)
- 000002
@@ -44730,13 +48522,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Warendorf 00Warendorf
- 000002
@@ -44753,13 +48547,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Warmensteinach 00Warmensteinach
- 000002
@@ -44776,13 +48572,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Warnemünde 00Warnemuende
- 000001
@@ -44800,13 +48598,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Warnemünde Werft 00Warnemuende Werft
- 000001
@@ -44824,14 +48624,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Warngau 00Warngau
- 00000
- 3
@@ -44848,13 +48650,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Wasseralfingen 00Wasseralfingen
- 000001
@@ -44872,13 +48676,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Wasserburg(Inn)Bf 00Wasserburg(Inn)Bf
- 000002
@@ -44895,13 +48701,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Wasserburg(Bodensee) 00Wasserburg/Bodens
- 000002
@@ -44918,13 +48726,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Waßmannsdorf 00Wassmannsdorf
- 000001
@@ -44942,13 +48752,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wattenscheid 00Wattenscheid
- 000001
@@ -44966,13 +48778,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wattenscheid-Höntr. 00Wattenscheid-Hoen
- 000001
@@ -44990,13 +48804,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Wedel(Holst) 00Wedel(Holst)
- 000001
@@ -45014,13 +48830,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ Weener 00Weener
- 000002
@@ -45037,13 +48855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ Weener(Gr) 00Weener(Gr)
- 000002
@@ -45060,13 +48880,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Weeze 00Weeze
- 000002
@@ -45083,13 +48905,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Wehr-Brennet 00Wehr-Brennet
- 000002
@@ -45106,13 +48930,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Weida 00Weida
- 000002
@@ -45130,13 +48956,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Weida Altstadt 00Weida Altstadt
- 000001
@@ -45154,13 +48982,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Weida Mitte 00Weida Mitte
- 000001
@@ -45178,13 +49008,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Weiden(Oberpf) 00Weiden(Opf)
- 000002
@@ -45201,13 +49033,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Weil am Rhein 00Weil am Rhein
- 000002
@@ -45224,13 +49058,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Weil der Stadt 00Weil der Stadt
- 000002
@@ -45247,13 +49083,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Weilburg 00Weilburg
- 000002
@@ -45270,13 +49108,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Weilerswist 00Weilerswist
- 000001
@@ -45293,13 +49133,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Weilheim(Oberbay) 00Weilheim(Obb)
- 000002
@@ -45316,13 +49158,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Weilimdorf 00Weilimdorf
- 000001
@@ -45340,13 +49184,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Weimar 00Weimar
- 000002
@@ -45364,13 +49210,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Weimar Berkaer Bf 00Weimar Berkaer Bf
- 000001
@@ -45388,13 +49236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Weimar West 00Weimar West
- 000001
@@ -45412,13 +49262,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Weingarten Berg 00Weingarten Berg
- 000001
@@ -45436,13 +49288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Weinheim(Bergstr) 00Weinheim(Bergstr)
- 000002
@@ -45459,13 +49313,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Weißenau 00Weissenau
- 000001
@@ -45483,13 +49339,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Weißenburg(Bay) 00Weissenburg(Bay)
- 000002
@@ -45506,13 +49364,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Weißenfels 00Weissenfels
- 000002
@@ -45529,13 +49389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Weixdorf 00Weixdorf
- 000001
@@ -45553,13 +49415,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Weixdorf Bad 00Weixdorf Bad
- 000001
@@ -45577,13 +49441,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Welschingen-Neuhaus. 00Welschingen-Neuh.
- 000002
@@ -45600,13 +49466,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Wendlingen(Neckar) 00Wendlingen/Neckar
- 000002
@@ -45623,13 +49491,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Werbig 00Werbig
- 000002
@@ -45646,13 +49516,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Werdau 00Werdau
- 000002
@@ -45669,13 +49541,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Werder(Havel) 00Werder(Havel)
- 000002
@@ -45692,13 +49566,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Werdohl 00Werdohl
- 000002
@@ -45715,13 +49591,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Werne a d Lippe 00Werne a d Lippe
- 000002
@@ -45738,13 +49616,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Wernigerode 00Wernigerode
- 000002
@@ -45761,13 +49641,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Wernshausen 00Wernshausen
- 000002
@@ -45784,13 +49666,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Wertheim 00Wertheim
- 000002
@@ -45808,13 +49692,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Wertheim-Bestenheid 00Wertheim-Bestenh
- 000001
@@ -45832,13 +49718,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wesel 00Wesel
- 000002
@@ -45855,13 +49743,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Westerburg 00Westerburg
- 000002
@@ -45878,13 +49768,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C010
+
+ 00000
+ Westerland(Sylt) 00Westerland(Sylt)
- 000002
@@ -45901,13 +49793,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Wetzlar 00Wetzlar
- 000002
@@ -45924,13 +49818,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Wickrath 00Wickrath
- 000001
@@ -45948,13 +49844,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Wiesau(Oberpf) 00Wiesau(Opf)
- 000002
@@ -45971,13 +49869,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Wiesbaden Hbf 00Wiesbaden Hbf
- 000002
@@ -45995,13 +49895,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Wiesbaden Ost 00Wiesbaden Ost
- 000001
@@ -46019,13 +49921,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Wiesbaden-Biebrich 00Wiesbaden-Bieb.
- 000001
@@ -46043,13 +49947,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Wiesbaden-Erbenheim 00Wiesbaden-Erbenh.
- 000001
@@ -46067,13 +49973,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Wiesbaden-Igstadt 00Wiesbaden-Igstadt
- 000001
@@ -46091,13 +49999,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Wiesbaden-Schierst. 00Wiesbaden-Schiers
- 000001
@@ -46115,13 +50025,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Wiesloch-Walldorf 00Wiesloch-Walldorf
- 000002
@@ -46138,13 +50050,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Wildberg(Württ) 00Wildberg(Wuertt)
- 000002
@@ -46161,13 +50075,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ Wilhelmshaven Hbf 00Wilhelmshaven Hbf
- 000002
@@ -46184,13 +50100,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Wilkau-Haßlau 00Wilkau-Hasslau
- 000001
@@ -46208,13 +50126,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Willingen 00Willingen
- 000002
@@ -46231,13 +50151,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J070
+
+ 00000
+ Wilthen 00Wilthen
- 000002
@@ -46254,13 +50176,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Windelsbleiche 00Windelsbleiche
- 000001
@@ -46278,13 +50202,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Winden(Pfalz) 00Winden(Pfalz)
- 000002
@@ -46301,13 +50227,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Windsbach 00Windsbach
- 000002
@@ -46324,13 +50252,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Winnenden 00Winnenden
- 000002
@@ -46347,13 +50277,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Winsen(Luhe) 00Winsen(Luhe)
- 000002
@@ -46370,13 +50302,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Winterberg(Westf) 00Winterberg(Westf)
- 000002
@@ -46393,13 +50327,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Wippra 00Wippra
- 000002
@@ -46416,13 +50352,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Wismar 00Wismar
- 000002
@@ -46439,13 +50377,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wissembourg(fr) 00Wissembourg(fr)
- 000002
@@ -46462,13 +50402,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Witten Hbf 00Witten Hbf
- 000002
@@ -46486,13 +50428,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Witten-Annen Nord 00Witten-Annen Nord
- 000001
@@ -46510,13 +50454,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G040
+
+ 00000
+ Wittenberge 00Wittenberge
- 000002
@@ -46533,13 +50479,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F040
+
+ 00000
+ Wittingen 00Wittingen
- 000002
@@ -46556,13 +50504,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Wittlich Hbf 00Wittlich Hbf
- 000002
@@ -46579,13 +50529,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Witzenhausen Nord 00Witzenhausen Nord
- 000002
@@ -46602,13 +50554,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wörth(Rhein) Badepa 00Woerth(Rh)Badepa
- 000001
@@ -46626,13 +50580,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wörth(Rhein) Bahnm 00Woerth(Rh)Bahnm
- 000001
@@ -46650,13 +50606,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wörth(Rhein) Bdalle 00Woerth(Rh)Bdalle
- 000001
@@ -46674,13 +50632,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wörth(Rhein) Bienw 00Woerth(Rh)Bienw
- 000001
@@ -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 00Woerth(Rh)Buerg
- 000001
@@ -46722,13 +50684,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wörth(Rhein) Mozart 00Woerth(Rh)Mozart
- 000001
@@ -46746,13 +50710,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wörth(Rhein) Raths 00Woerth(Rh)Raths
- 000001
@@ -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 00Woerth(Rh)Zuegels
- 000001
@@ -46794,13 +50762,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wörth(Rhein) 00Woerth(Rhein)
- 000002
@@ -46818,13 +50788,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Wolfach 00Wolfach
- 000002
@@ -46841,13 +50813,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Wolfenbüttel 00Wolfenbuettel
- 000002
@@ -46864,13 +50838,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Wolfratshausen 00Wolfratshausen
- 000002
@@ -46887,13 +50863,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Wolfsburg Hbf 00Wolfsburg
- 000002
@@ -46911,13 +50889,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Wolkenstein 00Wolkenstein
- 000002
@@ -46934,13 +50914,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Worms Brücke 00Worms Bruecke
- 000001
@@ -46958,13 +50940,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Worms Hbf 00Worms Hbf
- 000002
@@ -46982,13 +50966,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Wriezen 00Wriezen
- 000002
@@ -47005,13 +50991,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Würzburg Hbf 00Wuerzburg Hbf
- 000002
@@ -47029,13 +51017,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Würzburg Süd 00Wuerzburg Sued
- 000001
@@ -47053,13 +51043,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Würzburg-Zell 00Wuerzburg-Zell
- 000001
@@ -47077,13 +51069,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Wunsiedel-Holenbrunn 00Wunsiedel-Holenbr
- 000002
@@ -47100,13 +51094,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Wunstorf 00Wunstorf
- 000002
@@ -47123,13 +51119,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal Hbf 00Wuppertal Hbf
- 000002
@@ -47147,13 +51145,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Barmen 00Wuppertal-Barmen
- 000001
@@ -47171,13 +51171,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Langerfeld 00Wuppertal-Langerf
- 000001
@@ -47195,13 +51197,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Oberbarmen 00Wuppertal-Oberbar
- 000001
@@ -47219,13 +51223,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Ronsdorf 00Wuppertal-Ronsd.
- 000001
@@ -47243,13 +51249,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Sonnborn 00Wuppertal-Sonnb.
- 000001
@@ -47267,13 +51275,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Steinbeck 00Wuppertal-Steinb.
- 000001
@@ -47291,13 +51301,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Unterbarm. 00Wuppertal-Unterb.
- 000001
@@ -47315,13 +51327,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Vohwinkel 00Wuppertal-Vohw.
- 000001
@@ -47339,13 +51353,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Zool.Gart. 00Wuppertal-Zool G.
- 000001
@@ -47363,13 +51379,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Wurzbach(Thür) 00Wurzbach(Thuer)
- 000002
@@ -47386,13 +51404,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Wustermark 00Wustermark
- 000002
@@ -47409,13 +51429,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Xanten 00Xanten
- 000002
@@ -47432,13 +51454,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Zeitz 00Zeitz
- 000002
@@ -47455,13 +51479,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Zell(Wiesental) 00Zell(Wiesental)
- 000002
@@ -47478,13 +51504,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Zella-Mehlis 00Zella-Mehlis
- 000002
@@ -47502,13 +51530,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Zella-Mehlis West 00Zella-Mehlis West
- 000001
@@ -47526,13 +51556,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Zerrenthin 00Zerrenthin
- 000002
@@ -47549,13 +51581,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J060
+
+ 00000
+ Zgorzelec(Gr) 00Zgorzelec(Gr)
- 000002
@@ -47572,13 +51606,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J070
+
+ 00000
+ Zittau 00Zittau
- 000002
@@ -47595,13 +51631,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J070
+
+ 00000
+ Zittau(Gr) 00Zittau(Gr)
- 000002
@@ -47618,13 +51656,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Zollhaus(VS) 00Zollhaus(VS)
- 000001
@@ -47642,13 +51682,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Zossen 00Zossen
- 000002
@@ -47665,13 +51707,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Zscherben 00Zscherben
- 000001
@@ -47689,13 +51733,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H020
+
+ 00000
+ Züssow 00Zuessow
- 000002
@@ -47712,13 +51758,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Zweibrücken Hbf 00Zweibruecken Hbf
- 000002
@@ -47735,13 +51783,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Zwickau(Sachs)Hbf 00Zwickau(Sachs)
- 000002
@@ -47759,13 +51809,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Zwickau-Pölbitz 00Zwickau-Poelbitz
- 000001
@@ -47783,13 +51835,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Zwickau-Schedewitz 00Zwickau-Schedew.
- 000001
@@ -47807,13 +51861,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I100
+
+ 00000
+ Zwiesel(Bay) 00Zwiesel(Bay)
- 000002
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 00Aachen Hbf
- 000002
@@ -190,13 +192,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Aachen Schanz 00Aachen Schanz
- 000001
@@ -217,13 +221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Aachen Süd(Gr) 00Aachen Sued(Gr)
- 000002
@@ -244,13 +250,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Aachen West 00Aachen West
- 000001
@@ -271,13 +279,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Aachen-Rothe Erde 00Aachen-Rothe Erde
- 000001
@@ -298,13 +308,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Aalen 00Aalen
- 000002
@@ -325,13 +337,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Achern 00Achern
- 000002
@@ -352,13 +366,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Adorf(Vogtl) 00Adorf(Vogtl)
- 000002
@@ -379,14 +395,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Agatharied 00Agatharied
- 00000
- 3
@@ -407,13 +425,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Ahaus 00Ahaus
- 000002
@@ -434,13 +454,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Ahlen(Westf) 00Ahlen(Westf)
- 000002
@@ -461,13 +483,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Ahrensburg 00Ahrensburg
- 000001
@@ -488,13 +512,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Albbruck 00Albbruck
- 000002
@@ -515,13 +541,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Albstadt-Ebingen 00Albstadt-Ebingen
- 000002
@@ -542,13 +570,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Alfeld(Leine) 00Alfeld(Leine)
- 000002
@@ -569,13 +599,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Allensbach 00Allensbach
- 000002
@@ -596,13 +628,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Almkopfbahn 00Almkopfbahn
- 000002
@@ -623,13 +657,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Alpirsbach 00Alpirsbach
- 000002
@@ -650,13 +686,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Alsfeld(Oberhess) 00Alsfeld(Oberhess)
- 000002
@@ -677,13 +715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Altdorf(b Nürnberg) 00Altdorf(b Nuernb)
- 000002
@@ -704,13 +744,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Alte Veste 00Alte Veste
- 000001
@@ -731,13 +773,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Altena(Westf) 00Altena(Westf)
- 000002
@@ -758,13 +802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Altenahr 00Altenahr
- 000002
@@ -785,13 +831,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Altenbeken 00Altenbeken
- 000002
@@ -812,13 +860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Altenburg 00Altenburg
- 000002
@@ -839,13 +889,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Altenkirchen(Ww) 00Altenkirchen(Ww)
- 000002
@@ -866,13 +918,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Altglashütten-Falk. 00Altglashuetten-F.
- 000002
@@ -893,13 +947,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Altötting 00Altoetting
- 000002
@@ -920,13 +976,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Altomünster 00Altomuenster
- 000002
@@ -947,13 +1005,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Alzey 00Alzey
- 000002
@@ -974,13 +1034,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Amberg 00Amberg
- 000002
@@ -1001,13 +1063,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Ampfing 00Ampfing
- 000002
@@ -1028,14 +1092,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C010
+
+ 00000
+ SEE
+ Amrum 00Amrum
- 00000
- 3
@@ -1056,13 +1122,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Andernach 00Andernach
- 000002
@@ -1083,13 +1151,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Angermünde 00Angermuende
- 000002
@@ -1110,13 +1180,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Angermund 00Angermund
- 000001
@@ -1137,13 +1209,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Angersdorf 00Angersdorf
- 000001
@@ -1164,13 +1238,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I020
+
+ 00000
+ Anklam 00Anklam
- 000002
@@ -1191,13 +1267,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Annaberg-Buchh u Bf 00Annaberg-B u Bf
- 000002
@@ -1218,13 +1296,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Annaberg-Buchholz M 00Annaberg-Buchh M
- 000001
@@ -1245,13 +1325,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Annaberg-Buchholz S 00Annaberg-Buchh S
- 000001
@@ -1272,13 +1354,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Ansbach 00Ansbach
- 000002
@@ -1299,13 +1383,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Apach(fr) 00Apach(fr)
- 000002
@@ -1326,13 +1412,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Apolda 00Apolda
- 000002
@@ -1353,13 +1441,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Appenweier 00Appenweier
- 000002
@@ -1380,13 +1470,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Arnsberg(Westf) 00Arnsberg(Westf)
- 000002
@@ -1407,13 +1499,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Arnsdorf(Dresden) 00Arnsdorf(Dresden)
- 000002
@@ -1434,13 +1528,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Arnstadt Hbf 00Arnstadt Hbf
- 000002
@@ -1461,13 +1557,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Arnstadt Süd 00Arnstadt Sued
- 000001
@@ -1488,13 +1586,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Arzberg(Oberfr) 00Arzberg(Ofr)
- 000002
@@ -1515,13 +1615,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Aschaffenburg Hochs. 00Aschaffenburg H
- 000001
@@ -1542,13 +1644,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Aschaffenburg Hbf 00Aschaffenburg Hbf
- 000002
@@ -1569,13 +1673,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Aschaffenburg Süd 00Aschaffenburg S
- 000001
@@ -1596,13 +1702,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Aschau(Chiemgau) 00Aschau(Chiemgau)
- 000002
@@ -1623,13 +1731,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Ascheberg(Holst) 00Ascheberg(Holst)
- 000002
@@ -1650,13 +1760,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Aschersleben 00Aschersleben
- 000002
@@ -1677,13 +1789,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Asperg 00Asperg
- 000001
@@ -1704,13 +1818,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Au(Sieg) 00Au(Sieg)
- 000002
@@ -1731,13 +1847,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Aue(Sachs) 00Aue(Sachs)
- 000002
@@ -1758,13 +1876,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Auggen 00Auggen
- 000002
@@ -1785,13 +1905,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Augsburg Haunstett. 00Augsburg Haunst
- 000001
@@ -1812,13 +1934,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Augsburg Hbf 00Augsburg Hbf
- 000002
@@ -1839,13 +1963,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Augsburg Messe 00Augsburg Messe
- 000001
@@ -1866,13 +1992,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Augsburg Morellstr. 00Augsburg Morell
- 000001
@@ -1893,13 +2021,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Augsburg-Hochzoll 00Augsburg-Hochzoll
- 000001
@@ -1920,13 +2050,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Augsburg-Oberhausen 00Augsburg-Oberhaus
- 000001
@@ -1947,13 +2079,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Aulendorf 00Aulendorf
- 000002
@@ -1974,13 +2108,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Auringen-Medenbach 00Auringen-Medenb.
- 000001
@@ -2001,13 +2137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Babenhausen(Hess) 00Babenhausen(Hess)
- 000002
@@ -2028,13 +2166,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Bacharach 00Bacharach
- 000002
@@ -2055,13 +2195,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Backnang 00Backnang
- 000002
@@ -2082,13 +2224,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Bad Aibling 00Bad Aibling
- 000002
@@ -2109,13 +2253,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Bad Bellingen 00Bad Bellingen
- 000002
@@ -2136,13 +2282,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Bad Bentheim 00Bad Bentheim
- 000002
@@ -2163,13 +2311,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Bad Bentheim(Gr) 00Bad Bentheim(Gr)
- 000002
@@ -2190,13 +2340,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bad Bergzabern 00Bad Bergzabern
- 000002
@@ -2217,13 +2369,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Bad Berleburg 00Bad Berleburg
- 000002
@@ -2244,13 +2398,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F040
+
+ 00000
+ Bad Bodenteich 00Bad Bodenteich
- 000002
@@ -2271,13 +2427,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Bad Brambach 00Bad Brambach
- 000002
@@ -2298,13 +2456,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Bad Breisig 00Bad Breisig
- 000002
@@ -2325,13 +2485,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Bad Camberg 00Bad Camberg
- 000002
@@ -2352,13 +2514,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Bad Doberan 00Bad Doberan
- 000002
@@ -2379,13 +2543,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Bad Dürkheim 00Bad Duerkheim
- 000002
@@ -2406,13 +2572,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Bad Elster 00Bad Elster
- 000002
@@ -2433,13 +2601,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Bad Ems 00Bad Ems
- 000002
@@ -2460,13 +2630,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Bad Endorf 00Bad Endorf
- 000002
@@ -2487,13 +2659,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Bad Friedrichshall-J 00Bad Friedrichsh-J
- 000002
@@ -2514,13 +2688,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Bad Griesbach(Schw) 00Bad GriesbachSchw
- 000002
@@ -2541,13 +2717,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Bad Harzburg 00Bad Harzburg
- 000002
@@ -2568,14 +2746,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ NE 406
+ Bad Herrenalb 00Bad 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 00Bad Hersfeld
- 000002
@@ -2623,13 +2805,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bad Hönningen 00Bad Hoenningen
- 000002
@@ -2650,13 +2834,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Bad Homburg 00Bad Homburg
- 000002
@@ -2677,13 +2863,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bad Honnef(Rhein) 00Bad Honnef(Rhein)
- 000002
@@ -2704,13 +2892,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Bad Kissingen 00Bad Kissingen
- 000002
@@ -2731,13 +2921,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Bad Kleinen 00Bad Kleinen
- 000002
@@ -2758,13 +2950,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Bad Kötzting 00Bad Koetzting
- 000002
@@ -2785,13 +2979,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Bad Kreckelmoos 00Bad Kreckelmoos
- 000002
@@ -2812,13 +3008,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Bad Kreuznach 00Bad Kreuznach
- 000002
@@ -2839,13 +3037,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Bad Krozingen 00Bad Krozingen
- 000002
@@ -2866,13 +3066,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Bad Langensalza 00Bad Langensalza
- 000002
@@ -2893,13 +3095,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Bad Liebenzell 00Bad Liebenzell
- 000002
@@ -2920,13 +3124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Bad Malente-Gremsmü 00Bad Malente-Grems
- 000002
@@ -2947,13 +3153,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Bad Mergentheim 00Bad Mergentheim
- 000002
@@ -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 00Bad Muenster a St
- 000002
@@ -3001,13 +3211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bad Münstereifel 00Bad Muenstereifel
- 000002
@@ -3028,13 +3240,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Bad Nauheim 00Bad Nauheim
- 000002
@@ -3055,13 +3269,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bad Nenndorf 00Bad Nenndorf
- 000002
@@ -3082,13 +3298,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bad Neuenahr 00Bad Neuenahr
- 000002
@@ -3109,13 +3327,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Bad Neustadt(Saale) 00Bad Neustadt(S)
- 000002
@@ -3136,13 +3356,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bad Oeynhausen 00Bad Oeynhausen
- 000002
@@ -3163,13 +3385,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bad Oeynhausen Süd 00Bad Oeynhausen S
- 000002
@@ -3190,13 +3414,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Bad Oldesloe 00Bad Oldesloe
- 000002
@@ -3217,13 +3443,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bad Pyrmont 00Bad Pyrmont
- 000002
@@ -3244,13 +3472,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Bad Reichenhall 00Bad Reichenhall
- 000002
@@ -3271,13 +3501,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Bad Rodach 00Bad Rodach
- 000002
@@ -3298,13 +3530,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Bad Säckingen 00Bad Saeckingen
- 000002
@@ -3325,13 +3559,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bad Salzuflen 00Bad Salzuflen
- 000002
@@ -3352,13 +3588,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Bad Salzungen 00Bad Salzungen
- 000002
@@ -3379,13 +3617,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Bad Saulgau 00Bad Saulgau
- 000002
@@ -3406,13 +3646,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Bad Schandau 00Bad Schandau
- 000002
@@ -3433,13 +3675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Bad Schussenried 00Bad Schussenried
- 000002
@@ -3460,13 +3704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Bad Sobernheim 00Bad Sobernheim
- 000002
@@ -3487,13 +3733,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Bad Soden(Taunus) 00Bad Soden(Taunus)
- 000002
@@ -3514,13 +3762,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Bad Soden-Salmünst. 00Bad Soden-Salmue.
- 000002
@@ -3541,13 +3791,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D020
+
+ 00000
+ Bad St Peter-Ording 00Bad St Peter-O
- 000002
@@ -3568,13 +3820,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Bad Staffelstein 00Bad Staffelstein
- 000002
@@ -3595,13 +3849,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Bad Steben 00Bad Steben
- 000002
@@ -3622,13 +3878,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Bad Teinach-Neubula. 00Bad Teinach
- 000002
@@ -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 00Bad 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 00Bad Waldsee
- 000002
@@ -3704,13 +3966,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bad Wildbad Bf 00Bad Wildbad
- 000002
@@ -3731,13 +3995,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bad Wildbad Kurpark 00Bad Wildbad Kurp
- 000001
@@ -3758,13 +4024,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bad Wildbad Nord 00Bad Wildbad Nord
- 000001
@@ -3785,13 +4053,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bad Wildbad Uhlandpl 00Bad Wildbad Uhl
- 000001
@@ -3812,13 +4082,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Bad Wildungen 00Bad Wildungen
- 000002
@@ -3839,13 +4111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Bad Wörishofen 00Bad Woerishofen
- 000002
@@ -3866,13 +4140,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ Bad Zwischenahn 00Bad Zwischenahn
- 000002
@@ -3893,13 +4169,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Baden-Baden 00Baden-Baden
- 000002
@@ -3920,13 +4198,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Baden-Baden Haueneb 00Baden-Baden Hauen
- 000001
@@ -3947,13 +4227,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Baden-Baden Rebland 00Baden-Baden Rebl
- 000001
@@ -3974,13 +4256,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H080
+
+ 00000
+ Bärenstein(Annab) 00Baerenstein(An)
- 000002
@@ -4001,13 +4285,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Baiersbronn Bf 00Baiersbronn Bf
- 000002
@@ -4028,13 +4314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Balingen(Württ) 00Balingen(Wuertt)
- 000002
@@ -4055,14 +4343,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ SEE
+ Baltrum 00Baltrum
- 00000
- 3
@@ -4083,13 +4373,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Bamberg 00Bamberg
- 000002
@@ -4110,13 +4402,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Bardowick 00Bardowick
- 000001
@@ -4137,13 +4431,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Barleber See 00Barleber See
- 000001
@@ -4164,13 +4460,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H020
+
+ 00000
+ Barth 00Barth
- 000002
@@ -4191,13 +4489,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Basel Bad Bf 00Basel Bad Bf
- 000002
@@ -4218,13 +4518,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Baunatal-Guntershaus 00Baunatal-Guntersh
- 000002
@@ -4245,13 +4547,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J060
+
+ 00000
+ Bautzen 00Bautzen
- 000002
@@ -4272,13 +4576,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I100
+
+ 00000
+ Bayerisch Eisenstein 00Bayerisch Eisenst
- 000002
@@ -4299,13 +4605,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Bayerisch Gmain 00Bayerisch Gmain
- 000002
@@ -4326,13 +4634,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bayerwerk 00Bayerwerk
- 000001
@@ -4353,13 +4663,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Bayreuth Hbf 00Bayreuth Hbf
- 000002
@@ -4380,14 +4692,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Bayrischzell 00Bayrischzell
- 00000
- 3
@@ -4408,13 +4722,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Bebra 00Bebra
- 000002
@@ -4435,13 +4751,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Bedburg(Erft) 00Bedburg(Erft)
- 000002
@@ -4462,13 +4780,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Beeskow 00Beeskow
- 000002
@@ -4489,13 +4809,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Benediktbeuern 00Benediktbeuern
- 000002
@@ -4516,13 +4838,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Bensheim 00Bensheim
- 000002
@@ -4543,13 +4867,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Berchtesgaden Hbf 00Berchtesgaden Hbf
- 000002
@@ -4570,13 +4896,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H020
+
+ 00000
+ Bergen auf Rügen 00Bergen auf Ruegen
- 000002
@@ -4597,13 +4925,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bergisch Gladbach 00Bergisch Gladb
- 000002
@@ -4624,13 +4954,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Friedrichstr 00Berlin
- 000002
@@ -4651,13 +4983,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Alexanderpl. 00Berlin Alexandpl.
- 000001
@@ -4678,13 +5012,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Bellevue 00Berlin Bellevue
- 000001
@@ -4705,13 +5041,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Berlin Brandenb.Flug 00Berlin Brandbg Fl
- 000001
@@ -4732,13 +5070,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Gesundbrunnen 00Berlin Gesundbr.
- 000001
@@ -4759,13 +5099,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Hackescher M. 00Berlin Hackescher
- 000001
@@ -4786,13 +5128,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Hbf 00Berlin Hbf
- 000001
@@ -4813,13 +5157,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Jannowitzbr. 00Berlin Jannowitzb
- 000001
@@ -4840,13 +5186,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Jungfernheide 00Berlin Jungfernh.
- 000001
@@ -4867,13 +5215,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Nöldnerplatz 00Berlin Noeldnerpl
- 000001
@@ -4894,13 +5244,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Ostbahnhof 00Berlin Ostbahnhof
- 000001
@@ -4921,13 +5273,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Ostkreuz 00Berlin Ostkreuz
- 000001
@@ -4948,13 +5302,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Potsdamer Pl 00Berlin Potsd.Pl.
- 000001
@@ -4975,13 +5331,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Savignyplatz 00Berlin Savignypl.
- 000001
@@ -5002,13 +5360,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Südkreuz 00Berlin Suedkreuz
- 000001
@@ -5029,13 +5389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Treptower Pk 00Berlin Treptow
- 000001
@@ -5056,13 +5418,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Berlin Wannsee 00Berlin Wannsee
- 000002
@@ -5083,13 +5447,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Warschauer St 00Berlin Warsch.St
- 000001
@@ -5110,13 +5476,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Westkreuz 00Berlin Westkreuz
- 000001
@@ -5137,13 +5505,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin Zoolg. Garten 00Berlin Zoolg. G.
- 000001
@@ -5164,13 +5534,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin-Charlottenbg. 00Berlin-Charlottb.
- 000001
@@ -5191,13 +5563,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Berlin-Karlshorst 00Berlin-Karlshorst
- 000002
@@ -5218,13 +5592,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin-Lichtenberg 00Berlin-Lichtenbg
- 000001
@@ -5245,13 +5621,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin-Schöneberg 00Berlin-Schoeneb.
- 000001
@@ -5272,13 +5650,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin-Spandau 00Berlin-Spandau
- 000002
@@ -5299,13 +5679,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Berlin-Tiergarten 00Berlin-Tiergarten
- 000001
@@ -5326,13 +5708,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Bernau(b Berlin) 00Bernau(b Berlin)
- 000002
@@ -5353,13 +5737,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Bestwig 00Bestwig
- 000002
@@ -5380,13 +5766,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Betzdorf(Sieg) 00Betzdorf(Sieg)
- 000002
@@ -5407,13 +5795,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Beuron 00Beuron
- 000002
@@ -5434,13 +5824,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Beyendorf 00Beyendorf
- 000001
@@ -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 00Bg-u.Nd.Gemuenden
- 000002
@@ -5488,13 +5882,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Biberach(Baden) 00Biberach(Baden)
- 000002
@@ -5515,13 +5911,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Biberach(Riß) 00Biberach(Riss)
- 000002
@@ -5542,13 +5940,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Bichlbach-Berwang 00Bichlbach-Berwang
- 000002
@@ -5569,13 +5969,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Biedenkopf 00Biedenkopf
- 000002
@@ -5596,13 +5998,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bielefeld Hbf 00Bielefeld Hbf
- 000002
@@ -5623,13 +6027,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bielefeld Ost 00Bielefeld Ost
- 000001
@@ -5650,13 +6056,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Bietigheim-Bissingen 00Bietigheim-Biss.
- 000002
@@ -5677,13 +6085,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Bietingen 00Bietingen
- 000002
@@ -5704,13 +6114,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Bingen(Rhein) Stadt 00Bingen(Rh)Stadt
- 000001
@@ -5731,13 +6143,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Bingen(Rhein) Hbf 00Bingen(Rhein) Hbf
- 000002
@@ -5758,13 +6172,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Bischofswerda 00Bischofswerda
- 000002
@@ -5785,13 +6201,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Bischofswiesen 00Bischofswiesen
- 000002
@@ -5812,13 +6230,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A080
+
+ 00000
+ Bitburg-Erdorf 00Bitburg-Erdorf
- 000002
@@ -5839,13 +6259,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Bitterfeld 00Bitterfeld
- 000002
@@ -5866,13 +6288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Blaibach(Oberpf) 00Blaibach(Oberpf)
- 000002
@@ -5893,13 +6317,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G030
+
+ 00000
+ Blankenberg(Meckl) 00Blankenberg/Meckl
- 000002
@@ -5920,13 +6346,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Blankenf(Teltow-Fl) 00Blankenfelde
- 000001
@@ -5947,13 +6375,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Blankenstein(Saale) 00Blankenstein(S)
- 000002
@@ -5974,13 +6404,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Blaubeuren 00Blaubeuren
- 000002
@@ -6001,13 +6433,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Blaufelden 00Blaufelden
- 000002
@@ -6028,13 +6462,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Blumenberg 00Blumenberg
- 000002
@@ -6055,13 +6491,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Bocholt 00Bocholt
- 000002
@@ -6082,13 +6520,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bochum Hbf 00Bochum Hbf
- 000002
@@ -6109,13 +6549,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bochum West 00Bochum West
- 000001
@@ -6136,13 +6578,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bochum-Ehrenfeld 00Bochum-Ehrenfeld
- 000001
@@ -6163,13 +6607,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bochum-Hamme 00Bochum-Hamme
- 000001
@@ -6190,13 +6636,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bochum-Langendreer 00Bochum-Langend
- 000001
@@ -6217,13 +6665,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bochum-Langendreer W 00Bochum-Langend W
- 000001
@@ -6244,13 +6694,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bochum-Riemke 00Bochum-Riemke
- 000001
@@ -6271,13 +6723,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Bockum-Hövel 00Bockum-Hoevel
- 000001
@@ -6298,13 +6752,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Bodenburg 00Bodenburg
- 000002
@@ -6325,13 +6781,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Bodenfelde 00Bodenfelde
- 000002
@@ -6352,13 +6810,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Bodenmais 00Bodenmais
- 000002
@@ -6379,13 +6839,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Böblingen 00Boeblingen
- 000002
@@ -6406,13 +6868,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Bogen 00Bogen
- 000002
@@ -6433,13 +6897,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bonn Hbf 00Bonn Hbf
- 000002
@@ -6460,13 +6926,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bonn-Bad Godesberg 00Bonn-Bad Godesbg
- 000001
@@ -6487,13 +6955,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bonn-Beuel 00Bonn-Beuel
- 000002
@@ -6514,13 +6984,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bonn-Duisdorf 00Bonn-Duisdorf
- 000001
@@ -6541,13 +7013,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bonn-Mehlem 00Bonn-Mehlem
- 000001
@@ -6568,13 +7042,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Bonn-Oberkassel 00Bonn-Oberkassel
- 000001
@@ -6595,13 +7071,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Boppard Hbf 00Boppard Hbf
- 000002
@@ -6622,13 +7100,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Boppard-Bad Salzig 00Boppard-Bad Salz.
- 000002
@@ -6649,13 +7129,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Borken(Westf) 00Borken(Westf)
- 000002
@@ -6676,14 +7158,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ SEE
+ Borkum(Nordseebad) 00Borkum(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) 00Borsdorf(Sachs)
- 000002
@@ -6731,13 +7217,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bottrop Hbf 00Bottrop Hbf
- 000002
@@ -6758,13 +7246,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bottrop-Boy 00Bottrop-Boy
- 000001
@@ -6785,13 +7275,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Bottrop-Vonderort 00Bottrop-Vonderort
- 000001
@@ -6812,13 +7304,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Brackwede 00Brackwede
- 000001
@@ -6839,13 +7333,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Brackwede Süd 00Brackwede Sued
- 000001
@@ -6866,13 +7362,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Brake(b Bielefeld) 00Brake(b Bielef)
- 000001
@@ -6893,13 +7391,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Bramsche 00Bramsche
- 000002
@@ -6920,13 +7420,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Brandenburg Hbf 00Brandenburg Hbf
- 000002
@@ -6947,13 +7449,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Brannenburg 00Brannenburg
- 000002
@@ -6974,13 +7478,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Braunschweig Hbf 00Braunschweig
- 000002
@@ -7001,13 +7507,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Braunschweig-Gliesm. 00Braunschweig-Gl
- 000001
@@ -7028,13 +7536,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B110
+
+ 00000
+ Breisach 00Breisach
- 000002
@@ -7055,13 +7565,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Breitendiel 00Breitendiel
- 000001
@@ -7082,13 +7594,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen Hbf 00Bremen Hbf
- 000002
@@ -7109,13 +7623,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen Neustadt 00Bremen Neustadt
- 000001
@@ -7136,13 +7652,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremen-Burg 00Bremen-Burg
- 000001
@@ -7163,13 +7681,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen-Hemelingen 00Bremen-Hemelingen
- 000001
@@ -7190,13 +7710,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremen-Lesum 00Bremen-Lesum
- 000001
@@ -7217,13 +7739,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen-Mahndorf 00Bremen-Mahndorf
- 000001
@@ -7244,13 +7768,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen-Oberneuland 00Bremen-Oberneul.
- 000001
@@ -7271,13 +7797,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen-Oslebshausen 00Bremen-Oslebsh.
- 000001
@@ -7298,13 +7826,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremen-Schönebeck 00Bremen-Schoeneb.
- 000001
@@ -7325,13 +7855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen-Sebaldsbrück 00Bremen-Sebaldsbr.
- 000001
@@ -7352,13 +7884,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremen-St Magnus 00Bremen-St Magnus
- 000001
@@ -7379,13 +7913,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremen-Vegesack 00Bremen-Vegesack
- 000001
@@ -7406,13 +7942,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Bremen-Walle 00Bremen-Walle
- 000001
@@ -7433,13 +7971,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremerhaven Hbf 00Bremerhaven Hbf
- 000002
@@ -7460,13 +8000,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremerhaven-Lehe 00Bremerhaven-Lehe
- 000001
@@ -7487,13 +8029,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Bremerhaven-Wulsdorf 00Bremerhaven-Wulsd
- 000001
@@ -7514,13 +8058,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Bretleben 00Bretleben
- 000002
@@ -7541,13 +8087,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Bretten 00Bretten
- 000002
@@ -7568,13 +8116,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Bretten Schulzentrum 00Bretten Schulz
- 000001
@@ -7595,13 +8145,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Bretten Stadtmitte 00Bretten Stadt
- 000001
@@ -7622,13 +8174,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Brilon Wald 00Brilon Wald
- 000002
@@ -7649,13 +8203,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Britz 00Britz
- 000002
@@ -7676,13 +8232,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Brötzingen Mitte 00Broetzingen Mitte
- 000001
@@ -7703,13 +8261,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bruchsal 00Bruchsal
- 000002
@@ -7730,13 +8290,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bruchsal Bildungsz 00Bruchsal Bildungs
- 000001
@@ -7757,13 +8319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Brühl 00Bruehl
- 000002
@@ -7784,13 +8348,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Bruxelles Zone 00Bruxelles Zone
- 000002
@@ -7811,13 +8377,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Bruxelles-Midi 00Bruxelles-Midi
- 000001
@@ -7838,13 +8406,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Bruxelles-Nord 00Bruxelles-Nord
- 000001
@@ -7865,13 +8435,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Bubenreuth 00Bubenreuth
- 000001
@@ -7892,13 +8464,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Buchholz(Nordheide) 00Buchholz/Nordheid
- 000002
@@ -7919,13 +8493,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Buchloe 00Buchloe
- 000002
@@ -7946,13 +8522,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Büchen 00Buechen
- 000002
@@ -7973,13 +8551,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bückeburg 00Bueckeburg
- 000002
@@ -8000,13 +8580,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Bühl(Baden) 00Buehl(Baden)
- 000002
@@ -8027,13 +8609,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Bünde(Westf) 00Buende(Westf)
- 000002
@@ -8054,13 +8638,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Büttgen 00Buettgen
- 000001
@@ -8081,13 +8667,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Bützow 00Buetzow
- 000002
@@ -8108,13 +8696,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Buggingen 00Buggingen
- 000002
@@ -8135,13 +8725,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Bullay(DB) 00Bullay(DB)
- 000002
@@ -8162,13 +8754,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Burgdorf 00Burgdorf
- 000002
@@ -8189,13 +8783,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Burghausen(Oberbay) 00Burghausen(Obb)
- 000002
@@ -8216,13 +8812,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A010
+
+ 00000
+ Bus 00Bus
- 000001
@@ -8243,13 +8841,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Butzbach 00Butzbach
- 000002
@@ -8270,13 +8870,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Buxtehude 00Buxtehude
- 000002
@@ -8297,13 +8899,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Cadolzburg 00Cadolzburg
- 000002
@@ -8324,13 +8928,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Cainsdorf 00Cainsdorf
- 000001
@@ -8351,13 +8957,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Calau(NL) 00Calau(NL)
- 000002
@@ -8378,13 +8986,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Calbe(Saale) Ost 00Calbe(Saale) Ost
- 000002
@@ -8405,13 +9015,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Calw 00Calw
- 000002
@@ -8432,13 +9044,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Camburg(Saale) 00Camburg(Saale)
- 000001
@@ -8459,13 +9073,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Castrop-Rauxel Hbf 00Castrop-RauxelHbf
- 000002
@@ -8486,13 +9102,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E040
+
+ 00000
+ Celle 00Celle
- 000002
@@ -8513,13 +9131,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Cham(Oberpf) 00Cham(Opf)
- 000002
@@ -8540,13 +9160,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H080
+
+ 00000
+ Cheb(Gr) 00Cheb(Gr)
- 000002
@@ -8567,13 +9189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Chemnitz Hbf 00Chemnitz Hbf
- 000002
@@ -8594,13 +9218,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Chemnitz Mitte 00Chemnitz Mitte
- 000001
@@ -8621,13 +9247,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Chemnitz Süd 00Chemnitz Sued
- 000001
@@ -8648,13 +9276,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Chorin 00Chorin
- 000002
@@ -8675,13 +9305,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C040
+
+ 00000
+ Cloppenburg 00Cloppenburg
- 000002
@@ -8702,13 +9334,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Coburg 00Coburg
- 000002
@@ -8729,13 +9363,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Cochem(Mosel) 00Cochem(Mosel)
- 000002
@@ -8756,13 +9392,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Cölbe 00Coelbe
- 000002
@@ -8783,13 +9421,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Coesfeld(Westf) 00Coesfeld(Westf)
- 000002
@@ -8810,13 +9450,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Cossebaude 00Cossebaude
- 000001
@@ -8837,13 +9479,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Coswig(Dresden) 00Coswig(Dresden)
- 000002
@@ -8864,13 +9508,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Cottbus 00Cottbus
- 000002
@@ -8891,13 +9537,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Cottbus-Merzdorf 00Cottbus-Merzdorf
- 000001
@@ -8918,13 +9566,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Cottbus-Sandow 00Cottbus-Sandow
- 000001
@@ -8945,13 +9595,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Cottbus-Willmersd N 00Cottbus-Willmersd
- 000001
@@ -8972,13 +9624,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Crailsheim 00Crailsheim
- 000002
@@ -8999,13 +9653,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H080
+
+ 00000
+ Cranzahl 00Cranzahl
- 000002
@@ -9026,13 +9682,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Crimmitschau 00Crimmitschau
- 000002
@@ -9053,13 +9711,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D020
+
+ 00000
+ Cuxhaven 00Cuxhaven
- 000002
@@ -9080,13 +9740,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Dachau Bahnhof 00Dachau Bahnhof
- 000002
@@ -9107,14 +9769,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ SEE
+ Dagebüll Mole 00Dagebuell Mole
- 00000
- 3
@@ -9135,13 +9799,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Dalheim 00Dalheim
- 000002
@@ -9162,13 +9828,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F040
+
+ 00000
+ Dannenberg Ost 00Dannenberg Ost
- 000002
@@ -9189,14 +9857,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Darching 00Darching
- 00000
- 3
@@ -9217,13 +9887,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt Hbf 00Darmstadt Hbf
- 000002
@@ -9244,13 +9916,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt Nord 00Darmstadt Nord
- 000001
@@ -9271,13 +9945,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt Ost 00Darmstadt Ost
- 000001
@@ -9298,13 +9974,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt Süd 00Darmstadt Sued
- 000001
@@ -9325,13 +10003,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt-Arheilgen 00Darmstadt-Arheil
- 000001
@@ -9352,13 +10032,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt-Eberstadt 00Darmstadt-Eberst
- 000001
@@ -9379,13 +10061,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt-Kranichst. 00Darmstadt-Kranich
- 000001
@@ -9406,13 +10090,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Darmstadt-Wixhausen 00Darmstadt-Wixh
- 000001
@@ -9433,13 +10119,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Deggendorf Hbf 00Deggendorf Hbf
- 000002
@@ -9460,13 +10148,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Delitzsch 00Delitzsch
- 000002
@@ -9487,13 +10177,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Delmenhorst 00Delmenhorst
- 000002
@@ -9514,13 +10206,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H020
+
+ 00000
+ Demmin 00Demmin
- 000002
@@ -9541,13 +10235,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Denzlingen 00Denzlingen
- 000002
@@ -9568,13 +10264,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Derneburg(Han) 00Derneburg
- 000002
@@ -9595,13 +10293,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Dessau Hbf 00Dessau Hbf
- 000002
@@ -9622,13 +10322,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Detmold 00Detmold
- 000002
@@ -9649,13 +10351,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Dieburg 00Dieburg
- 000002
@@ -9676,13 +10380,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C040
+
+ 00000
+ Diepholz 00Diepholz
- 000002
@@ -9703,13 +10409,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Dießen 00Diessen
- 000002
@@ -9730,13 +10438,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Dillenburg 00Dillenburg
- 000002
@@ -9757,13 +10467,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Dillingen(Donau) 00Dillingen(Donau)
- 000002
@@ -9784,13 +10496,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Dillingen(Saar) 00Dillingen(Saar)
- 000002
@@ -9811,13 +10525,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Dingolfing 00Dingolfing
- 000002
@@ -9838,13 +10554,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dinslaken 00Dinslaken
- 000002
@@ -9865,13 +10583,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Dissen-Bad Rothenf. 00Dissen-Bad Rothen
- 000002
@@ -9892,13 +10612,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Ditzingen 00Ditzingen
- 000002
@@ -9919,13 +10641,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Doberlug-Kirchhain 00Doberlug-Kirchh.
- 000002
@@ -9946,13 +10670,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Döbeln Hbf 00Doebeln Hbf
- 000002
@@ -9973,13 +10699,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Dollbergen 00Dollbergen
- 000002
@@ -10000,13 +10728,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Dombühl 00Dombuehl
- 000002
@@ -10027,13 +10757,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Donaueschingen 00Donaueschingen
- 000002
@@ -10054,13 +10786,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Donauwörth 00Donauwoerth
- 000002
@@ -10081,13 +10815,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Dorfen Bahnhof 00Dorfen Bahnhof
- 000002
@@ -10108,13 +10844,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund Hbf 00Dortmund Hbf
- 000002
@@ -10135,13 +10873,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund Knappschaft 00Dortmund Knappsch
- 000001
@@ -10162,13 +10902,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund Möllerbr. 00Dortmund Moellerb
- 000001
@@ -10189,13 +10931,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund Signal Idu. 00Dortmund Signal
- 000001
@@ -10216,13 +10960,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund Stadthaus 00Dortmund Stadth
- 000001
@@ -10243,13 +10989,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund Tierpark 00Dortmund Tierpark
- 000001
@@ -10270,13 +11018,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund West 00Dortmund West
- 000001
@@ -10297,13 +11047,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Aplerbeck 00Dortmund-Aplerb
- 000001
@@ -10324,13 +11076,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Aplerbeck S 00Dortmund-Aplerb S
- 000001
@@ -10351,13 +11105,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Asseln Mitt 00Dortmund-Asseln M
- 000001
@@ -10378,13 +11134,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Barop 00Dortmund-Barop
- 000001
@@ -10405,13 +11163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Bövingh. 00Dortmund-Boevingh
- 000001
@@ -10432,13 +11192,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Brackel 00Dortmund-Brackel
- 000001
@@ -10459,13 +11221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Derne 00Dortmund-Derne
- 000001
@@ -10486,13 +11250,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Dorstfeld 00Dortmund-Dorstf
- 000001
@@ -10513,13 +11279,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Dorstfeld S 00Dortmund-Dorstf S
- 000001
@@ -10540,13 +11308,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Germania 00Dortmund-Germ
- 000001
@@ -10567,13 +11337,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Hörde 00Dortmund-Hoerde
- 000001
@@ -10594,13 +11366,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Huckarde N 00Dortmund-Huck N
- 000001
@@ -10621,13 +11395,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Huckarde 00Dortmund-Huckarde
- 000001
@@ -10648,13 +11424,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Kirchderne 00Dortmund-Kirchder
- 000001
@@ -10675,13 +11453,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Kirchhörde 00Dortmund-Kirchhoe
- 000001
@@ -10702,13 +11482,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Kley 00Dortmund-Kley
- 000001
@@ -10729,13 +11511,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Körne 00Dortmund-Koerne
- 000001
@@ -10756,13 +11540,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Körne West 00Dortmund-Koerne W
- 000001
@@ -10783,13 +11569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Kruckel 00Dortmund-Kruckel
- 000001
@@ -10810,13 +11598,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Kurl 00Dortmund-Kurl
- 000001
@@ -10837,13 +11627,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Löttringh. 00Dortmund-Loett
- 000001
@@ -10864,13 +11656,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Lütgend.N 00Dortmund-Luet N
- 000001
@@ -10891,13 +11685,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Lütgendort 00Dortmund-Luetgend
- 000001
@@ -10918,13 +11714,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Marten 00Dortmund-Marten
- 000001
@@ -10945,13 +11743,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Marten Süd 00Dortmund-Marten S
- 000001
@@ -10972,13 +11772,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Mengede 00Dortmund-Mengede
- 000001
@@ -10999,13 +11801,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Nette/Oest 00Dortmund-Nette
- 000001
@@ -11026,13 +11830,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Oespel 00Dortmund-Oespel
- 000001
@@ -11053,13 +11859,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Rahm 00Dortmund-Rahm
- 000001
@@ -11080,13 +11888,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Scharnhorst 00Dortmund-Scharnh
- 000001
@@ -11107,13 +11917,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Sölde 00Dortmund-Soelde
- 000001
@@ -11134,13 +11946,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Somborn 00Dortmund-Somborn
- 000001
@@ -11161,13 +11975,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Uni. 00Dortmund-Uni
- 000001
@@ -11188,13 +12004,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Westerfilde 00Dortmund-Westerf
- 000001
@@ -11215,13 +12033,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Wickede W 00Dortmund-Wick W
- 000001
@@ -11242,13 +12062,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Wickede 00Dortmund-Wickede
- 000001
@@ -11269,13 +12091,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Dortmund-Wischlingen 00Dortmund-Wischlin
- 000001
@@ -11296,13 +12120,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden Flughafen 00Dresden Flughafen
- 000001
@@ -11323,13 +12149,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden Freiberg.Str 00Dresden Freib.Str
- 000001
@@ -11350,13 +12178,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden Grenzstraße 00Dresden Grenzstr.
- 000001
@@ -11377,13 +12207,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden Hbf 00Dresden Hbf
- 000002
@@ -11404,13 +12236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden Industriegel 00Dresden Ind.Gel.
- 000001
@@ -11431,13 +12265,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden Mitte 00Dresden Mitte
- 000001
@@ -11458,13 +12294,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Cotta 00Dresden-Cotta
- 000001
@@ -11485,13 +12323,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Dobritz 00Dresden-Dobritz
- 000001
@@ -11512,13 +12352,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Friedrichst 00Dresden-Friedr.
- 000001
@@ -11539,13 +12381,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Kemnitz 00Dresden-Kemnitz
- 000001
@@ -11566,13 +12410,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Klotzsche 00Dresden-Klotzsche
- 000001
@@ -11593,13 +12439,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Neustadt 00Dresden-Neustadt
- 000001
@@ -11620,13 +12468,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Niedersedl 00Dresden-Nieders.
- 000001
@@ -11647,13 +12497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Pieschen 00Dresden-Pieschen
- 000001
@@ -11674,13 +12526,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Plauen 00Dresden-Plauen
- 000001
@@ -11701,13 +12555,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Reick 00Dresden-Reick
- 000001
@@ -11728,13 +12584,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Stetzsch 00Dresden-Stetzsch
- 000001
@@ -11755,13 +12613,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Strehlen 00Dresden-Strehlen
- 000001
@@ -11782,13 +12642,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Trachau 00Dresden-Trachau
- 000001
@@ -11809,13 +12671,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Dresden-Zschachwitz 00Dresden-Zschachw.
- 000001
@@ -11836,13 +12700,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Duckterath 00Duckterath
- 000001
@@ -11863,13 +12729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Dudweiler 00Dudweiler
- 000001
@@ -11890,13 +12758,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Dülmen 00Duelmen
- 000002
@@ -11917,13 +12787,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Düren 00Dueren
- 000001
@@ -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 00Dueren I Gr Tal
- 000001
@@ -11971,13 +12845,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Düren Renkerstraße 00Dueren Renkerstr
- 000001
@@ -11998,13 +12874,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Düren-Annakirmespl. 00Dueren-Annakirmes
- 000002
@@ -12025,13 +12903,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Düren-Kuhbrücke 00Dueren-Kuhbruecke
- 000001
@@ -12052,13 +12932,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Düren-Lendersdorf 00Dueren-Lendersd
- 000001
@@ -12079,13 +12961,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf Flugh.T. 00Duesseldorf Fl.T.
- 000001
@@ -12106,13 +12990,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf Flugh. 00Duesseldorf Flugh
- 000001
@@ -12133,13 +13019,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf Friedrst 00Duesseldorf Fried
- 000001
@@ -12160,13 +13048,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf Hbf 00Duesseldorf Hbf
- 000002
@@ -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 00Duesseldorf Voelk
- 000001
@@ -12214,13 +13106,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf Volksg. 00Duesseldorf Volks
- 000001
@@ -12241,13 +13135,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf Wehrhahn 00Duesseldorf Wehrh
- 000001
@@ -12268,13 +13164,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Benrath 00Duesseldorf-Benr.
- 000001
@@ -12295,13 +13193,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Bilk 00Duesseldorf-Bilk
- 000001
@@ -12322,13 +13222,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Derend. 00Duesseldorf-Dere.
- 000001
@@ -12349,13 +13251,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Eller M 00Duesseldorf-El.M
- 000001
@@ -12376,13 +13280,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Eller S 00Duesseldorf-El.S
- 000001
@@ -12403,13 +13309,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Eller 00Duesseldorf-Eller
- 000001
@@ -12430,13 +13338,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Flingern 00Duesseldorf-Fling
- 000001
@@ -12457,13 +13367,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Garath 00Duesseldorf-Gar.
- 000001
@@ -12484,13 +13396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Gerresh. 00Duesseldorf-Gerr.
- 000001
@@ -12511,13 +13425,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Hamm 00Duesseldorf-Hamm
- 000001
@@ -12538,13 +13454,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Hellerh. 00Duesseldorf-Hell
- 000001
@@ -12565,13 +13483,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Oberbilk 00Duesseldorf-Oberb
- 000001
@@ -12592,13 +13512,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Rath Mit 00Duesseldorf-R.M.
- 000001
@@ -12619,13 +13541,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Rath 00Duesseldorf-Rath
- 000001
@@ -12646,13 +13570,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Reisholz 00Duesseldorf-Reish
- 000001
@@ -12673,13 +13599,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Unterr. 00Duesseldorf-Unter
- 000001
@@ -12700,13 +13628,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Düsseldorf-Zoo 00Duesseldorf-Zoo
- 000001
@@ -12727,13 +13657,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg Entenfang 00Duisburg Entenf
- 000001
@@ -12754,13 +13686,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg Hbf 00Duisburg Hbf
- 000002
@@ -12781,13 +13715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Bissingheim 00Duisburg-Bissingh
- 000001
@@ -12808,13 +13744,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Buchholz 00Duisburg-Buchholz
- 000001
@@ -12835,13 +13773,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Großenbaum 00Duisburg-Grossenb
- 000001
@@ -12862,13 +13802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Hochfeld S 00Duisburg-Hochf.S
- 000001
@@ -12889,13 +13831,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Meiderich O 00Duisburg-Meid.O
- 000001
@@ -12916,13 +13860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Meiderich S 00Duisburg-Meid.S
- 000001
@@ -12943,13 +13889,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Obermeider. 00Duisburg-Obermeid
- 000001
@@ -12970,13 +13918,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Rahm 00Duisburg-Rahm
- 000001
@@ -12997,13 +13947,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Ruhrort 00Duisburg-Ruhrort
- 000002
@@ -13024,13 +13976,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Schlenk 00Duisburg-Schlenk
- 000001
@@ -13051,13 +14005,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Duisburg-Wedau 00Duisburg-Wedau
- 000001
@@ -13078,13 +14034,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Eberbach 00Eberbach
- 000002
@@ -13105,13 +14063,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Ebermannstadt 00Ebermannstadt
- 000002
@@ -13132,13 +14092,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Ebern 00Ebern
- 000002
@@ -13159,13 +14121,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Ebersbach(Fils) 00Ebersbach(Fils)
- 000002
@@ -13186,13 +14150,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J070
+
+ 00000
+ Ebersbach(Sachs) 00Ebersbach(Sachs)
- 000002
@@ -13213,13 +14179,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Eberswalde Hbf 00Eberswalde Hbf
- 000002
@@ -13240,13 +14208,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Ebringen 00Ebringen
- 000002
@@ -13267,13 +14237,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E010
+
+ 00000
+ Eckernförde 00Eckernfoerde
- 000002
@@ -13294,13 +14266,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Edelfingen 00Edelfingen
- 000001
@@ -13321,13 +14295,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Efringen-Kirchen 00Efringen-Kirchen
- 000002
@@ -13348,13 +14324,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Eggenfelden 00Eggenfelden
- 000002
@@ -13375,13 +14353,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Ehingen(Donau) 00Ehingen(Donau)
- 000002
@@ -13402,13 +14382,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Ehrang 00Ehrang
- 000001
@@ -13429,13 +14411,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Ehrang Ort 00Ehrang Ort
- 000001
@@ -13456,13 +14440,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Ehrwald Zugspitzbahn 00Ehrwald Zugspitzb
- 000002
@@ -13483,13 +14469,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Eichenberg 00Eichenberg
- 000002
@@ -13510,13 +14498,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Eichstätt Bahnhof 00Eichstaett Bf
- 000002
@@ -13537,13 +14527,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Eichstätt Stadt 00Eichstaett Stadt
- 000002
@@ -13564,13 +14556,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H060
+
+ 00000
+ Eilenburg 00Eilenburg
- 000002
@@ -13591,13 +14585,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Eilsleben(Magdeb) 00Eilsleben(Magdeb)
- 000002
@@ -13618,13 +14614,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Eimeldingen 00Eimeldingen
- 000002
@@ -13645,13 +14643,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Einbeck Salzderhel 00Einbeck Salzderh.
- 000002
@@ -13672,13 +14672,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Einsiedlerhof 00Einsiedlerhof
- 000001
@@ -13699,13 +14701,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Eisenach 00Eisenach
- 000002
@@ -13726,13 +14730,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J050
+
+ 00000
+ Eisenhüttenstadt 00Eisenhuettenstadt
- 000002
@@ -13753,13 +14759,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Eisfeld 00Eisfeld
- 000002
@@ -13780,13 +14788,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Ellwangen 00Ellwangen
- 000002
@@ -13807,13 +14817,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Elmshorn 00Elmshorn
- 000002
@@ -13834,13 +14846,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Elsterwerda 00Elsterwerda
- 000002
@@ -13861,13 +14875,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Eltersdorf 00Eltersdorf
- 000001
@@ -13888,13 +14904,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Elzach 00Elzach
- 000002
@@ -13915,13 +14933,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Elze(Han) 00Elze(Han)
- 000002
@@ -13942,13 +14962,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ Emden Hbf 00Emden
- 000002
@@ -13969,13 +14991,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ Emden Außenhafen 00Emden Aussenhafen
- 000002
@@ -13996,13 +15020,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Emmendingen 00Emmendingen
- 000002
@@ -14023,13 +15049,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A050
+
+ 00000
+ Emmerich 00Emmerich
- 000002
@@ -14050,13 +15078,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A050
+
+ 00000
+ Emmerich(Gr) 00Emmerich(Gr)
- 000002
@@ -14077,13 +15107,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Engelsdorf 00Engelsdorf
- 000001
@@ -14104,13 +15136,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Engen 00Engen
- 000002
@@ -14131,13 +15165,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Engers 00Engers
- 000002
@@ -14158,13 +15194,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Erding 00Erding
- 000002
@@ -14185,13 +15223,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Erfurt Hbf 00Erfurt Hbf
- 000002
@@ -14212,13 +15252,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Erfurt Nord 00Erfurt Nord
- 000001
@@ -14239,13 +15281,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Erfurt Ost 00Erfurt Ost
- 000001
@@ -14266,13 +15310,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Erfurt-Bischleben 00Erfurt-Bischleben
- 000001
@@ -14293,13 +15339,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Erfurt-Gispersleben 00Erfurt-Gispersleb
- 000001
@@ -14320,13 +15368,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Erkelenz 00Erkelenz
- 000002
@@ -14347,13 +15397,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Erlangen 00Erlangen
- 000002
@@ -14374,13 +15426,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Erlangen-Bruck 00Erlangen-Bruck
- 000001
@@ -14401,13 +15455,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Erzingen(Baden) 00Erzingen(Baden)
- 000002
@@ -14428,13 +15484,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Eschborn Süd 00Eschborn Sued
- 000001
@@ -14455,13 +15513,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Eschenlohe 00Eschenlohe
- 000002
@@ -14482,13 +15542,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Eschwege West 00Eschwege West
- 000002
@@ -14509,13 +15571,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Eschweiler Hbf 00Eschweiler Hbf
- 000002
@@ -14536,13 +15600,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ Esens(Ostfriesl) 00Esens(Ostfriesl)
- 000002
@@ -14563,13 +15629,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen Hbf 00Essen Hbf
- 000002
@@ -14590,13 +15658,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen Stadtwald 00Essen Stadtwald
- 000001
@@ -14617,13 +15687,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen Süd 00Essen Sued
- 000001
@@ -14644,13 +15716,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen West 00Essen West
- 000001
@@ -14671,13 +15745,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Borbeck 00Essen-Borbeck
- 000001
@@ -14698,13 +15774,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Borbeck Süd 00Essen-Borbeck S
- 000001
@@ -14725,13 +15803,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Dellwig Ost 00Essen-Dellwig Ost
- 000001
@@ -14752,13 +15832,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Eiberg 00Essen-Eiberg
- 000001
@@ -14779,13 +15861,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Frohnhausen 00Essen-Frohnhausen
- 000001
@@ -14806,13 +15890,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Gerschede 00Essen-Gerschede
- 000001
@@ -14833,13 +15919,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Holthausen 00Essen-Holthausen
- 000001
@@ -14860,13 +15948,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Horst 00Essen-Horst
- 000001
@@ -14887,13 +15977,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Hügel 00Essen-Huegel
- 000001
@@ -14914,13 +16006,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Kray Nord 00Essen-Kray Nord
- 000001
@@ -14941,13 +16035,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Kray Süd 00Essen-Kray Sued
- 000001
@@ -14968,13 +16064,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Kupferdreh 00Essen-Kupferdreh
- 000001
@@ -14995,13 +16093,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Steele 00Essen-Steele
- 000001
@@ -15022,13 +16122,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Steele Ost 00Essen-Steele Ost
- 000001
@@ -15049,13 +16151,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Überruhr 00Essen-Ueberruhr
- 000001
@@ -15076,13 +16180,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Essen-Werden 00Essen-Werden
- 000001
@@ -15103,13 +16209,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Esslingen(Neckar) 00Esslingen(N)
- 000002
@@ -15130,13 +16238,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Esslingen-Mettingen 00Esslingen-Mett
- 000001
@@ -15157,13 +16267,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Esslingen-Zell 00Esslingen-Zell
- 000001
@@ -15184,13 +16296,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Euskirchen 00Euskirchen
- 000002
@@ -15211,13 +16325,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Eutin 00Eutin
- 000002
@@ -15238,13 +16354,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Eutingen im Gäu 00Eutingen im Gaeu
- 000002
@@ -15265,13 +16383,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Eutingen(Baden) 00Eutingen(Baden)
- 000001
@@ -15292,13 +16412,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Eystrup 00Eystrup
- 000002
@@ -15319,13 +16441,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Frankfurt(M)Flugh Fernbf 00FFM Flugh Fern
- 000001
@@ -15346,13 +16470,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H060
+
+ 00000
+ Falkenberg(Elster) 00Falkenberg(Elst)
- 000002
@@ -15373,13 +16499,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Fallersleben 00Fallersleben
- 000001
@@ -15400,13 +16528,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Farchant 00Farchant
- 000002
@@ -15427,13 +16557,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Fasanenpark 00Fasanenpark
- 000001
@@ -15454,13 +16586,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Faulbach(Main) 00Faulbach(Main)
- 000002
@@ -15481,13 +16615,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Favoritepark 00Favoritepark
- 000001
@@ -15508,13 +16644,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Feldberg-Bärental 00Feldberg-Baerent.
- 000002
@@ -15535,13 +16673,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Feldhausen 00Feldhausen
- 000002
@@ -15562,13 +16702,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Feldkirchen(b M) 00Feldkirchen(b M)
- 000001
@@ -15589,13 +16731,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Fellbach 00Fellbach
- 000001
@@ -15616,13 +16760,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Feucht 00Feucht
- 000002
@@ -15643,13 +16789,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Finnentrop 00Finnentrop
- 000002
@@ -15670,13 +16818,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Finningerstrasse 00Finningerstrasse
- 000001
@@ -15697,13 +16847,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Finsterwalde(Nl) 00Finsterwalde(Nl)
- 000002
@@ -15724,13 +16876,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Fischbach(Nürnberg) 00Fischbach(Nuernb)
- 000001
@@ -15751,14 +16905,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Fischbachau 00Fischbachau
- 00000
- 3
@@ -15779,13 +16935,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Fischen 00Fischen
- 000002
@@ -15806,14 +16964,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Fischhausen-Neuhaus 00Fischhausen-Neuh.
- 00000
- 3
@@ -15834,13 +16994,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ Flensburg 00Flensburg
- 000002
@@ -15861,13 +17023,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ Flensburg(Gr) 00Flensburg(Gr)
- 000002
@@ -15888,13 +17052,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Flintsbach 00Flintsbach
- 000002
@@ -15915,13 +17081,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Flöha 00Floeha
- 000002
@@ -15942,14 +17110,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ SEE
+ Föhr 00Foehr
- 00000
- 3
@@ -15970,13 +17140,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Föhren 00Foehren
- 000002
@@ -15997,13 +17169,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B100
+
+ 00000
+ Forbach(fr) 00Forbach(fr)
- 000002
@@ -16024,13 +17198,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Forchheim(Oberfr) 00Forchheim(Ofr)
- 000002
@@ -16051,13 +17227,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J060
+
+ 00000
+ Forst(Gr) 00Forst(Gr)
- 000002
@@ -16078,13 +17256,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J060
+
+ 00000
+ Forst(Lausitz) 00Forst(Lausitz)
- 000002
@@ -16105,13 +17285,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Forsthaus 00Forsthaus
- 000001
@@ -16132,13 +17314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Frankenberg(Eder) 00Frankenberg(Eder)
- 000002
@@ -16159,13 +17343,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Frankenthal Hbf 00Frankenthal Hbf
- 000002
@@ -16186,13 +17372,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Frankfurt(M)Flugh. 00Frankfurt(M)Flugh
- 000002
@@ -16213,13 +17401,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Gallusw. 00Frankfurt(M)Gallu
- 000001
@@ -16240,13 +17430,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Hauptw. 00Frankfurt(M)Haupt
- 000001
@@ -16267,13 +17459,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(Main)Hbf 00Frankfurt(M)Hbf
- 000002
@@ -16294,13 +17488,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Konst. 00Frankfurt(M)Konst
- 000001
@@ -16321,13 +17517,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Lokalbf. 00Frankfurt(M)Lokal
- 000001
@@ -16348,13 +17546,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(Main)Messe 00Frankfurt(M)Messe
- 000001
@@ -16375,13 +17575,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Mühlbg. 00Frankfurt(M)Muehl
- 000001
@@ -16402,13 +17604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Ostend. 00Frankfurt(M)O.End
- 000001
@@ -16429,13 +17633,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(Main)Ost 00Frankfurt(M)Ost
- 000001
@@ -16456,13 +17662,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Stadion 00Frankfurt(M)Stadi
- 000001
@@ -16483,13 +17691,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Stresem. 00Frankfurt(M)Stres
- 000001
@@ -16510,13 +17720,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(Main)Süd 00Frankfurt(M)Sued
- 000001
@@ -16537,13 +17749,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(M)Tsanlage 00Frankfurt(M)Tsanl
- 000001
@@ -16564,13 +17778,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt(Main)West 00Frankfurt(M)West
- 000001
@@ -16591,13 +17807,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J050
+
+ 00000
+ Frankfurt(Oder)(Gr) 00Frankfurt(O)(Gr)
- 000002
@@ -16618,13 +17836,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J050
+
+ 00000
+ Frankfurt(Oder)-Neub 00Frankfurt(O)-Neub
- 000001
@@ -16645,13 +17865,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J050
+
+ 00000
+ Frankfurt(O)-Roseng 00Frankfurt(O)Rosen
- 000001
@@ -16672,13 +17894,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J050
+
+ 00000
+ Frankfurt(Oder) 00Frankfurt(Oder)
- 000002
@@ -16699,13 +17923,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Berkersh. 00Frankfurt-Berkers
- 000001
@@ -16726,13 +17952,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Eschersh. 00Frankfurt-Eschers
- 000001
@@ -16753,13 +17981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-F. Berg 00Frankfurt-F. Berg
- 000001
@@ -16780,13 +18010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Griesheim 00Frankfurt-Grieshm
- 000001
@@ -16807,13 +18039,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Frankfurt-Höchst 00Frankfurt-Hoechst
- 000001
@@ -16834,13 +18068,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Louisa 00Frankfurt-Louisa
- 000001
@@ -16861,13 +18097,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Mainkur 00Frankfurt-Mainkur
- 000001
@@ -16888,13 +18126,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Nied 00Frankfurt-Nied
- 000001
@@ -16915,13 +18155,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Niederrad 00Frankfurt-Niederr
- 000001
@@ -16942,13 +18184,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Rödelheim 00Frankfurt-Roedelh
- 000001
@@ -16969,13 +18213,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Sindlingen 00Frankfurt-Sindl
- 000001
@@ -16996,13 +18242,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Frankfurt-Sossenheim 00Frankfurt-Sossenh
- 000001
@@ -17023,13 +18271,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Freiberg(Sachs) 00Freiberg(Sachs)
- 000002
@@ -17050,13 +18300,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg Klinikum 00Freiburg Klinikum
- 000001
@@ -17077,13 +18329,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg Messe/Uni 00Freiburg Messe
- 000001
@@ -17104,13 +18358,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg West 00Freiburg West
- 000001
@@ -17131,13 +18387,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg(Brsg)Hbf 00Freiburg(Brsg)Hbf
- 000002
@@ -17158,13 +18416,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg-Herdern 00Freiburg-Herdern
- 000001
@@ -17185,13 +18445,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg-Littenweil. 00Freiburg-Littenw
- 000001
@@ -17212,13 +18474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg-St Georgen 00Freiburg-St Georg
- 000001
@@ -17239,13 +18503,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg-Wiehre 00Freiburg-Wiehre
- 000001
@@ -17266,13 +18532,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freiburg-Zähringen 00Freiburg-Zaeh.
- 000001
@@ -17293,13 +18561,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Freilassing 00Freilassing
- 000002
@@ -17320,13 +18590,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Freising 00Freising
- 000002
@@ -17347,13 +18619,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freudenstadt Hbf 00Freudenstadt Hbf
- 000002
@@ -17374,13 +18648,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Freudenstadt Stadt 00Freudenstadt Stdt
- 000001
@@ -17401,13 +18677,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Friedberg(Hess) 00Friedberg(Hess)
- 000002
@@ -17428,13 +18706,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Friedrichroda 00Friedrichroda
- 000002
@@ -17455,13 +18735,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Friedrichsdorf(Ts) 00Friedrichsdorf/Ts
- 000002
@@ -17482,13 +18764,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen LRA 00Friedrichshfn LRA
- 000001
@@ -17509,13 +18793,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen(MS) 00Friedrichshfn(MS)
- 000002
@@ -17536,13 +18822,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen-Fiba 00Friedrichshfn-Fib
- 000001
@@ -17563,13 +18851,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen-Kluf 00Friedrichshfn-Kl
- 000001
@@ -17590,13 +18880,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen-Manz 00Friedrichshfn-M
- 000001
@@ -17617,13 +18909,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Friedrichshafen Flug 00Friedrichshfn.Flu
- 000001
@@ -17644,13 +18938,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen Haf. 00Friedrichshfn.Haf
- 000001
@@ -17671,13 +18967,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen Ost 00Friedrichshfn.Ost
- 000001
@@ -17698,13 +18996,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Friedrichshafen St. 00Friedrichshfn.St.
- 000002
@@ -17725,13 +19025,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D020
+
+ 00000
+ Friedrichstadt 00Friedrichstadt
- 000002
@@ -17752,13 +19054,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Friesenheim(Baden) 00Friesenheim(Bd)
- 000002
@@ -17779,13 +19083,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Fröndenberg 00Froendenberg
- 000002
@@ -17806,13 +19112,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Frose 00Frose
- 000002
@@ -17833,13 +19141,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H030
+
+ 00000
+ Fürstenberg(Havel) 00Fuerstenberg/Hav.
- 000002
@@ -17860,13 +19170,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Fürstenfeldbruck 00Fuerstenfeldbruck
- 000002
@@ -17887,13 +19199,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Fürstenwalde(Spree) 00Fuerstenwalde/Spr
- 000002
@@ -17914,13 +19228,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Fürth Westvorstadt 00Fuerth Westvorst
- 000001
@@ -17941,13 +19257,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Fürth(Bay)Hbf 00Fuerth(Bay)Hbf
- 000002
@@ -17968,13 +19286,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Fürth(Odenw) 00Fuerth(Odw)
- 000002
@@ -17995,13 +19315,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Fürth-Burgfarrnbach 00Fuerth-Burgfarrnb
- 000001
@@ -18022,13 +19344,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Fürth-Dambach 00Fuerth-Dambach
- 000001
@@ -18049,13 +19373,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Fürth-Unterfarrnb. 00Fuerth-Unterfarrn
- 000001
@@ -18076,13 +19402,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Fürth-Unterfürberg 00Fuerth-Unterfuerb
- 000001
@@ -18103,13 +19431,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Füssen 00Fuessen
- 000002
@@ -18130,13 +19460,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Fulda 00Fulda
- 000002
@@ -18157,13 +19489,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H090
+
+ 00000
+ Furth i Wald 00Furth i Wald
- 000002
@@ -18184,13 +19518,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H090
+
+ 00000
+ Furth i Wald(Gr) 00Furth i Wald(Gr)
- 000002
@@ -18211,14 +19547,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Gaißach 00Gaissach
- 00000
- 3
@@ -18239,13 +19577,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Galgenschanze 00Galgenschanze
- 000001
@@ -18266,13 +19606,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Garching(Alz) 00Garching(Alz)
- 000002
@@ -18293,13 +19635,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Garmisch-Partenk. 00Garmisch-Partenk.
- 000002
@@ -18320,13 +19664,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Gauting 00Gauting
- 000002
@@ -18347,13 +19693,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G040
+
+ 00000
+ Geestgottberg 00Geestgottberg
- 000002
@@ -18374,13 +19722,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Geilenkirchen 00Geilenkirchen
- 000002
@@ -18401,13 +19751,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Geisenhausen 00Geisenhausen
- 000002
@@ -18428,13 +19780,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Geislingen(Steige) 00Geislingen/Steige
- 000002
@@ -18455,14 +19809,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Geitau 00Geitau
- 00000
- 3
@@ -18483,13 +19839,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Gelnhausen 00Gelnhausen
- 000002
@@ -18510,13 +19868,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Gelsenkirchen Hbf 00Gelsenkirchen Hbf
- 000002
@@ -18537,13 +19897,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Gelsenkirchen-Rotth. 00Gelsenkirchen-Rot
- 000001
@@ -18564,13 +19926,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Geltendorf 00Geltendorf
- 000002
@@ -18591,13 +19955,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Gemünden(Main) 00Gemuenden(Main)
- 000002
@@ -18618,13 +19984,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Gengenbach 00Gengenbach
- 000002
@@ -18645,13 +20013,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Gensingen-Horrweiler 00Gensingen-Horrw.
- 000002
@@ -18672,13 +20042,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Genthin 00Genthin
- 000002
@@ -18699,13 +20071,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Gera Hbf 00Gera Hbf
- 000002
@@ -18726,13 +20100,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Gera Süd 00Gera Sued
- 000001
@@ -18753,13 +20129,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Gerlenhofen 00Gerlenhofen
- 000001
@@ -18780,13 +20158,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Germering-Unterpfaff 00Germering-Unterpf
- 000002
@@ -18807,13 +20187,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Germersheim 00Germersheim
- 000002
@@ -18834,13 +20216,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Germersheim Mitte/R. 00Germersheim Mitte
- 000001
@@ -18861,13 +20245,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Germersheim Süd/N. 00Germersheim Sued
- 000001
@@ -18888,13 +20274,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A080
+
+ 00000
+ Gerolstein 00Gerolstein
- 000002
@@ -18915,13 +20303,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Gersfeld(Rhön) 00Gersfeld(Rhoen)
- 000002
@@ -18942,13 +20332,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Gerstungen 00Gerstungen
- 000002
@@ -18969,13 +20361,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Giengen(Brenz) 00Giengen(Brenz)
- 000002
@@ -18996,13 +20390,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Gießen 00Giessen
- 000002
@@ -19023,13 +20419,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Gießen Erdkaut Weg 00Giessen Erdkaut W
- 000001
@@ -19050,13 +20448,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Gießen Licher Str 00Giessen Licher St
- 000001
@@ -19077,13 +20477,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Gießen-Oswaldsgart. 00Giessen-Oswaldsg
- 000001
@@ -19104,13 +20506,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Gifhorn 00Gifhorn
- 000002
@@ -19131,13 +20535,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Gladbeck West 00Gladbeck West
- 000002
@@ -19158,13 +20564,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Glauchau(Sachs) 00Glauchau(Sachs)
- 000002
@@ -19185,13 +20593,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Gmund(Tegernsee) 00Gmund(Tegernsee)
- 000002
@@ -19212,13 +20622,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Göppingen 00Goeppingen
- 000002
@@ -19239,13 +20651,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J060
+
+ 00000
+ Görlitz 00Goerlitz
- 000002
@@ -19266,13 +20680,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Göttingen 00Goettingen
- 000002
@@ -19293,13 +20709,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Goldshöfe 00Goldshoefe
- 000001
@@ -19320,13 +20738,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J040
+
+ 00000
+ Golzow(Oderbruch) 00Golzow(Oderbruch)
- 000002
@@ -19347,13 +20767,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Goslar 00Goslar
- 000002
@@ -19374,13 +20796,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Gotha 00Gotha
- 000002
@@ -19401,13 +20825,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Gottmadingen 00Gottmadingen
- 000002
@@ -19428,13 +20854,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Graal-Müritz 00Graal-Mueritz
- 000002
@@ -19455,13 +20883,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Graben-Neudorf 00Graben-Neudorf
- 000002
@@ -19482,13 +20912,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Graben-Neudorf Nord 00Graben-Neudorf N
- 000001
@@ -19509,13 +20941,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Gräfelfing 00Graefelfing
- 000001
@@ -19536,13 +20970,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Gräfenberg 00Graefenberg
- 000002
@@ -19563,13 +20999,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I100
+
+ 00000
+ Grafenau 00Grafenau
- 000002
@@ -19590,13 +21028,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Grafing Bahnhof 00Grafing Bahnhof
- 000002
@@ -19617,13 +21057,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Grambow 00Grambow
- 000002
@@ -19644,13 +21086,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Grambow(Gr) 00Grambow(Gr)
- 000002
@@ -19671,13 +21115,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H020
+
+ 00000
+ Greifswald 00Greifswald
- 000002
@@ -19698,13 +21144,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Grenzach 00Grenzach
- 000002
@@ -19725,13 +21173,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Grevenbroich 00Grevenbroich
- 000002
@@ -19752,13 +21202,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Grevesmühlen 00Grevesmuehlen
- 000002
@@ -19779,13 +21231,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Griesen(Oberbay) 00Griesen(Oberbay)
- 000002
@@ -19806,13 +21260,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Grießen(Baden) 00Griessen(Baden)
- 000002
@@ -19833,13 +21289,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Grötzingen 00Groetzingen
- 000001
@@ -19860,13 +21318,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Gronau(Westf) 00Gronau(Westf)
- 000002
@@ -19887,13 +21347,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Gronau(Westf)(Gr) 00Gronau(Westf)(Gr)
- 000002
@@ -19914,13 +21376,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Gronsdorf 00Gronsdorf
- 000001
@@ -19941,13 +21405,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Groß Gerau 00Gross Gerau
- 000002
@@ -19968,13 +21434,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Groß Schönebeck 00Gross Schoenebeck
- 000002
@@ -19995,13 +21463,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Großhesselohe Isart 00Grosshesselohe I.
- 000001
@@ -20022,13 +21492,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Grünstadt 00Gruenstadt
- 000002
@@ -20049,13 +21521,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Gruiten 00Gruiten
- 000002
@@ -20076,13 +21550,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J050
+
+ 00000
+ Grunow(Nl) 00Grunow(Nl)
- 000002
@@ -20103,13 +21579,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Günzburg 00Guenzburg
- 000002
@@ -20130,13 +21608,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Güsen(b Genthin) 00Guesen(Genthin)
- 000002
@@ -20157,13 +21637,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Güsten 00Guesten
- 000002
@@ -20184,13 +21666,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Güstrow 00Guestrow
- 000002
@@ -20211,13 +21695,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Güterglück 00Gueterglueck
- 000002
@@ -20238,13 +21724,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Gütersloh Hbf 00Guetersloh
- 000002
@@ -20265,13 +21753,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Gummersbach 00Gummersbach
- 000002
@@ -20292,13 +21782,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Gundelfingen(Breisg) 00Gundelfingen(Bsg)
- 000001
@@ -20319,13 +21811,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Gunzenhausen 00Gunzenhausen
- 000002
@@ -20346,13 +21840,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Gutenfürst 00Gutenfuerst
- 000002
@@ -20373,13 +21869,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Klein Flottb 00HH Klein Flottb
- 000001
@@ -20400,13 +21898,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Haar 00Haar
- 000001
@@ -20427,13 +21927,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hagen Hbf 00Hagen Hbf
- 000002
@@ -20454,13 +21956,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hagen-Heubing 00Hagen-Heubing
- 000001
@@ -20481,13 +21985,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hagen-Vorhalle 00Hagen-Vorhalle
- 000001
@@ -20508,13 +22014,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hagen-Wehringhausen 00Hagen-Wehringhaus
- 000001
@@ -20535,13 +22043,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hagen-Westerbauer 00Hagen-Westerbauer
- 000001
@@ -20562,13 +22072,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Hagenow Land 00Hagenow Land
- 000002
@@ -20589,13 +22101,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Halberstadt 00Halberstadt
- 000002
@@ -20616,13 +22130,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Haldensleben 00Haldensleben
- 000002
@@ -20643,13 +22159,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Dessauer Br 00Halle Dessauer Br
- 000001
@@ -20670,13 +22188,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Messe 00Halle Messe
- 000001
@@ -20697,13 +22217,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Rosengarten 00Halle Rosengarten
- 000001
@@ -20724,13 +22246,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Steintorbr 00Halle Steintor
- 000001
@@ -20751,13 +22275,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Südstadt 00Halle Suedstadt
- 000001
@@ -20778,13 +22304,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Wohnstadt Nord 00Halle Wohnstadt N
- 000001
@@ -20805,13 +22333,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Zoo 00Halle Zoo
- 000001
@@ -20832,13 +22362,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle Zscherbener S 00Halle Zscherben.S
- 000001
@@ -20859,13 +22391,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle(Saale)Hbf 00Halle(Saale)
- 000002
@@ -20886,13 +22420,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle-Ammendorf 00Halle-Ammendorf
- 000001
@@ -20913,13 +22449,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle-Neustadt 00Halle-Neustadt
- 000001
@@ -20940,13 +22478,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle-Nietleben 00Halle-Nietleben
- 000001
@@ -20967,13 +22507,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle-Silberhöhe 00Halle-Silberhoehe
- 000001
@@ -20994,13 +22536,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Halle-Trotha 00Halle-Trotha
- 000001
@@ -21021,13 +22565,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Halstenbek 00Halstenbek
- 000001
@@ -21048,13 +22594,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Haltern am See 00Haltern am See
- 000002
@@ -21075,13 +22623,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Haltingen 00Haltingen
- 000002
@@ -21102,13 +22652,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Airport 00Hamburg Airport
- 000001
@@ -21129,13 +22681,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Alte Wöhr 00Hamburg Alte Wohr
- 000001
@@ -21156,13 +22710,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Berliner Tor 00Hamburg Berl. Tor
- 000001
@@ -21183,13 +22739,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Billw.Moorfl 00Hamburg Billw.M.
- 000001
@@ -21210,13 +22768,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Dammtor 00Hamburg Dammtor
- 000001
@@ -21237,13 +22797,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Diebsteich 00Hamburg Diebst.
- 000001
@@ -21264,13 +22826,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Elbgaustr. 00Hamburg Elbgaustr
- 000001
@@ -21291,13 +22855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Friedrichsb. 00Hamburg Friedrich
- 000001
@@ -21318,13 +22884,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Hasselbrook 00Hamburg Hasselbr.
- 000001
@@ -21345,13 +22913,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Hbf 00Hamburg Hbf
- 000001
@@ -21372,13 +22942,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Hochkamp 00Hamburg Hochkamp
- 000001
@@ -21399,13 +22971,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Hoheneichen 00Hamburg Hoheneich
- 000001
@@ -21426,13 +23000,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Holstenstr. 00Hamburg Holststr.
- 000001
@@ -21453,13 +23029,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Jungfernst. 00Hamburg Jungferns
- 000001
@@ -21480,13 +23058,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Königstr. 00Hamburg Koenigstr
- 000001
@@ -21507,13 +23087,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Kornweg/Kl.B 00Hamburg Kornweg
- 000001
@@ -21534,13 +23116,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Landungsbr. 00Hamburg Landungsb
- 000001
@@ -21561,13 +23145,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Landwehr 00Hamburg Landwehr
- 000001
@@ -21588,13 +23174,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Mittl.Lanw. 00Hamburg Mittl.Lan
- 000001
@@ -21615,13 +23203,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Neuwiedenth. 00Hamburg Neuwieden
- 000001
@@ -21642,13 +23232,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Reeperbahn 00Hamburg Reeperb.
- 000001
@@ -21669,13 +23261,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Rübenkamp 00Hamburg Ruebenk
- 000001
@@ -21696,13 +23290,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Stadthausbr. 00Hamburg Stdthausb
- 000001
@@ -21723,13 +23319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Sternschanze 00Hamburg Sternsch
- 000002
@@ -21750,13 +23348,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg Wandsb.Chaus 00Hamburg Wandsb.Ch
- 000001
@@ -21777,13 +23377,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Allermöhe 00Hamburg-Allerm
- 000001
@@ -21804,13 +23406,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Altona 00Hamburg-Altona
- 000001
@@ -21831,13 +23435,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Bahrenfeld 00Hamburg-Bahrenf
- 000001
@@ -21858,13 +23464,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Barmbek 00Hamburg-Barmbek
- 000001
@@ -21885,13 +23493,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Bergedorf 00Hamburg-Bergedorf
- 000001
@@ -21912,13 +23522,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Blankenese 00Hamburg-Blanken.
- 000001
@@ -21939,13 +23551,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Eidelstedt 00Hamburg-Eidelst.
- 000001
@@ -21966,13 +23580,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Hammerbrook 00Hamburg-Hammerbr
- 000001
@@ -21993,13 +23609,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Harburg 00Hamburg-Harburg
- 000002
@@ -22020,13 +23638,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Harburg Rath 00Hamburg-Harburg R
- 000001
@@ -22047,13 +23667,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Heimfeld 00Hamburg-Heimfeld
- 000001
@@ -22074,13 +23696,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Iserbrook 00Hamburg-Iserbrook
- 000001
@@ -22101,13 +23725,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Langenfelde 00Hamburg-Langenf
- 000001
@@ -22128,13 +23754,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Nettelnburg 00Hamburg-Nettelnb
- 000001
@@ -22155,13 +23783,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Neugraben 00Hamburg-Neugraben
- 000001
@@ -22182,13 +23812,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Ohlsdorf 00Hamburg-Ohlsdorf
- 000001
@@ -22209,13 +23841,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Othmarschen 00Hamburg-Othmarsch
- 000001
@@ -22236,13 +23870,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Poppenb. 00Hamburg-Poppenb
- 000001
@@ -22263,13 +23899,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Rahlstedt 00Hamburg-Rahlstedt
- 000001
@@ -22290,13 +23928,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Rissen 00Hamburg-Rissen
- 000001
@@ -22317,13 +23957,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Rothenb.Ort 00Hamburg-Rothenb.O
- 000001
@@ -22344,13 +23986,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Stellingen 00Hamburg-Stelling
- 000001
@@ -22371,13 +24015,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Sülldorf 00Hamburg-Suelldorf
- 000001
@@ -22398,13 +24044,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Tiefstack 00Hamburg-Tiefstack
- 000001
@@ -22425,13 +24073,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Tonndorf 00Hamburg-Tonndorf
- 000001
@@ -22452,13 +24102,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Veddel 00Hamburg-Veddel
- 000001
@@ -22479,13 +24131,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Wandsbek 00Hamburg-Wandsbek
- 000001
@@ -22506,13 +24160,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Wellingsb. 00Hamburg-Wellingsb
- 000001
@@ -22533,13 +24189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hamburg-Wilhelmsburg 00Hamburg-Wilhelmsb
- 000001
@@ -22560,13 +24218,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Hameln 00Hameln
- 000002
@@ -22587,13 +24247,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Hamm(Westf) 00Hamm(Westf)
- 000002
@@ -22614,13 +24276,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Hanau Hbf 00Hanau Hbf
- 000002
@@ -22641,13 +24305,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Hanau Nord 00Hanau Nord
- 000001
@@ -22668,13 +24334,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Hanau West 00Hanau West
- 000001
@@ -22695,13 +24363,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Hann Münden 00Hann Muenden
- 000002
@@ -22722,13 +24392,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover Ander.Misb. 00Hannover Ander.M
- 000001
@@ -22749,13 +24421,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover Bismarckstr 00Hannover Bismarck
- 000001
@@ -22776,13 +24450,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover Flughafen 00Hannover Flugh.
- 000002
@@ -22803,13 +24479,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover Hbf 00Hannover Hbf
- 000002
@@ -22830,13 +24508,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover Wiech-Allee 00Hannover Wiech-A
- 000001
@@ -22857,13 +24537,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover-Bornum 00Hannover-Bornum
- 000001
@@ -22884,13 +24566,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover-Kleefeld 00Hannover-Kleefeld
- 000001
@@ -22911,13 +24595,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover-Ledeburg 00Hannover-Ledeburg
- 000001
@@ -22938,13 +24624,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover-Leinhausen 00Hannover-Leinh
- 000001
@@ -22965,13 +24653,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover-Linden/Fi. 00Hannover-Linden
- 000001
@@ -22992,13 +24682,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover-Nordstadt 00Hannover-Nordst
- 000001
@@ -23019,13 +24711,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hannover-Vinnhorst 00Hannover-Vinnh
- 000001
@@ -23046,13 +24740,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ HannoverMesseLaatzen 00HannoverMesseLaat
- 000001
@@ -23073,13 +24769,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B100
+
+ 00000
+ Hanweiler(Gr) 00Hanweiler(Gr)
- 000002
@@ -23100,13 +24798,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Hartenstein 00Hartenstein
- 000002
@@ -23127,13 +24827,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Harthaus 00Harthaus
- 000001
@@ -23154,13 +24856,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Haslach 00Haslach
- 000002
@@ -23181,13 +24885,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Haßfurt 00Hassfurt
- 000002
@@ -23208,13 +24914,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Haßloch(Pfalz) 00Hassloch(Pfalz)
- 000002
@@ -23235,13 +24943,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hattingen(Ruhr) 00Hattingen(Ruhr)
- 000002
@@ -23262,13 +24972,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Hausach 00Hausach
- 000002
@@ -23289,14 +25001,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Hausham 00Hausham
- 00000
- 3
@@ -23317,13 +25031,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Hechingen 00Hechingen
- 000002
@@ -23344,13 +25060,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Heessen 00Heessen
- 000001
@@ -23371,13 +25089,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Hegne 00Hegne
- 000002
@@ -23398,13 +25118,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D020
+
+ 00000
+ Heide(Holst) 00Heide(Holst)
- 000002
@@ -23425,13 +25147,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heidelb.-W/S.stadt 00Heidelb.-W/S.
- 000001
@@ -23452,13 +25176,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heidelb.K/Rohrbach 00Heidelb.K/Rohrb
- 000001
@@ -23479,13 +25205,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heidelb.Orthopädie 00Heidelb.Orthopaed
- 000001
@@ -23506,13 +25234,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heidelb.P/Wieblingen 00Heidelb.P/Wiebl
- 000001
@@ -23533,13 +25263,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heidelb.Sch/Z.hausen 00Heidelb.Sch/Z.
- 000001
@@ -23560,13 +25292,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heidelberg Hbf 00Heidelberg Hbf
- 000002
@@ -23587,13 +25321,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heidelberg-Altstadt 00Heidelberg-Altst
- 000001
@@ -23614,13 +25350,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Heidenheim 00Heidenheim
- 000002
@@ -23641,13 +25379,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Heidkrug 00Heidkrug
- 000001
@@ -23668,13 +25408,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Heilbr-Böckingen BZ 00Heilbr-Boeckingen
- 000001
@@ -23695,13 +25437,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Heilbronn Hbf 00Heilbronn
- 000002
@@ -23722,13 +25466,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Heilbr.Harmon/Fried 00Heilbronn Harmon
- 000001
@@ -23749,13 +25495,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Heilbronn Sülmertor 00Heilbronn Suelm.
- 000001
@@ -23776,13 +25524,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Heilbronn Trappensee 00Heilbronn Trappen
- 000001
@@ -23803,13 +25553,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Heitersheim 00Heitersheim
- 000002
@@ -23830,13 +25582,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Heiterwang-Plansee 00Heiterwang-Plans
- 000002
@@ -23857,14 +25611,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C020
+
+ 00000
+ SEE
+ Helgoland 00Helgoland
- 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 00Helgoland Kat.
- 00000
- 3
@@ -23913,13 +25671,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Helmbrechts 00Helmbrechts
- 000002
@@ -23940,13 +25700,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Helmstedt 00Helmstedt
- 000002
@@ -23967,13 +25729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Hennen 00Hennen
- 000001
@@ -23994,13 +25758,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Hennigsdorf(Berlin) 00Hennigsdorf(Berl)
- 000002
@@ -24021,13 +25787,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Heppenheim(Bergstr) 00Heppenheim(Bgstr)
- 000002
@@ -24048,13 +25816,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Herbertingen 00Herbertingen
- 000002
@@ -24075,13 +25845,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Herbolzheim(Breisg) 00Herbolzheim(Brsg)
- 000002
@@ -24102,13 +25874,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Herborn(Dillkr) 00Herborn(Dillkr)
- 000002
@@ -24129,13 +25903,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Herford 00Herford
- 000002
@@ -24156,13 +25932,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Hergatz 00Hergatz
- 000002
@@ -24183,13 +25961,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Herlasgrün 00Herlasgruen
- 000002
@@ -24210,13 +25990,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Herne 00Herne
- 000002
@@ -24237,13 +26019,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Herne-Börnig 00Herne-Boernig
- 000001
@@ -24264,13 +26048,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Herrath 00Herrath
- 000001
@@ -24291,13 +26077,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Herrenberg 00Herrenberg
- 000002
@@ -24318,13 +26106,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Herrnburg 00Herrnburg
- 000002
@@ -24345,13 +26135,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Herrsching 00Herrsching
- 000002
@@ -24372,13 +26164,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Hersbruck(r Pegnitz) 00Hersbruck(r Pegn)
- 000002
@@ -24399,13 +26193,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hervest-Dorsten 00Hervest-Dorsten
- 000002
@@ -24426,13 +26222,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Herzberg(Harz) 00Herzberg(Harz)
- 000002
@@ -24453,13 +26251,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Herzogenrath 00Herzogenrath
- 000002
@@ -24480,13 +26280,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Herzogenrath(Gr) 00Herzogenrath(Gr)
- 000002
@@ -24507,13 +26309,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Hesepe 00Hesepe
- 000002
@@ -24534,13 +26338,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Hettstedt 00Hettstedt
- 000002
@@ -24561,13 +26367,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Hetzerath 00Hetzerath
- 000002
@@ -24588,13 +26396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hildesheim Hbf 00Hildesheim
- 000002
@@ -24615,13 +26425,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Hildesheim Ost 00Hildesheim Ost
- 000001
@@ -24642,13 +26454,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Hilpoltstein 00Hilpoltstein
- 000002
@@ -24669,13 +26483,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Himmelreich 00Himmelreich
- 000002
@@ -24696,13 +26512,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Hinterzarten 00Hinterzarten
- 000002
@@ -24723,13 +26541,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Hittfeld 00Hittfeld
- 000001
@@ -24750,13 +26570,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Hochheim(Main) 00Hochheim(Main)
- 000001
@@ -24777,13 +26599,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Hochspeyer 00Hochspeyer
- 000001
@@ -24804,13 +26628,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Hockenheim 00Hockenheim
- 000002
@@ -24831,13 +26657,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Hockeroda 00Hockeroda
- 000002
@@ -24858,13 +26686,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E040
+
+ 00000
+ Hodenhagen 00Hodenhagen
- 000002
@@ -24885,13 +26715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Höchst(Odenw) 00Hoechst(Odw)
- 000002
@@ -24912,13 +26744,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Höllriegelskreuth 00Hoellriegelskr.
- 000001
@@ -24939,13 +26773,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Hövelhof 00Hoevelhof
- 000001
@@ -24966,13 +26802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Hof Hbf 00Hof Hbf
- 000002
@@ -24993,13 +26831,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Hofen(b Aalen) 00Hofen(b Aalen)
- 000001
@@ -25020,13 +26860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Hofheim(Taunus) 00Hofheim(Taunus)
- 000002
@@ -25047,13 +26889,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Hofheim(Unterfr) 00Hofheim(Ufr)
- 000002
@@ -25074,13 +26918,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Hohenbudberg Bayerw. 00Hohenbudberg Bay
- 000001
@@ -25101,13 +26947,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Hohenlimburg 00Hohenlimburg
- 000001
@@ -25128,13 +26976,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Holthusen 00Holthusen
- 000002
@@ -25155,13 +27005,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Holzdorf(b Weimar) 00Holzdorf (Weimar)
- 000001
@@ -25182,13 +27034,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Holzheim(b Neuss) 00Holzheim(b Neuss)
- 000001
@@ -25209,13 +27063,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Holzkirchen 00Holzkirchen
- 000002
@@ -25236,13 +27092,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Holzminden 00Holzminden
- 000002
@@ -25263,13 +27121,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Holzwickede 00Holzwickede
- 000002
@@ -25290,13 +27150,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Homburg(Saar)Hbf 00Homburg(Saar)Hbf
- 000002
@@ -25317,13 +27179,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Horb 00Horb
- 000002
@@ -25344,13 +27208,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Horn-Bad Meinberg 00Horn-Bad Meinberg
- 000002
@@ -25371,13 +27237,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Hornberg(Schwarzw) 00Hornberg(Schw)
- 000002
@@ -25398,13 +27266,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Horrem 00Horrem
- 000002
@@ -25425,13 +27295,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Hosena 00Hosena
- 000002
@@ -25452,13 +27324,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Hoyerswerda 00Hoyerswerda
- 000002
@@ -25479,13 +27353,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Hoykenkamp 00Hoykenkamp
- 000001
@@ -25506,13 +27382,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ Husum 00Husum
- 000002
@@ -25533,13 +27411,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A010
+
+ 00000
+ ICE 00ICE
- 000001
@@ -25560,13 +27440,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Ibbenbüren 00Ibbenbueren
- 000002
@@ -25587,13 +27469,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Idar-Oberstein 00Idar-Oberstein
- 000002
@@ -25614,13 +27498,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Idstein(Taunus) 00Idstein(Taunus)
- 000002
@@ -25641,13 +27527,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Igel 00Igel
- 000002
@@ -25668,13 +27556,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Igel(Gr) 00Igel(Gr)
- 000002
@@ -25695,13 +27585,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Igersheim 00Igersheim
- 000001
@@ -25722,13 +27614,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Illertissen 00Illertissen
- 000002
@@ -25749,13 +27643,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Ilmenau 00Ilmenau
- 000002
@@ -25776,13 +27672,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Immendingen 00Immendingen
- 000002
@@ -25803,13 +27701,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Immenstadt 00Immenstadt
- 000002
@@ -25830,13 +27730,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Ingelheim 00Ingelheim
- 000002
@@ -25857,13 +27759,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Ingolstadt Hbf 00Ingolstadt
- 000002
@@ -25884,13 +27788,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Ingolstadt Nord 00Ingolstadt Nord
- 000001
@@ -25911,13 +27817,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Iserlohn 00Iserlohn
- 000002
@@ -25938,13 +27846,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Iserlohnerheide 00Iserlohnerheide
- 000001
@@ -25965,13 +27875,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Isselhorst-Avenwedde 00Isselhorst-Avenw.
- 000001
@@ -25992,13 +27904,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Istein 00Istein
- 000002
@@ -26019,13 +27933,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Itzehoe 00Itzehoe
- 000002
@@ -26046,13 +27962,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Jägersfreude 00Jaegersfreude
- 000001
@@ -26073,13 +27991,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Jena Saalbf 00Jena
- 000002
@@ -26100,13 +28020,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Jena Paradies 00Jena Paradies
- 000001
@@ -26127,13 +28049,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Jena West 00Jena West
- 000001
@@ -26154,13 +28078,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Jena-Göschwitz 00Jena-Goeschwitz
- 000001
@@ -26181,13 +28107,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Jena-Zwätzen 00Jena-Zwaetzen
- 000001
@@ -26208,13 +28136,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H080
+
+ 00000
+ Johanngeorgenstadt 00Johanngeorgenstdt
- 000002
@@ -26235,13 +28165,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Jossa 00Jossa
- 000002
@@ -26262,13 +28194,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Jüterbog 00Jueterbog
- 000002
@@ -26289,14 +28223,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ SEE
+ Juist 00Juist
- 00000
- 3
@@ -26317,13 +28253,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Kaiserslautern Hbf 00Kaiserslautern
- 000002
@@ -26344,13 +28282,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Kaiserslautern Pfaff 00Kaiserslautern Pf
- 000001
@@ -26371,13 +28311,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Kaiserslautern West 00Kaiserslautern W
- 000001
@@ -26398,13 +28340,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Kaldenkirchen 00Kaldenkirchen
- 000002
@@ -26425,13 +28369,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Kall 00Kall
- 000002
@@ -26452,13 +28398,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Kaltenbrunn(Oberbay) 00Kaltenbrunn(Obb)
- 000002
@@ -26479,13 +28427,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Kalthof(Kr Iserlohn) 00Kalthof(Iserlohn)
- 000001
@@ -26506,13 +28456,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Karlsruhe Hbf 00Karlsruhe
- 000002
@@ -26533,13 +28485,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Karlsruhe West 00Karlsruhe West
- 000001
@@ -26560,13 +28514,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Karlsruhe-Durlach 00Karlsruhe-Durlach
- 000001
@@ -26587,13 +28543,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Karlsruhe-Hagsfeld 00Karlsruhe-Hagsf
- 000001
@@ -26614,13 +28572,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Karlsruhe-Knielingen 00Karlsruhe-Kniel
- 000001
@@ -26641,13 +28601,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Karlsruhe-Mühlburg 00Karlsruhe-Muehlb
- 000001
@@ -26668,13 +28630,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Karthaus 00Karthaus
- 000002
@@ -26695,13 +28659,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Kassel Hbf 00Kassel Hbf
- 000001
@@ -26722,13 +28688,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Kassel-Harleshausen 00Kassel-Harleshaus
- 000001
@@ -26749,13 +28717,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Kassel-Oberzwehren 00Kassel-Oberzwehr.
- 000001
@@ -26776,13 +28746,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Kassel-Wilhelmshöhe 00Kassel-Wilhelmsh.
- 000002
@@ -26803,13 +28775,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Katzhütte 00Katzhuette
- 000002
@@ -26830,13 +28804,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Katzwang 00Katzwang
- 000001
@@ -26857,13 +28833,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Kaufbeuren 00Kaufbeuren
- 000002
@@ -26884,13 +28862,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Kaufering 00Kaufering
- 000002
@@ -26911,13 +28891,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Kehl 00Kehl
- 000002
@@ -26938,13 +28920,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Kehl(Gr) 00Kehl(Gr)
- 000002
@@ -26965,13 +28949,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Kempen(Niederrhein) 00Kempen(Nrh)
- 000002
@@ -26992,13 +28978,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Kempten(Allgäu)Hbf 00Kempten(Allg)Hbf
- 000002
@@ -27019,13 +29007,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Kempten(Allgäu)Ost 00Kempten(Allg)Ost
- 000001
@@ -27046,13 +29036,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Kennelgarten 00Kennelgarten
- 000001
@@ -27073,13 +29065,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Kenzingen 00Kenzingen
- 000002
@@ -27100,13 +29094,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Kettwig 00Kettwig
- 000001
@@ -27127,13 +29123,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Kettwig Stausee 00Kettwig Stausee
- 000001
@@ -27154,13 +29152,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Kiefersfelden 00Kiefersfelden
- 000002
@@ -27181,13 +29181,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Kiel Hbf 00Kiel Hbf
- 000002
@@ -27208,13 +29210,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Kiel-Elmschenhagen 00Kiel-Elmschenhag
- 000001
@@ -27235,13 +29239,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
Z990
+
+ 00000
+ Kiel-Hassee CITTI-P. 00Kiel-Hassee CITTI
- 000001
@@ -27262,13 +29268,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Kirchenlaibach 00Kirchenlaibach
- 000002
@@ -27289,13 +29297,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Kirchheim(Teck) 00Kirchheim(Teck)
- 000002
@@ -27316,13 +29326,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Kirchzarten 00Kirchzarten
- 000002
@@ -27343,13 +29355,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Kißlegg 00Kisslegg
- 000002
@@ -27370,13 +29384,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Klais 00Klais
- 000002
@@ -27397,13 +29413,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Kleinkems 00Kleinkems
- 000002
@@ -27424,13 +29442,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Kleve 00Kleve
- 000002
@@ -27451,13 +29471,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J060
+
+ 00000
+ Klinge 00Klinge
- 000002
@@ -27478,13 +29500,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Kloster Bronnbach 00Kloster Bronnbach
- 000001
@@ -27505,13 +29529,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Knautnaundorf 00Knautnaundorf
- 000001
@@ -27532,13 +29558,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Koblenz Hbf 00Koblenz Hbf
- 000002
@@ -27559,13 +29587,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Koblenz-Lützel 00Koblenz-Luetzel
- 000001
@@ -27586,13 +29616,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Kochel 00Kochel
- 000002
@@ -27613,13 +29645,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Airport-Busin. 00Koeln Airport-B
- 000001
@@ -27640,13 +29674,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Frankfurter St 00Koeln Frankf. St
- 000001
@@ -27667,13 +29703,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Geldernstr/P. 00Koeln Geldernstr
- 000001
@@ -27694,13 +29732,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Hansaring 00Koeln Hansaring
- 000001
@@ -27721,13 +29761,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Hbf 00Koeln Hbf
- 000002
@@ -27748,13 +29790,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Messe/Deutz 00Koeln Messe/Deutz
- 000001
@@ -27775,13 +29819,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Steinstraße 00Koeln Steinstr
- 000001
@@ -27802,13 +29848,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Süd 00Koeln Sued
- 000001
@@ -27829,13 +29877,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Trimbornstr 00Koeln Trimbornstr
- 000001
@@ -27856,13 +29906,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln Volkhov.Weg 00Koeln Volkhov.Weg
- 000001
@@ -27883,13 +29935,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln West 00Koeln West
- 000001
@@ -27910,13 +29964,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Blumenberg 00Koeln-Blumenberg
- 000001
@@ -27937,13 +29993,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Buchforst 00Koeln-Buchforst
- 000001
@@ -27964,13 +30022,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Chorweiler N 00Koeln-Chorw.N
- 000001
@@ -27991,13 +30051,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Chorweiler 00Koeln-Chorweiler
- 000001
@@ -28018,13 +30080,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Dellbrück 00Koeln-Dellbrueck
- 000001
@@ -28045,13 +30109,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Ehrenfeld 00Koeln-Ehrenfeld
- 000001
@@ -28072,13 +30138,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Holweide 00Koeln-Holweide
- 000001
@@ -28099,13 +30167,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Longerich 00Koeln-Longerich
- 000001
@@ -28126,13 +30196,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Mülheim 00Koeln-Muelheim
- 000001
@@ -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 00Koeln-Muengersd
- 000001
@@ -28180,13 +30254,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Nippes 00Koeln-Nippes
- 000001
@@ -28207,13 +30283,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Stammheim 00Koeln-Stammheim
- 000001
@@ -28234,13 +30312,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln-Worringen 00Koeln-Worringen
- 000001
@@ -28261,13 +30341,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Köln/Bonn Flughafen 00Koeln/Bonn Flugh
- 000001
@@ -28288,13 +30370,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Köndringen 00Koendringen
- 000002
@@ -28315,13 +30399,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Königs Wusterhausen 00Koenigs Wusterhsn
- 000002
@@ -28342,13 +30428,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Königshofen(Baden) 00Koenigshofen(Bad)
- 000001
@@ -28369,13 +30457,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Königswinter 00Koenigswinter
- 000002
@@ -28396,13 +30486,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Könnern 00Koennern
- 000002
@@ -28423,13 +30515,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Köthen 00Koethen
- 000002
@@ -28450,13 +30544,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Kohlscheid 00Kohlscheid
- 000002
@@ -28477,13 +30573,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Kollmarsreute 00Kollmarsreute
- 000002
@@ -28504,13 +30602,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Konstanz 00Konstanz
- 000002
@@ -28531,13 +30631,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Konstanz-Fürstenb. 00Konstanz-Fuersten
- 000001
@@ -28558,13 +30660,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Konstanz-Petersh. 00Konstanz-Petersh.
- 000001
@@ -28585,13 +30689,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Konstanz-Wollmat 00Konstanz-Wollmat
- 000001
@@ -28612,13 +30718,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Korbach 00Korbach
- 000002
@@ -28639,13 +30747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Kork 00Kork
- 000002
@@ -28666,13 +30776,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Korntal 00Korntal
- 000001
@@ -28693,13 +30805,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Kornwestheim Pbf 00Kornwestheim Pbf
- 000001
@@ -28720,13 +30834,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J040
+
+ 00000
+ Kostrzyn(Gr) 00Kostrzyn(Gr)
- 000002
@@ -28747,13 +30863,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Kranichfeld 00Kranichfeld
- 000002
@@ -28774,13 +30892,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Krefeld Hbf 00Krefeld
- 000002
@@ -28801,13 +30921,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Krefeld-Linn 00Krefeld-Linn
- 000001
@@ -28828,13 +30950,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Krefeld-Oppum 00Krefeld-Oppum
- 000001
@@ -28855,13 +30979,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Krefeld-Uerdingen 00Krefeld-Uerdingen
- 000001
@@ -28882,13 +31008,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Kreiensen 00Kreiensen
- 000002
@@ -28909,13 +31037,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Kressbronn 00Kressbronn
- 000002
@@ -28936,13 +31066,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Kreuz Konz 00Kreuz Konz
- 000002
@@ -28963,13 +31095,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Kreuzberg(Ahr) 00Kreuzberg(Ahr)
- 000002
@@ -28990,13 +31124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Kreuzstraße 00Kreuzstrasse
- 000002
@@ -29017,13 +31153,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Kreuztal 00Kreuztal
- 000002
@@ -29044,13 +31182,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Kronach 00Kronach
- 000002
@@ -29071,13 +31211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Kronberg(Taunus) 00Kronberg(Taunus)
- 000002
@@ -29098,13 +31240,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Krupunder 00Krupunder
- 000001
@@ -29125,13 +31269,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J040
+
+ 00000
+ Küstrin-Kietz 00Kuestrin-Kietz
- 000002
@@ -29152,13 +31298,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Kufstein 00Kufstein
- 000002
@@ -29179,13 +31327,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Kulmbach 00Kulmbach
- 000002
@@ -29206,13 +31356,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A080
+
+ 00000
+ Kyllburg 00Kyllburg
- 000002
@@ -29233,13 +31385,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Lähn 00Laehn
- 000002
@@ -29260,13 +31414,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Lage(Lippe) 00Lage(Lippe)
- 000002
@@ -29287,13 +31443,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Lahr(Schwarzw) 00Lahr(Schw)
- 000002
@@ -29314,13 +31472,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Lampertheim 00Lampertheim
- 000002
@@ -29341,13 +31501,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Landau(Isar) 00Landau(Isar)
- 000002
@@ -29368,13 +31530,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Landau(Pfalz)Hbf 00Landau(Pfalz)Hbf
- 000002
@@ -29395,13 +31559,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Landsberg(Lech) 00Landsberg(Lech)
- 000002
@@ -29422,13 +31588,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Landshut(Bay)Hbf 00Landshut(Bay)Hbf
- 000002
@@ -29449,13 +31617,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Landstuhl 00Landstuhl
- 000002
@@ -29476,13 +31646,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Langebrück(Sachs) 00Langebrueck(S)
- 000001
@@ -29503,13 +31675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Langen(Hess) 00Langen(Hess)
- 000002
@@ -29530,13 +31704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Langenargen 00Langenargen
- 000002
@@ -29557,13 +31733,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Langenfeld(Rhld) 00Langenfeld(Rhl)
- 000002
@@ -29584,13 +31762,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Langenhagen Pferdem. 00Langenhagen Pfer.
- 000002
@@ -29611,14 +31791,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ SEE
+ Langeoog 00Langeoog
- 00000
- 3
@@ -29639,13 +31821,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Langmeil(Pfalz) 00Langmeil(Pfalz)
- 000001
@@ -29666,13 +31850,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B040
+
+ 00000
+ Lathen 00Lathen
- 000002
@@ -29693,13 +31879,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Lauchringen 00Lauchringen
- 000002
@@ -29720,13 +31908,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Lauda 00Lauda
- 000002
@@ -29747,13 +31937,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Lauenförde-Beverung 00Lauenfoerde-Beve.
- 000002
@@ -29774,13 +31966,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Lauf(links Pegnitz) 00Lauf(l Pegnitz)
- 000002
@@ -29801,13 +31995,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Lauf(rechts Pegnitz) 00Lauf(r Pegnitz)
- 000002
@@ -29828,13 +32024,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Laufen(Oberbay) 00Laufen(Obb)
- 000002
@@ -29855,13 +32053,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Laufenburg(Baden) 00Laufenburg(Baden)
- 000002
@@ -29882,13 +32082,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Lauffen(Neckar) 00Lauffen(Neckar)
- 000002
@@ -29909,13 +32111,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Lauingen 00Lauingen
- 000002
@@ -29936,13 +32140,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Laupheim West 00Laupheim West
- 000002
@@ -29963,13 +32169,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Lauterbach(Hess)Nord 00Lauterbach(Hess)N
- 000002
@@ -29990,13 +32198,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Lauterbourg(fr) 00Lauterbourg(fr)
- 000002
@@ -30017,13 +32227,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Lauterecken-Grumbach 00Lauterecken-Grumb
- 000002
@@ -30044,13 +32256,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Lebach 00Lebach
- 000002
@@ -30071,13 +32285,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ Leer(Ostfriesl) 00Leer(Ostfriesl)
- 000002
@@ -30098,13 +32314,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Legefeld 00Legefeld
- 000001
@@ -30125,13 +32343,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Legelshurst 00Legelshurst
- 000002
@@ -30152,13 +32372,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Lehrte 00Lehrte
- 000002
@@ -30179,13 +32401,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Leichlingen 00Leichlingen
- 000002
@@ -30206,13 +32430,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Leinefelde 00Leinefelde
- 000002
@@ -30233,13 +32459,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Hbf 00Leipzig
- 000002
@@ -30260,13 +32488,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Allee-Center 00Leipzig Allee-C
- 000001
@@ -30287,13 +32517,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Ang-Crottdf 00Leipzig Ang-C
- 000001
@@ -30314,13 +32546,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Coppiplatz 00Leipzig Coppipl.
- 000001
@@ -30341,13 +32575,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Grünauer A 00Leipzig Gruenau
- 000001
@@ -30368,13 +32604,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig/Halle Flugh 00Leipzig Halle Fl
- 000001
@@ -30395,13 +32633,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Indgel West 00Leipzig Indgel W
- 000001
@@ -30422,13 +32662,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Karlsr Str 00Leipzig Karlsr St
- 000001
@@ -30449,13 +32691,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Messe 00Leipzig Messe
- 000001
@@ -30476,13 +32720,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Milt. Allee 00Leipzig Milt. A.
- 000001
@@ -30503,13 +32749,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Olbrichtstr. 00Leipzig Olbricht
- 000001
@@ -30530,13 +32778,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Ost 00Leipzig Ost
- 000001
@@ -30557,13 +32807,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Slevogtstr. 00Leipzig Slevogt
- 000001
@@ -30584,13 +32836,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig Völkersch. 00Leipzig Voelker.
- 000001
@@ -30611,13 +32865,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Connewitz 00Leipzig-Connewitz
- 000001
@@ -30638,13 +32894,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Gohlis 00Leipzig-Gohlis
- 000001
@@ -30665,13 +32923,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Heiterblick 00Leipzig-Heiterbl
- 000001
@@ -30692,13 +32952,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Knauthain 00Leipzig-Knauthain
- 000001
@@ -30719,13 +32981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Leutzsch 00Leipzig-Leutzsch
- 000001
@@ -30746,13 +33010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Lindenau 00Leipzig-Lindenau
- 000001
@@ -30773,13 +33039,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Lützschena 00Leipzig-Luetzsch
- 000001
@@ -30800,13 +33068,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Marienbrunn 00Leipzig-Marienbr
- 000001
@@ -30827,13 +33097,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Miltitz 00Leipzig-Miltitz
- 000001
@@ -30854,13 +33126,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Möckern 00Leipzig-Moeckern
- 000001
@@ -30881,13 +33155,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Paunsdorf 00Leipzig-Paunsdorf
- 000001
@@ -30908,13 +33184,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Plagwitz 00Leipzig-Plagwitz
- 000001
@@ -30935,13 +33213,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Rückmarsdf. 00Leipzig-Rueckmars
- 000001
@@ -30962,13 +33242,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Sellerhausen 00Leipzig-Sellerh
- 000001
@@ -30989,13 +33271,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Stötteritz 00Leipzig-Stoetter
- 000001
@@ -31016,13 +33300,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Thekla 00Leipzig-Thekla
- 000001
@@ -31043,13 +33329,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Leipzig-Wahren 00Leipzig-Wahren
- 000001
@@ -31070,13 +33358,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Lengede-Broistedt 00Lengede-Broistedt
- 000001
@@ -31097,14 +33387,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Lenggries 00Lenggries
- 00000
- 3
@@ -31125,13 +33417,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Lennestadt-Altenhund 00Lennestadt-Altenh
- 000002
@@ -31152,13 +33446,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Leonberg 00Leonberg
- 000002
@@ -31179,13 +33475,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Lermoos 00Lermoos
- 000002
@@ -31206,13 +33504,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Letmathe 00Letmathe
- 000001
@@ -31233,13 +33533,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Letmathe Dechenh. 00Letmathe Dechenh.
- 000001
@@ -31260,13 +33562,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Leutkirch 00Leutkirch
- 000002
@@ -31287,13 +33591,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Leverkusen Mitte 00Leverkusen Mitte
- 000002
@@ -31314,13 +33620,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Leverkusen-Küpper. 00Leverkusen-Kuepp.
- 000001
@@ -31341,13 +33649,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Leverkusen-Rheindorf 00Leverkusen-Rheind
- 000001
@@ -31368,13 +33678,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Leverkusen-Schleb. 00Leverkusen-Schleb
- 000001
@@ -31395,13 +33707,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Lichtenfels 00Lichtenfels
- 000002
@@ -31422,13 +33736,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Lichtentanne(Sachs) 00Lichtentanne(S)
- 000001
@@ -31449,13 +33765,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Liege Zone 00Liege Zone
- 000002
@@ -31476,13 +33794,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Liege-Guillemins 00Liege-Guillemins
- 000001
@@ -31503,13 +33823,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Limburg Süd 00Limburg Sued
- 000001
@@ -31530,13 +33852,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Limburg(Lahn) 00Limburg(Lahn)
- 000002
@@ -31557,13 +33881,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Lindau Hbf 00Lindau Hbf
- 000002
@@ -31584,13 +33910,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B040
+
+ 00000
+ Lingen(Ems) 00Lingen(Ems)
- 000002
@@ -31611,13 +33939,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Linz(Rhein) 00Linz(Rhein)
- 000002
@@ -31638,13 +33968,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Lippstadt 00Lippstadt
- 000002
@@ -31665,13 +33997,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Lochham 00Lochham
- 000001
@@ -31692,13 +34026,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J070
+
+ 00000
+ Löbau(Sachs) 00Loebau(Sachs)
- 000002
@@ -31719,13 +34055,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Löcknitz 00Loecknitz
- 000002
@@ -31746,13 +34084,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Löffingen 00Loeffingen
- 000002
@@ -31773,13 +34113,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Löhne(Westf) 00Loehne(Westf)
- 000002
@@ -31800,13 +34142,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Lörrach Dammstraße 00Loerrach Dammstr
- 000001
@@ -31827,13 +34171,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Lörrach Hbf 00Loerrach Hbf
- 000002
@@ -31854,13 +34200,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Lörrach Museum/Burg 00Loerrach Museum/B
- 000001
@@ -31881,13 +34229,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Lörrach Schw.waldst 00Loerrach Schw.
- 000001
@@ -31908,13 +34258,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Lörrach-Bromb./Hau 00Loerrach-B/H
- 000001
@@ -31935,13 +34287,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Lörrach-Haagen/Mess 00Loerrach-Haagen/M
- 000001
@@ -31962,13 +34316,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Lörrach-Stetten 00Loerrach-Stetten
- 000001
@@ -31989,13 +34345,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Lövenich 00Loevenich
- 000001
@@ -32016,13 +34374,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Löwenberg(Mark) 00Loewenberg(Mark)
- 000002
@@ -32043,13 +34403,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Löwental 00Loewental
- 000001
@@ -32070,13 +34432,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Lohr Bahnhof 00Lohr Bahnhof
- 000002
@@ -32097,13 +34461,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Lollar 00Lollar
- 000002
@@ -32124,13 +34490,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Luckenwalde 00Luckenwalde
- 000002
@@ -32151,13 +34519,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Ludwigsburg 00Ludwigsburg
- 000002
@@ -32178,13 +34548,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Ludwigsfelde 00Ludwigsfelde
- 000002
@@ -32205,13 +34577,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Ludwigshafen BASF S 00Ludwigshaf BASF S
- 000001
@@ -32232,13 +34606,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Ludwigshafen(Rh)Hbf 00Ludwigshaf(Rh)Hbf
- 000002
@@ -32259,13 +34635,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Ludwigshafen-Mundenh 00Ludwigshaf-Munden
- 000001
@@ -32286,13 +34664,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Ludwigshafen-Oggersh 00Ludwigshaf-Oggers
- 000001
@@ -32313,13 +34693,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Ludwigshafen-Rheing. 00Ludwigshaf-Rheing
- 000001
@@ -32340,13 +34722,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Ludwigshafen(Bodens) 00Ludwigshafen/Bods
- 000002
@@ -32367,13 +34751,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G030
+
+ 00000
+ Ludwigslust 00Ludwigslust
- 000002
@@ -32394,13 +34780,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Ludwigsstadt 00Ludwigsstadt
- 000002
@@ -32421,13 +34809,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Lübben(Spreewald) 00Luebben(Spreew)
- 000002
@@ -32448,13 +34838,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Lübbenau(Spreewald) 00Luebbenau(Spreew)
- 000002
@@ -32475,13 +34867,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Lübeck Flughafen 00Luebeck Flughafen
- 000002
@@ -32502,13 +34896,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Lübeck Hbf 00Luebeck Hbf
- 000002
@@ -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 00Luebeck St J
- 000001
@@ -32556,13 +34954,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Lübeck-Travem.Hafen 00Luebeck-Trave.Haf
- 000002
@@ -32583,13 +34983,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Lübeck-Travem.Skan. 00Luebeck-Trave.Ska
- 000001
@@ -32610,13 +35012,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Lübeck-Travem.Str. 00Luebeck-Trave.Str
- 000001
@@ -32637,13 +35041,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Lüdenscheid 00Luedenscheid
- 000002
@@ -32664,13 +35070,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Lüneburg 00Lueneburg
- 000002
@@ -32691,13 +35099,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Lünen Hbf 00Luenen Hbf
- 000002
@@ -32718,13 +35128,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Lutherst Wittenberg 00Lutherst Wittenbg
- 000002
@@ -32745,13 +35157,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Lutherstadt Eisleben 00Lutherst.Eisleben
- 000002
@@ -32772,13 +35186,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg Hasselpl 00Magdeburg Hasselp
- 000001
@@ -32799,13 +35215,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg Hbf 00Magdeburg Hbf
- 000002
@@ -32826,13 +35244,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg Herrenkrug 00Magdeburg Herrenk
- 000001
@@ -32853,13 +35273,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg SKET Ipark 00Magdeburg SKET
- 000001
@@ -32880,13 +35302,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg Sudenburg 00Magdeburg Sudenb.
- 000001
@@ -32907,13 +35331,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg Südost 00Magdeburg Suedost
- 000001
@@ -32934,13 +35360,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg-Buckau 00Magdeburg-Buckau
- 000001
@@ -32961,13 +35389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg-Eichenw 00Magdeburg-Eichenw
- 000001
@@ -32988,13 +35418,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg-Neustadt 00Magdeburg-Neust.
- 000001
@@ -33015,13 +35447,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg-Rothensee 00Magdeburg-Rothen.
- 000001
@@ -33042,13 +35476,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Magdeburg-Salbke 00Magdeburg-Salbke
- 000001
@@ -33069,13 +35505,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz Hbf 00Mainz Hbf
- 000002
@@ -33096,13 +35534,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz Nord 00Mainz Nord
- 000001
@@ -33123,13 +35563,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz Röm.Theater 00Mainz R.Theate
- 000001
@@ -33150,13 +35592,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz-Bischofsheim 00Mainz-Bischofsh.
- 000002
@@ -33177,13 +35621,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz-Gonsenheim 00Mainz-Gonsenheim
- 000001
@@ -33204,13 +35650,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz-Gustavsburg 00Mainz-Gustavsburg
- 000001
@@ -33231,13 +35679,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz-Kastel 00Mainz-Kastel
- 000001
@@ -33258,13 +35708,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz-Laubenheim 00Mainz-Laubenheim
- 000001
@@ -33285,13 +35737,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz-Marienborn 00Mainz-Marienborn
- 000001
@@ -33312,13 +35766,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mainz-Mombach 00Mainz-Mombach
- 000001
@@ -33339,13 +35795,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H030
+
+ 00000
+ Malchin 00Malchin
- 000002
@@ -33366,13 +35824,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Malsfeld 00Malsfeld
- 000002
@@ -33393,13 +35853,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim ARENA/Maim. 00Mannheim ARENA
- 000001
@@ -33420,13 +35882,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim Handelshaf 00Mannheim Handelsh
- 000001
@@ -33447,13 +35911,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim Hbf 00Mannheim Hbf
- 000002
@@ -33474,13 +35940,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Friedrichsf 00Mannheim-Friedr.
- 000001
@@ -33501,13 +35969,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Friedrich.S 00Mannheim-Friedr.S
- 000001
@@ -33528,13 +35998,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Käfertal 00Mannheim-Kaefert.
- 000001
@@ -33555,13 +36027,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Luzenberg 00Mannheim-Luzenb.
- 000001
@@ -33582,13 +36056,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Neckarau 00Mannheim-Neckarau
- 000001
@@ -33609,13 +36085,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Neckarstadt 00Mannheim-Neckarst
- 000001
@@ -33636,13 +36114,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Rheinau 00Mannheim-Rheinau
- 000001
@@ -33663,13 +36143,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Seckenheim 00Mannheim-Seckenh
- 000001
@@ -33690,13 +36172,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Mannheim-Waldhof 00Mannheim-Waldhof
- 000001
@@ -33717,13 +36201,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Marbach Ost(VS) 00Marbach Ost(VS)
- 000001
@@ -33744,13 +36230,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Marbach West(VS) 00Marbach West(VS)
- 000001
@@ -33771,13 +36259,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Marbach(Neckar) 00Marbach(Neckar)
- 000002
@@ -33798,13 +36288,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Marburg Süd 00Marburg Sued
- 000001
@@ -33825,13 +36317,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Marburg(Lahn) 00Marburg(Lahn)
- 000002
@@ -33852,13 +36346,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Marienborn 00Marienborn
- 000002
@@ -33879,13 +36375,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Markdorf(Baden) 00Markdorf(Baden)
- 000002
@@ -33906,13 +36404,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Markelfingen 00Markelfingen
- 000002
@@ -33933,13 +36433,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Markelsheim 00Markelsheim
- 000001
@@ -33960,13 +36462,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H060
+
+ 00000
+ Markkleeberg-Großst 00Markkleeberg-Grst
- 000002
@@ -33987,13 +36491,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Markt Bibart 00Markt Bibart
- 000002
@@ -34014,13 +36520,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Markt Erlbach 00Markt Erlbach
- 000002
@@ -34041,13 +36549,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Markt Schwaben 00Markt Schwaben
- 000002
@@ -34068,13 +36578,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Marktl 00Marktl
- 000002
@@ -34095,13 +36607,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Marktleuthen 00Marktleuthen
- 000001
@@ -34122,13 +36636,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Marktoberdorf Schule 00Marktoberd.Schule
- 000001
@@ -34149,13 +36665,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Marktoberdorf 00Marktoberdorf
- 000002
@@ -34176,13 +36694,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Marktredwitz 00Marktredwitz
- 000002
@@ -34203,13 +36723,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Maschen 00Maschen
- 000001
@@ -34230,13 +36752,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Maulburg 00Maulburg
- 000002
@@ -34257,13 +36781,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Maxau 00Maxau
- 000001
@@ -34284,13 +36810,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Meckelfeld 00Meckelfeld
- 000001
@@ -34311,13 +36839,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Meckenbeuren 00Meckenbeuren
- 000002
@@ -34338,13 +36868,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Mehltheuer 00Mehltheuer
- 000002
@@ -34365,13 +36897,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Meiningen 00Meiningen
- 000002
@@ -34392,13 +36926,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Meißen 00Meissen
- 000002
@@ -34419,13 +36955,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Meißen Triebischtal 00Meissen Triebisch
- 000001
@@ -34446,13 +36984,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Mellrichstadt Bf 00Mellrichstadt Bf
- 000002
@@ -34473,13 +37013,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Melsungen 00Melsungen
- 000002
@@ -34500,13 +37042,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Memmingen 00Memmingen
- 000002
@@ -34527,13 +37071,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Mengen 00Mengen
- 000002
@@ -34554,13 +37100,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B040
+
+ 00000
+ Meppen 00Meppen
- 000002
@@ -34581,13 +37129,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Mering 00Mering
- 000002
@@ -34608,13 +37158,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Merseburg 00Merseburg
- 000002
@@ -34635,13 +37187,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Merzig(Saar) 00Merzig(Saar)
- 000002
@@ -34662,13 +37216,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Meschede 00Meschede
- 000002
@@ -34689,13 +37245,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Mettlach 00Mettlach
- 000002
@@ -34716,13 +37274,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Metzingen(Württ) 00Metzingen(Wuertt)
- 000002
@@ -34743,13 +37303,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Michelstadt 00Michelstadt
- 000002
@@ -34770,13 +37332,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Michendorf 00Michendorf
- 000002
@@ -34797,14 +37361,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Miesbach 00Miesbach
- 00000
- 3
@@ -34825,13 +37391,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Miltenberg 00Miltenberg
- 000002
@@ -34852,13 +37420,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Mindelheim 00Mindelheim
- 000002
@@ -34879,13 +37449,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Minden(Westf) 00Minden(Westf)
- 000002
@@ -34906,13 +37478,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Mittenwald 00Mittenwald
- 000002
@@ -34933,13 +37507,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Mittenwald(Gr) 00Mittenwald(Gr)
- 000002
@@ -34960,13 +37536,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Mönchengladbach-Gen 00Moenchengladb-Gen
- 000001
@@ -34987,13 +37565,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Mönchengladbach-Lü 00Moenchengladb-Lue
- 000001
@@ -35014,13 +37594,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Mönchengladbach-Rhd 00Moenchengladb-Rhd
- 000001
@@ -35041,13 +37623,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Mönchengladbach Hbf 00Moenchengladb.Hbf
- 000002
@@ -35068,13 +37652,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Mörfelden 00Moerfelden
- 000002
@@ -35095,13 +37681,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Mössingen 00Moessingen
- 000002
@@ -35122,13 +37710,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Montabaur 00Montabaur
- 000002
@@ -35149,13 +37739,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Moosburg 00Moosburg
- 000002
@@ -35176,14 +37768,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Moosrain 00Moosrain
- 00000
- 3
@@ -35204,13 +37798,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Mosbach(Baden) 00Mosbach(Baden)
- 000002
@@ -35231,13 +37827,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Mosbach-Neckarelz 00Mosbach-Neckarelz
- 000002
@@ -35258,13 +37856,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Mosel 00Mosel
- 000001
@@ -35285,13 +37885,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Mühlacker 00Muehlacker
- 000002
@@ -35312,13 +37914,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Mühldorf(Oberbay) 00Muehldorf
- 000002
@@ -35339,13 +37943,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Mühlhausen(b Engen) 00Muehlhausen(Eng)
- 000002
@@ -35366,13 +37972,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Mühlhausen(Thür) 00Muehlhausen/Thuer
- 000002
@@ -35393,13 +38001,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Mülheim(Ruhr)Styr. 00Muelheim(R)Styr.
- 000001
@@ -35420,13 +38030,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Mülheim(Ruhr)West 00Muelheim(R)West
- 000001
@@ -35447,13 +38059,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Mülheim(Ruhr)Hbf 00Muelheim(Ruhr)Hbf
- 000002
@@ -35474,13 +38088,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Müllheim(Baden) 00Muellheim(Baden)
- 000002
@@ -35501,13 +38117,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Müncheberg(Mark) 00Muencheberg(Mark)
- 000002
@@ -35528,13 +38146,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Donnersb. 00Muenchen Donnersb
- 000001
@@ -35555,13 +38175,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Flug Besuch 00Muenchen Flug Bes
- 000001
@@ -35582,13 +38204,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Flughafen T 00Muenchen Flugh. T
- 000002
@@ -35609,13 +38233,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Hackerbr. 00Muenchen Hackerbr
- 000001
@@ -35636,13 +38262,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Harras 00Muenchen Harras
- 000001
@@ -35663,13 +38291,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Hbf 00Muenchen Hbf
- 000002
@@ -35690,13 +38320,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Heimeranpl. 00Muenchen Heimeran
- 000001
@@ -35717,13 +38349,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Isartor 00Muenchen Isartor
- 000001
@@ -35744,13 +38378,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Karlsplatz 00Muenchen Karlspl.
- 000001
@@ -35771,13 +38407,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Leienfels. 00Muenchen Leienf.
- 000001
@@ -35798,13 +38436,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Leuchtenb. 00Muenchen Leuchten
- 000001
@@ -35825,13 +38465,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Marienplatz 00Muenchen Marienpl
- 000001
@@ -35852,13 +38494,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Ost 00Muenchen Ost
- 000001
@@ -35879,13 +38523,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Rosenh.Pl. 00Muenchen Rosenh.P
- 000001
@@ -35906,13 +38552,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München Siemensw. 00Muenchen Siemensw
- 000001
@@ -35933,13 +38581,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München St Martin. 00Muenchen St M.
- 000001
@@ -35960,13 +38610,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Allach 00Muenchen-Allach
- 000001
@@ -35987,13 +38639,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Aubing 00Muenchen-Aubing
- 000001
@@ -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 00Muenchen-Berg a L
- 000001
@@ -36041,13 +38697,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Daglfing 00Muenchen-Daglfing
- 000001
@@ -36068,13 +38726,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Englschalk. 00Muenchen-Englsch.
- 000001
@@ -36095,13 +38755,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Fasanerie 00Muenchen-Fasan.
- 000001
@@ -36122,13 +38784,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Fasangarten 00Muenchen-Fasang.
- 000001
@@ -36149,13 +38813,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Feldmoching 00Muenchen-Feldm.
- 000001
@@ -36176,13 +38842,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Giesing 00Muenchen-Giesing
- 000001
@@ -36203,13 +38871,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Johannesk. 00Muenchen-Johannes
- 000001
@@ -36230,13 +38900,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Karlsfeld 00Muenchen-Karlsf.
- 000001
@@ -36257,13 +38929,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Laim 00Muenchen-Laim
- 000001
@@ -36284,13 +38958,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Langwied 00Muenchen-Langwied
- 000001
@@ -36311,13 +38987,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Lochhausen 00Muenchen-Lochhaus
- 000001
@@ -36338,13 +39016,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Mittersend. 00Muenchen-Mitters.
- 000001
@@ -36365,13 +39045,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Moosach 00Muenchen-Moosach
- 000001
@@ -36392,13 +39074,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Neuaubing 00Muenchen-Neuaub
- 000001
@@ -36419,13 +39103,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Neuperl.S 00Muenchen-Neup.S
- 000001
@@ -36446,13 +39132,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Obermenzing 00Muenchen-Oberm.
- 000001
@@ -36473,13 +39161,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Pasing 00Muenchen-Pasing
- 000001
@@ -36500,13 +39190,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Perlach 00Muenchen-Perlach
- 000001
@@ -36527,13 +39219,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Riem 00Muenchen-Riem
- 000001
@@ -36554,13 +39248,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Solln 00Muenchen-Solln
- 000001
@@ -36581,13 +39277,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Trudering 00Muenchen-Truder.
- 000001
@@ -36608,13 +39306,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ München-Westkreuz 00Muenchen-Westkr.
- 000001
@@ -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 00Muenster(W)Z. N
- 000001
@@ -36662,13 +39364,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Münster(Westf)Hbf 00Muenster(Westf)
- 000002
@@ -36689,13 +39393,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Münster-Albachten 00Muenster-Albacht.
- 000001
@@ -36716,13 +39422,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Münster-Amelsbüren 00Muenster-Amelsb.
- 000001
@@ -36743,13 +39451,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Münster-Häger 00Muenster-Haeger
- 000001
@@ -36770,13 +39480,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Münster-Hiltrup 00Muenster-Hiltrup
- 000001
@@ -36797,13 +39509,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Münster-Sprakel 00Muenster-Sprakel
- 000001
@@ -36824,14 +39538,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Bus
+ Mulhouse Bus 00Mulhouse Bus
- 00000
- 3
@@ -36852,13 +39568,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Munderkingen 00Munderkingen
- 000002
@@ -36879,13 +39597,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Murg(Baden) 00Murg(Baden)
- 000002
@@ -36906,13 +39626,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Murnau 00Murnau
- 000002
@@ -36933,13 +39655,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Murrhardt 00Murrhardt
- 000002
@@ -36960,13 +39684,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Musau 00Musau
- 000002
@@ -36987,13 +39713,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Nabburg 00Nabburg
- 000002
@@ -37014,13 +39742,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Nagold 00Nagold
- 000002
@@ -37041,13 +39771,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Narsdorf 00Narsdorf
- 000002
@@ -37068,13 +39800,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Nauen 00Nauen
- 000002
@@ -37095,13 +39829,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Naumburg(Saale)Hbf 00Naumburg(Saale)
- 000002
@@ -37122,13 +39858,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Neckargemünd 00Neckargemuend
- 000002
@@ -37149,13 +39887,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Neheim-Hüsten 00Neheim-Huesten
- 000002
@@ -37176,13 +39916,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Nesselwang 00Nesselwang
- 000002
@@ -37203,13 +39945,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Neu-Ulm 00Neu-Ulm
- 000001
@@ -37230,13 +39974,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Neubiberg 00Neubiberg
- 000001
@@ -37257,13 +40003,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H030
+
+ 00000
+ Neubrandenburg 00Neubrandenburg
- 000002
@@ -37284,13 +40032,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Neuburg(Donau) 00Neuburg(Donau)
- 000002
@@ -37311,13 +40061,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Neudietendorf 00Neudietendorf
- 000001
@@ -37338,13 +40090,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Neue Schenke 00Neue Schenke
- 000001
@@ -37365,13 +40119,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Neuenburg(Baden) 00Neuenburg(Baden)
- 000002
@@ -37392,13 +40148,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Neuenburg(Baden)(Gr) 00Neuenburg(Bd)(Gr)
- 000002
@@ -37419,13 +40177,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Neuenmarkt-Wirsberg 00Neuenmarkt-Wirsb.
- 000002
@@ -37446,13 +40206,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Neuenrade 00Neuenrade
- 000002
@@ -37473,13 +40235,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Neufahrn(Niederbay) 00Neufahrn(Ndb)
- 000002
@@ -37500,13 +40264,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Neukieritzsch 00Neukieritzsch
- 000002
@@ -37527,13 +40293,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Neukirchen(b Sulzb) 00Neukirchen(Sulzb)
- 000002
@@ -37554,13 +40322,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Neumark(Sachs) 00Neumark(Sachs)
- 000002
@@ -37581,13 +40351,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Neumarkt(Oberpf) 00Neumarkt(Opf)
- 000002
@@ -37608,13 +40380,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Neumarkt-St Veit 00Neumarkt-St Veit
- 000002
@@ -37635,13 +40409,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Neumünster 00Neumuenster
- 000002
@@ -37662,13 +40438,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Neunkirchen(Saar)Hbf 00Neunkirchen(S)Hbf
- 000002
@@ -37689,13 +40467,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Neuötting 00Neuoetting
- 000002
@@ -37716,13 +40496,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Neuruppin West 00Neuruppin West
- 000002
@@ -37743,13 +40525,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Neuss Am Kaiser 00Neuss Am Kaiser
- 000001
@@ -37770,13 +40554,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Neuss Hbf 00Neuss Hbf
- 000002
@@ -37797,13 +40583,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Neuss Rheinpark Cent 00Neuss Rheinpark C
- 000001
@@ -37824,13 +40612,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Neuss Süd 00Neuss Sued
- 000001
@@ -37851,13 +40641,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Neustadt(Aisch)Bahnh 00Neustadt(Aisch)Bf
- 000002
@@ -37878,13 +40670,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Neustadt(Donau) 00Neustadt(Donau)
- 000002
@@ -37905,13 +40699,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Neustadt(Dosse) 00Neustadt(Dosse)
- 000002
@@ -37932,13 +40728,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Neustadt(Holst) 00Neustadt(Holst)
- 000002
@@ -37959,13 +40757,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Neustadt(Orla) 00Neustadt(Orla)
- 000002
@@ -37986,13 +40786,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Neustadt(Sachs) 00Neustadt(Sachs)
- 000002
@@ -38013,13 +40815,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Neustadt(Weinstr)Hbf 00Neustadt(Wstr)Hbf
- 000002
@@ -38040,13 +40844,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Neustadt-Böbig 00Neustadt-Boebig
- 000001
@@ -38067,13 +40873,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Neustadt(Schwarzw) 00Neustadt/Schwarzw
- 000002
@@ -38094,13 +40902,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Neustadt(Waldnaab) 00Neustadt/Waldnaab
- 000002
@@ -38121,13 +40931,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H030
+
+ 00000
+ Neustrelitz Hbf 00Neustrelitz Hbf
- 000002
@@ -38148,13 +40960,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Neuwied 00Neuwied
- 000002
@@ -38175,13 +40989,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Neuwirtshaus(Por.pl) 00Neuwirtshaus
- 000001
@@ -38202,13 +41018,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Nidda 00Nidda
- 000002
@@ -38229,13 +41047,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Nidderau 00Nidderau
- 000002
@@ -38256,13 +41076,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ Niebüll 00Niebuell
- 000002
@@ -38283,13 +41105,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Niedaltdorf 00Niedaltdorf
- 000002
@@ -38310,13 +41134,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Niederau-Tuchmühle 00Niederau-Tuchm
- 000001
@@ -38337,13 +41163,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Niederbiegen 00Niederbiegen
- 000001
@@ -38364,13 +41192,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Niederlahnstein 00Niederlahnstein
- 000002
@@ -38391,13 +41221,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Niederwartha 00Niederwartha
- 000001
@@ -38418,13 +41250,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Nienburg(Weser) 00Nienburg(Weser)
- 000002
@@ -38445,13 +41279,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Nördlingen 00Noerdlingen
- 000002
@@ -38472,13 +41308,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Nohra(Weimar) 00Nohra(Weimar)
- 000001
@@ -38499,13 +41337,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Nonnenhorn 00Nonnenhorn
- 000002
@@ -38526,13 +41366,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ Norddeich 00Norddeich
- 000002
@@ -38553,13 +41395,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ Norden 00Norden
- 000002
@@ -38580,13 +41424,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D030
+
+ 00000
+ Nordenham 00Nordenham
- 000002
@@ -38607,14 +41453,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ SEE
+ Norderney 00Norderney
- 00000
- 3
@@ -38635,13 +41483,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Nordhausen 00Nordhausen
- 000002
@@ -38662,13 +41512,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Nordstemmen 00Nordstemmen
- 000002
@@ -38689,13 +41541,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Norf 00Norf
- 000001
@@ -38716,13 +41570,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Norsingen 00Norsingen
- 000002
@@ -38743,13 +41599,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Northeim(Han) 00Northeim(Han)
- 000002
@@ -38770,13 +41628,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg Frankensta 00Nuernberg Franken
- 000001
@@ -38797,13 +41657,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg Hbf 00Nuernberg Hbf
- 000002
@@ -38824,13 +41686,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg Nordost 00Nuernberg Nordost
- 000001
@@ -38851,13 +41715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg Ost 00Nuernberg Ost
- 000001
@@ -38878,13 +41744,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg Ostring 00Nuernberg Ostring
- 000001
@@ -38905,13 +41773,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg Rothenb. 00Nuernberg Rothenb
- 000001
@@ -38932,13 +41802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Dürrenhof 00Nuernberg-Duerren
- 000001
@@ -38959,13 +41831,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Dutzendt. 00Nuernberg-Dutzdt.
- 000001
@@ -38986,13 +41860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Eibach 00Nuernberg-Eibach
- 000001
@@ -39013,13 +41889,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Erlensteg. 00Nuernberg-Erlenst
- 000001
@@ -39040,13 +41918,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Gleißh. 00Nuernberg-Gleissh
- 000001
@@ -39067,13 +41947,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Laufamholz 00Nuernberg-Laufamh
- 000001
@@ -39094,13 +41976,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Mögeldorf 00Nuernberg-Moegeld
- 000001
@@ -39121,13 +42005,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Rehhof 00Nuernberg-Rehhof
- 000001
@@ -39148,13 +42034,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Reichelsd. 00Nuernberg-Reichel
- 000001
@@ -39175,13 +42063,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Sandreuth 00Nuernberg-Sandr.
- 000001
@@ -39202,13 +42092,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Schweinau 00Nuernberg-Schwei.
- 000001
@@ -39229,13 +42121,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Stein 00Nuernberg-Stein
- 000001
@@ -39256,13 +42150,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Nürnberg-Steinbühl 00Nuernberg-Steinb.
- 000001
@@ -39283,13 +42179,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Nürtingen 00Nuertingen
- 000002
@@ -39310,13 +42208,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Oberammergau 00Oberammergau
- 000002
@@ -39337,13 +42237,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Oberau 00Oberau
- 000002
@@ -39364,13 +42266,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Oberaudorf 00Oberaudorf
- 000002
@@ -39391,13 +42295,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Oberesslingen 00Oberesslingen
- 000001
@@ -39418,14 +42324,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Obergries 00Obergries
- 00000
- 3
@@ -39446,13 +42354,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Obergrunstedt 00Obergrunstedt
- 000001
@@ -39473,13 +42383,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Oberhausen Hbf 00Oberhausen Hbf
- 000002
@@ -39500,13 +42412,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Oberhausen-Holten 00Oberhausen-Holten
- 000001
@@ -39527,13 +42441,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Oberhausen-Osterf.S 00Oberhausen-Osterf
- 000001
@@ -39554,13 +42470,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Oberhausen-Sterkrade 00Oberhausen-Sterkr
- 000001
@@ -39581,13 +42499,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Oberkirch 00Oberkirch
- 000002
@@ -39608,13 +42528,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Oberlenningen 00Oberlenningen
- 000002
@@ -39635,13 +42557,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Oberndorf(Neckar) 00Oberndorf(Neckar)
- 000002
@@ -39662,13 +42586,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Oberrothenbach 00Oberrothenbach
- 000001
@@ -39689,13 +42615,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Oberstaufen 00Oberstaufen
- 000002
@@ -39716,13 +42644,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Oberstdorf 00Oberstdorf
- 000002
@@ -39743,13 +42673,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Obertraubling 00Obertraubling
- 000001
@@ -39770,13 +42702,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Oberursel(Taunus) 00Oberursel(Taunus)
- 000002
@@ -39797,13 +42731,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Oberweimar 00Oberweimar
- 000001
@@ -39824,13 +42760,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Oberzell 00Oberzell
- 000001
@@ -39851,13 +42789,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Oebisfelde 00Oebisfelde
- 000002
@@ -39878,13 +42818,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Oelde 00Oelde
- 000002
@@ -39905,13 +42847,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Offenbach(Main)Hbf 00Offenbach(M)Hbf
- 000002
@@ -39932,13 +42876,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Offenbach(M)Kaiserl 00Offenbach(M)K
- 000001
@@ -39959,13 +42905,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Offenbach(M)Ledermu 00Offenbach(M)Leder
- 000001
@@ -39986,13 +42934,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Offenbach(M)Marktpl 00Offenbach(M)Markt
- 000001
@@ -40013,13 +42963,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Offenbach(Main)Ost 00Offenbach(M)Ost
- 000001
@@ -40040,13 +42992,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Offenbach-Bieber 00Offenbach-Bieber
- 000001
@@ -40067,13 +43021,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Offenbach-Waldhof 00Offenbach-Waldhof
- 000001
@@ -40094,13 +43050,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Offenburg 00Offenburg
- 000002
@@ -40121,13 +43079,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Offenburg Krs.Schulz 00Offenburg Krs.Sch
- 000001
@@ -40148,13 +43108,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Ohlstadt 00Ohlstadt
- 000002
@@ -40175,13 +43137,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Oldenburg(Holst) 00Oldenburg(Holst)
- 000002
@@ -40202,13 +43166,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ Oldenburg(Oldb) 00Oldenburg(Oldb)
- 000002
@@ -40229,13 +43195,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Oldentrup 00Oldentrup
- 000001
@@ -40256,13 +43224,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Olpe 00Olpe
- 000002
@@ -40283,13 +43253,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Opladen 00Opladen
- 000002
@@ -40310,13 +43282,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Oppenau 00Oppenau
- 000002
@@ -40337,13 +43311,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Oranienburg 00Oranienburg
- 000002
@@ -40364,13 +43340,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Orschweier 00Orschweier
- 000002
@@ -40391,13 +43369,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H060
+
+ 00000
+ Oschatz 00Oschatz
- 000002
@@ -40418,13 +43398,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Osnabrück Altstadt 00Osnabrueck Altst
- 000001
@@ -40445,13 +43427,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Osnabrück Hbf 00Osnabrueck Hbf
- 000002
@@ -40472,13 +43456,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Osterburken 00Osterburken
- 000002
@@ -40499,13 +43485,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Osterhofen(Nby) 00Osterhofen(Nby)
- 000002
@@ -40526,14 +43514,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Osterhofen(Oberbay) 00Osterhofen(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 00Osterholz-Scharmb
- 000002
@@ -40581,13 +43573,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I020
+
+ 00000
+ Ostseebad Binz 00Ostseebad Binz
- 000002
@@ -40608,13 +43602,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Ottobrunn 00Ottobrunn
- 000001
@@ -40635,13 +43631,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Ottweiler(Saar) 00Ottweiler(Saar)
- 000002
@@ -40662,13 +43660,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Oy-Mittelberg 00Oy-Mittelberg
- 000002
@@ -40689,13 +43689,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Paderborn Hbf 00Paderborn Hbf
- 000002
@@ -40716,13 +43718,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Paderborn Kassel.Tor 00Paderborn Kassel
- 000001
@@ -40743,13 +43747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Paderborn Nord 00Paderborn Nord
- 000001
@@ -40770,13 +43776,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B040
+
+ 00000
+ Papenburg(Ems) 00Papenburg(Ems)
- 000002
@@ -40797,13 +43805,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Pasewalk 00Pasewalk
- 000002
@@ -40824,13 +43834,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Pasewalk Ost 00Pasewalk Ost
- 000001
@@ -40851,13 +43863,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I100
+
+ 00000
+ Passau Hbf 00Passau Hbf
- 000002
@@ -40878,13 +43892,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Pegnitz 00Pegnitz
- 000002
@@ -40905,13 +43921,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Peine 00Peine
- 000002
@@ -40932,13 +43950,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Penzberg 00Penzberg
- 000002
@@ -40959,13 +43979,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Petershausen(Obb) 00Petershausen(Obb)
- 000002
@@ -40986,13 +44008,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Pfaffenhofen(Ilm) 00Pfaffenhofen(Ilm)
- 000002
@@ -41013,13 +44037,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Pfalzel 00Pfalzel
- 000001
@@ -41040,13 +44066,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Pfarrkirchen 00Pfarrkirchen
- 000002
@@ -41067,13 +44095,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Pfeddersheim 00Pfeddersheim
- 000001
@@ -41094,13 +44124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Pflach 00Pflach
- 000002
@@ -41121,13 +44153,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Pforzheim Hbf 00Pforzheim
- 000002
@@ -41148,13 +44182,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Pforzheim Durl. Str. 00Pforzheim Durl.
- 000001
@@ -41175,13 +44211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Pforzheim Maihälden 00Pforzheim Maih.
- 000001
@@ -41202,13 +44240,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Pfraundorf(Inn) 00Pfraundorf(Inn)
- 000002
@@ -41229,13 +44269,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Pfronten-Ried 00Pfronten-Ried
- 000002
@@ -41256,13 +44298,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Pfronten-Steinach 00Pfronten-Steinach
- 000002
@@ -41283,13 +44327,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Pinneberg 00Pinneberg
- 000001
@@ -41310,13 +44356,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B100
+
+ 00000
+ Pirmasens Hbf 00Pirmasens Hbf
- 000002
@@ -41337,13 +44385,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Pirmasens Nord 00Pirmasens Nord
- 000002
@@ -41364,13 +44414,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Pirna 00Pirna
- 000002
@@ -41391,13 +44443,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Planegg 00Planegg
- 000001
@@ -41418,13 +44472,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Plattling 00Plattling
- 000002
@@ -41445,13 +44501,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Plaue(Thür) 00Plaue(Thuer)
- 000002
@@ -41472,13 +44530,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Plauen(Vogtl) ob Bf 00Plauen(V) ob Bf
- 000002
@@ -41499,13 +44559,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Plettenberg 00Plettenberg
- 000002
@@ -41526,13 +44588,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Plochingen 00Plochingen
- 000002
@@ -41553,13 +44617,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Plön 00Ploen
- 000002
@@ -41580,13 +44646,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I110
+
+ 00000
+ Pocking 00Pocking
- 000002
@@ -41607,13 +44675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Porz(Rhein) 00Porz(Rhein)
- 000001
@@ -41634,13 +44704,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Porz-Wahn 00Porz-Wahn
- 000001
@@ -41661,13 +44733,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Potsdam Charlottenh 00Potsdam Charlotte
- 000001
@@ -41688,13 +44762,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Potsdam Hbf 00Potsdam Hbf
- 000002
@@ -41715,13 +44791,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Potsdam Park Sanss. 00Potsdam Park Sans
- 000001
@@ -41742,13 +44820,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Potsdam Pirschheide 00Potsdam Pirschh.
- 000001
@@ -41769,13 +44849,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H080
+
+ 00000
+ Potucky(Gr) 00Potucky(Gr)
- 000002
@@ -41796,13 +44878,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J080
+
+ 00000
+ Praha 00Praha
- 000002
@@ -41823,13 +44907,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Prenzlau 00Prenzlau
- 000002
@@ -41850,13 +44936,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Priemerburg 00Priemerburg
- 000002
@@ -41877,13 +44965,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Prien a Chiemsee 00Prien a Chiemsee
- 000002
@@ -41904,13 +44994,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Prisdorf 00Prisdorf
- 000001
@@ -41931,13 +45023,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Probstzella 00Probstzella
- 000002
@@ -41958,13 +45052,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Pullach 00Pullach
- 000001
@@ -41985,13 +45081,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F010
+
+ 00000
+ Puttgarden 00Puttgarden
- 000002
@@ -42012,13 +45110,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F010
+
+ 00000
+ Puttgarden(MS) 00Puttgarden(MS)
- 000002
@@ -42039,13 +45139,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Quedlinburg 00Quedlinburg
- 000002
@@ -42066,13 +45168,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Quelle 00Quelle
- 000001
@@ -42093,13 +45197,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Quelle-Kupferheide 00Quelle-Kupferh
- 000001
@@ -42120,13 +45226,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Quint 00Quint
- 000001
@@ -42147,13 +45255,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Radolfzell 00Radolfzell
- 000002
@@ -42174,13 +45284,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Raisdorf 00Raisdorf
- 000001
@@ -42201,13 +45313,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Ramsen 00Ramsen
- 000002
@@ -42228,13 +45342,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Rastatt 00Rastatt
- 000002
@@ -42255,13 +45371,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G040
+
+ 00000
+ Rathenow 00Rathenow
- 000002
@@ -42282,13 +45400,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Raubling 00Raubling
- 000002
@@ -42309,13 +45429,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Ravensburg 00Ravensburg
- 000002
@@ -42336,13 +45458,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Recklinghausen Süd 00Recklinghausen S
- 000001
@@ -42363,13 +45487,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Recklinghausen Hbf 00RecklinghausenHbf
- 000002
@@ -42390,13 +45516,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Regen 00Regen
- 000002
@@ -42417,13 +45545,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Regensburg Hbf 00Regensburg Hbf
- 000002
@@ -42444,13 +45574,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Regensburg-Prüfen. 00Regensburg-Pruef
- 000001
@@ -42471,13 +45603,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Rehfelde 00Rehfelde
- 000002
@@ -42498,13 +45632,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Reichelsdorfer Kell. 00Reichelsdorfer K.
- 000001
@@ -42525,13 +45661,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Reichenau(Baden) 00Reichenau(Baden)
- 000002
@@ -42552,14 +45690,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Reichersbeuern 00Reichersbeuern
- 00000
- 3
@@ -42580,13 +45720,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Reicholzheim 00Reicholzheim
- 000001
@@ -42607,13 +45749,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Reinbek 00Reinbek
- 000001
@@ -42634,13 +45778,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Reinhardsbrunn-Fried 00Reinhardsbrunn-Fr
- 000001
@@ -42661,13 +45807,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Reinheim(Odenw) 00Reinheim(Odw)
- 000002
@@ -42688,13 +45836,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Remagen 00Remagen
- 000002
@@ -42715,13 +45865,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Remscheid Hbf 00Remscheid Hbf
- 000002
@@ -42742,13 +45894,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Remscheid-Güldenw. 00Remscheid-Guelden
- 000001
@@ -42769,13 +45923,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Remscheid-Lennep 00Remscheid-Lennep
- 000001
@@ -42796,13 +45952,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Remscheid-Lüttringh 00Remscheid-Luettr.
- 000001
@@ -42823,13 +45981,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Rendsburg 00Rendsburg
- 000002
@@ -42850,13 +46010,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Renningen 00Renningen
- 000002
@@ -42877,13 +46039,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Reutlingen Hbf 00Reutlingen
- 000002
@@ -42904,13 +46068,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Reutlingen West 00Reutlingen West
- 000001
@@ -42931,13 +46097,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Reutlingen-Betzingen 00Reutlingen-Betz.
- 000001
@@ -42958,13 +46126,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Reutlingen-Sondelf. 00Reutlingen-Sondel
- 000001
@@ -42985,13 +46155,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Reutte(Tirol)Schulz. 00Reutte(T)Schulz.
- 000002
@@ -43012,13 +46184,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Reutte(Tirol) 00Reutte(Tirol)
- 000002
@@ -43039,13 +46213,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Rheda-Wiedenbrück 00Rheda-Wiedenbr.
- 000002
@@ -43066,13 +46242,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Rheinbach 00Rheinbach
- 000002
@@ -43093,13 +46271,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Rheine 00Rheine
- 000002
@@ -43120,13 +46300,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Rheine-Mesum 00Rheine-Mesum
- 000001
@@ -43147,13 +46329,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Rheinfelden(Baden) 00Rheinfelden(Bd)
- 000002
@@ -43174,13 +46358,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Rheinhausen 00Rheinhausen
- 000001
@@ -43201,13 +46387,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Rheinhausen Ost 00Rheinhausen Ost
- 000001
@@ -43228,13 +46416,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Rheinsberg(Mark) 00Rheinsberg(Mark)
- 000002
@@ -43255,13 +46445,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Rheinweiler 00Rheinweiler
- 000002
@@ -43282,13 +46474,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Rheydt Hbf 00Rheydt Hbf
- 000001
@@ -43309,13 +46503,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Rheydt-Odenkirchen 00Rheydt-Odenkirch
- 000001
@@ -43336,13 +46532,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Ribnitz-Damgarten W 00Ribnitz-Damg.West
- 000002
@@ -43363,13 +46561,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Riedlingen 00Riedlingen
- 000002
@@ -43390,13 +46590,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Riedstadt-Goddelau 00Riedstadt-Goddel.
- 000002
@@ -43417,13 +46619,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Riegel-Malterdingen 00Riegel-Malterding
- 000002
@@ -43444,13 +46648,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Riehen 00Riehen
- 000001
@@ -43471,13 +46677,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Riehen Niederholz 00Riehen Niederholz
- 000001
@@ -43498,13 +46706,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H060
+
+ 00000
+ Riesa 00Riesa
- 000002
@@ -43525,13 +46735,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Ringsheim 00Ringsheim
- 000002
@@ -43552,13 +46764,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Röblingen am See 00Roeblingen am See
- 000002
@@ -43579,13 +46793,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Rödermark-Ob.Roden 00Roedermark-Ob.Rod
- 000002
@@ -43606,13 +46822,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Rösrath 00Roesrath
- 000002
@@ -43633,13 +46851,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Röthenbach(Allgäu) 00Roethenbach(Allg)
- 000002
@@ -43660,13 +46880,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Rohrbach(Ilm) 00Rohrbach(Ilm)
- 000001
@@ -43687,13 +46909,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Rohrbach(Saar) 00Rohrbach(Saar)
- 000002
@@ -43714,13 +46938,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Ronneburg(Thür) 00Ronneburg(Thuer)
- 000002
@@ -43741,13 +46967,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Rosenheim 00Rosenheim
- 000002
@@ -43768,13 +46996,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Roßlau(Elbe) 00Rosslau(Elbe)
- 000002
@@ -43795,13 +47025,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock Hbf 00Rostock
- 000002
@@ -43822,13 +47054,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock Holbeinplatz 00Rostock Holbeinpl
- 000001
@@ -43849,13 +47083,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock Parkstraße 00Rostock Parkstr
- 000001
@@ -43876,13 +47112,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock Seehafen N 00Rostock Seehafen
- 000001
@@ -43903,13 +47141,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock Thierf.Str. 00Rostock Thierf St
- 000001
@@ -43930,13 +47170,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock Toitenwinkel 00Rostock Toitenw
- 000001
@@ -43957,13 +47199,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-Bramow 00Rostock-Bramow
- 000001
@@ -43984,13 +47228,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-Dierkow 00Rostock-Dierkow
- 000001
@@ -44011,13 +47257,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-Evershagen 00Rostock-Eversh
- 000001
@@ -44038,13 +47286,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-HinrichsdStr 00Rostock-Hinrichsd
- 000001
@@ -44065,13 +47315,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-Kassebohm 00Rostock-Kassebohm
- 000001
@@ -44092,13 +47344,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-Lichtenhagen 00Rostock-Lichtenh
- 000001
@@ -44119,13 +47373,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-Lütten Kl. 00Rostock-Luetten K
- 000001
@@ -44146,13 +47402,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Rostock-Marienehe 00Rostock-Marienehe
- 000001
@@ -44173,13 +47431,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Rotenburg(Wümme) 00Rotenburg(Wuemme)
- 000002
@@ -44200,13 +47460,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Roth 00Roth
- 000002
@@ -44227,13 +47489,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Rothenburg o d Taub. 00Rothenburg o d T
- 000002
@@ -44254,13 +47518,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Rottenbach 00Rottenbach
- 000002
@@ -44281,13 +47547,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Rottenburg(Neckar) 00Rottenburg/Neckar
- 000002
@@ -44308,13 +47576,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Rottweil 00Rottweil
- 000002
@@ -44335,13 +47605,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Rudolstadt(Thür) 00Rudolstadt(Thuer)
- 000002
@@ -44362,13 +47634,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Rüdesheim(Rhein) 00Ruedesheim(Rhein)
- 000002
@@ -44389,13 +47663,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Rüsselsheim 00Ruesselsheim
- 000002
@@ -44416,13 +47692,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Ruhland 00Ruhland
- 000002
@@ -44443,13 +47721,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Ruhpolding 00Ruhpolding
- 000002
@@ -44470,13 +47750,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J070
+
+ 00000
+ Rumburk(Gr) 00Rumburk(Gr)
- 000002
@@ -44497,13 +47779,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Rumeln 00Rumeln
- 000001
@@ -44524,13 +47808,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Saalfeld(Saale) 00Saalfeld(Saale)
- 000002
@@ -44551,13 +47837,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Saarbrücken Hbf 00Saarbruecken
- 000002
@@ -44578,13 +47866,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Saarbrücken Ost 00Saarbruecken Ost
- 000001
@@ -44605,13 +47895,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Saarbrücken-Burbach 00Saarbruecken-Burb
- 000001
@@ -44632,13 +47924,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Saarburg(Bz Trier) 00Saarburg(Trier)
- 000002
@@ -44659,13 +47953,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Saarlouis Hbf 00Saarlouis Hbf
- 000002
@@ -44686,13 +47982,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H010
+
+ 00000
+ Sagard 00Sagard
- 000002
@@ -44713,13 +48011,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Salem 00Salem
- 000002
@@ -44740,13 +48040,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Salmtal 00Salmtal
- 000002
@@ -44767,13 +48069,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Salzburg Hbf 00Salzburg Hbf
- 000002
@@ -44794,13 +48098,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Salzburg-Taxham Euro 00Salzburg-Taxham E
- 000001
@@ -44821,13 +48127,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Salzgitter-Bad 00Salzgitter-Bad
- 000001
@@ -44848,13 +48156,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Salzgitter-Ringelh. 00Salzgitter-Ringel
- 000002
@@ -44875,13 +48185,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F040
+
+ 00000
+ Salzwedel 00Salzwedel
- 000002
@@ -44902,14 +48214,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ SEE
+ Sande 00Sande
- 00000
- 3
@@ -44930,13 +48244,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Sandersleben(Anh) 00Sandersleben(Anh)
- 000002
@@ -44957,13 +48273,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Sangerhausen 00Sangerhausen
- 000002
@@ -44984,13 +48302,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I010
+
+ 00000
+ Sassnitz 00Sassnitz
- 000002
@@ -45011,13 +48331,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I010
+
+ 00000
+ Sassnitz(Gr) 00Sassnitz(Gr)
- 000002
@@ -45038,13 +48360,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Schafbrücke 00Schafbruecke
- 000001
@@ -45065,13 +48389,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Schaffhausen 00Schaffhausen
- 000002
@@ -45092,13 +48418,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Schafstädt 00Schafstaedt
- 000002
@@ -45119,14 +48447,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Schaftlach 00Schaftlach
- 00000
- 3
@@ -45147,13 +48477,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Schallstadt 00Schallstadt
- 000002
@@ -45174,13 +48506,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Scharbeutz 00Scharbeutz
- 000002
@@ -45201,13 +48535,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Scheidt(Saar) 00Scheidt(Saar)
- 000001
@@ -45228,13 +48564,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Schifferstadt 00Schifferstadt
- 000002
@@ -45255,13 +48593,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Schirnding 00Schirnding
- 000002
@@ -45282,13 +48622,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E010
+
+ 00000
+ Schleswig 00Schleswig
- 000002
@@ -45309,13 +48651,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Schliengen 00Schliengen
- 000002
@@ -45336,14 +48680,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Schliersee 00Schliersee
- 00000
- 3
@@ -45364,13 +48710,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Schluchsee 00Schluchsee
- 000002
@@ -45391,13 +48739,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E040
+
+ 00000
+ Schneverdingen 00Schneverdingen
- 000002
@@ -45418,13 +48768,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J070
+
+ 00000
+ Schöna(Gr) 00Schoena(Gr)
- 000002
@@ -45445,13 +48797,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Schönbichl 00Schoenbichl
- 000002
@@ -45472,13 +48826,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Schönebeck(Elbe) 00Schoenebeck(Elbe)
- 000002
@@ -45499,13 +48855,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Schönefeld 00Schoenefeld
- 000002
@@ -45526,13 +48884,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Schongau 00Schongau
- 000002
@@ -45553,13 +48913,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Schopfheim 00Schopfheim
- 000002
@@ -45580,13 +48942,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Schorndorf 00Schorndorf
- 000002
@@ -45607,13 +48971,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Schwabach 00Schwabach
- 000002
@@ -45634,13 +49000,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Schwabmünchen 00Schwabmuenchen
- 000002
@@ -45661,13 +49029,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Schwäbisch Gmünd 00Schwaeb.Gmuend
- 000002
@@ -45688,13 +49058,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Schwäb.Hall-Hessent 00Schwaeb.Hall-Hess
- 000002
@@ -45715,13 +49087,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Schwäbisch Hall 00Schwaebisch Hall
- 000002
@@ -45742,13 +49116,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Schwandorf 00Schwandorf
- 000002
@@ -45769,13 +49145,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Schwarzenberg(Erzg) 00Schwarzenberg/Erz
- 000002
@@ -45796,13 +49174,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Schwarzheide Ost 00Schwarzheide Ost
- 000002
@@ -45823,13 +49203,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Schwedt(Oder) 00Schwedt(Oder)
- 000002
@@ -45850,13 +49232,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Schweich(DB) 00Schweich
- 000002
@@ -45877,13 +49261,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E080
+
+ 00000
+ Schweinfurt Hbf 00Schweinfurt Hbf
- 000002
@@ -45904,13 +49290,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Schwelm 00Schwelm
- 000002
@@ -45931,13 +49319,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Schwenningen(Neckar) 00Schwenningen(N)
- 000002
@@ -45958,13 +49348,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Schwerin Hbf 00Schwerin Hbf
- 000002
@@ -45985,13 +49377,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Schwerin Mitte 00Schwerin Mitte
- 000001
@@ -46012,13 +49406,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Schwerin Süd 00Schwerin Sued
- 000001
@@ -46039,13 +49435,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F030
+
+ 00000
+ Schwerin-Görries 00Schwerin-Goerries
- 000001
@@ -46066,13 +49464,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Schwerte(Ruhr) 00Schwerte(Ruhr)
- 000002
@@ -46093,13 +49493,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Schwetzingen 00Schwetzingen
- 000002
@@ -46120,13 +49522,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Schwörstadt 00Schwoerstadt
- 000002
@@ -46147,13 +49551,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Seckach 00Seckach
- 000002
@@ -46174,13 +49580,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Seebrugg 00Seebrugg
- 000002
@@ -46201,13 +49609,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J040
+
+ 00000
+ Seelow(Mark) 00Seelow(Mark)
- 000002
@@ -46228,13 +49638,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Seelow-Gusow 00Seelow-Gusow
- 000002
@@ -46255,13 +49667,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E050
+
+ 00000
+ Seesen 00Seesen
- 000002
@@ -46282,13 +49696,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Sehlem(Kr Wittlich) 00Sehlem(Wittlich)
- 000002
@@ -46309,13 +49725,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Selb Stadt 00Selb Stadt
- 000002
@@ -46336,13 +49754,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I060
+
+ 00000
+ Senftenberg 00Senftenberg
- 000002
@@ -46363,13 +49783,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Sennestadt 00Sennestadt
- 000001
@@ -46390,13 +49812,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Siegburg/Bonn 00Siegburg/Bonn
- 000002
@@ -46417,13 +49841,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Siegen 00Siegen
- 000002
@@ -46444,13 +49870,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Siegen-Weidenau 00Siegen-Weidenau
- 000001
@@ -46471,13 +49899,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Sierksdorf 00Sierksdorf
- 000001
@@ -46498,13 +49928,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Siershahn 00Siershahn
- 000002
@@ -46525,13 +49957,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Sigmaringen 00Sigmaringen
- 000002
@@ -46552,13 +49986,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Silberstraße 00Silberstrasse
- 000001
@@ -46579,13 +50015,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Simbach(Inn) 00Simbach(Inn)
- 000002
@@ -46606,13 +50044,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Simmelsdorf-Hüttenb 00Simmelsdorf-Huett
- 000002
@@ -46633,13 +50073,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Sindelfingen 00Sindelfingen
- 000002
@@ -46660,13 +50102,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Singen(Hohentwiel) 00Singen(Htw)
- 000002
@@ -46687,13 +50131,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Sinsheim(Elsenz) Hbf 00Sinsheim(Elsenz)
- 000002
@@ -46714,13 +50160,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Sinzheim 00Sinzheim
- 000001
@@ -46741,13 +50189,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Sinzheim Nord 00Sinzheim Nord
- 000001
@@ -46768,13 +50218,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G100
+
+ 00000
+ Sinzing 00Sinzing
- 000001
@@ -46795,13 +50247,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Sipplingen 00Sipplingen
- 000002
@@ -46822,13 +50276,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Sömmerda 00Soemmerda
- 000002
@@ -46849,13 +50305,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Soest 00Soest
- 000002
@@ -46876,13 +50334,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Solingen Grünewald 00Solingen Gruenew
- 000001
@@ -46903,13 +50363,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Solingen Hbf 00Solingen Hbf
- 000002
@@ -46930,13 +50392,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Solingen Vogelpark 00Solingen Vogelp.
- 000001
@@ -46957,13 +50421,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Solingen-Schaberg 00Solingen-Schaberg
- 000001
@@ -46984,13 +50450,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E040
+
+ 00000
+ Soltau(Han) 00Soltau(Han)
- 000002
@@ -47011,13 +50479,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Sondershausen 00Sondershausen
- 000002
@@ -47038,13 +50508,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Sonneberg(Thür)Hbf 00Sonneberg(Th)Hbf
- 000002
@@ -47065,13 +50537,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Sonneberg(Thür)Nord 00Sonneberg(Th)Nord
- 000001
@@ -47092,13 +50566,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Sonneberg(Thür)Ost 00Sonneberg(Th)Ost
- 000001
@@ -47119,13 +50595,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Sonneberg(Thür)West 00Sonneberg(Th)West
- 000001
@@ -47146,13 +50624,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Sonthofen 00Sonthofen
- 000002
@@ -47173,13 +50653,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Spaichingen 00Spaichingen
- 000002
@@ -47200,13 +50682,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A080
+
+ 00000
+ Speicher 00Speicher
- 000002
@@ -47227,13 +50711,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Speyer Hbf 00Speyer
- 000002
@@ -47254,13 +50740,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Speyer Nord-West 00Speyer Nord-West
- 000001
@@ -47281,14 +50769,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ SEE
+ Spiekeroog 00Spiekeroog
- 00000
- 3
@@ -47309,13 +50799,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ St Egidien 00St Egidien
- 000002
@@ -47336,13 +50828,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ St Georgen(Schwarzw) 00St Georgen(Schw)
- 000002
@@ -47363,13 +50857,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ St Goar 00St Goar
- 000002
@@ -47390,13 +50886,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ St Goarshausen 00St Goarshausen
- 000002
@@ -47417,13 +50915,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ St Ingbert 00St Ingbert
- 000002
@@ -47444,13 +50944,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ St Mang 00St Mang
- 000001
@@ -47471,13 +50973,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D020
+
+ 00000
+ St Michaelisdonn 00St Michaelisdonn
- 000002
@@ -47498,13 +51002,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ St Wendel 00St Wendel
- 000002
@@ -47525,13 +51031,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Stade 00Stade
- 000002
@@ -47552,13 +51060,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Stadtallendorf 00Stadtallendorf
- 000002
@@ -47579,13 +51089,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Stadthagen 00Stadthagen
- 000002
@@ -47606,13 +51118,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Starnberg 00Starnberg
- 000002
@@ -47633,13 +51147,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G050
+
+ 00000
+ Staßfurt 00Stassfurt
- 000002
@@ -47660,13 +51176,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Steinach(Baden) 00Steinach(Baden)
- 000002
@@ -47687,13 +51205,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Steinach(b Rothenb) 00Steinach(Rothenb)
- 000002
@@ -47714,13 +51234,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Steinen 00Steinen
- 000002
@@ -47741,13 +51263,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B050
+
+ 00000
+ Steinfurt-Burgstein. 00Steinfurt-Burg
- 000002
@@ -47768,13 +51292,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G040
+
+ 00000
+ Stendal 00Stendal
- 000002
@@ -47795,13 +51321,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Stolberg(Harz) 00Stolberg(Harz)
- 000002
@@ -47822,13 +51350,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A070
+
+ 00000
+ Stolberg(Rheinl)Hbf 00Stolberg(Rhl)Hbf
- 000002
@@ -47849,13 +51379,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Storzingen 00Storzingen
- 000002
@@ -47876,13 +51408,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H020
+
+ 00000
+ Stralsund Hbf 00Stralsund Hbf
- 000002
@@ -47903,13 +51437,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Strasburg(Uckerm) 00Strasburg(Uckerm)
- 000002
@@ -47930,13 +51466,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H100
+
+ 00000
+ Straubing 00Straubing
- 000002
@@ -47957,13 +51495,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Strausberg 00Strausberg
- 000002
@@ -47984,13 +51524,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Ebitzweg 00Stuttgart Ebitzw
- 000001
@@ -48011,13 +51553,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Feuersee 00Stuttgart Feuers.
- 000001
@@ -48038,13 +51582,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Flugh/Mess 00Stuttgart Flugh.
- 000002
@@ -48065,13 +51611,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Hbf 00Stuttgart Hbf
- 000002
@@ -48092,13 +51640,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Neckarpark 00Stuttgart Neckarp
- 000001
@@ -48119,13 +51669,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Nord 00Stuttgart Nord
- 000001
@@ -48146,13 +51698,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Nürn.Str. 00Stuttgart Nue.Str
- 000001
@@ -48173,13 +51727,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Schwabstr. 00Stuttgart Schwstr
- 000001
@@ -48200,13 +51756,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Stadtmitte 00Stuttgart Stadtm.
- 000001
@@ -48227,13 +51785,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart Uni 00Stuttgart Uni
- 000001
@@ -48254,13 +51814,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Bad Cannst 00Stuttgart-Bad Can
- 000001
@@ -48281,13 +51843,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Feuerbach 00Stuttgart-Feuerb.
- 000001
@@ -48308,13 +51872,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Münster 00Stuttgart-Muenst
- 000001
@@ -48335,13 +51901,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Obertürkh 00Stuttgart-Obert
- 000001
@@ -48362,13 +51930,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Österfeld 00Stuttgart-Oesterf
- 000001
@@ -48389,13 +51959,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Rohr 00Stuttgart-Rohr
- 000001
@@ -48416,13 +51988,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Sommerrain 00Stuttgart-Sommer
- 000001
@@ -48443,13 +52017,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Untertürk 00Stuttgart-Unterth
- 000001
@@ -48470,13 +52046,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Vaihingen 00Stuttgart-Vaih.
- 000001
@@ -48497,13 +52075,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Zazenh. 00Stuttgart-Zazenh.
- 000001
@@ -48524,13 +52104,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Stuttgart-Zuffenh. 00Stuttgart-Zuffenh
- 000001
@@ -48551,13 +52133,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E020
+
+ 00000
+ Suchsdorf 00Suchsdorf
- 000001
@@ -48578,13 +52162,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ Süderlügum 00Suederluegum
- 000002
@@ -48605,13 +52191,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Süßen 00Suessen
- 000002
@@ -48632,13 +52220,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Suhl 00Suhl
- 000002
@@ -48659,13 +52249,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Sulz(Neckar) 00Sulz(Neckar)
- 000002
@@ -48686,13 +52278,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Sulzbach(Saar) 00Sulzbach(Saar)
- 000002
@@ -48713,13 +52307,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Sulzbach-Rosenberg 00Sulzbach-Rosen.
- 000002
@@ -48740,13 +52336,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G040
+
+ 00000
+ Tangermünde 00Tangermuende
- 000002
@@ -48767,13 +52365,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Tantow 00Tantow
- 000002
@@ -48794,13 +52394,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Tantow(Gr) 00Tantow(Gr)
- 000002
@@ -48821,13 +52423,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Taufkirchen 00Taufkirchen
- 000001
@@ -48848,14 +52452,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Tegernsee 00Tegernsee
- 00000
- 3
@@ -48876,13 +52482,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Teisendorf 00Teisendorf
- 000002
@@ -48903,13 +52511,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Templin 00Templin
- 000002
@@ -48930,13 +52540,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Teningen-Mundingen 00Teningen-Mund.
- 000002
@@ -48957,13 +52569,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Tessin 00Tessin
- 000002
@@ -48984,13 +52598,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H030
+
+ 00000
+ Teterow 00Teterow
- 000002
@@ -49011,13 +52627,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Thalheim(Erzgeb) 00Thalheim(Erzgeb)
- 000001
@@ -49038,13 +52656,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F080
+
+ 00000
+ Themar 00Themar
- 000002
@@ -49065,13 +52685,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Thesdorf 00Thesdorf
- 000001
@@ -49092,13 +52714,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Tiengen(Hochrhein) 00Tiengen/Hochrhein
- 000002
@@ -49119,13 +52743,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Timmendorferstrand 00Timmendorferstrd
- 000002
@@ -49146,13 +52772,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Titisee 00Titisee
- 000002
@@ -49173,13 +52801,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Tittmoning-Wiesmühl 00Tittmoning-Wiesm.
- 000002
@@ -49200,13 +52830,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Töging(Inn) 00Toeging(Inn)
- 000002
@@ -49227,13 +52859,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D010
+
+ 00000
+ Toender(Gr) 00Toender(Gr)
- 000002
@@ -49254,13 +52888,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H060
+
+ 00000
+ Torgau 00Torgau
- 000002
@@ -49281,13 +52917,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Tostedt 00Tostedt
- 000002
@@ -49308,13 +52946,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Traunstein 00Traunstein
- 000002
@@ -49335,13 +52975,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Treuchtlingen 00Treuchtlingen
- 000002
@@ -49362,13 +53004,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Treysa 00Treysa
- 000002
@@ -49389,13 +53033,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Triberg 00Triberg
- 000002
@@ -49416,13 +53062,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Trier Hbf 00Trier
- 000002
@@ -49443,13 +53091,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Trier Mäusheckerweg 00Trier Meaushecker
- 000001
@@ -49470,13 +53120,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A090
+
+ 00000
+ Trier Süd 00Trier Sued
- 000001
@@ -49497,13 +53149,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Triptis 00Triptis
- 000002
@@ -49524,13 +53178,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Troisdorf 00Troisdorf
- 000002
@@ -49551,13 +53207,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Trompet 00Trompet
- 000001
@@ -49578,13 +53236,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Trossingen Bahnhof 00Trossingen Bf
- 000002
@@ -49605,13 +53265,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Trostberg 00Trostberg
- 000002
@@ -49632,13 +53294,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Tübingen Hbf 00Tuebingen Hbf
- 000002
@@ -49659,13 +53323,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Tübingen West 00Tuebingen West
- 000001
@@ -49686,13 +53352,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Tübingen-Derending. 00Tuebingen-Derend
- 000001
@@ -49713,13 +53381,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Tübingen-Lustnau 00Tuebingen-Lustnau
- 000001
@@ -49740,13 +53410,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F110
+
+ 00000
+ Türkheim(Bay)Bf 00Tuerkheim(Bay)Bf
- 000002
@@ -49767,13 +53439,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Türkismühle 00Tuerkismuehle
- 000002
@@ -49794,13 +53468,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Tuttlingen 00Tuttlingen
- 000002
@@ -49821,13 +53497,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Tutzing 00Tutzing
- 000002
@@ -49848,13 +53526,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Ubbedissen 00Ubbedissen
- 000001
@@ -49875,13 +53555,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Überlingen 00Ueberlingen
- 000002
@@ -49902,13 +53584,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Überlingen Therme 00Ueberlingen Therm
- 000002
@@ -49929,13 +53613,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Übersee 00Uebersee
- 000002
@@ -49956,13 +53642,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Ueckermünde 00Ueckermuende
- 000002
@@ -49983,13 +53671,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F040
+
+ 00000
+ Uelzen 00Uelzen
- 000002
@@ -50010,13 +53700,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Uhldingen-Mühlhofen 00Uhldingen-Muehlh.
- 000002
@@ -50037,13 +53729,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Ulm Hbf 00Ulm Hbf
- 000002
@@ -50064,13 +53758,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Ulm Ost 00Ulm Ost
- 000001
@@ -50091,13 +53787,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Ulm-Donautal 00Ulm-Donautal
- 000001
@@ -50118,13 +53816,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E110
+
+ 00000
+ Ulm-Söflingen 00Ulm-Soeflingen
- 000001
@@ -50145,13 +53845,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Ulrichsbrücke-Füss 00Ulrichsbruecke-F
- 000002
@@ -50172,13 +53874,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Unna 00Unna
- 000002
@@ -50199,13 +53903,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Unterföhring 00Unterfoehring
- 000001
@@ -50226,13 +53932,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Untergrainau 00Untergrainau
- 000002
@@ -50253,13 +53961,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Unterhaching 00Unterhaching
- 000001
@@ -50280,13 +53990,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Unterjesingen Mitte 00Unterjesingen M
- 000001
@@ -50307,13 +54019,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D110
+
+ 00000
+ Unterjesingen Sand. 00Unterjesingen S
- 000001
@@ -50334,13 +54048,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Unterkochen 00Unterkochen
- 000001
@@ -50361,13 +54077,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F090
+
+ 00000
+ Vach 00Vach
- 000001
@@ -50388,13 +54106,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Vaihingen(Enz) 00Vaihingen(Enz)
- 000002
@@ -50415,13 +54135,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ Varel(Oldb) 00Varel(Oldb)
- 000002
@@ -50442,13 +54164,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H080
+
+ 00000
+ Vejprty(Gr) 00Vejprty(Gr)
- 000002
@@ -50469,13 +54193,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H020
+
+ 00000
+ Velgast 00Velgast
- 000002
@@ -50496,13 +54222,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Venlo(Gr) 00Venlo(Gr)
- 000002
@@ -50523,13 +54251,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D040
+
+ 00000
+ Verden(Aller) 00Verden(Aller)
- 000002
@@ -50550,13 +54280,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Vienenburg 00Vienenburg
- 000001
@@ -50577,13 +54309,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Viersen 00Viersen
- 000002
@@ -50604,13 +54338,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Villingen(Schwarzw) 00Villingen
- 000002
@@ -50631,13 +54367,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Villingen-SchwennEis 00Villingen-Eis
- 000001
@@ -50658,13 +54396,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Villingen-SchwennHam 00Villingen-Ham
- 000001
@@ -50685,13 +54425,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Vils 00Vils
- 000002
@@ -50712,13 +54454,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Vilsbiburg 00Vilsbiburg
- 000002
@@ -50739,13 +54483,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I100
+
+ 00000
+ Vilshofen(Niederbay) 00Vilshofen(Ndb)
- 000002
@@ -50766,13 +54512,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Völklingen 00Voelklingen
- 000002
@@ -50793,13 +54541,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Vogelweh 00Vogelweh
- 000001
@@ -50820,13 +54570,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Vojtanov(Gr) 00Vojtanov(Gr)
- 000002
@@ -50847,13 +54599,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Volkmarsen 00Volkmarsen
- 000002
@@ -50874,13 +54628,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D070
+
+ 00000
+ Wabern(Bz Kassel) 00Wabern(Bz Kassel)
- 000002
@@ -50901,13 +54657,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D080
+
+ 00000
+ Wächtersbach 00Waechtersbach
- 000002
@@ -50928,13 +54686,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Waggonfabrik 00Waggonfabrik
- 000001
@@ -50955,13 +54715,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Waghäusel 00Waghaeusel
- 000002
@@ -50982,13 +54744,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H120
+
+ 00000
+ Waging 00Waging
- 000002
@@ -51009,13 +54773,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Waiblingen 00Waiblingen
- 000002
@@ -51036,13 +54802,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H090
+
+ 00000
+ Waidhaus(Gr) 00Waidhaus(Gr)
- 000002
@@ -51063,13 +54831,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Waldkirch 00Waldkirch
- 000002
@@ -51090,13 +54860,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H110
+
+ 00000
+ Waldkraiburg 00Waldkraiburg
- 000002
@@ -51117,13 +54889,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H090
+
+ 00000
+ Waldmünchen 00Waldmuenchen
- 000002
@@ -51144,13 +54918,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Waldshut 00Waldshut
- 000002
@@ -51171,13 +54947,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Walkenried 00Walkenried
- 000002
@@ -51198,13 +54976,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Wallau(Lahn) 00Wallau(Lahn)
- 000002
@@ -51225,13 +55005,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E040
+
+ 00000
+ Walsrode 00Walsrode
- 000002
@@ -51252,13 +55034,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Wangen(Allgäu) 00Wangen(Allgaeu)
- 000002
@@ -51279,14 +55063,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C020
+
+ 00000
+ SEE
+ Wangerooge 00Wangerooge
- 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 00Wanne-Eickel Hbf
- 000002
@@ -51334,13 +55122,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Warburg(Westf) 00Warburg(Westf)
- 000002
@@ -51361,13 +55151,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H030
+
+ 00000
+ Waren(Müritz) 00Waren(Mueritz)
- 000002
@@ -51388,13 +55180,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C050
+
+ 00000
+ Warendorf 00Warendorf
- 000002
@@ -51415,13 +55209,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Warmensteinach 00Warmensteinach
- 000002
@@ -51442,13 +55238,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Warnemünde 00Warnemuende
- 000001
@@ -51469,13 +55267,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G020
+
+ 00000
+ Warnemünde Werft 00Warnemuende Werft
- 000001
@@ -51496,14 +55296,16 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ NE 534
+ Warngau 00Warngau
- 00000
- 3
@@ -51524,13 +55326,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E100
+
+ 00000
+ Wasseralfingen 00Wasseralfingen
- 000001
@@ -51551,13 +55355,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G110
+
+ 00000
+ Wasserburg(Inn)Bf 00Wasserburg(Inn)Bf
- 000002
@@ -51578,13 +55384,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Wasserburg(Bodensee) 00Wasserburg/Bodens
- 000002
@@ -51605,13 +55413,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Waßmannsdorf 00Wassmannsdorf
- 000001
@@ -51632,13 +55442,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wattenscheid 00Wattenscheid
- 000001
@@ -51659,13 +55471,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wattenscheid-Höntr. 00Wattenscheid-Hoen
- 000001
@@ -51686,13 +55500,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Wedel(Holst) 00Wedel(Holst)
- 000001
@@ -51713,13 +55529,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ Weener 00Weener
- 000002
@@ -51740,13 +55558,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B030
+
+ 00000
+ Weener(Gr) 00Weener(Gr)
- 000002
@@ -51767,13 +55587,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Weeze 00Weeze
- 000002
@@ -51794,13 +55616,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Wehr-Brennet 00Wehr-Brennet
- 000002
@@ -51821,13 +55645,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Weida 00Weida
- 000002
@@ -51848,13 +55674,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Weida Altstadt 00Weida Altstadt
- 000001
@@ -51875,13 +55703,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Weida Mitte 00Weida Mitte
- 000001
@@ -51902,13 +55732,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G090
+
+ 00000
+ Weiden(Oberpf) 00Weiden(Opf)
- 000002
@@ -51929,13 +55761,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B120
+
+ 00000
+ Weil am Rhein 00Weil am Rhein
- 000002
@@ -51956,13 +55790,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Weil der Stadt 00Weil der Stadt
- 000002
@@ -51983,13 +55819,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Weilburg 00Weilburg
- 000002
@@ -52010,13 +55848,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B070
+
+ 00000
+ Weilerswist 00Weilerswist
- 000001
@@ -52037,13 +55877,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F120
+
+ 00000
+ Weilheim(Oberbay) 00Weilheim(Obb)
- 000002
@@ -52064,13 +55906,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Weilimdorf 00Weilimdorf
- 000001
@@ -52091,13 +55935,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Weimar 00Weimar
- 000002
@@ -52118,13 +55964,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Weimar Berkaer Bf 00Weimar Berkaer Bf
- 000001
@@ -52145,13 +55993,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Weimar West 00Weimar West
- 000001
@@ -52172,13 +56022,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Weingarten Berg 00Weingarten Berg
- 000001
@@ -52199,13 +56051,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Weinheim(Bergstr) 00Weinheim(Bergstr)
- 000002
@@ -52226,13 +56080,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E120
+
+ 00000
+ Weißenau 00Weissenau
- 000001
@@ -52253,13 +56109,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Weißenburg(Bay) 00Weissenburg(Bay)
- 000002
@@ -52280,13 +56138,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Weißenfels 00Weissenfels
- 000002
@@ -52307,13 +56167,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Weixdorf 00Weixdorf
- 000001
@@ -52334,13 +56196,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I070
+
+ 00000
+ Weixdorf Bad 00Weixdorf Bad
- 000001
@@ -52361,13 +56225,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D120
+
+ 00000
+ Welschingen-Neuhaus. 00Welschingen-Neuh.
- 000002
@@ -52388,13 +56254,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Wendlingen(Neckar) 00Wendlingen/Neckar
- 000002
@@ -52415,13 +56283,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Werbig 00Werbig
- 000002
@@ -52442,13 +56312,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Werdau 00Werdau
- 000002
@@ -52469,13 +56341,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H050
+
+ 00000
+ Werder(Havel) 00Werder(Havel)
- 000002
@@ -52496,13 +56370,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Werdohl 00Werdohl
- 000002
@@ -52523,13 +56399,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Werne a d Lippe 00Werne a d Lippe
- 000002
@@ -52550,13 +56428,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Wernigerode 00Wernigerode
- 000002
@@ -52577,13 +56457,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E070
+
+ 00000
+ Wernshausen 00Wernshausen
- 000002
@@ -52604,13 +56486,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Wertheim 00Wertheim
- 000002
@@ -52631,13 +56515,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Wertheim-Bestenheid 00Wertheim-Bestenh
- 000001
@@ -52658,13 +56544,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wesel 00Wesel
- 000002
@@ -52685,13 +56573,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Westerburg 00Westerburg
- 000002
@@ -52712,13 +56602,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C010
+
+ 00000
+ Westerland(Sylt) 00Westerland(Sylt)
- 000002
@@ -52739,13 +56631,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C070
+
+ 00000
+ Wetzlar 00Wetzlar
- 000002
@@ -52766,13 +56660,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Wickrath 00Wickrath
- 000001
@@ -52793,13 +56689,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Wiesau(Oberpf) 00Wiesau(Opf)
- 000002
@@ -52820,13 +56718,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Wiesbaden Hbf 00Wiesbaden Hbf
- 000002
@@ -52847,13 +56747,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Wiesbaden Ost 00Wiesbaden Ost
- 000001
@@ -52874,13 +56776,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Wiesbaden-Biebrich 00Wiesbaden-Bieb.
- 000001
@@ -52901,13 +56805,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Wiesbaden-Erbenheim 00Wiesbaden-Erbenh.
- 000001
@@ -52928,13 +56834,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Wiesbaden-Igstadt 00Wiesbaden-Igstadt
- 000001
@@ -52955,13 +56863,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C080
+
+ 00000
+ Wiesbaden-Schierst. 00Wiesbaden-Schiers
- 000001
@@ -52982,13 +56892,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D090
+
+ 00000
+ Wiesloch-Walldorf 00Wiesloch-Walldorf
- 000002
@@ -53009,13 +56921,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Wildberg(Württ) 00Wildberg(Wuertt)
- 000002
@@ -53036,13 +56950,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C030
+
+ 00000
+ Wilhelmshaven Hbf 00Wilhelmshaven Hbf
- 000002
@@ -53063,13 +56979,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Wilkau-Haßlau 00Wilkau-Hasslau
- 000001
@@ -53090,13 +57008,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D060
+
+ 00000
+ Willingen 00Willingen
- 000002
@@ -53117,13 +57037,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J070
+
+ 00000
+ Wilthen 00Wilthen
- 000002
@@ -53144,13 +57066,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Windelsbleiche 00Windelsbleiche
- 000001
@@ -53171,13 +57095,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Winden(Pfalz) 00Winden(Pfalz)
- 000002
@@ -53198,13 +57124,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F100
+
+ 00000
+ Windsbach 00Windsbach
- 000002
@@ -53225,13 +57153,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D100
+
+ 00000
+ Winnenden 00Winnenden
- 000002
@@ -53252,13 +57182,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E030
+
+ 00000
+ Winsen(Luhe) 00Winsen(Luhe)
- 000002
@@ -53279,13 +57211,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C060
+
+ 00000
+ Winterberg(Westf) 00Winterberg(Westf)
- 000002
@@ -53306,13 +57240,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F060
+
+ 00000
+ Wippra 00Wippra
- 000002
@@ -53333,13 +57269,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F020
+
+ 00000
+ Wismar 00Wismar
- 000002
@@ -53360,13 +57298,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wissembourg(fr) 00Wissembourg(fr)
- 000002
@@ -53387,13 +57327,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Witten Hbf 00Witten Hbf
- 000002
@@ -53414,13 +57356,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Witten-Annen Nord 00Witten-Annen Nord
- 000001
@@ -53441,13 +57385,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G040
+
+ 00000
+ Wittenberge 00Wittenberge
- 000002
@@ -53468,13 +57414,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F040
+
+ 00000
+ Wittingen 00Wittingen
- 000002
@@ -53495,13 +57443,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B080
+
+ 00000
+ Wittlich Hbf 00Wittlich Hbf
- 000002
@@ -53522,13 +57472,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E060
+
+ 00000
+ Witzenhausen Nord 00Witzenhausen Nord
- 000002
@@ -53549,13 +57501,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wörth(Rhein) Badepa 00Woerth(Rh)Badepa
- 000001
@@ -53576,13 +57530,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wörth(Rhein) Bahnm 00Woerth(Rh)Bahnm
- 000001
@@ -53603,13 +57559,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wörth(Rhein) Bdalle 00Woerth(Rh)Bdalle
- 000001
@@ -53630,13 +57588,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wörth(Rhein) Bienw 00Woerth(Rh)Bienw
- 000001
@@ -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 00Woerth(Rh)Buerg
- 000001
@@ -53684,13 +57646,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wörth(Rhein) Mozart 00Woerth(Rh)Mozart
- 000001
@@ -53711,13 +57675,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wörth(Rhein) Raths 00Woerth(Rh)Raths
- 000001
@@ -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 00Woerth(Rh)Zuegels
- 000001
@@ -53765,13 +57733,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C100
+
+ 00000
+ Wörth(Rhein) 00Woerth(Rhein)
- 000002
@@ -53792,13 +57762,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Wolfach 00Wolfach
- 000002
@@ -53819,13 +57791,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Wolfenbüttel 00Wolfenbuettel
- 000002
@@ -53846,13 +57820,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G120
+
+ 00000
+ Wolfratshausen 00Wolfratshausen
- 000002
@@ -53873,13 +57849,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F050
+
+ 00000
+ Wolfsburg Hbf 00Wolfsburg
- 000002
@@ -53900,13 +57878,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Wolkenstein 00Wolkenstein
- 000002
@@ -53927,13 +57907,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Worms Brücke 00Worms Bruecke
- 000001
@@ -53954,13 +57936,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C090
+
+ 00000
+ Worms Hbf 00Worms Hbf
- 000002
@@ -53981,13 +57965,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I040
+
+ 00000
+ Wriezen 00Wriezen
- 000002
@@ -54008,13 +57994,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Würzburg Hbf 00Wuerzburg Hbf
- 000002
@@ -54035,13 +58023,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Würzburg Süd 00Wuerzburg Sued
- 000001
@@ -54062,13 +58052,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
E090
+
+ 00000
+ Würzburg-Zell 00Wuerzburg-Zell
- 000001
@@ -54089,13 +58081,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Wunsiedel-Holenbrunn 00Wunsiedel-Holenbr
- 000002
@@ -54116,13 +58110,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
D050
+
+ 00000
+ Wunstorf 00Wunstorf
- 000002
@@ -54143,13 +58139,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal Hbf 00Wuppertal Hbf
- 000002
@@ -54170,13 +58168,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Barmen 00Wuppertal-Barmen
- 000001
@@ -54197,13 +58197,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Langerfeld 00Wuppertal-Langerf
- 000001
@@ -54224,13 +58226,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Oberbarmen 00Wuppertal-Oberbar
- 000001
@@ -54251,13 +58255,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Ronsdorf 00Wuppertal-Ronsd.
- 000001
@@ -54278,13 +58284,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Sonnborn 00Wuppertal-Sonnb.
- 000001
@@ -54305,13 +58313,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Steinbeck 00Wuppertal-Steinb.
- 000001
@@ -54332,13 +58342,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Unterbarm. 00Wuppertal-Unterb.
- 000001
@@ -54359,13 +58371,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Vohwinkel 00Wuppertal-Vohw.
- 000001
@@ -54386,13 +58400,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B060
+
+ 00000
+ Wuppertal-Zool.Gart. 00Wuppertal-Zool G.
- 000001
@@ -54413,13 +58429,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G080
+
+ 00000
+ Wurzbach(Thür) 00Wurzbach(Thuer)
- 000002
@@ -54440,13 +58458,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H040
+
+ 00000
+ Wustermark 00Wustermark
- 000002
@@ -54467,13 +58487,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
A060
+
+ 00000
+ Xanten 00Xanten
- 000002
@@ -54494,13 +58516,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G070
+
+ 00000
+ Zeitz 00Zeitz
- 000002
@@ -54521,13 +58545,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C120
+
+ 00000
+ Zell(Wiesental) 00Zell(Wiesental)
- 000002
@@ -54548,13 +58574,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Zella-Mehlis 00Zella-Mehlis
- 000002
@@ -54575,13 +58603,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
F070
+
+ 00000
+ Zella-Mehlis West 00Zella-Mehlis West
- 000001
@@ -54602,13 +58632,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I030
+
+ 00000
+ Zerrenthin 00Zerrenthin
- 000002
@@ -54629,13 +58661,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J060
+
+ 00000
+ Zgorzelec(Gr) 00Zgorzelec(Gr)
- 000002
@@ -54656,13 +58690,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J070
+
+ 00000
+ Zittau 00Zittau
- 000002
@@ -54683,13 +58719,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
J070
+
+ 00000
+ Zittau(Gr) 00Zittau(Gr)
- 000002
@@ -54710,13 +58748,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
C110
+
+ 00000
+ Zollhaus(VS) 00Zollhaus(VS)
- 000001
@@ -54737,13 +58777,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I050
+
+ 00000
+ Zossen 00Zossen
- 000002
@@ -54764,13 +58806,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
G060
+
+ 00000
+ Zscherben 00Zscherben
- 000001
@@ -54791,13 +58835,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H020
+
+ 00000
+ Züssow 00Zuessow
- 000002
@@ -54818,13 +58864,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
B090
+
+ 00000
+ Zweibrücken Hbf 00Zweibruecken Hbf
- 000002
@@ -54845,13 +58893,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Zwickau(Sachs)Hbf 00Zwickau(Sachs)
- 000002
@@ -54872,13 +58922,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Zwickau-Pölbitz 00Zwickau-Poelbitz
- 000001
@@ -54899,13 +58951,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
H070
+
+ 00000
+ Zwickau-Schedewitz 00Zwickau-Schedew.
- 000001
@@ -54926,13 +58980,15 @@ This example provides an example of encodeing TAP TSI NRT fares in NeTEx XML
I100
+
+ 00000
+ Zwiesel(Bay) 00Zwiesel(Bay)
- 000002
diff --git a/examples/standards/tap_tsi/TAP-SKDUPD-example1-basic.xml b/examples/standards/tap_tsi/TAP-SKDUPD-example1-basic.xml
index 820c37e34..b6395749d 100644
--- a/examples/standards/tap_tsi/TAP-SKDUPD-example1-basic.xml
+++ b/examples/standards/tap_tsi/TAP-SKDUPD-example1-basic.xml
@@ -61,16 +61,28 @@ MES+200:KMT' -->
+
+
+
+ 2006-11-04T12:00:00
+ 2006-11-04T12:00:00
+ 1
+
+
+ Uic Example of a very simple train timetablerail
-
+ ALPHA TANGO05:03:00
+
+
+
@@ -272,12 +284,7 @@ PDT++:::58:::' (TAPTSI B.4.7009 58 TRN Intercités) -->
-
- 2006-11-04T12:00:00
- 2006-11-04T12:00:00
- 1
-
-
+
diff --git a/examples/standards/tap_tsi/TAP-SKDUPD-example1.xml b/examples/standards/tap_tsi/TAP-SKDUPD-example1.xml
index 8f977d442..321f7effc 100644
--- a/examples/standards/tap_tsi/TAP-SKDUPD-example1.xml
+++ b/examples/standards/tap_tsi/TAP-SKDUPD-example1.xml
@@ -443,6 +443,17 @@ Data is selected just for the stops for a single journey
+
+
+
+
+
+ 2006-11-04T12:00:00
+ 2006-11-04T12:00:00
+ 1
+
+
+ ALPHA TANGO
@@ -499,6 +510,10 @@ Data is selected just for the stops for a single journey
05:03:00
+
+
+
+
@@ -700,12 +715,7 @@ PDT++:::58:::' (TAPTSI B.4.7009 58 TRN Intercités) -->
-
- 2006-11-04T12:00:00
- 2006-11-04T12:00:00
- 1
-
-
+
diff --git a/examples/standards/tap_tsi/TAP-SKDUPD-example2.1-Classic_train.xml b/examples/standards/tap_tsi/TAP-SKDUPD-example2.1-Classic_train.xml
index 708b7cd33..3d690b013 100644
--- a/examples/standards/tap_tsi/TAP-SKDUPD-example2.1-Classic_train.xml
+++ b/examples/standards/tap_tsi/TAP-SKDUPD-example2.1-Classic_train.xml
@@ -79,6 +79,22 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
+
+
+
+
+
+
+
+
+
+
+ 2022-03-28T00:00:00
+ 2022-06-18T23:59:59
+ 11111101111110111111011111101111110111111011111101111110111111011111101111110111111
+
+
+
@@ -154,7 +170,7 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
Uic Example of a very simple train timetablerail
-
+ 06:57:00
+
+
+
+ VR
@@ -415,13 +435,7 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
-
-
- 2022-03-28T00:00:00
- 2022-06-18T23:59:59
- 11111101111110111111011111101111110111111011111101111110111111011111101111110111111
-
-
+
diff --git a/examples/standards/tap_tsi/TAP-SKDUPD-example2.2-Coach_group.xml b/examples/standards/tap_tsi/TAP-SKDUPD-example2.2-Coach_group.xml
index 0971bc3cb..a990a3cc1 100644
--- a/examples/standards/tap_tsi/TAP-SKDUPD-example2.2-Coach_group.xml
+++ b/examples/standards/tap_tsi/TAP-SKDUPD-example2.2-Coach_group.xml
@@ -64,6 +64,46 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
+
+
+
+
+
+
+
+
+
+
+ 2021-12-19T00:00:00
+ 2022-01-25T00:00:00
+ 11100000000000000000000000000000000111
+
+
+
+ 2021-12-19T00:00:00
+ 2022-01-25T23:59:59
+ 11100000000000000000000000000000000111
+
+
+
+ 2021-12-19T00:00:00
+ 2022-01-25T23:59:59
+ 11100000000000000000000000000000000111
+
+
+
+ 2021-12-19T00:00:00
+ 2022-01-25T23:59:59
+ 11100000000000000000000000000000000111
+
+
+
+ 2021-12-19T00:00:00
+ 2022-01-25T23:59:59
+ 11100000000000000000000000000000000111
+
+
+
@@ -176,7 +216,7 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
A single journey with three parts, each with a different Coach train number to
rail
-
+ 06:57:00
+
+
+
+ CD
@@ -278,13 +322,7 @@ RLS+13+6'-->
-
-
- 2021-12-19T00:00:00
- 2022-01-25T00:00:00
- 11100000000000000000000000000000000111
-
-
+
@@ -355,7 +393,7 @@ ID Stop_number Service Relation Transfer_time Certainty
representing the splitting at off coaches at each stage
rail
-
+ 06:57:00
+
+
+ CD
@@ -411,14 +452,8 @@ POR+005510033++' -->
-
-
- 2021-12-19T00:00:00
- 2022-01-25T23:59:59
- 11100000000000000000000000000000000111
-
-
-
+
+ Connecting to: Coaches C407 Warsaw Bohumin rail
@@ -427,6 +462,9 @@ POR+005510033++' -->
IntercityCoach Group06:57:00
+
+
+ CD
@@ -445,14 +483,8 @@ POR+005510033++' -->
-
-
- 2021-12-19T00:00:00
- 2022-01-25T23:59:59
- 11100000000000000000000000000000000111
-
-
-
+
+ Connecting to Warsaw Breclawrail
@@ -461,6 +493,9 @@ POR+005510033++' -->
IntercityCoach Group06:57:00
+
+
+ CD
@@ -490,14 +525,8 @@ POR+005510033++' -->
-
-
- 2021-12-19T00:00:00
- 2022-01-25T23:59:59
- 11100000000000000000000000000000000111
-
-
-
+
+ Connecting to: Warsaw Budapest-Nuygatirail
@@ -506,6 +535,9 @@ POR+005510033++' -->
IntercityCoach Group06:57:00
+
+
+ CD
@@ -546,13 +578,7 @@ POR+005510033++' -->
-
-
- 2021-12-19T00:00:00
- 2022-01-25T23:59:59
- 11100000000000000000000000000000000111
-
-
+
diff --git a/examples/standards/tap_tsi/TAP-SKDUPD-example2.3-Leo_Express.xml b/examples/standards/tap_tsi/TAP-SKDUPD-example2.3-Leo_Express.xml
index d6981a60a..046ab2352 100644
--- a/examples/standards/tap_tsi/TAP-SKDUPD-example2.3-Leo_Express.xml
+++ b/examples/standards/tap_tsi/TAP-SKDUPD-example2.3-Leo_Express.xml
@@ -98,6 +98,22 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
+
+
+
+
+
+
+
+
+
+
+ 2022-04-01T00:00:00
+ 2022-12-10T23:59:59
+ 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+
+
+
@@ -283,7 +299,7 @@ MES+363700:MTR' -->
-
+ 06:36:00
+
+
+
+ LE
@@ -577,14 +597,7 @@ MES+363700:MTR' -->
-
-
- 2022-04-01T00:00:00
- 2022-12-10T23:59:59
- 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
-
-
+
diff --git a/examples/standards/tap_tsi/TAP-SKDUPD-example2.4-Load_and_Unload.xml b/examples/standards/tap_tsi/TAP-SKDUPD-example2.4-Load_and_Unload.xml
index 595aeea50..2044a1f73 100644
--- a/examples/standards/tap_tsi/TAP-SKDUPD-example2.4-Load_and_Unload.xml
+++ b/examples/standards/tap_tsi/TAP-SKDUPD-example2.4-Load_and_Unload.xml
@@ -75,6 +75,23 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
+
+
+
+
+
+
+
+
+
+
+ 2022-01-01T00:00:00
+ 2022-09-04T23:59:59
+ 111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+
+
+
+
@@ -102,7 +119,7 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
rail
-
+ train06:32:00
+
+
+
+ SZ Pitzniski promet d.o.o
@@ -283,14 +304,7 @@ ASD+9' -->
-
-
- 2022-01-01T00:00:00
- 2022-09-04T23:59:59
- 111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
-
-
-
+
diff --git a/examples/standards/tap_tsi/TAP-SKDUPD-example2.5-Interchange.xml b/examples/standards/tap_tsi/TAP-SKDUPD-example2.5-Interchange.xml
index c8e4d4dcf..1433b86c9 100644
--- a/examples/standards/tap_tsi/TAP-SKDUPD-example2.5-Interchange.xml
+++ b/examples/standards/tap_tsi/TAP-SKDUPD-example2.5-Interchange.xml
@@ -87,6 +87,22 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
+
+
+
+
+
+
+
+
+
+
+ 2022-03-11T00:00:00
+ 2022-03-18T23:59:59
+ 10000001
+
+
+
@@ -186,7 +202,7 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
rail
-
+ 06:57:00
+
+
+
+ DB Vertrieb GBH
@@ -594,13 +614,7 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
incomingPassportControl
-
-
- 2022-03-11T00:00:00
- 2022-03-18T23:59:59
- 10000001
-
-
+
diff --git a/examples/standards/tap_tsi/TAP-SKDUPD-example2.6-Check_In.xml b/examples/standards/tap_tsi/TAP-SKDUPD-example2.6-Check_In.xml
index 3ccf3e47c..89b8fa4aa 100644
--- a/examples/standards/tap_tsi/TAP-SKDUPD-example2.6-Check_In.xml
+++ b/examples/standards/tap_tsi/TAP-SKDUPD-example2.6-Check_In.xml
@@ -63,6 +63,22 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
+
+
+
+
+
+
+
+
+
+
+ 2022-01-29T00:00:00
+ 2022-04-16T23:59:59
+ 100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+
@@ -79,7 +95,7 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
-
+ 08:06:00
+
+
+
+ Movia
@@ -177,13 +197,7 @@ ASD+44::0803' -->
-
-
- 2022-01-29T00:00:00
- 2022-04-16T23:59:59
- 100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
+
diff --git a/examples/standards/tap_tsi/TAP-SKDUPD-example2.7-Tariff_and_Reservation.xml b/examples/standards/tap_tsi/TAP-SKDUPD-example2.7-Tariff_and_Reservation.xml
index 909138606..edbb11a1a 100644
--- a/examples/standards/tap_tsi/TAP-SKDUPD-example2.7-Tariff_and_Reservation.xml
+++ b/examples/standards/tap_tsi/TAP-SKDUPD-example2.7-Tariff_and_Reservation.xml
@@ -101,6 +101,23 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
+
+
+
+
+
+
+
+
+
+
+ 2021-12-12T00:00:00
+ 2022-12-12T23:59:59
+ 1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+
+
+
+
@@ -296,7 +313,7 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
rail
-
+ 10:42:00
+
+
+
+ CFR CalatonTrain 686
@@ -747,14 +768,7 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
incomingPassportControl
-
-
- 2021-12-12T00:00:00
- 2022-12-12T23:59:59
- 1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
-
-
-
+
diff --git a/examples/standards/tap_tsi/TAP-SKDUPD-example2.7-Tarrif_and_Reservation.xml b/examples/standards/tap_tsi/TAP-SKDUPD-example2.7-Tarrif_and_Reservation.xml
index 9340dc16c..d28b9f05e 100644
--- a/examples/standards/tap_tsi/TAP-SKDUPD-example2.7-Tarrif_and_Reservation.xml
+++ b/examples/standards/tap_tsi/TAP-SKDUPD-example2.7-Tarrif_and_Reservation.xml
@@ -46,6 +46,11 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
+
+
+
+
+
diff --git a/examples/standards/tap_tsi/TAP-SKDUPD-example2.xml b/examples/standards/tap_tsi/TAP-SKDUPD-example2.xml
index 142e7803b..25fe714bc 100644
--- a/examples/standards/tap_tsi/TAP-SKDUPD-example2.xml
+++ b/examples/standards/tap_tsi/TAP-SKDUPD-example2.xml
@@ -60,6 +60,17 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
+
+
+
+
+
+ 2022-03-28T00:00:00
+ 2022-06-18T23:59:59
+ 11111101111110111111011111101111110111111011111101111110111111011111101111110111111
+
+
+
@@ -135,7 +146,7 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
Uic Example of a very simple train timetablerail
-
+
@@ -148,6 +159,9 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
Intercity06:57:00
+
+
+ VR
@@ -372,12 +386,7 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
-
- 2022-03-28T00:00:00
- 2022-06-18T23:59:59
- 11111101111110111111011111101111110111111011111101111110111111011111101111110111111
-
-
+
@@ -405,6 +414,45 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
+
+
+
+
+
+
+
+
+
+
+
+ 2022-01-23T00:00:00
+ 2022-01-25T23:59:59
+ 11100000000000000000000000000000000111
+
+
+
+
+ 2022-01-23T00:00:00
+ 2022-01-25T23:59:59
+ 11100000000000000000000000000000000111
+
+
+ 2022-01-23T00:00:00
+ 2022-01-25T23:59:59
+ 11100000000000000000000000000000000111
+
+
+ 2022-01-23T00:00:00
+ 2022-01-25T23:59:59
+ 11100000000000000000000000000000000111
+
+
+ 2022-01-23T00:00:00
+ 2022-01-25T23:59:59
+ 11100000000000000000000000000000000111
+
+
+
@@ -513,7 +561,7 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
A single journey with three parts, each with a different Coach train number to
rail
-
+
@@ -526,6 +574,9 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
Coach Group06:57:00
+
+
+ CD
@@ -595,12 +646,7 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
-
- 2022-01-23T00:00:00
- 2022-01-25T23:59:59
- 11100000000000000000000000000000000111
-
-
+
@@ -667,7 +713,7 @@ ID Stop_number Service Relation Transfer_time Certainty
representing the splitting at off coaches at each stage
rail
-
+
@@ -680,6 +726,9 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
Coach Group06:57:00
+
+
+ CD
@@ -712,13 +761,8 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
-
- 2022-01-23T00:00:00
- 2022-01-25T23:59:59
- 11100000000000000000000000000000000111
-
-
-
+
+ Connecting to: Coaches C407 Warsaw Bohumin rail
@@ -727,6 +771,9 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
IntercityCoach Group06:57:00
+
+
+ CD
@@ -745,13 +792,8 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
-
- 2022-01-23T00:00:00
- 2022-01-25T23:59:59
- 11100000000000000000000000000000000111
-
-
-
+
+ Connecting to Warsaw Breclawrail
@@ -760,6 +802,9 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
IntercityCoach Group06:57:00
+
+
+ CD
@@ -789,13 +834,8 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
-
- 2022-01-23T00:00:00
- 2022-01-25T23:59:59
- 11100000000000000000000000000000000111
-
-
-
+
+ Connecting to: Warsaw Budapest-Nuygatirail
@@ -804,6 +844,9 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
IntercityCoach Group06:57:00
+
+
+ CD
@@ -844,12 +887,7 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
-
- 2022-01-23T00:00:00
- 2022-01-25T23:59:59
- 11100000000000000000000000000000000111
-
-
+
@@ -965,6 +1003,16 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
+
+
+
+
+ 2022-04-01T00:00:00
+ 2022-12-10T23:59:59
+ 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+
+
+
@@ -1047,7 +1095,7 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
-
+
@@ -1059,6 +1107,10 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
Intercity06:36:00
+
+
+
+ LE410
@@ -1291,12 +1343,7 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
-
- 2022-04-01T00:00:00
- 2022-12-10T23:59:59
- 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
-
-
+
@@ -1324,6 +1371,18 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
+
+
+
+
+
+ 2022-01-01T00:00:00
+ 2022-09-04T23:59:59
+ 111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+
+
+
+
@@ -1351,7 +1410,7 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
rail
-
+
@@ -1364,6 +1423,10 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
train06:32:00
+
+
+
+ SZ Pitzniski promet d.o.o850
@@ -1510,13 +1573,7 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
-
- 2022-01-01T00:00:00
- 2022-09-04T23:59:59
- 111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
-
-
-
+
@@ -1544,6 +1601,17 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
+
+
+
+
+
+ 2022-03-11T00:00:00
+ 2022-03-18T23:59:59
+ 10000001
+
+
+
@@ -1643,7 +1711,7 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
rail
-
+
@@ -1658,6 +1726,10 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
high-speed train06:57:00
+
+
+
+ DB Vertrieb GBH
@@ -2019,12 +2091,7 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
incomingPassportControl
-
- 2022-03-11T00:00:00
- 2022-03-18T23:59:59
- 10000001
-
-
+
@@ -2103,6 +2170,17 @@ ID Stop_number Service Relation Transfer_time Certainty
+
+
+
+
+
+ 2022-01-29T00:00:00
+ 2022-04-16T23:59:59
+ 100000010000001000000100000010000001000000100000010000001000000100000010000001
+
+
+
@@ -2119,7 +2197,7 @@ ID Stop_number Service Relation Transfer_time Certainty
-
+ 08:06:00
+
+
+
+ Movia
@@ -2196,12 +2278,7 @@ ID FromStopNumber ToStopNumber ASD_or_SER Reservation_in_equipment Equipment Tar
-
- 2022-01-29T00:00:00
- 2022-04-16T23:59:59
- 100000010000001000000100000010000001000000100000010000001000000100000010000001
-
-
+
@@ -2223,6 +2300,18 @@ ID FromStopNumber ToStopNumber ASD_or_SER Reservation_in_equipment Equipment Tar
+
+
+
+
+
+ 2021-12-12T00:00:00
+ 2022-12-12T23:59:59
+ 1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+
+
+
+
@@ -2418,7 +2507,7 @@ ID FromStopNumber ToStopNumber ASD_or_SER Reservation_in_equipment Equipment Tar
rail
-
+
@@ -2431,6 +2520,10 @@ ID Service_number Reservation Tariff Service_Mode Service_Name Service_Provider
Interregional10:42:00
+
+
+
+ CFR Calaton
@@ -2828,13 +2921,7 @@ ID Stop_number UIC Arrival_time Arrival_offset Departure_time Departure_offset P
incomingPassportControl
-
- 2021-12-12T00:00:00
- 2022-12-12T23:59:59
- 1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
-
-
-
+
diff --git a/examples/standards/tap_tsi/TAP-TSDUPD-example2.1-Hilleroed.xml b/examples/standards/tap_tsi/TAP-TSDUPD-example2.1-Hilleroed.xml
index 1f8fcdcb1..fdf2b122a 100644
--- a/examples/standards/tap_tsi/TAP-TSDUPD-example2.1-Hilleroed.xml
+++ b/examples/standards/tap_tsi/TAP-TSDUPD-example2.1-Hilleroed.xml
@@ -102,6 +102,9 @@ UIC_Code1 UIC_Code2 Duration Duration_Unit 13 6_footPath_or_14_Hierarchy Attribu
+
+
+
diff --git a/examples/standards/tap_tsi/TAP-TSDUPD-example2.2-Milano.xml b/examples/standards/tap_tsi/TAP-TSDUPD-example2.2-Milano.xml
index 4d513be5f..6679f2f25 100644
--- a/examples/standards/tap_tsi/TAP-TSDUPD-example2.2-Milano.xml
+++ b/examples/standards/tap_tsi/TAP-TSDUPD-example2.2-Milano.xml
@@ -70,6 +70,9 @@ UIC_Code1 UIC_Code2 Duration Duration_Unit 13 6_footPath_or_14_Hierarchy Attribu
+
+
+
diff --git a/examples/standards/tap_tsi/TAP-TSDUPD-example2.3-Piedmont.xml b/examples/standards/tap_tsi/TAP-TSDUPD-example2.3-Piedmont.xml
index 83ad78ddb..c62e96fea 100644
--- a/examples/standards/tap_tsi/TAP-TSDUPD-example2.3-Piedmont.xml
+++ b/examples/standards/tap_tsi/TAP-TSDUPD-example2.3-Piedmont.xml
@@ -50,6 +50,9 @@ UIC_Code1 UIC_Code2 Duration Duration_Unit 13 6_footPath_or_14_Hierarchy Attribu
+
+
+
diff --git a/examples/standards/tap_tsi/TAP-TSDUPD-example2.xml b/examples/standards/tap_tsi/TAP-TSDUPD-example2.xml
index 26f3090c9..67271abac 100644
--- a/examples/standards/tap_tsi/TAP-TSDUPD-example2.xml
+++ b/examples/standards/tap_tsi/TAP-TSDUPD-example2.xml
@@ -91,6 +91,12 @@ UIC_Code1 UIC_Code2 Duration Duration_Unit 13 6_footPath_or_14_Hierarchy
+
+
+
+
+
+
diff --git a/examples/standards/txc/FX-PI-01_UK_DFT_STOP_NPTG-extract_20170101.xml b/examples/standards/txc/FX-PI-01_UK_DFT_STOP_NPTG-extract_20170101.xml
index e546334a5..a1c1215e8 100644
--- a/examples/standards/txc/FX-PI-01_UK_DFT_STOP_NPTG-extract_20170101.xml
+++ b/examples/standards/txc/FX-PI-01_UK_DFT_STOP_NPTG-extract_20170101.xml
@@ -142,7 +142,7 @@ NeTEx separates organisational structure (ORGANISATION, ORGANISATION PART) fro
-
+ NPTG content data - Localities and Plusbus zones This is an example showing an encoding in NeTEx of actual NPTG data for NPTG localities and PlusBus tariff zones
@@ -668,7 +668,7 @@ NeTEx separates organisational structure (ORGANISATION, ORGANISATION PART) fro
-
+ Admin areas for NPTG dataThis is an example showing an encoding in NeTEx of actual NPTG data for Regions, AdminAreas and DIstricts.
@@ -708,11 +708,6 @@ NeTEx separates organisational structure (ORGANISATION, ORGANISATION PART) fro
-
-
- NPTG data version
-
-
@@ -8863,7 +8858,7 @@ NeTEx separates organisational structure (ORGANISATION, ORGANISATION PART) fro
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -9046,12 +9041,6 @@ NeTEx separates organisational structure (ORGANISATION, ORGANISATION PART) fro
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -9650,7 +9639,7 @@ NeTEx separates organisational structure (ORGANISATION, ORGANISATION PART) fro
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -9661,7 +9650,7 @@ NeTEx separates organisational structure (ORGANISATION, ORGANISATION PART) fro
creates distributes
- EntityLegalOwnership
+ entityLegalOwnershipTODO
diff --git a/examples/standards/txc/FX-PI-01_UK_DFT_STOP_NaPTAN-060+086+110_20171217.xml b/examples/standards/txc/FX-PI-01_UK_DFT_STOP_NaPTAN-060+086+110_20171217.xml
index a74a28200..a14d6a465 100644
--- a/examples/standards/txc/FX-PI-01_UK_DFT_STOP_NaPTAN-060+086+110_20171217.xml
+++ b/examples/standards/txc/FX-PI-01_UK_DFT_STOP_NaPTAN-060+086+110_20171217.xml
@@ -101,7 +101,7 @@ The NaPTAN StopClassification and StopType can be used to determine how each typ
-
+ Sample extract of NaPTAn data encoded a in NeTEx
@@ -115,7 +115,7 @@ The NaPTAN StopClassification and StopType can be used to determine how each typ
-
+ Stample STop and Stop Area data encoded NeTEx - Area 60
@@ -160,7 +160,7 @@ The NaPTAN StopClassification and StopType can be used to determine how each typ
-
+ Sample Stop and Stop Area data encoded in NeTEx - Area 86
@@ -217,7 +217,7 @@ The NaPTAN StopClassification and StopType can be used to determine how each typ
-
+ Sample Stop and Stop Area data encoded in NeTEx - Area 110
@@ -541,7 +541,7 @@ The NaPTAN StopClassification and StopType can be used to determine how each typ
creates distributes
- DataRegistrar
+ dataRegistrar
@@ -682,12 +682,6 @@ The NaPTAN StopClassification and StopType can be used to determine how each typ
-
-
- NaPTAN version 2.4
- baseline
-
- standards@naptan.org.uk
@@ -700,7 +694,7 @@ The NaPTAN StopClassification and StopType can be used to determine how each typ
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -711,7 +705,7 @@ The NaPTAN StopClassification and StopType can be used to determine how each typ
creates distributes
- Other
+ otherUK
@@ -893,12 +887,6 @@ The NaPTAN StopClassification and StopType can be used to determine how each typ
-
-
- NPTG version 2.1
- baseline
-
- standards@nptg.org.uk
@@ -911,7 +899,7 @@ The NaPTAN StopClassification and StopType can be used to determine how each typ
creates distributes
- DataRegistrar
+ dataRegistrarUK
@@ -922,7 +910,7 @@ The NaPTAN StopClassification and StopType can be used to determine how each typ