diff --git a/.github/scripts/validate-and-lint.sh b/.github/scripts/validate-and-lint.sh
index d7c6f915d..b73179bb4 100755
--- a/.github/scripts/validate-and-lint.sh
+++ b/.github/scripts/validate-and-lint.sh
@@ -7,13 +7,15 @@
# The -e flag causes the script to exit as soon as one command returns a non-zero exit code
set -e
+SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
+
echo "Validating XML file structure and linting XSD and XML files ..."
PARSING_ERROR=0
# Iterate all XML and XSD files
while IFS= read -r -d $'\0' filename; do
# Prettify the file using xmllint and save the result to ${filename}.pretty
- if XMLLINT_INDENT=$'\t' xmllint --encode UTF-8 --pretty 1 "${filename}" >"${filename}.pretty"; then
+ if XMLLINT_INDENT=$'\t' $SCRIPT_DIR/xmllint --encode UTF-8 --format --pretty 1 "${filename}" >"${filename}.pretty"; then
# Remove lines containing the term "xmlspy" to get rid of advertising this and save the result as ${filename}
grep -i -v "xmlspy" "${filename}.pretty" >"${filename}"
else
diff --git a/.github/scripts/validate-examples.sh b/.github/scripts/validate-examples.sh
index 45041a37a..0f9e7d9fe 100755
--- a/.github/scripts/validate-examples.sh
+++ b/.github/scripts/validate-examples.sh
@@ -7,9 +7,11 @@
# The -e flag causes the script to exit as soon as one command returns a non-zero exit code
set -e
+SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
+
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 /usr/bin/find examples/functions examples/standards -type f -name "*.xml" -print0 | xargs -0 $SCRIPT_DIR/xmllint --noout --schema xsd/NeTEx_publication.xsd; 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/.github/scripts/xmllint b/.github/scripts/xmllint
new file mode 100755
index 000000000..cc428f347
Binary files /dev/null and b/.github/scripts/xmllint differ
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 650cbc2c3..2ec17fa42 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,10 +12,10 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- - name: Install xmllint and xsltproc
- run: |
- sudo apt-get update
- sudo apt-get install libxml2-utils xsltproc
+ # - name: Install xmllint and xsltproc
+ # run: |
+ # sudo apt-get update
+ # sudo apt-get install libxml2-utils xsltproc
- name: Validate structure and lint XSD and XML files
run: ./.github/scripts/validate-and-lint.sh
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 000000000..142f90db7
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,2999 @@
+# Changelog
+
+## Version 1.2.2 - Revised to add New Modes
+The Part 1, Part 2, & Part 3 Schemas include corrections and enhancements since the issue of the Version 1.2 CEN Specification documents for NeTEx.
+A new Part5 is added for new modes, with examples
+The new Part 5 CEN Specification document describes the additions and changes.
+
+
+
+
+
+### 2021.09.01 NewModes: CommentAction Add __PoolOfVehicles__.
+* 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_.
+
+* 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__.
+* _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.
+* _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_ .
+* _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__.
+* _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.
+* 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__
+* 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__
+* _Updates to xml schema_:
+ * netex_framework\netex_frames\netex_resourceFrame_version.xsd"
+
+### 2020.08.10 FIX Issue #108 *Framework*: Allow __ServiceCalendar__ to hold __UuicOperatingPeriod__
+* _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.
+
+
+
+Version 1.20 - Base version plus further minor fixes comprising##
+
+
+FIX - FareClassEnumeration #100
+### 2020.07.28 FIX Issue #100*FRAMEWORK*:Corect the substitution group on OrganisationUnit
+ * netex_framework/netex_genericFramework/netex_organisation_version.xsd
+
+FIX - FareClassEnumeration #75
+### 2020.06.21 FIX Issue #75*FRAMEWORK*:Remove space from end of secondClass enumeration value
+ * netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd
+
+FIX - Recursive includes #73
+### 2020.06.21 PARTIAL FIX Issue #73*PART2*:Recursive includes: NJSK Remove cyclic inclusion dependency
+ * 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 CRSs 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.
+### 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.
+
+
+See the NeTEx UML Physical and Conceptual models for an UML view of the packages. (This is available in electronic format).
+
+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.
+
+----
+## 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
+
+In addition:
+
+- **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.
+
+There are **XML examples** of the use of both protocols, see */examples* subdirectory.
+
+### 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
+----
+### 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.
+----
+# 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 issue of the Version 1.2 CEN Specification documents for NeTEx.
+A new Part5 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
+
+netex_reusableComponents/netex_all_objects_reusableComponents.xs
+
+### 2021.09.01 NewModes: CommentAction Add __PoolOfVehicles__.
+* Add __mustpickupanddropoffInSameZone_ value to __mobilityConstraintZone__ restiction values.
+* Add __PoolOfVehicles__ to Mobility Service Constraint 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_.
+
+* 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__.
+* _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.
+* _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_ .
+* _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__.
+* _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.
+* 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__
+* 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__
+* _Updates to xml schema_:
+ * netex_framework\netex_frames\netex_resourceFrame_version.xsd"
+
+### 2020.08.10 FIX Issue #108 *Framework*: Allow __ServiceCalendar__ to hold __UuicOperatingPeriod__
+* _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
diff --git a/NeTEx.spp b/NeTEx.spp
index 1c4f8643d..5446ea592 100644
--- a/NeTEx.spp
+++ b/NeTEx.spp
@@ -32,6 +32,7 @@
+
@@ -60,6 +61,8 @@
+
+
@@ -78,55 +81,94 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -243,6 +285,8 @@
+
+
@@ -277,9 +321,8 @@
+
-
-
@@ -296,14 +339,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -382,6 +442,8 @@
+
+
@@ -390,6 +452,8 @@
+
+
@@ -549,6 +613,10 @@
+
+
+
+
@@ -615,6 +683,7 @@
+
@@ -639,6 +708,7 @@
+
@@ -649,6 +719,7 @@
+
@@ -665,6 +736,9 @@
+
+
+
@@ -675,7 +749,9 @@
-
+
+
+
@@ -716,7 +792,6 @@
-
@@ -744,6 +819,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -758,6 +845,15 @@
+
+
+
+
+
+
+
+
+
@@ -947,6 +1043,12 @@
+
+
+
+
+
+
diff --git a/README.md b/README.md
index a80c3c34f..0b0a1bff3 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,6 @@ The schema is systematically divided into small modular files. Generally, for ea
| ----------- | ------------------------------------------------------- | ----------------------------------------------- |
| `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) |
-| `epiap` | CEN NeTEx European Passenger Information Accessibility Profile | [GitHub](https://github.com/NeTEx-CEN/NeTEx/tree/EPIAP) |
# Change Log
## Releases
@@ -82,7 +81,7 @@ The schema is systematically divided into small modular files. Generally, for ea
| -------------- | ------------- | ---------------------------------------------- | ------------- | ----------------------------------------------------------------------------------------------- |
| 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 | 2024 | European Passenger Information Accessibility Profile (EPIAP) - upcoming | N/A | N/A |
+| 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/examples/functions/bookingArrangements/generalframe.xml b/examples/functions/bookingArrangements/generalframe.xml
new file mode 100644
index 000000000..73fb2c0d6
--- /dev/null
+++ b/examples/functions/bookingArrangements/generalframe.xml
@@ -0,0 +1,26 @@
+
+
+ 2023-10-04T09:30:47.0Z
+ NDOV
+
+
+ BookingArrangement test
+
+
+ 16:00:00
+ PT1H
+ assitace.org.uk/wibledon
+
+
+
+
+
+
+ 16:00:00
+ PT1H
+ assitace.org.uk/wibledon
+
+
+
+
+
diff --git a/examples/functions/deckPlans/DeckPlans-Example.xml b/examples/functions/deckPlans/DeckPlans-Example.xml
new file mode 100644
index 000000000..4acc8943b
--- /dev/null
+++ b/examples/functions/deckPlans/DeckPlans-Example.xml
@@ -0,0 +1,1776 @@
+
+
+
+ 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 seats, 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
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+ rightwards
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+
+
+ leftwards
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+ rightwards
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ leftwards
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+ rightwards
+
+
+ 1
+
+
+
+
+
+ true
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ false
+ true
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+
+
+ 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
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ false
+ true
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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..ea2294532
--- /dev/null
+++ b/examples/functions/deckPlans/DeckPlans-Example_bus.xml
@@ -0,0 +1,1968 @@
+
+
+
+
+ 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
+ true
+ 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
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+ rightwards
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ leftwards
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+ rightwards
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ leftwards
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+ rightwards
+
+
+ 1
+
+
+
+ 1
+
+
+
+
+
+ true
+ true
+
+
+
+
+ leftwards
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+ rightwards
+
+
+ 1
+
+
+
+
+
+ true
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ false
+ true
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ false
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+
+
+ 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
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ false
+ true
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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..02018193b
--- /dev/null
+++ b/examples/functions/deckPlans/DeckPlans-Example_train.xml
@@ -0,0 +1,5179 @@
+
+
+
+
+
+
+
+
+
+ 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.
+
+
+
+
+ Large Wheelchair
+
+
+ Large Wheelchair
+
+
+
+
+
+
+
+ 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
+
+
+
+
+
+
+
+
+
+
+
+ seat
+
+
+ fixedFlat
+ true
+ true
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+ seat
+
+
+ fixedFlat
+ true
+ true
+ 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
+
+
+
+
+
+
+
+
+
+
+
+ seat
+
+
+ true
+ true
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+ seat
+
+
+ true
+ true
+
+
+
+
+
+
+
+ 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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+ Seat 06 turns into middle Bunk
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ Seat 06 turns into top Bunk
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ Seat only available in daytime
+ backwards
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ Seat only available in daytime
+ forwards
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ 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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ Seat only available in daytime
+ backwards
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ Seat only available in daytime
+ forwards
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ 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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ Seat only available in daytime
+ backwards
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ Seat only available in daytime
+ forwards
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ 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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ Seat only available in daytime
+ backwards
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+
+ Seat only available in daytime
+ forwards
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ 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
+
+
+
+ true
+ true
+ true
+ true
+
+
+
+
+
+ forward
+ Go down corridor third compartment from end on leftt
+
+
+
+ true
+ true
+ true
+ true
+
+
+
+
+
+ left
+ Seat 9is on far side by window on left
+
+
+
+ false
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+
+
+ 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
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ true
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ true
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+ none
+ false
+ false
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ none
+ false
+ false
+ 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
+
+
+
+
+ Entrance to F01 is at Boarding Position A via forward door on right hand side of train
+ true
+ true
+
+
+
+ sleeperCarriage
+
+ 2
+
+ true
+ Board at front
+
+
+ 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
+
+ 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
+
+ shut
+
+ Seat 01
+
+
+ Seat 36
+
+
+
+ No Entrance to F02 via rear door on right hand side of train
+ false
+ false
+
+
+
+ sleeperCarriage
+
+ 3
+
+ false
+ Exit through front carriages
+
+ lockedShut
+
+
+ Short platform means F03 (buffet car) doors cannot be used
+ false
+ 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..f1171e743
--- /dev/null
+++ b/examples/functions/deckPlans/DeckPlans-Example_train_simple.xml
@@ -0,0 +1,1859 @@
+
+
+
+
+
+ 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
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ true
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ fixedFlat
+ true
+ true
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ true
+ false
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ false
+ true
+
+
+
+ forwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ true
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ seatBackFolding
+ true
+ true
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ false
+ true
+
+
+
+ backwards
+
+
+
+
+
+
+
+ none
+ true
+ true
+ false
+
+
+
+
+
+ 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 f66731ad3..b2090433f 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
@@ -643,11 +643,13 @@ Special peak and off-peak times apply on journeys that start at stations north o
+
+ B
+
Bakerloo Line
Bakerloo
metro
BAK
- B
brown
@@ -667,11 +669,13 @@ Special peak and off-peak times apply on journeys that start at stations north o
+
+ C
+
Central Line
Central
metro
CEN
- C
red
@@ -685,11 +689,13 @@ Special peak and off-peak times apply on journeys that start at stations north o
+
+ R
+
Circle Line
Circle
metro
CIR
- R
yellow
@@ -703,11 +709,13 @@ Special peak and off-peak times apply on journeys that start at stations north o
+
+ T
+
Croydon DLR
DLR
tram
TRM
- T
green
@@ -727,11 +735,13 @@ Special peak and off-peak times apply on journeys that start at stations north o
+
+ D
+
District Line
District
metro
DIS
- D
green
@@ -745,11 +755,13 @@ Special peak and off-peak times apply on journeys that start at stations north o
+
+ J
+
Jubilee Line
Jubilee
metro
JUB
- J
silver
@@ -769,11 +781,13 @@ Special peak and off-peak times apply on journeys that start at stations north o
+
+ L
+
Docklands light railway
DLR
metro
DLR
- L
lightGreen
@@ -793,11 +807,13 @@ Special peak and off-peak times apply on journeys that start at stations north o
+
+ H
+
Hammersmith & City Line
Hammersmith & City
metro
HAM
- H
pink
@@ -811,11 +827,13 @@ Special peak and off-peak times apply on journeys that start at stations north o
+
+ M
+
Metropolitan Line
Metropolitan
metro
MET
- M
maroon
@@ -835,11 +853,13 @@ Special peak and off-peak times apply on journeys that start at stations north o
+
+ N
+
Northern Line
Northern
metro
NTN
- N
black
@@ -853,11 +873,13 @@ Special peak and off-peak times apply on journeys that start at stations north o
+
+ O
+
London Overground
Overground
rail
OVR
- O
orange
@@ -874,11 +896,13 @@ Special peak and off-peak times apply on journeys that start at stations north o
+
+ P
+
Piccadilly Line
Piccadilly
metro
PIC
- P
darkblue
@@ -892,11 +916,13 @@ Special peak and off-peak times apply on journeys that start at stations north o
+
+ V
+
VictoriaLine
Victoria
metro
VIC
- V
lightblue
@@ -910,11 +936,13 @@ Special peak and off-peak times apply on journeys that start at stations north o
+
+ W
+
Waterloo & City Line
Waterloo & City
metro
WAC
- W
turquoise
diff --git a/examples/functions/fares/Netex_51.2_Bus_SimpleFares_PointToPoint_MultipleOffers.xml b/examples/functions/fares/Netex_51.2_Bus_SimpleFares_PointToPoint_MultipleOffers.xml
index be8322474..39336b637 100644
--- a/examples/functions/fares/Netex_51.2_Bus_SimpleFares_PointToPoint_MultipleOffers.xml
+++ b/examples/functions/fares/Netex_51.2_Bus_SimpleFares_PointToPoint_MultipleOffers.xml
@@ -418,7 +418,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
Prices for Line 24
@@ -575,7 +575,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
diff --git a/examples/functions/fares/Netex_51.4_Bus_SimpleFares_ZoneToZone_OffPeakProduct.xml b/examples/functions/fares/Netex_51.4_Bus_SimpleFares_ZoneToZone_OffPeakProduct.xml
index 9b7e7163d..c2dabe149 100644
--- a/examples/functions/fares/Netex_51.4_Bus_SimpleFares_ZoneToZone_OffPeakProduct.xml
+++ b/examples/functions/fares/Netex_51.4_Bus_SimpleFares_ZoneToZone_OffPeakProduct.xml
@@ -588,7 +588,7 @@ The Calendar is shown coded as
-
+
@@ -686,7 +686,7 @@ The Calendar is shown coded as
-
+
Service Calendar Coding
diff --git a/examples/functions/fares/Netex_61.2_Bus_GeographicFares_UnitZone_AdultChildProduct.xml b/examples/functions/fares/Netex_61.2_Bus_GeographicFares_UnitZone_AdultChildProduct.xml
index d0fbc2d5f..4dd208386 100644
--- a/examples/functions/fares/Netex_61.2_Bus_GeographicFares_UnitZone_AdultChildProduct.xml
+++ b/examples/functions/fares/Netex_61.2_Bus_GeographicFares_UnitZone_AdultChildProduct.xml
@@ -742,7 +742,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
Prices for unit zone
@@ -792,7 +792,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
diff --git a/examples/functions/fares/Netex_61.3_Bus_GeographicFares_UnitFareStage_SingleProduct.xml b/examples/functions/fares/Netex_61.3_Bus_GeographicFares_UnitFareStage_SingleProduct.xml
index ef15f7667..d5d8f6df6 100644
--- a/examples/functions/fares/Netex_61.3_Bus_GeographicFares_UnitFareStage_SingleProduct.xml
+++ b/examples/functions/fares/Netex_61.3_Bus_GeographicFares_UnitFareStage_SingleProduct.xml
@@ -270,33 +270,33 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
Line 1 normal service: fare stages
-
+
Alpha
-
+
Bravo
-
+
Charley
required
-
+
Delta
-
+
Echo
-
+
Foxtrot
required
-
+
Golf
-
+
Hotel
@@ -344,18 +344,18 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
XOR
-
+
eligible user types
-
+
Conditions of travel
AND
@@ -396,7 +396,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
First ride
diff --git a/examples/functions/fares/Netex_71.2_Bus_ZonalFares_MultipleSalesPackages.xml b/examples/functions/fares/Netex_71.2_Bus_ZonalFares_MultipleSalesPackages.xml
index 636c80d56..52870014b 100644
--- a/examples/functions/fares/Netex_71.2_Bus_ZonalFares_MultipleSalesPackages.xml
+++ b/examples/functions/fares/Netex_71.2_Bus_ZonalFares_MultipleSalesPackages.xml
@@ -1084,7 +1084,7 @@ For the student product
-
+
GBP
@@ -2409,7 +2409,7 @@ TopologicalPlace>North East
-
+
diff --git a/examples/functions/fares/Netex_81.1_Metro_FlatFare_GroupProduct.xml b/examples/functions/fares/Netex_81.1_Metro_FlatFare_GroupProduct.xml
index 1545cc236..e78ea3f99 100644
--- a/examples/functions/fares/Netex_81.1_Metro_FlatFare_GroupProduct.xml
+++ b/examples/functions/fares/Netex_81.1_Metro_FlatFare_GroupProduct.xml
@@ -114,7 +114,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
XOR
@@ -125,7 +125,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
Eligible user types
-
+
XOR
@@ -147,7 +147,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
Conditions of travel
-
+
Conditions of travel
AND
@@ -171,7 +171,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
Conditions of travel
-
+
Conditions of travel
AND
@@ -193,7 +193,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
Conditions of travel
-
+
Conditions of travel
AND
@@ -239,7 +239,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
First ride
true
true
@@ -272,13 +272,13 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
Outbound trip
false
true
-
+
Return tripe
false
true
@@ -292,7 +292,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
Individual Single, Paper Ticket
-
+
XOR
@@ -303,7 +303,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
@@ -312,7 +312,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
Individual Return, Paper Ticket
-
+
XOR
@@ -323,7 +323,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
@@ -332,7 +332,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
Group Single, Paper Ticket
-
+
XOR
@@ -342,7 +342,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
@@ -351,7 +351,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
Group Return , Paper Ticket
-
+
XOR
@@ -361,7 +361,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
@@ -370,7 +370,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
@@ -413,7 +413,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
Common Resources
diff --git a/examples/functions/fares/Netex_91.1_Rail_RailCard_MultipleProduct.xml b/examples/functions/fares/Netex_91.1_Rail_RailCard_MultipleProduct.xml
index 3c2534d2c..bd6f40cbf 100644
--- a/examples/functions/fares/Netex_91.1_Rail_RailCard_MultipleProduct.xml
+++ b/examples/functions/fares/Netex_91.1_Rail_RailCard_MultipleProduct.xml
@@ -453,7 +453,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
Railcard prices
@@ -597,7 +597,7 @@ A COMPOSITE FRAME is used to group the component FRAMEs
-
+
diff --git a/examples/functions/fares/rail/Netex_era_crossborder_de.xml b/examples/functions/fares/rail/Netex_era_crossborder_de.xml
index 0e4ff6483..98c95f931 100644
--- a/examples/functions/fares/rail/Netex_era_crossborder_de.xml
+++ b/examples/functions/fares/rail/Netex_era_crossborder_de.xml
@@ -133,16 +133,16 @@ Use separate Composite frames to group
Rybniste to Liberec
-
+
Rybniste
-
+
Varnsdorf
-
+
Zittau
-
+
Liberec
@@ -150,16 +150,16 @@ Use separate Composite frames to group
Seifhennersdorf to Liberec
-
+
Seifhennersdorf
-
+
Varnsdorf
-
+
Zittau
-
+
Liberec
@@ -1573,7 +1573,7 @@ issued to DB ticket vending machines.
Trilex Rail Products
- Other
+ other
@@ -1583,7 +1583,7 @@ issued to DB ticket vending machines.
Trilex Rail Products
- Operation
+ operation
@@ -1796,7 +1796,7 @@ The ZVON bicycle day pass and monthly pass is valid in conjunction with the ZVON
Trilex Rail Products
- Other
+ other
@@ -1950,7 +1950,7 @@ Example: If you are traveling with the trilex from Hainewalde to Zittau and tran
Trilex Rail Products
- Other
+ other
@@ -3104,7 +3104,7 @@ An overview of the validity of EURO-NEISSE tickets can be found here. Further in
National Rail Products
- Operation
+ operation
@@ -3114,7 +3114,7 @@ An overview of the validity of EURO-NEISSE tickets can be found here. Further in
National Rail Products
- Operation
+ operation
@@ -3271,7 +3271,7 @@ An overview of the validity of EURO-NEISSE tickets can be found here. Further in
National Rail Stations
- Operation
+ operation
TODO
@@ -3282,7 +3282,7 @@ An overview of the validity of EURO-NEISSE tickets can be found here. Further in
creates distributes
- DataRegistrar
+ dataRegistrar
TODO
@@ -3607,13 +3607,17 @@ An overview of the validity of EURO-NEISSE tickets can be found here. Further in
+
+ €
+
Euro
- €
2
+
+ £
+
Pound Sterling
- £
2
diff --git a/examples/functions/fares/rail/Netex_era_distance_ro.xml b/examples/functions/fares/rail/Netex_era_distance_ro.xml
index 2fc288719..d5048db21 100644
--- a/examples/functions/fares/rail/Netex_era_distance_ro.xml
+++ b/examples/functions/fares/rail/Netex_era_distance_ro.xml
@@ -195,6 +195,672 @@ FARE PRODUCTS::: Trip
Distance based fare - Romania
+
+
2017-01-01T00:00:00
@@ -209,6832 +875,20 @@ FARE PRODUCTS::: Trip
LEI
-
+
-
+
+ This frame holds stop point and distance matrix elements referenced by other frames
-
-
-
-
-
-
-
-
- Romanian Lei
- 2
-
-
-
-
- Distance based pricing
-
-
- Distance based pricing
-
-
- 0.5
-
-
- 1
-
-
- 0.5
-
-
- 0.5
-
-
- 0.5
-
-
- 0.5
- true
-
-
- 0.5
-
-
- VAT
-
- 0.19
-
-
-
- Surcharge for on-board purchase
- -2.00
-
-
-
- Student fare Distance is maximum of 300 km
-
- 300
-
-
- Reservation requited over 50 km
-
- 50
-
-
- Reservation requited over 70 km
-
- 70
-
-
-
-
-
- split
- 0.50
-
-
-
-
-
-
- Distance based fares for
- TFC
-
-
- distance
- false
-
-
-
-
-
- units are KM
-
- 1
-
-
-
-
- Available Intervals
-
-
- 1
- 5
- distance
-
-
- 1
- 10
- distance
-
-
- 6
- 10
- distance
-
-
- 11
- 20
- distance
-
-
- 21
- 30
- distance
-
-
- 31
- 40
- distance
-
-
- 41
- 50
- distance
-
-
- 51
- 60
- distance
-
-
- 61
- 70
- distance
-
-
- 71
- 80
- distance
-
-
- 81
- 90
- distance
-
-
- 91
- 100
- distance
-
-
- 101
- 120
- distance
-
-
- 121
- 140
- distance
-
-
- 141
- 160
- distance
-
-
- 161
- 180
- distance
-
-
- 1
- 200
- distance
-
-
- 201
- 250
- distance
-
-
- 251
- 300
- distance
-
-
- 301
- 350
- distance
-
-
-
-
-
-
- Available Train Types
-
-
- AND
-
- rail
-
-
- OR
-
-
-
- AND
-
-
- Local
- true
-
-
- AND
-
-
-
-
-
-
- AND
-
-
- Interregional
- false
-
-
- AND
-
-
-
-
-
-
-
-
- Eligible user types
-
-
- OR
-
-
-
- Adult Fare - 10 or over
- Adult - if not eligible for Pupil or School
-
- 10
-
-
- Infants under 6 are free
-
- free
-
-
- Dogs are 50%
-
- discount
-
-
-
-
-
-
- Infant
-
-
-
-
- Legal_basis
- OG 7/2005
-
-
- Copii până la vârsta de 5 ani
- Children up to the age of 5, for whom no separate place is required, are
- https://www.transferoviarcalatori.ro/tarife/facilitati.html
-
- 0
- 6
- free
-
-
- Infants must have paying adult with them
-
- 1
- free
-
-
-
-
-
-
- Child
-
-
-
-
- Legal_basis
- OG 7/2005
-
-
- Copiii până la vârsta de 10 ani împliniţi
- Children up to the age of 10 are fulfilledpay 50% of the regional, interregio, class 1 or class 2, with a separate seat. On trains with reserved seats they pay the full fare of the ticket.
- https://www.transferoviarcalatori.ro/tarife/facilitati.html
-
-
- 5
- 10
- discount
-
-
- Youth
-
-
- 10
- 24
- discount
-
-
-
-
- student
-
-
-
-
- Legal_basis
- National Education Law no. 1/2011, as subsequently amended and supplemented and GD no. 42 of 31.01.2017
-
-
- Elevii
- 1. Students in compulsory, vocational and post-secondary education, accredited / licensed high school, benefit from a 50% reduced tariff for internal rail transport in all train categories, second class, throughout the calendar year.
- Release surcharge , tickets to travel with discount 50% discount for all categories of train and 50% from the reservation, class II, and monthly fees for students discount
- 50% discount for all categories of train with unlimited number of trips up to 300 km, 2nd class.
- https://www.transferoviarcalatori.ro/tarife/facilitati.html
-
-
- discount
-
-
-
-
- University Student
-
-
-
-
- Legal_basis
- Law no. 1/2011, as subsequently amended and supplemented and GD no. 42 of 31.01.201 National Education 7
-
-
- Studen_ii
- Romanian / foreign students enrolled in the form of education - bachelor, master, doctorate - in accredited Romanian higher education institutions benefit from free of charge for the internal railway transport in all train categories, second class, throughout the calendar year regardless of distance or travel routes.
- Free travel tickets for all class 2 train travels, as well as free monthly subscriptions for students with unlimited distance trips up to 300 km, 2nd class, are issued free of charge.
- https://www.transferoviarcalatori.ro/tarife/facilitati.html
-
-
- discount
-
-
-
-
- Retiree
-
-
-
-
- Legal_basis
- Law 147/2000, with subsequent modifications and completions and in accordance with GEO 71/2004
-
-
- Pensionarii
- 6 simple trips 50% discount, regional and interregio train tariff, 2nd class,
- * the spouse is entitled to the trip and the spouse is not entitled to the presence of the holder.
- https://www.transferoviarcalatori.ro/tarife/facilitati.html
-
-
- 70
- discount
-
-
-
-
- Registered Disabled
-
-
-
-
- Legal_basis
- Law 448/2006, as amended
-
-
- Persoanele cu handicap
- State Secretariat for People with Disabilities.
- 12 round trips free of charge, interregio train reservation system, 2nd class (serious handicap) and accompanying persons or personal assistants.
- 6 round trips free of charge, with interregional train with booking regime, 2nd class accentuated) and companions.
- * companions travel only by joining the holder
- * personal assistants can travel alone
- https://www.transferoviarcalatori.ro/tarife/facilitati.html
-
-
- membershipCard
- discount
-
-
- Companion for disabled person
- https://www.transferoviarcalatori.ro/tarife/facilitati.html
-
- 1
- free
-
-
- Personal Assistant for disabled person
- https://www.transferoviarcalatori.ro/tarife/facilitati.html
-
- 1
- free
-
-
-
-
-
-
- War Veteran
-
-
-
-
- Legal_basis
- Law 448/2006, as amended
-
-
- Veteranii de razboi si urmasii acestora
- 12 round trips free of charge, interregio train reservation system, 2nd class (serious handicap) and accompanying persons or personal assistants
-6 round trips free of charge, with interregional train with booking regime,
-2nd class accentuated) and companions
-* companions travel only by joining the holder
-* personal assistants can travel alone.
-
-
- membershipCard
- discount
-
-
- Companion for veteran
-
- 1
- free
-
-
- Personal Assistant for veteran
- https://www.transferoviarcalatori.ro/tarife/facilitati.html
-
- 1
- free
-
-
-
-
-
-
- Political Victims
-
-
-
-
- Legal_basis
- Law 341/2004 republished
-
-
- Asociatia fostilor detinuti politici din Romania
- State Secretariat for Revolutionary Issues in December 1989.
- 12 free round trips, first class, train any rank, with:
- * a single attendant - only circulated in the presence of the holder,
- * family members - can circulate without a holder
- https://www.transferoviarcalatori.ro/tarife/facilitati.html
-
-
- membershipCard
- discount
-
-
- Companion for vicitim
-
- 1
- discount
-
-
-
-
-
-
- Persecution on ethnic grounds
-
-
-
-
- Legal_basis
- Law 341/2004 republished
-
-
- Persecutatii pe motive etnice
- Persecution on ethnic grounds
- 6 free round trips, first class, train any rank, with: * a single attendant - only circulated in the presence of the holder
- https://www.transferoviarcalatori.ro/tarife/facilitati.html
-
-
- true
-
-
- Blah Mountain Region
-
- born
-
-
- membershipCard
- discount
-
-
- Companion for vicitim
-
- 1
- discount
-
-
-
-
-
-
- Legal_basis
- National Education Law no. 1/2011, as subsequently amended and supplemented and GD no. 42 of 31.01.2017
-
-
- Disabled Youth and Special Needs
-
- 2. Orphan pupils with special educational needs and those for whom a special protection measure has been established under the law or guardianship benefit from free of charge for the domestic railway transport throughout the calendar year.
-Free travel tickets for all train categories, for the booking fee, 2nd class, as well as monthly subscriptions for students to all train categories, with unlimited number of trips to distances up to 300 km, class II are issued free of charge.
- https://www.transferoviarcalatori.ro/tarife/facilitati.html
-
-
- free
-
-
- Senator or Deputy
-
- membershipCard
- free
-
-
- Academics
-
-
- membershipCard
- free
-
-
- Animal
-
-
- discount
-
-
-
-
-
- Available Classes
-
-
- OR
-
-
-
-
- OR
-
-
- Certain User Profiles may buy only 2nd class tickets at discount
-
- OR
-
-
-
-
-
-
-
-
- AND
-
-
-
-
-
-
-
-
-
-
- Certain User Profiles may buy both 1st and second class tickets
-
- OR
-
-
-
-
-
-
-
-
-
-
- AND
-
-
-
- OR
-
-
-
-
-
-
-
-
-
-
-
- Available classes
-
-
- OR
-
-
-
-
-
-
-
- Eligible user types
-
-
- OR
-
-
- Unrestricted
- false
- false
-
-
- Returning same way
- true
- true
-
-
- Restricted route
- true
-
-
-
-
-
- Eligible user types
-
-
- OR
-
-
- Buy at least five minutes, up to 10 days before
- PT3M
- P10D
-
-
- Buy a more than 10 days before
- advanceOnly
- P10D
- P90D
-
-
- Buy on board
- dayOfTravelOnly
-
-
-
-
-
- Eligible user types
-
-
- OR
-
-
-
- Single
- reservationsPossible
- 1
- 5
- singleFeeForReturnTrip
- perPerson
- true
-
-
- Reservation required
-
-
- 2.50
-
-
- 0.40
-
-
-
-
-
- reservationsCompulsory
- singleFeeForReturnTrip
- perPerson
-
-
- reservationsPossible reservationsCompulsoryForGroups
- perPerson
-
-
-
-
-
- Eligible user types
-
-
- AND
-
-
-
- Carry on Baggage
- checkIn
- handLuggage
- singleBag
- 1
- 1
- 0.5
- 0.3
- 10
-
-
-
- Check in
- checkIn
- suitcase
- limited
- 3
- 2
- 1
- 1
- 30
-
-
-
-
-
- Eligible user types
-
-
- AND
-
-
- No Ticket
- Traveling without a travel pass from a ticket station will be charged on the train at the toll rate on the train for the requested distance. Beneficiaries of the facilities (50% or 100% discount) lose their right to discount.
-Passengers not presenting a valid ticket in the train and not requesting the train staff at the first revision of the travel passes after the climbing station are required to pay the train toll for the entire distance traveled by the regio train to that relationship . Beneficiaries of the facilities lose their right to reduction and will be treated as any passenger who did not request a travel pass.
-
-Tickets will be issued for the distance traveled by a single train and the continuation of the trip with another train (whether it is the same or not) will be charged starting from 0 km. According to the regulations in force in December 2011, with the change of train ranges, the distances do not add up
- noTicket
-
-
-
-
-
-
-
-
-
-
-
- Basic Rail leg
-
-
-
-
-
-
-
-
-
-
-
-
- Can give to someone else
- true
-
-
- Cannot give to someone else
- false
-
-
-
- Can Exchange
- full
- true
- beforeStartOfValidity
- P91D
- -P1D
- true
- perOffer
-
-
-
- Can Exchange
-
-
- 15.00
-
-
- full
- true
- beforeStartOfValidity
- PT1S
- true
- perOffer
-
-
-
- Can Refund
- full
- true
- beforeStartOfValidity
- P91D
- -P1D
- true
- perPerson
-
-
-
-
-
-
- Self service Ticket Machine
- From ticket vending machines installed in Gara de Nord (near the TFC Ticket Office), Mizil station (waiting room), Braila station and Oradea station.
- Payment is made exclusively with the bank card.
- The types of tickets that can be bought from the vending machines are: full price tickets, reduced tickets 50% students, free student tickets (based on ID created at a TFC ticket house), children tickets, subscriptions, round trip established.
- https://www.transferoviarcalatori.ro/tarife/eliberare-legitimatii-calatorie.html
- cardsOnly
-
- Bucuresti nord
- Mizil
- Braila
- Orodea
-
-
-
-
-
- Surcharge for online
-
-
- 2.00
-
-
-
-
-
-
- TFC Trip products
-
-
-
-
-
-
-
-
-
-
-
-
- Distance based Trip fares for TFC for
- TFC
-
-
- distance
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Davlid on
-
- Day types
-
-
-
-
-
-
-
- Available trip types
-
-
- OR
-
-
- Single
- single
-
-
- Return - Outbound
- single
-
-
-
-
- intors
-
-
- Return
- returnOnly
-
-
-
-
-
- Eligible user types
-
- Free Student tickets may be up to 300km
-
- OR
-
-
-
- Student trips limited to 300km
-
- single
-
-
-
-
-
- Eligible user types
-
- Trip gives right to buy
-
- AND
-
-
-
-
- same
-
- purchase
-
-
-
-
- same
-
- purchase
-
-
-
-
- same
-
- purchase
-
-
-
-
- same
-
- purchase
-
-
-
-
-
- Group ticket
-
-
- OR
-
-
- Group
- 3
-
-
-
-
-
- Group ticket
-
-
- AND
-
-
- single
-
-
- true
- false
-
-
-
-
-
-
- One way Trip
-
-
- true
- true
- false
-
-
-
-
-
- Return Trip
- A return Ticket must be used in the correct sequence (you must use the outward portion of your return Ticket before you use the return portion).
-
-
-
- Outbound One or more Train rides
- true
- false
- false
-
-
-
- One or more Train rides
- false
- true
- false
-
-
-
-
-
-
-
-
-
-
-
- Common valduation rules for trips
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- A rail leg subject to common validation options
-
- CHAIN on ur leg leg
-
-
-
-
- One way Trip
-
-
- Trip is single,
-
- CHAIN on common leg
- AND
-
-
-
-
-
-
-
-
-
-
- Trip is single,
-
- CHAIN on common leg
- AND
-
-
-
-
-
-
-
-
-
- Trip is single,
-
- CHAIN on common trip
- AND
-
-
-
-
-
-
-
-
-
-
- Standard Single Fare
-
- beforeTravel
-
-
-
-
- TFC
-
- pointToPointDistanceFare
- distance
- specifiedOperatorOnly
- false
- false
- true
- true
- true
- true
- true
- true
- true
-
-
-
-
-
-
-
-
- true
- false
-
-
-
- singleTrip
-
-
- Standard Return Fare
-
- beforeTravel
-
-
-
-
- TFC
-
- pointToPointDistanceFare
- distance
- specifiedOperatorOnly
- false
- false
- true
- true
- true
- true
- true
- true
- true
-
-
-
-
-
-
-
-
-
- Outbound legs
- true
- false
-
-
-
- Inbound legs
- false
- true
-
-
-
- periodReturnTrip
-
-
-
-
-
- Standard Fare
-
-
- Printed ticket
-
-
-
-
- Seat reservation ticket
-
-
-
-
-
-
-
- Standard Fare
-
-
- Tickets for return trip
-
-
-
- Separate ticket for outbound leg
-
-
- OR
-
-
-
-
-
- Separate ticket for inbound leg
-
-
- OR
-
-
-
-
-
-
-
- Seat reservation ticket
-
-
-
-
-
-
-
-
-
-
-
-
-
- Seat reservation ticket
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Group Discount
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- common properties of TFC Trip Sales packages
-
- pointToPointDistanceFare
- false
- false
- true
- true
- true
-
-
-
- On line Sales>
-
- cardsOnly
-
-
-
- On line Sales>
- 4. From ticket vending machines installed in Gara de Nord (near the TFC Ticket Office), Mizil station (waiting room), Braila station and Oradea station . Payment is made exclusively with the bank card. The types of tickets that can be bought from the vending machines are: full price tickets, reduced tickets 50% students, free student tickets (based on ID created at a TFC ticket house), children tickets, subscriptions, round trip established.
-
- cardsOnly
-
-
-
- At Counter Sales>
-
- cashAndCard
-
-
-
- Purchase on board
-
- cash
-
-
-
-
-
-
-
-
-
-
-
-
- TFC Trip products
-
-
-
-
-
-
-
-
-
-
-
- Flat rate supplements for TFC trip products
- TFC
-
-
- distance
- true
-
-
-
-
-
-
-
-
-
-
-
-
- Preqrequistes is a trip
-
- Day types
-
- OR
-
-
-
- Requires Trip ticket
-
-
- sameAsOrigin
- sameAsDestination
- same
-
-
-
- Requires Trip ticket
-
-
- sameAsDestination
- sameAsOrigin
- same
-
-
-
-
-
-
-
-
-
-
-
-
- Common valduation rules for supplements
-
-
-
-
-
-
-
-
-
- Seat Reservation - outbound
- Reservation for a seat on a specific train between two points
-
-
- Must be for origin to destination
-
- CHAIN on basic supplement
-
-
-
-
-
-
-
-
- Seat Reservation - outbound
- Reservation for a seat on a specific train between two points
-
-
- Must be for destination to origin
-
- Chain on basic supplement
-
-
-
-
-
-
-
-
- Dog add on
-
-
-
- Chain on basic supplement
-
-
-
- AND
-
-
-
-
-
- Dogs only in second class
-
- AND
-
-
-
-
-
-
-
- General add on
-
-
-
- Chain on basic supplement
-
-
-
-
-
-
-
-
- Tichet de Rezervare
- Seat reservation Clasa 1 and Casa 2
-
- beforeTravel
-
-
-
-
- TFC
-
- networkFlatFare
- flat
- true
- true
- true
-
-
-
- Reservations required according to distance
-Dear travelers, we would like to inform you that starting with 1 May 2015 the reservation fee is 2.50 lei.
-
-The reservation fee is obligatory as follows:
-
-* for the Bucharest North - Buzau relationship and return the local reservation fee of 2.50 lei is paid for the distances covered over 50 km.
-
-* for the Bucharest North - Galati relationship and return is paid including the reservation fee in the amount of 2.50 lei for the distances covered more than 70 km.
-
-* for the Cluj Napoca - Oradea relationship and the return is paid including the reservation fee in the amount of 2.50 lei by the passengers traveling over the entire distance Cluj Napoca - Oradea and Oradea - Cluj Napoca.
-
-* North Bucharest - Târgovişte Reservation ticket is optional.
-
-Dear travelers, we inform you that no reservations are made at this time. Thank you for your understanding.
-
-
-
-
-
-
- OR
-
-
- Reservation required on Bucharest Buzau for journeys over over 70km
-
- AND
-
-
- Reservation required if more than 70 km
- https://www.transferoviarcalatori.ro/tarife/tarif-de-rezervare.html
-
-
-
-
-
-
- A specific journey must be specified
-
-
-
- Reservation required on Bucharest to Galati for journeys over over 50km
-
- AND
-
-
- Reservation required if more than 50 km
- https://www.transferoviarcalatori.ro/tarife/tarif-de-rezervare.html
-
-
-
-
-
-
- A specific journey must be specified
-
-
-
- Reservation required on :Clu Napoca to Oradea
-
- AND
-
-
-
-
-
- A specific journey must be specified
-
-
-
- Reservation optional
-
- AND
-
-
-
-
-
-
-
-
-
-
-
-
-
- A specific journey may be specified
-
-
-
-
-
-
-
- Chain on basic supplement
-
-
-
-
-
-
- Product covers domestic trips
-
-
-
-
-
- 2.50
-
-
- 0.40
-
-
-
-
-
-
- supplement
- seatReservation
-
-
- Tarif transport biciclete
- Bicycle ticket
- https://www.transferoviarcalatori.ro/tarife/tarife-tfc.html
-
- beforeTravel
-
- TFC
-
- networkFlatFare
- flat
- true
-
-
-
- Chain on basic supplement
-
-
-
-
-
-
-
-
-
-
- 5.00
-
-
- 0.80
-
-
-
-
-
-
- supplement
- bicycle
-
-
- tarif pentru transportul bagajelor insotite sau neinsotite
- baggage ticket
- https://www.transferoviarcalatori.ro/tarife/bagaje.html
-
- beforeTravel
-
- TFC
-
- networkFlatFare
- flat
- true
-
-
-
- Chain on basic supplement
-
-
-
-
-
-
-
-
-
-
- 10.00
-
-
- 1.60
-
-
-
-
-
-
- supplement
- extraLuggage
-
-
- tariful de transport a unui caine
- Dogs travel half price 2nd class
- https://www.transferoviarcalatori.ro/tarife/tarife-tfc.html
-
- beforeTravel
-
- TFC
-
- networkFlatFare
- flat
- true
-
-
-
- Chain on basic supplement
-
-
-
-
-
-
-
-
-
-
-
- 0.50
-
-
-
-
- supplement
- dog
-
-
-
-
-
-
- Standard Fare
-
-
- Seat reservation ticket
-
-
-
-
-
-
-
- Standard Fare
-
-
- Bicycle ticket
-
-
-
-
-
-
-
- Extra Baggage Ticket
-
-
- Baggage ticket
-
-
-
-
-
-
-
- Dog ticket
-
-
- Dog ticket
-
-
-
-
-
-
-
-
-
-
-
- common properties of TFC Trip Supplement Sales packages
-
- networkFlatFare
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Prices for TFC TRIP products
-
-
-
-
-
-
-
-
-
-
-
-
-
- Tarife de Deservire Generala
- Tariff Tren Regio R
-
- https://www.transferoviarcalatori.ro/tarife/tarife-tfc.html
-
-
-
-
-
-
-
-
-
-
-
-
- Zona km
-
-
-
-
-
- Clasa 1
-
-
-
-
-
-
- 50 % Clasa 1
-
-
-
-
-
-
- Clasa 2
-
-
-
-
-
-
- 50 % Clasa 2
-
-
-
-
-
-
-
-
- 1-5*
-
-
-
- Note on row 1
- oferta speciala TFC pentru zona kilometrica 1-5 tarif intreg, tren regio, clasa a 2-a
-
- *
-
-
-
-
-
-
-
- 6-10
-
-
-
-
-
- 11-20
-
-
-
-
-
- 21-30
-
-
-
-
-
- 31-40
-
-
-
-
-
- 41-50
-
-
-
-
-
- 51-60
-
-
-
-
-
- 61-70
-
-
-
-
-
- 71-80
-
-
-
-
-
- 81-90
-
-
-
-
-
- 91-100
-
-
-
-
-
- 101-120
-
-
-
-
-
- 121-140
-
-
-
-
-
- 141-160
-
-
-
-
-
- 161-180
-
-
-
-
-
- 181-200
-
-
-
-
-
- 201-250
-
-
-
-
-
- 251-300
-
-
-
-
-
- 301-350
-
-
-
-
-
-
-
-
- Clasa 1
-
-
-
-
-
- LEI
-
-
-
-
-
- din care tva 19%
-
-
-
-
-
-
- |
-
- false
-
-
- |
-
-
- 4.00
-
-
- 0.64
-
-
-
-
-
- |
-
-
- 5.50
-
-
- 0.88
-
-
-
-
-
- |
-
-
- 8.00
-
-
- 1.28
-
-
-
-
-
- |
-
-
- 9.50
-
-
- 1.52
-
-
-
-
-
- |
-
-
- 12.50
-
-
- 2.00
-
-
-
-
-
- |
-
-
- 13.00
-
-
- 2.08
-
-
-
-
-
- |
-
-
- 15.50
-
-
- 2.47
-
-
-
-
-
- |
-
-
- 17.50
-
-
- 2.79
-
-
-
-
-
- |
-
-
- 19.50
-
-
- 3.11
-
-
-
-
-
- |
-
-
- 22.00
-
-
- 3.51
-
-
-
-
-
- |
-
-
- 26.00
-
-
- 4.15
-
-
-
-
-
- |
-
-
- 30.50
-
-
- 4.87
-
-
-
-
-
- |
-
-
- 34.00
-
-
- 5.43
-
-
-
-
-
- |
-
-
- 39.00
-
-
- 6.23
-
-
-
-
-
- |
-
-
- 43.00
-
-
- 6.87
-
-
-
-
-
- |
-
-
- 49.50
-
-
- 9.70
-
-
-
-
-
- |
-
-
- 57.50
-
-
- 9.18
-
-
-
-
-
- |
-
-
- 65.50
-
-
- 10.46
-
-
-
-
-
- |
-
-
-
- 50% Clasa 1
- First class with discount
-
-
-
-
-
-
-
-
-
-
- LEI
-
-
- din care tva 19%
-
-
-
-
-
- false
-
-
- |
-
-
- 2.00
-
-
-
- 0.50
-
-
-
- 0.32
-
-
-
-
-
- |
-
-
- 2.75
-
-
-
- 0.50
-
-
-
- 0.44
-
-
-
-
-
- |
-
-
- 4.00
-
-
-
- 0.50
-
-
-
- 0.64
-
-
-
-
-
- |
-
-
- 45.75
-
-
-
- 0.50
-
-
-
- 0.76
-
-
-
-
-
- |
-
-
- 6.25
-
-
-
- 0.50
-
-
-
- 1.00
-
-
-
-
-
- |
-
-
- 6.50
-
-
-
- 0.50
-
-
-
- 1.04
-
-
-
-
-
- |
-
-
- 7.75
-
-
-
- 0.50
-
-
-
- 1.24
-
-
-
-
-
- |
-
-
- 8.75
-
-
-
- 0.50
-
-
-
- 1.40
-
-
-
-
-
- |
-
-
- 9.75
-
-
-
- 0.50
-
-
-
- 1.56
-
-
-
-
-
- |
-
-
- 11.00
-
-
-
- 0.50
-
-
-
- 1.76
-
-
-
-
-
- |
-
-
- 13.00
-
-
-
- 0.50
-
-
-
- 2.08
-
-
-
-
-
- |
-
-
- 15.25
-
-
-
- 0.50
-
-
-
- 2.43
-
-
-
-
-
- |
-
-
- 17.00
-
-
-
- 0.50
-
-
-
- 2.71
-
-
-
-
-
- |
-
-
- 19.5
-
-
-
- 0.50
-
-
-
- 3.11
-
-
-
-
-
- |
-
-
- 21.50
-
-
-
- 0.50
-
-
-
- 3.42
-
-
-
-
-
- |
-
-
- 24.75
-
-
-
- 0.50
-
-
-
- 3.95
-
-
-
-
-
- |
-
-
- 28.75
-
-
-
- 0.50
-
-
-
- 4.59
-
-
-
-
-
- |
-
-
- 32.75
-
-
-
- 0.50
-
-
-
- 5.23
-
-
-
-
-
- |
-
-
-
-
- Clasa 2
-
-
-
-
-
- LEI
-
-
- din care tva 19%
-
-
-
-
-
- 2.00
-
-
- 0.32
-
-
-
-
-
- |
-
-
- 3.50
-
-
- 0.56
-
-
-
-
-
- |
-
-
- 4.00
-
-
- 0.64
-
-
-
-
-
- |
-
-
- 4.50
-
-
- 0.72
-
-
-
-
-
- |
-
-
- 5.50
-
-
- 0.88
-
-
-
-
-
- |
-
-
- 7.00
-
-
- 1.12
-
-
-
-
-
- |
-
-
- 7.50
-
-
- 1.20
-
-
-
-
-
- |
-
-
- 9.50
-
-
- 1.52
-
-
-
-
-
- |
-
-
- 11.00
-
-
- 1.76
-
-
-
-
-
- |
-
-
- 12.50
-
-
- 2.00
-
-
-
-
-
- |
-
-
- 13.50
-
-
- 2.16
-
-
-
-
-
- |
-
-
- 16.00
-
-
- 2.55
-
-
-
-
-
- |
-
-
- 19.00
-
-
- 3.03
-
-
-
-
-
- |
-
-
- 21.50
-
-
- 3.43
-
-
-
-
-
- |
-
-
- 25.00
-
-
- 3.99
-
-
-
-
-
- |
-
-
- 26.50
-
-
- 4.23
-
-
-
-
-
- |
-
-
- 30.50
-
-
- 4.87
-
-
-
-
-
- |
-
-
- 36.00
-
-
- 5.75
-
-
-
-
-
- |
-
-
- 42.00
-
-
- 6.71
-
-
-
-
-
- |
-
-
-
- 50% Clasa 2
- Second class with discount
-
-
-
-
-
-
-
-
-
-
- LEI
-
-
-
-
-
- din care tva 19%
-
-
-
-
-
-
-
-
-
- false
-
-
- |
-
-
- 1.75
-
-
-
- 0.50
-
-
-
- 0.28
-
-
-
-
-
- |
-
-
- 2.00
-
-
-
- 0.50
-
-
-
- 0.32
-
-
-
-
-
- |
-
-
- 2.25
-
-
-
- 0.50
-
-
-
- 0.36
-
-
-
-
-
- |
-
-
- 2.75
-
-
-
- 0.50
-
-
-
- 0.44
-
-
-
-
-
- |
-
-
- 3.50
-
-
-
- 0.50
-
-
-
- 0.56
-
-
-
-
-
- |
-
-
- 3.75
-
-
-
- 0.50
-
-
-
- 0.60
-
-
-
-
-
- |
-
-
- 4.75
-
-
-
- 0.50
-
-
-
- 0.76
-
-
-
-
-
- |
-
-
- 5.50
-
-
-
- 0.50
-
-
-
- 0.88
-
-
-
-
-
- |
-
-
- 6.25
-
-
-
- 0.50
-
-
-
- 0.10
-
-
-
-
-
- |
-
-
- 6.75
-
-
-
- 0.50
-
-
-
- 1.08
-
-
-
-
-
- |
-
-
- 8.00
-
-
-
- 0.50
-
-
-
- 1.28
-
-
-
-
-
- |
-
-
- 9.50
-
-
-
- 0.50
-
-
-
- 1.52
-
-
-
-
-
- |
-
-
- 10.75
-
-
-
- 0.50
-
-
-
- 1.72
-
-
-
-
-
- |
-
-
- 12.50
-
-
-
- 0.50
-
-
-
- 2.00
-
-
-
-
-
- |
-
-
- 13.25
-
-
-
- 0.50
-
-
-
- 2.12
-
-
-
-
-
- |
-
-
- 15.25
-
-
-
- 0.50
-
-
-
- 2.43
-
-
-
-
-
- |
-
-
- 18.00
-
-
-
- 0.50
-
-
-
- 2.87
-
-
-
-
-
- |
-
-
- 21.00
-
-
-
- 0.50
-
-
-
- 3.35
-
-
-
-
-
- |
-
-
-
-
-
-
- Tariff Tren InterrrRegio R
- Interregional tariff. Mostly the sames a Regional tariff
-
- https://www.transferoviarcalatori.ro/tarife/tarife-tfc.html
-
-
-
-
-
-
-
-
-
-
-
- Zona km
-
-
- Clasa 1
-
-
- 50 % Clasa 1
-
-
- Clasa 2
-
-
- 50 % Clasa 2
-
-
-
-
- 1-10
-
-
- 11-20
-
-
- 21-30
-
-
- 31-40
-
-
- 41-50
-
-
- 51-60
-
-
- 61-70
-
-
- 71-80
-
-
- 81-90
-
-
- 91-100
-
-
- 101-120
-
-
- 121-140
-
-
- 141-160
-
-
- 161-180
-
-
- 181-200
-
-
- 201-250
-
-
- 251-300
-
-
- 301-350
-
-
-
-
-
- Clasa 1
-
-
-
-
-
- LEI
-
-
- din care tva 19%
-
-
-
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
-
- 50% Clasa 1
- First class with discount
-
-
-
-
-
-
-
-
-
-
- LEI
-
-
- din care tva 19%
-
-
-
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
-
-
- Clasa 2
-
-
-
-
-
- LEI
-
-
- din care tva 19%
-
-
-
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
-
- 50% Clasa 2
- Second class with discount
-
-
-
-
-
-
-
-
-
-
- LEI
-
-
- din care tva 19%
-
-
-
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
-
-
-
- Tarife de Deservire Generala
- Tariff Tren Regio R
-
- https://www.transferoviarcalatori.ro/tarife/tarife-tfc.html
-
-
-
-
-
-
-
-
-
-
-
-
- Zona km
-
-
- Clasa 1
-
-
- Clasa 2
-
-
-
-
- 1-10
-
-
- 11-20
-
-
- 21-30
-
-
- 31-40
-
-
- 41-50
-
-
- 51-60
-
-
- 61-70
-
-
- 71-80
-
-
- 81-90
-
-
- 91-100
-
-
- 101-120
-
-
- 121-140
-
-
- 141-160
-
-
- 161-180
-
-
- 181-200
-
-
- 201-250
-
-
- 251-300
-
-
- 301-350
-
-
-
-
-
- Tarif de Taxare in Tren
- Regior si Interregio-IR
-
-
-
-
-
- LEI
-
-
- din care tva 19%
-
-
-
-
-
- 6.00
-
-
- 0.96
-
-
-
-
-
- |
-
-
- 7.50
-
-
- 1.20
-
-
-
-
-
- |
-
-
- 10.00
-
-
- 1.60
-
-
-
-
-
- |
-
-
- 11.50
-
-
- 1.84
-
-
-
-
-
- |
-
-
- 14.50
-
-
- 2.32
-
-
-
-
-
- |
-
-
- 15.00
-
-
- 2.39
-
-
-
-
-
- |
-
-
- 17.50
-
-
- 2.79
-
-
-
-
-
- |
-
-
- 19.50
-
-
- 3.11
-
-
-
-
-
- |
-
-
- 21.50
-
-
- 3.43
-
-
-
-
-
- |
-
-
- 24.00
-
-
- 3.83
-
-
-
-
-
- |
-
-
- 28.00
-
-
- 4.47
-
-
-
-
-
- |
-
-
- 32.50
-
-
- 5.19
-
-
-
-
-
- |
-
-
- 36.00
-
-
- 5.75
-
-
-
-
-
- |
-
-
- 41.00
-
-
- 6.55
-
-
-
-
-
- |
-
-
- 45.00
-
-
- 7.18
-
-
-
-
-
- |
-
-
- 51.50
-
-
- 8.22
-
-
-
-
-
- |
-
-
- 59.50
-
-
- 9.50
-
-
-
-
-
- |
-
-
- 67.50
-
-
- 10.78
-
-
-
-
-
- |
-
-
-
-
- >Clasa 2
-
-
-
-
-
- LEI
-
-
- din care tva 19%
-
-
-
-
-
- 5.50
-
-
- 0.56
-
-
-
-
-
- |
-
-
- 6.00
-
-
- 0.64
-
-
-
-
-
- |
-
-
- 6.50
-
-
- 0.72
-
-
-
-
-
- |
-
-
- 7.50
-
-
- 0.88
-
-
-
-
-
- |
-
-
- 9.00
-
-
- 1.12
-
-
-
-
-
- |
-
-
- 9.50
-
-
- 1.20
-
-
-
-
-
- |
-
-
- 11.50
-
-
- 1.52
-
-
-
-
-
- |
-
-
- 13.00
-
-
- 1.76
-
-
-
-
-
- |
-
-
- 14.50
-
-
- 2.00
-
-
-
-
-
- |
-
-
- 15.50
-
-
- 2.16
-
-
-
-
-
- |
-
-
- 18.00
-
-
- 2.55
-
-
-
-
-
- |
-
-
- 21.00
-
-
- 3.03
-
-
-
-
-
- |
-
-
- 23.50
-
-
- 3.43
-
-
-
-
-
- |
-
-
- 27.00
-
-
- 3.99
-
-
-
-
-
- |
-
-
- 28.50
-
-
- 4.23
-
-
-
-
-
- |
-
-
- 32.50
-
-
- 4.87
-
-
-
-
-
- |
-
-
- 38.00
-
-
- 5.75
-
-
-
-
-
- |
-
-
- 44.00
-
-
- 6.71
-
-
-
-
-
- |
-
-
-
-
-
- Tarife Oferta dus-intors Variabil la Tren IR
- Discounted return tariff for IR
-
- https://www.transferoviarcalatori.ro/tarife/oferta-dus-intors.html
-
-
-
-
-
-
-
-
-
-
-
- Zona km
-
-
- dus-intors, Clasa 1
-
-
- dus-intors copil Clasa 1
-
-
- dus-intors, Clasa 2
-
-
- 5dus-intors copilClasa 2
-
-
-
-
- 1-10
-
-
- 11-20
-
-
- 21-30
-
-
- 31-40
-
-
- 41-50
-
-
- 51-60
-
-
- 61-70
-
-
- 71-80
-
-
- 81-90
-
-
- 91-100
-
-
- 101-120
-
-
- 121-140
-
-
- 141-160
-
-
- 161-180
-
-
- 181-200
-
-
- 201-250
-
-
- 251-300
-
-
- 301-350
-
-
-
-
-
- dus intors clasa 1
-
-
-
-
-
- LEI
-
-
- din care tva 19%
-
-
-
-
-
- 7.20
-
-
- 1.15
-
-
-
-
-
- |
-
-
- 9.90
-
-
- 1.58
-
-
-
-
-
- |
-
-
- 14.40
-
-
- 2.30
-
-
-
-
-
- |
-
-
- 17.10
-
-
- 2.73
-
-
-
-
-
- |
-
-
- 22.50
-
-
- 3.59
-
-
-
-
-
- |
-
-
- 23.40
-
-
- 3.74
-
-
-
-
-
- |
-
-
- 35.10
-
-
- 5.60
-
-
-
-
-
- |
-
-
- 31.50
-
-
- 5.03
-
-
-
-
-
- |
-
-
- 35.10
-
-
- 5.60
-
-
-
-
-
- |
-
-
- 39.60
-
-
- 6.32
-
-
-
-
-
- |
-
-
- 46.80
-
-
- 7.47
-
-
-
-
-
- |
-
-
- 30.50
-
-
- 8.77
-
-
-
-
-
- |
-
-
- 61.20
-
-
- 9.77
-
-
-
-
-
- |
-
-
- 70.20
-
-
- 11.21
-
-
-
-
-
- |
-
-
- 77.40
-
-
- 12.36
-
-
-
-
-
- |
-
-
- 89.10
-
-
- 14.23
-
-
-
-
-
- |
-
-
- 103.50
-
-
- 16.53
-
-
-
-
-
- |
-
-
- 117.90
-
-
- 18.82
-
-
-
-
-
- |
-
-
-
- dus-intors copil Clasa 1
- First class with discount
-
-
-
-
-
-
-
-
-
-
- LEI
-
-
- din care tva 19%
-
-
-
-
-
- 3.60
-
-
-
- 0.50
-
-
-
- 0.57
-
-
-
-
-
- |
-
-
- 4.95
-
-
-
- 0.50
-
-
-
- 0.79
-
-
-
-
-
- |
-
-
- 7.20
-
-
-
- 0.50
-
-
-
- 1.15
-
-
-
-
-
- |
-
-
- 8.55
-
-
-
- 0.50
-
-
-
- 1.37
-
-
-
-
-
- |
-
-
- 11.25
-
-
-
- 0.50
-
-
-
- 1.80
-
-
-
-
-
- |
-
-
- 13.95
-
-
-
- 0.50
-
-
-
- 2.23
-
-
-
-
-
- |
-
-
- 15.75
-
-
-
- 0.50
-
-
-
- 2.51
-
-
-
-
-
- |
-
-
- 15.75
-
-
-
- 0.50
-
-
-
- 2.51
-
-
-
-
-
- |
-
-
- 17.55
-
-
-
- 0.50
-
-
-
- 2.80
-
-
-
-
-
- |
-
-
- 19.80
-
-
-
- 0.50
-
-
-
- 3.16
-
-
-
-
-
- |
-
-
- 23.40
-
-
-
- 0.50
-
-
-
- 3.74
-
-
-
-
-
- |
-
-
- 27.45
-
-
-
- 0.50
-
-
-
- 4.38
-
-
-
-
-
- |
-
-
- 30.60
-
-
-
- 0.50
-
-
-
- 4.89
-
-
-
-
-
- |
-
-
- 35.10
-
-
-
- 0.50
-
-
-
- 5.60
-
-
-
-
-
- |
-
-
- 38.70
-
-
-
- 0.50
-
-
-
- 6.18
-
-
-
-
-
- |
-
-
- 44.55
-
-
-
- 0.50
-
-
-
- 7.11
-
-
-
-
-
- |
-
-
- 51.75
-
-
-
- 0.50
-
-
-
- 8.26
-
-
-
-
-
- |
-
-
- 58.95
-
-
-
- 0.50
-
-
-
- 9.41
-
-
-
-
-
- |
-
-
-
-
- dus-intors clasa 2
-
-
-
-
-
- LEI
-
-
- din care tva 19%
-
-
-
-
-
- 6.30
-
-
- 1.01
-
-
-
-
-
- |
-
-
- 7.20
-
-
- 1.154
-
-
-
-
-
- |
-
-
- 8.10
-
-
- 1.29
-
-
-
-
-
- |
-
-
- 9.90
-
-
- 1.58
-
-
-
-
-
- |
-
-
- 12.60
-
-
- 2.01
-
-
-
-
-
- |
-
-
- 13.50
-
-
- 2.16
-
-
-
-
-
- |
-
-
- 17.10
-
-
- 2.73
-
-
-
-
-
- |
-
-
- 19.80
-
-
- 3.16
-
-
-
-
-
- |
-
-
- 22.50
-
-
- 3.59
-
-
-
-
-
- |
-
-
- 24.30
-
-
- 3.88
-
-
-
-
-
- |
-
-
- 28.80
-
-
- 4.60
-
-
-
-
-
- |
-
-
- 34.20
-
-
- 5.46
-
-
-
-
-
- |
-
-
- 38.70
-
-
- 6.18
-
-
-
-
-
- |
-
-
- 45.00
-
-
- 7.18
-
-
-
-
-
- |
-
-
- 47.70
-
-
- 7.62
-
-
-
-
-
- |
-
-
- 54.90
-
-
- 8.77
-
-
-
-
-
- |
-
-
- 64.80
-
-
- 10.35
-
-
-
-
-
- |
-
-
- 75.69
-
-
- 12.07
-
-
-
-
-
- |
-
-
-
- dus-intors copil Clasa 2
- Second class with discount
-
-
-
-
-
-
-
-
-
-
- LEI
-
-
- din care tva 19%
-
-
-
-
-
- 3.15
-
-
-
- 0.50
-
-
-
- 0.50
-
-
-
-
-
- |
-
-
- 3.60
-
-
-
- 0.57
-
-
-
- 0.32
-
-
-
-
-
- |
-
-
- 4.05
-
-
-
- 0.50
-
-
-
- 0.65
-
-
-
-
-
- |
-
-
- 4.95
-
-
-
- 0.50
-
-
-
- 0.79
-
-
-
-
-
- |
-
-
- 6.30
-
-
-
- 0.50
-
-
-
- 1.01
-
-
-
-
-
- |
-
-
- 6.75
-
-
-
- 0.50
-
-
-
- 1.08
-
-
-
-
-
- |
-
-
- 8.55
-
-
-
- 0.50
-
-
-
- 1.37
-
-
-
-
-
- |
-
-
- 9.90
-
-
-
- 0.50
-
-
-
- 1.58
-
-
-
-
-
- |
-
-
- 11.25
-
-
-
- 0.50
-
-
-
- 1.80
-
-
-
-
-
- |
-
-
- 12.15
-
-
-
- 0.50
-
-
-
- 1.94
-
-
-
-
-
- |
-
-
- 14.40
-
-
-
- 0.50
-
-
-
- 2.30
-
-
-
-
-
- |
-
-
- 17.10
-
-
-
- 0.50
-
-
-
- 2.73
-
-
-
-
-
- |
-
-
- 19.35
-
-
-
- 0.50
-
-
-
- 3.09
-
-
-
-
-
- |
-
-
- 22.50
-
-
-
- 0.50
-
-
-
- 3.59
-
-
-
-
-
- |
-
-
- 23.85
-
-
-
- 0.50
-
-
-
- 3.81
-
-
-
-
-
- |
-
-
- 27.45
-
-
-
- 0.50
-
-
-
- 4.38
-
-
-
-
-
- |
-
-
- 32.40
-
-
-
- 0.50
-
-
-
- 5.17
-
-
-
-
-
- |
-
-
- 37.80
-
-
-
- 0.50
-
-
-
- 6.04
-
-
-
-
-
- |
-
-
-
-
-
-
-
- TFC Season Pass products
-
-
-
-
-
-
-
-
-
-
-
-
- Season Pass Distance based fares for Transferoviar
- TFC
-
-
- distance
-
-
-
- 1 week
- P7D
-
-
- 1 month
- P1M
-
-
-
-
-
-
-
-
- Available periods
-
-
-
-
-
-
- AND
-
-
- unlimited
-
-
-
-
-
- OR
-
-
- weeklyPass
- specifiedStartDate
- productExpiry
-
-
- monthlyPass
- specifiedStartDate
- productExpiry
-
-
-
-
-
-
-
- Pass eligibility
-
-
- OR
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Unlimited travel between two points
-
-
-
-
-
-
-
-
-
-
- Train Ride
-
-
-
-
-
-
-
-
- A rail leg subject to common validation options
-
- CHAIN on ur leg leg
-
-
-
-
-
-
-
- Tarif Abonament
-
- beforeTravel
-
- TFC
-
- pointToPointDistanceFare
- distance
- true
- false
- false
- true
- true
- true
-
-
-
-
-
-
-
-
-
-
- periodPass
-
-
-
-
-
- Abonament
- Season Ticket
-
-
-
-
-
-
-
-
-
-
-
- OR
-
-
-
-
-
-
-
- On line Sales>
-
-
-
- At Counter Sales>
-
-
-
-
-
-
-
-
-
-
-
-
-
- Prices for TFC Season Pass products
-
-
-
-
-
-
-
-
-
-
-
-
- Tarife Abonament lunar
- Monthly season pass
-
-
-
-
-
-
- Zona km
-
-
- las trenuri Regio-R Clasa 2
-
-
- las trenuri interregio-IR Clasa 2
-
-
-
-
- 1-10
-
-
- 11-20
-
-
- 21-30
-
-
- 31-40
-
-
- 41-50
-
-
- 51-60
-
-
- 61-70
-
-
- 71-80
-
-
- 81-90
-
-
- 91-100
-
-
- 101-120
-
-
- 121-140
-
-
- 141-160
-
-
- 161-180
-
-
- 181-200
-
-
- 201-250
-
-
- 251-300
-
-
-
-
-
- Regio
-
-
-
-
-
-
- LEI
-
-
-
-
-
- 96.00
-
-
- |
-
-
- 107.00
-
-
- |
-
-
- 129.00
-
-
- |
-
-
- 146.00
-
-
- |
-
-
- 185.00
-
-
- |
-
-
- 196.00
-
-
- |
-
-
- 230.00
-
-
- |
-
-
- 252.00
-
-
- |
-
-
- 286.00
-
-
- |
-
-
- 314.00
-
-
- |
-
-
- 341.00
-
-
- |
-
-
- 408.00
-
-
- |
-
-
- 454.00
-
-
- |
-
-
- 526.00
-
-
- |
-
-
- 548.00
-
-
- |
-
-
- 622.00
-
-
- |
-
-
- 733.00
-
-
- |
-
-
-
-
- >Clasa 2
-
-
-
-
-
-
- LEI
-
-
-
-
-
- 99.00
-
-
- |
-
-
- 109.00
-
-
- |
-
-
- 133.00
-
-
- |
-
-
- 150.00
-
-
- |
-
-
- 191.00
-
-
- |
-
-
- 202.00
-
-
- |
-
-
- 237.00
-
-
- |
-
-
- 260.00
-
-
- |
-
-
- 295.00
-
-
- |
-
-
- 323.00
-
-
- |
-
-
- 351.00
-
-
- |
-
-
- 420.00
-
-
- |
-
-
- 468.00
-
-
- |
-
-
- 542.00
-
-
- |
-
-
- 564.00
-
-
- |
-
-
- 641.00
-
-
- |
-
-
- 755.00
-
-
- |
-
-
-
-
-
- Tarife Abonament lunar elevi
- Monthly season pass
-
-
-
-
-
-
- Zona km
-
-
- las trenuri Regio-R Clasa 2
-
-
- las trenuri interregio-IR Clasa 2
-
-
-
-
- 1-10
-
-
- 11-20
-
-
- 21-30
-
-
- 31-40
-
-
- 41-50
-
-
- 51-60
-
-
- 61-70
-
-
- 71-80
-
-
- 81-90
-
-
- 91-100
-
-
- 101-120
-
-
- 121-140
-
-
- 141-160
-
-
- 161-180
-
-
- 181-200
-
-
- 201-250
-
-
- 251-300
-
-
-
-
-
- Regio
-
-
-
-
-
-
- LEI
-
-
-
-
-
- 48.00
-
-
- |
-
-
- 53.00
-
-
- |
-
-
- 64.50
-
-
- |
-
-
- 73.00
-
-
- |
-
-
- 92.50
-
-
- |
-
-
- 98.00
-
-
- |
-
-
- 115.00
-
-
- |
-
-
- 126.00
-
-
- |
-
-
- 143.00
-
-
- |
-
-
- 157.00
-
-
- |
-
-
- 170.50
-
-
- |
-
-
- 204.00
-
-
- |
-
-
- 227.00
-
-
- |
-
-
- 263.00
-
-
- |
-
-
- 274.00
-
-
- |
-
-
- 31100
-
-
- |
-
-
- 366.50
-
-
- |
-
-
-
-
- >Clasa 2
-
-
-
-
-
-
- LEI
-
-
-
-
-
- 49.50
-
-
- |
-
-
- 54.50
-
-
- |
-
-
- 66.50
-
-
- |
-
-
- 75.00
-
-
- |
-
-
- 95.50
-
-
- |
-
-
- 101.00
-
-
- |
-
-
- 118.50
-
-
- |
-
-
- 130.00
-
-
- |
-
-
- 147.50
-
-
- |
-
-
- 161.50
-
-
- |
-
-
- 175.50
-
-
- |
-
-
- 210.00
-
-
- |
-
-
- 234.00
-
-
- |
-
-
- 271.00
-
-
- |
-
-
- 282.00
-
-
- |
-
-
- 320.50
-
-
- |
-
-
- 377.50
-
-
- |
-
-
-
-
-
- Tarife Abonament saptamanal
- Weekly season pass
-
-
-
-
-
-
- Zona km
-
-
- las trenuri Regio-R Clasa 2
-
-
- las trenuri interregio-IR Clasa 2
-
-
-
-
- 1-10
-
-
- 11-20
-
-
- 21-30
-
-
- 31-40
-
-
- 41-50
-
-
- 51-60
-
-
- 61-70
-
-
- 71-80
-
-
- 81-90
-
-
- 91-100
-
-
- 101-120
-
-
- 121-140
-
-
- 141-160
-
-
- 161-180
-
-
- 181-200
-
-
- 201-250
-
-
-
-
-
- Regio
-
-
-
-
-
-
- LEI
-
-
-
-
-
- 31.00
-
-
- |
-
-
- 37.00
-
-
- |
-
-
- 42.00
-
-
- |
-
-
- 47.00
-
-
- |
-
-
- 59.00
-
-
- |
-
-
- 64.00
-
-
- |
-
-
- 75.00
-
-
- |
-
-
- 80.00
-
-
- |
-
-
- 87.00
-
-
- |
-
-
- 92.00
-
-
- |
-
-
- 108.00
-
-
- |
-
-
- 125.00
-
-
- |
-
-
- 135.00
-
-
- |
-
-
- 151.00
-
-
- |
-
-
- 158.00
-
-
- |
-
-
- 174.00
-
-
- |
-
-
-
-
- >Clasa 2
-
-
-
-
-
-
- LEI
-
-
-
-
-
- 33.00
-
-
- |
-
-
- 39.00
-
-
- |
-
-
- 44.00
-
-
- |
-
-
- 49.00
-
-
- |
-
-
- 62.00
-
-
- |
-
-
- 67.00
-
-
- |
-
-
- 79.00
-
-
- |
-
-
- 84.00
-
-
- |
-
-
- 91.00
-
-
- |
-
-
- 96.00
-
-
- |
-
-
- 113.00
-
-
- |
-
-
- 131.00
-
-
- |
-
-
- 142.00
-
-
- |
-
-
- 159.00
-
-
- |
-
-
- 166.00
-
-
- |
-
-
- 182.00
-
-
- |
-
-
-
-
-
-
-
- TFC DIscount products for special statutory rights
- These products give certain users the right to a certain number of free trips per year
-
-
-
-
-
-
-
-
-
-
-
-
- Use of a free trip
- 0
-
-
-
-
-
-
- Special Statutory Right to Travel Discounts
- TFC
-
-
- distance
-
-
-
- 1 year
- P1Y
-
-
-
-
-
- 6 Trips
- access
- 6
-
-
- access
- 12
-
-
-
-
-
-
-
- Valid one calendar Year
-
-
-
-
- specifiedStartDate
- P1Y
-
-
-
-
-
-
-
-
-
-
- Senior may buy 6 x 1st and second class tickets at 50%
-
-
-
-
-
-
-
-
-
- Disabled, Veterans and Victims may travel free for 12 x 1 st and second class tickets
-
- OR
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Ethnic Victims may travel free for 6 x 1 st and second class tickets
-
- OR
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Repeated consumption of discounts
- true
-
-
-
-
-
-
-
-
-
-
- Common rights to Consume a discount or free ticket
-
-
-
-
-
-
-
-
-
-
-
-
-
- Statutory right to travel
- Statutory allowances
-State Secretariat for Revolutionary Issues in December 1989: : 12 free round trips, first class, train any rank, with:
- * a single attendant - only circulated in the presence of the holder,
- * family members - can circulate without a holder
-
- free
-
- TFC
-
- other
- discount
- false
- true
- false
- false
- true
- true
- true
- false
- false
-
-
-
-
-
-
-
- Product covers domestic trips
-
-
-
- statutoryRight
-
-
-
-
-
- Statutory right to Travel Ticket
- Certain classes of user have the righto a number of free or discounted tickets per year
-
-
- At Counter Sales>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- TFC routes
-
-
-
-
-
-
-
-
-
-
-
- TFC Network
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- rail
- marketing
- TFC
-
-
-
-
-
- Bucharest North - Buzau
-
-
- Bucuresti Nord - Buzau
- rail
- https://www.transferoviarcalatori.ro/mersul-trenurilor/239-buzau-bucuresti-nord.html
- longDistance
-
- Mauve
-
-
-
- Cluj Napoca - Oradea
- rail
- https://www.transferoviarcalatori.ro/mersul-trenurilor/174-cluj-oradea.html
- local
-
- Green
-
-
-
-
-
- Titan Sud hm - Oltenita
-
-
- Titan Sud hm - Oltenita
- rail
-
- Green
-
-
-
- Buzau - Nehoiasu
- rail
-
- Light Blue
-
-
-
- Galati - Barlad
- rail
-
- Pale Green
-
-
-
-
-
- Ploiesti South - Targoviste
-
-
- Ploiesti Sud - Slanic
- rail
-
- Dark Brown
-
-
-
-
-
- Bucharest North - Galati
-
-
- Bucuresti Nord - Galati
- rail
-
- Scarlet
-
-
-
-
-
- Ploiesti South - Maneciu
-
-
- Ploiesti Sud - Maneciu
- rail
-
-
-
-
- Bucharest North - Targoviste
-
-
- Bucuresti Nord - Titu - Targoviste
- rail
-
- Scarlet
-
-
-
-
-
- Ploiesti South - Targoviste
-
-
- Ploiesti Sud - Targoviste
- rail
-
- Brown
-
-
-
- Târgovişte - Pietroşiţa
- rail
-
- Mauve
-
-
-
-
-
- Roşiori - Costeşti
-
-
- Roşiori Nord- Costeşti
- rail
-
- Tan
-
-
-
-
-
- This frame holds stop point and distance matrix elements referenced by other frames
-
-
-
-
-
-
-
+
@@ -7180,7 +1034,7 @@ State Secretariat for Revolutionary Issues in December 1989: : 12 free roun
1998-01-01T00:00:00Z
- Săhăteni
+ Sahateni
@@ -7342,8 +1196,8 @@ State Secretariat for Revolutionary Issues in December 1989: : 12 free roun
Muru HC. to Cricov HM.
Cricov HM. to Tomsani HC.
Tomsani HC. to Mizil.
- Mizil to Săhăteni.
- Săhăteni to Ulmeni.
+ Mizil to Sahateni.
+ Sahateni to Ulmeni.
Ulmeni to Buzau.
Bucharest to Buzau.
@@ -7419,13 +1273,13 @@ State Secretariat for Revolutionary Issues in December 1989: : 12 free roun
- Mizil to Săhăteni.
+ Mizil to Sahateni.
7
- Săhăteni to Ulmeni.
+ Sahateni to Ulmeni.
12
@@ -7595,10 +1449,10 @@ State Secretariat for Revolutionary Issues in December 1989: : 12 free roun
TODO - add members
-
+
TODO - add members
-
+
TODO - add members
@@ -7606,161 +1460,6818 @@ State Secretariat for Revolutionary Issues in December 1989: : 12 free roun
-
- TFC specific common resources
-
-
-
- tfc
- https://www.transferoviarcalatori.ro/
- Transferoviar Calatori/
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Romanian Lei
+ 2
+
+
+
+
+ Distance based pricing
+
+
+ Distance based pricing
+
+
+ 0.5
+
+
+ 1
+
+
+ 0.5
+
+
+ 0.5
+
+
+ 0.5
+
+
+ 0.5
+ true
+
+
+ 0.5
+
+
+ VAT
+
+ 0.19
+
+
+
+ Surcharge for on-board purchase
+ -2.00
+
+
+
+ Student fare Distance is maximum of 300 km
+
+ 300
+
+
+ Reservation requited over 50 km
+
+ 50
+
+
+ Reservation requited over 70 km
+
+ 70
+
+
+
+
+
+ split
+ 0.50
+
+
+
+
+
+
+ Distance based fares for
+ TFC
+
+
+ distance
+ false
+
+
+
+
+
+ units are KM
+
+ 1
+
+
+
+
+ Available Intervals
+
+
+ 1
+ 5
+ distance
+
+
+ 1
+ 10
+ distance
+
+
+ 6
+ 10
+ distance
+
+
+ 11
+ 20
+ distance
+
+
+ 21
+ 30
+ distance
+
+
+ 31
+ 40
+ distance
+
+
+ 41
+ 50
+ distance
+
+
+ 51
+ 60
+ distance
+
+
+ 61
+ 70
+ distance
+
+
+ 71
+ 80
+ distance
+
+
+ 81
+ 90
+ distance
+
+
+ 91
+ 100
+ distance
+
+
+ 101
+ 120
+ distance
+
+
+ 121
+ 140
+ distance
+
+
+ 141
+ 160
+ distance
+
+
+ 161
+ 180
+ distance
+
+
+ 1
+ 200
+ distance
+
+
+ 201
+ 250
+ distance
+
+
+ 251
+ 300
+ distance
+
+
+ 301
+ 350
+ distance
+
+
+
+
+
+
+ Available Train Types
+
+
+ AND
+
+ rail
+
+
+ OR
+
+
+
+ AND
+
+
+ Local
+ true
+
+
+ AND
+
+
+
+
+
+
+ AND
+
+
+ Interregional
+ false
+
+
+ AND
+
+
+
+
+
+
+
+
+ Eligible user types
+
+
+ OR
+
+
+
+ Adult Fare - 10 or over
+ Adult - if not eligible for Pupil or School
+
+ 10
+
+
+ Infants under 6 are free
+
+ free
+
+
+ Dogs are 50%
+
+ discount
+
+
+
+
+
+
+ Infant
+
+
+
+
+ Legal_basis
+ OG 7/2005
+
+
+ Copii pâna la vârsta de 5 ani
+ Children up to the age of 5, for whom no separate place is required, are
+ https://www.transferoviarcalatori.ro/tarife/facilitati.html
+
+ 0
+ 6
+ free
+
+
+ Infants must have paying adult with them
+
+ 1
+ free
+
+
+
+
+
+
+ Child
+
+
+
+
+ Legal_basis
+ OG 7/2005
+
+
+ Copiii pâna la vârsta de 10 ani împliniti
+ Children up to the age of 10 are fulfilledpay 50% of the regional, interregio, class 1 or class 2, with a separate seat. On trains with reserved seats they pay the full fare of the ticket.
+ https://www.transferoviarcalatori.ro/tarife/facilitati.html
+
+
+ 5
+ 10
+ discount
+
+
+ Youth
+
+
+ 10
+ 24
+ discount
+
+
+
+
+ student
+
+
+
+
+ Legal_basis
+ National Education Law no. 1/2011, as subsequently amended and supplemented and GD no. 42 of 31.01.2017
+
+
+ Elevii
+ 1. Students in compulsory, vocational and post-secondary education, accredited / licensed high school, benefit from a 50% reduced tariff for internal rail transport in all train categories, second class, throughout the calendar year.
+ Release surcharge , tickets to travel with discount 50% discount for all categories of train and 50% from the reservation, class II, and monthly fees for students discount
+ 50% discount for all categories of train with unlimited number of trips up to 300 km, 2nd class.
+ https://www.transferoviarcalatori.ro/tarife/facilitati.html
+
+
+ discount
+
+
+
+
+ University Student
+
+
+
+
+ Legal_basis
+ Law no. 1/2011, as subsequently amended and supplemented and GD no. 42 of 31.01.201 National Education 7
+
+
+ Studen_ii
+ Romanian / foreign students enrolled in the form of education - bachelor, master, doctorate - in accredited Romanian higher education institutions benefit from free of charge for the internal railway transport in all train categories, second class, throughout the calendar year regardless of distance or travel routes.
+ Free travel tickets for all class 2 train travels, as well as free monthly subscriptions for students with unlimited distance trips up to 300 km, 2nd class, are issued free of charge.
+ https://www.transferoviarcalatori.ro/tarife/facilitati.html
+
+
+ discount
+
+
+
+
+ Retiree
+
+
+
+
+ Legal_basis
+ Law 147/2000, with subsequent modifications and completions and in accordance with GEO 71/2004
+
+
+ Pensionarii
+ 6 simple trips 50% discount, regional and interregio train tariff, 2nd class,
+ * the spouse is entitled to the trip and the spouse is not entitled to the presence of the holder.
+ https://www.transferoviarcalatori.ro/tarife/facilitati.html
+
+
+ 70
+ discount
+
+
+
+
+ Registered Disabled
+
+
+
+
+ Legal_basis
+ Law 448/2006, as amended
+
+
+ Persoanele cu handicap
+ State Secretariat for People with Disabilities.
+ 12 round trips free of charge, interregio train reservation system, 2nd class (serious handicap) and accompanying persons or personal assistants.
+ 6 round trips free of charge, with interregional train with booking regime, 2nd class accentuated) and companions.
+ * companions travel only by joining the holder
+ * personal assistants can travel alone
+ https://www.transferoviarcalatori.ro/tarife/facilitati.html
+
+
+ membershipCard
+ discount
+
+
+ Companion for disabled person
+ https://www.transferoviarcalatori.ro/tarife/facilitati.html
+
+ 1
+ free
+
+
+ Personal Assistant for disabled person
+ https://www.transferoviarcalatori.ro/tarife/facilitati.html
+
+ 1
+ free
+
+
+
+
+
+
+ War Veteran
+
+
+
+
+ Legal_basis
+ Law 448/2006, as amended
+
+
+ Veteranii de razboi si urmasii acestora
+ 12 round trips free of charge, interregio train reservation system, 2nd class (serious handicap) and accompanying persons or personal assistants
+6 round trips free of charge, with interregional train with booking regime,
+2nd class accentuated) and companions
+* companions travel only by joining the holder
+* personal assistants can travel alone.
+
+
+ membershipCard
+ discount
+
+
+ Companion for veteran
+
+ 1
+ free
+
+
+ Personal Assistant for veteran
+ https://www.transferoviarcalatori.ro/tarife/facilitati.html
+
+ 1
+ free
+
+
+
+
+
+
+ Political Victims
+
+
+
+
+ Legal_basis
+ Law 341/2004 republished
+
+
+ Asociatia fostilor detinuti politici din Romania
+ State Secretariat for Revolutionary Issues in December 1989.
+ 12 free round trips, first class, train any rank, with:
+ * a single attendant - only circulated in the presence of the holder,
+ * family members - can circulate without a holder
+ https://www.transferoviarcalatori.ro/tarife/facilitati.html
+
+
+ membershipCard
+ discount
+
+
+ Companion for vicitim
+
+ 1
+ discount
+
+
+
+
+
+
+ Persecution on ethnic grounds
+
+
+
+
+ Legal_basis
+ Law 341/2004 republished
+
+
+ Persecutatii pe motive etnice
+ Persecution on ethnic grounds
+ 6 free round trips, first class, train any rank, with: * a single attendant - only circulated in the presence of the holder
+ https://www.transferoviarcalatori.ro/tarife/facilitati.html
+
+
+ true
+
+
+ Blah Mountain Region
+
+ born
+
+
+ membershipCard
+ discount
+
+
+ Companion for vicitim
+
+ 1
+ discount
+
+
+
+
+
+
+ Legal_basis
+ National Education Law no. 1/2011, as subsequently amended and supplemented and GD no. 42 of 31.01.2017
+
+
+ Disabled Youth and Special Needs
+
+ 2. Orphan pupils with special educational needs and those for whom a special protection measure has been established under the law or guardianship benefit from free of charge for the domestic railway transport throughout the calendar year.
+Free travel tickets for all train categories, for the booking fee, 2nd class, as well as monthly subscriptions for students to all train categories, with unlimited number of trips to distances up to 300 km, class II are issued free of charge.
+ https://www.transferoviarcalatori.ro/tarife/facilitati.html
+
+
+ free
+
+
+ Senator or Deputy
+
+ membershipCard
+ free
+
+
+ Academics
+
+
+ membershipCard
+ free
+
+
+ Animal
+
+
+ discount
+
+
+
+
+
+ Available Classes
+
+
+ OR
+
+
+
+
+ OR
+
+
+ Certain User Profiles may buy only 2nd class tickets at discount
+
+ OR
+
+
+
+
+
+
+
+
+ AND
+
+
+
+
+
+
+
+
+
+
+ Certain User Profiles may buy both 1st and second class tickets
+
+ OR
+
+
+
+
+
+
+
+
+
+
+ AND
+
+
+
+ OR
+
+
+
+
+
+
+
+
+
+
+
+ Available classes
+
+
+ OR
+
+
+
+
+
+
+
+ Eligible user types
+
+
+ OR
+
+
+ Unrestricted
+ false
+ false
+
+
+ Returning same way
+ true
+ true
+
+
+ Restricted route
+ true
+
+
+
+
+
+ Eligible user types
+
+
+ OR
+
+
+ Buy at least five minutes, up to 10 days before
+ PT3M
+ P10D
+
+
+ Buy a more than 10 days before
+ advanceOnly
+ P10D
+ P90D
+
+
+ Buy on board
+ dayOfTravelOnly
+
+
+
+
+
+ Eligible user types
+
+
+ OR
+
+
+
+ Single
+ reservationsPossible
+ 1
+ 5
+ singleFeeForReturnTrip
+ perPerson
+ true
+
+
+ Reservation required
+
+
+ 2.50
+
+
+ 0.40
+
+
+
+
+
+ reservationsCompulsory
+ singleFeeForReturnTrip
+ perPerson
+
+
+ reservationsPossible reservationsCompulsoryForGroups
+ perPerson
+
+
+
+
+
+ Eligible user types
+
+
+ AND
+
+
+
+ Carry on Baggage
+ checkIn
+ handLuggage
+ singleBag
+ 1
+ 1
+ 0.5
+ 0.3
+ 10
+
+
+
+ Check in
+ checkIn
+ suitcase
+ limited
+ 3
+ 2
+ 1
+ 1
+ 30
+
+
+
+
+
+ Eligible user types
+
+
+ AND
+
+
+ No Ticket
+ Traveling without a travel pass from a ticket station will be charged on the train at the toll rate on the train for the requested distance. Beneficiaries of the facilities (50% or 100% discount) lose their right to discount.
+Passengers not presenting a valid ticket in the train and not requesting the train staff at the first revision of the travel passes after the climbing station are required to pay the train toll for the entire distance traveled by the regio train to that relationship . Beneficiaries of the facilities lose their right to reduction and will be treated as any passenger who did not request a travel pass.
+
+Tickets will be issued for the distance traveled by a single train and the continuation of the trip with another train (whether it is the same or not) will be charged starting from 0 km. According to the regulations in force in December 2011, with the change of train ranges, the distances do not add up
+ noTicket
+
+
+
+
+
+
+
+
+
+
+
+ Basic Rail leg
+
+
+
+
+
+
+
+
+
+
+
+
+ Can give to someone else
+ true
+
+
+ Cannot give to someone else
+ false
+
+
+
+ Can Exchange
+ full
+ true
+ beforeStartOfValidity
+ P91D
+ -P1D
+ true
+ perOffer
+
+
+
+ Can Exchange
+
+
+ 15.00
+
+
+ full
+ true
+ beforeStartOfValidity
+ PT1S
+ true
+ perOffer
+
+
+
+ Can Refund
+ full
+ true
+ beforeStartOfValidity
+ P91D
+ -P1D
+ true
+ perPerson
+
+
+
+
+
+
+ Self service Ticket Machine
+ From ticket vending machines installed in Gara de Nord (near the TFC Ticket Office), Mizil station (waiting room), Braila station and Oradea station.
+ Payment is made exclusively with the bank card.
+ The types of tickets that can be bought from the vending machines are: full price tickets, reduced tickets 50% students, free student tickets (based on ID created at a TFC ticket house), children tickets, subscriptions, round trip established.
+ https://www.transferoviarcalatori.ro/tarife/eliberare-legitimatii-calatorie.html
+ cardsOnly
+
+ Bucuresti nord
+ Mizil
+ Braila
+ Orodea
+
+
+
+
+
+ Surcharge for online
+
+
+ 2.00
+
+
+
+
+
+
+ TFC Trip products
+
+
+
+
+
+
+
+
+
+
+
+
+ Distance based Trip fares for TFC for
+ TFC
+
+
+ distance
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Davlid on
+
+ Day types
+
+
+
+
+
+
+
+ Available trip types
+
+
+ OR
+
+
+ Single
+ single
+
+
+ Return - Outbound
+ single
+
+
+
+
+ intors
+
+
+ Return
+ returnOnly
+
+
+
+
+
+ Eligible user types
+
+ Free Student tickets may be up to 300km
+
+ OR
+
+
+
+ Student trips limited to 300km
+
+ single
+
+
+
+
+
+ Eligible user types
+
+ Trip gives right to buy
+
+ AND
+
+
+
+
+ same
+
+ purchase
+
+
+
+
+ same
+
+ purchase
+
+
+
+
+ same
+
+ purchase
+
+
+
+
+ same
+
+ purchase
+
+
+
+
+
+ Group ticket
+
+
+ OR
+
+
+ Group
+ 3
+
+
+
+
+
+ Group ticket
+
+
+ AND
+
+
+ single
+
+
+ true
+ false
+
+
+
+
+
+
+ One way Trip
+
+
+ true
+ true
+ false
+
+
+
+
+
+ Return Trip
+ A return Ticket must be used in the correct sequence (you must use the outward portion of your return Ticket before you use the return portion).
+
+
+
+ Outbound One or more Train rides
+ true
+ false
+ false
+
+
+
+ One or more Train rides
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+
+
+
+ Common valduation rules for trips
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ A rail leg subject to common validation options
+
+ CHAIN on ur leg leg
+
+
+
+
+ One way Trip
+
+
+ Trip is single,
+
+ CHAIN on common leg
+ AND
+
+
+
+
+
+
+
+
+
+
+ Trip is single,
+
+ CHAIN on common leg
+ AND
+
+
+
+
+
+
+
+
+
+ Trip is single,
+
+ CHAIN on common trip
+ AND
+
+
+
+
+
+
+
+
+
+
+ Standard Single Fare
+
+ beforeTravel
+
+
+
+
+ TFC
+
+ pointToPointDistanceFare
+ distance
+ specifiedOperatorOnly
+ false
+ false
+ true
+ true
+ true
+ true
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+ singleTrip
+
+
+ Standard Return Fare
+
+ beforeTravel
+
+
+
+
+ TFC
+
+ pointToPointDistanceFare
+ distance
+ specifiedOperatorOnly
+ false
+ false
+ true
+ true
+ true
+ true
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+
+ Outbound legs
+ true
+ false
+
+
+
+ Inbound legs
+ false
+ true
+
+
+
+ periodReturnTrip
+
+
+
+
+
+ Standard Fare
+
+
+ Printed ticket
+
+
+
+
+ Seat reservation ticket
+
+
+
+
+
+
+
+ Standard Fare
+
+
+ Tickets for return trip
+
+
+
+ Separate ticket for outbound leg
+
+
+ OR
+
+
+
+
+
+ Separate ticket for inbound leg
+
+
+ OR
+
+
+
+
+
+
+
+ Seat reservation ticket
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Seat reservation ticket
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Group Discount
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ common properties of TFC Trip Sales packages
+
+ pointToPointDistanceFare
+ false
+ false
+ true
+ true
+ true
+
+
+
+ On line Sales>
+
+ cardsOnly
+
+
+
+ On line Sales>
+ 4. From ticket vending machines installed in Gara de Nord (near the TFC Ticket Office), Mizil station (waiting room), Braila station and Oradea station . Payment is made exclusively with the bank card. The types of tickets that can be bought from the vending machines are: full price tickets, reduced tickets 50% students, free student tickets (based on ID created at a TFC ticket house), children tickets, subscriptions, round trip established.
+
+ cardsOnly
+
+
+
+ At Counter Sales>
+
+ cashAndCard
+
+
+
+ Purchase on board
+
+ cash
+
+
+
+
+
+
+
+
+
+
+
+
+ TFC Trip products
+
+
+
+
+
+
+
+
+
+
+
+ Flat rate supplements for TFC trip products
+ TFC
+
+
+ distance
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ Preqrequistes is a trip
+
+ Day types
+
+ OR
+
+
+
+ Requires Trip ticket
+
+
+ sameAsOrigin
+ sameAsDestination
+ same
+
+
+
+ Requires Trip ticket
+
+
+ sameAsDestination
+ sameAsOrigin
+ same
+
+
+
+
+
+
+
+
+
+
+
+
+ Common valduation rules for supplements
+
+
+
+
+
+
+
+
+
+ Seat Reservation - outbound
+ Reservation for a seat on a specific train between two points
+
+
+ Must be for origin to destination
+
+ CHAIN on basic supplement
+
+
+
+
+
+
+
+
+ Seat Reservation - outbound
+ Reservation for a seat on a specific train between two points
+
+
+ Must be for destination to origin
+
+ Chain on basic supplement
+
+
+
+
+
+
+
+
+ Dog add on
+
+
+
+ Chain on basic supplement
+
+
+
+ AND
+
+
+
+
+
+ Dogs only in second class
+
+ AND
+
+
+
+
+
+
+
+ General add on
+
+
+
+ Chain on basic supplement
+
+
+
+
+
+
+
+
+ Tichet de Rezervare
+ Seat reservation Clasa 1 and Casa 2
+
+ beforeTravel
+
+
+
+
+ TFC
+
+ networkFlatFare
+ flat
+ true
+ true
+ true
+
+
+
+ Reservations required according to distance
+Dear travelers, we would like to inform you that starting with 1 May 2015 the reservation fee is 2.50 lei.
+
+The reservation fee is obligatory as follows:
+
+* for the Bucharest North - Buzau relationship and return the local reservation fee of 2.50 lei is paid for the distances covered over 50 km.
+
+* for the Bucharest North - Galati relationship and return is paid including the reservation fee in the amount of 2.50 lei for the distances covered more than 70 km.
+
+* for the Cluj Napoca - Oradea relationship and the return is paid including the reservation fee in the amount of 2.50 lei by the passengers traveling over the entire distance Cluj Napoca - Oradea and Oradea - Cluj Napoca.
+
+* North Bucharest - Târgoviste Reservation ticket is optional.
+
+Dear travelers, we inform you that no reservations are made at this time. Thank you for your understanding.
+
+
+
+
+
+
+ OR
+
+
+ Reservation required on Bucharest Buzau for journeys over over 70km
+
+ AND
+
+
+ Reservation required if more than 70 km
+ https://www.transferoviarcalatori.ro/tarife/tarif-de-rezervare.html
+
+
+
+
+
+
+ A specific journey must be specified
+
+
+
+ Reservation required on Bucharest to Galati for journeys over over 50km
+
+ AND
+
+
+ Reservation required if more than 50 km
+ https://www.transferoviarcalatori.ro/tarife/tarif-de-rezervare.html
+
+
+
+
+
+
+ A specific journey must be specified
+
+
+
+ Reservation required on :Clu Napoca to Oradea
+
+ AND
+
+
+
+
+
+ A specific journey must be specified
+
+
+
+ Reservation optional
+
+ AND
+
+
+
+
+
+
+
+
+
+
+
+
+
+ A specific journey may be specified
+
+
+
+
+
+
+
+ Chain on basic supplement
+
+
+
+
+
+
+ Product covers domestic trips
+
+
+
+
+
+ 2.50
+
+
+ 0.40
+
+
+
+
+
+
+ supplement
+ seatReservation
+
+
+ Tarif transport biciclete
+ Bicycle ticket
+ https://www.transferoviarcalatori.ro/tarife/tarife-tfc.html
+
+ beforeTravel
+
+ TFC
+
+ networkFlatFare
+ flat
+ true
+
+
+
+ Chain on basic supplement
+
+
+
+
+
+
+
+
+
+
+ 5.00
+
+
+ 0.80
+
+
+
+
+
+
+ supplement
+ bicycle
+
+
+ tarif pentru transportul bagajelor insotite sau neinsotite
+ baggage ticket
+ https://www.transferoviarcalatori.ro/tarife/bagaje.html
+
+ beforeTravel
+
+ TFC
+
+ networkFlatFare
+ flat
+ true
+
+
+
+ Chain on basic supplement
+
+
+
+
+
+
+
+
+
+
+ 10.00
+
+
+ 1.60
+
+
+
+
+
+
+ supplement
+ extraLuggage
+
+
+ tariful de transport a unui caine
+ Dogs travel half price 2nd class
+ https://www.transferoviarcalatori.ro/tarife/tarife-tfc.html
+
+ beforeTravel
+
+ TFC
+
+ networkFlatFare
+ flat
+ true
+
+
+
+ Chain on basic supplement
+
+
+
+
+
+
+
+
+
+
+
+ 0.50
+
+
+
+
+ supplement
+ dog
+
+
+
+
+
+
+ Standard Fare
+
+
+ Seat reservation ticket
+
+
+
+
+
+
+
+ Standard Fare
+
+
+ Bicycle ticket
+
+
+
+
+
+
+
+ Extra Baggage Ticket
+
+
+ Baggage ticket
+
+
+
+
+
+
+
+ Dog ticket
+
+
+ Dog ticket
+
+
+
+
+
+
+
+
+
+
+
+ common properties of TFC Trip Supplement Sales packages
+
+ networkFlatFare
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Prices for TFC TRIP products
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tarife de Deservire Generala
+ Tariff Tren Regio R
+
+ https://www.transferoviarcalatori.ro/tarife/tarife-tfc.html
+
+
+
+
+
+
+
+
+
+
+
+
+ Zona km
+
+
+
+
+
+ Clasa 1
+
+
+
+
+
+
+ 50 % Clasa 1
+
+
+
+
+
+
+ Clasa 2
+
+
+
+
+
+
+ 50 % Clasa 2
+
+
+
+
+
+
+
+
+ 1-5*
+
+
+
+ Note on row 1
+ oferta speciala TFC pentru zona kilometrica 1-5 tarif intreg, tren regio, clasa a 2-a
+
+ *
+
+
+
+
+
+
+
+ 6-10
+
+
+
+
+
+ 11-20
+
+
+
+
+
+ 21-30
+
+
+
+
+
+ 31-40
+
+
+
+
+
+ 41-50
+
+
+
+
+
+ 51-60
+
+
+
+
+
+ 61-70
+
+
+
+
+
+ 71-80
+
+
+
+
+
+ 81-90
+
+
+
+
+
+ 91-100
+
+
+
+
+
+ 101-120
+
+
+
+
+
+ 121-140
+
+
+
+
+
+ 141-160
+
+
+
+
+
+ 161-180
+
+
+
+
+
+ 181-200
+
+
+
+
+
+ 201-250
+
+
+
+
+
+ 251-300
+
+
+
+
+
+ 301-350
+
+
+
+
+
+
+
+
+ Clasa 1
+
+
+
+
+
+ LEI
+
+
+
+
+
+ din care tva 19%
+
+
+
+
+
+
+
+
+ false
+
+
+ |
+
+
+ 4.00
+
+
+ 0.64
+
+
+
+
+
+ |
+
+
+ 5.50
+
+
+ 0.88
+
+
+
+
+
+ |
+
+
+ 8.00
+
+
+ 1.28
+
+
+
+
+
+ |
+
+
+ 9.50
+
+
+ 1.52
+
+
+
+
+
+ |
+
+
+ 12.50
+
+
+ 2.00
+
+
+
+
+
+ |
+
+
+ 13.00
+
+
+ 2.08
+
+
+
+
+
+ |
+
+
+ 15.50
+
+
+ 2.47
+
+
+
+
+
+ |
+
+
+ 17.50
+
+
+ 2.79
+
+
+
+
+
+ |
+
+
+ 19.50
+
+
+ 3.11
+
+
+
+
+
+ |
+
+
+ 22.00
+
+
+ 3.51
+
+
+
+
+
+ |
+
+
+ 26.00
+
+
+ 4.15
+
+
+
+
+
+ |
+
+
+ 30.50
+
+
+ 4.87
+
+
+
+
+
+ |
+
+
+ 34.00
+
+
+ 5.43
+
+
+
+
+
+ |
+
+
+ 39.00
+
+
+ 6.23
+
+
+
+
+
+ |
+
+
+ 43.00
+
+
+ 6.87
+
+
+
+
+
+ |
+
+
+ 49.50
+
+
+ 9.70
+
+
+
+
+
+ |
+
+
+ 57.50
+
+
+ 9.18
+
+
+
+
+
+ |
+
+
+ 65.50
+
+
+ 10.46
+
+
+
+
+
+ |
+
+
+
+ 50% Clasa 1
+ First class with discount
+
+
+
+
+
+
+
+
+
+
+ LEI
+
+
+ din care tva 19%
+
+
+
+
+
+ false
+
+
+ |
+
+
+ 2.00
+
+
+
+ 0.50
+
+
+
+ 0.32
+
+
+
+
+
+ |
+
+
+ 2.75
+
+
+
+ 0.50
+
+
+
+ 0.44
+
+
+
+
+
+ |
+
+
+ 4.00
+
+
+
+ 0.50
+
+
+
+ 0.64
+
+
+
+
+
+ |
+
+
+ 45.75
+
+
+
+ 0.50
+
+
+
+ 0.76
+
+
+
+
+
+ |
+
+
+ 6.25
+
+
+
+ 0.50
+
+
+
+ 1.00
+
+
+
+
+
+ |
+
+
+ 6.50
+
+
+
+ 0.50
+
+
+
+ 1.04
+
+
+
+
+
+ |
+
+
+ 7.75
+
+
+
+ 0.50
+
+
+
+ 1.24
+
+
+
+
+
+ |
+
+
+ 8.75
+
+
+
+ 0.50
+
+
+
+ 1.40
+
+
+
+
+
+ |
+
+
+ 9.75
+
+
+
+ 0.50
+
+
+
+ 1.56
+
+
+
+
+
+ |
+
+
+ 11.00
+
+
+
+ 0.50
+
+
+
+ 1.76
+
+
+
+
+
+ |
+
+
+ 13.00
+
+
+
+ 0.50
+
+
+
+ 2.08
+
+
+
+
+
+ |
+
+
+ 15.25
+
+
+
+ 0.50
+
+
+
+ 2.43
+
+
+
+
+
+ |
+
+
+ 17.00
+
+
+
+ 0.50
+
+
+
+ 2.71
+
+
+
+
+
+ |
+
+
+ 19.5
+
+
+
+ 0.50
+
+
+
+ 3.11
+
+
+
+
+
+ |
+
+
+ 21.50
+
+
+
+ 0.50
+
+
+
+ 3.42
+
+
+
+
+
+ |
+
+
+ 24.75
+
+
+
+ 0.50
+
+
+
+ 3.95
+
+
+
+
+
+ |
+
+
+ 28.75
+
+
+
+ 0.50
+
+
+
+ 4.59
+
+
+
+
+
+ |
+
+
+ 32.75
+
+
+
+ 0.50
+
+
+
+ 5.23
+
+
+
+
+
+ |
+
+
+
+
+ Clasa 2
+
+
+
+
+
+ LEI
+
+
+ din care tva 19%
+
+
+
+
+
+ 2.00
+
+
+ 0.32
+
+
+
+
+
+ |
+
+
+ 3.50
+
+
+ 0.56
+
+
+
+
+
+ |
+
+
+ 4.00
+
+
+ 0.64
+
+
+
+
+
+ |
+
+
+ 4.50
+
+
+ 0.72
+
+
+
+
+
+ |
+
+
+ 5.50
+
+
+ 0.88
+
+
+
+
+
+ |
+
+
+ 7.00
+
+
+ 1.12
+
+
+
+
+
+ |
+
+
+ 7.50
+
+
+ 1.20
+
+
+
+
+
+ |
+
+
+ 9.50
+
+
+ 1.52
+
+
+
+
+
+ |
+
+
+ 11.00
+
+
+ 1.76
+
+
+
+
+
+ |
+
+
+ 12.50
+
+
+ 2.00
+
+
+
+
+
+ |
+
+
+ 13.50
+
+
+ 2.16
+
+
+
+
+
+ |
+
+
+ 16.00
+
+
+ 2.55
+
+
+
+
+
+ |
+
+
+ 19.00
+
+
+ 3.03
+
+
+
+
+
+ |
+
+
+ 21.50
+
+
+ 3.43
+
+
+
+
+
+ |
+
+
+ 25.00
+
+
+ 3.99
+
+
+
+
+
+ |
+
+
+ 26.50
+
+
+ 4.23
+
+
+
+
+
+ |
+
+
+ 30.50
+
+
+ 4.87
+
+
+
+
+
+ |
+
+
+ 36.00
+
+
+ 5.75
+
+
+
+
+
+ |
+
+
+ 42.00
+
+
+ 6.71
+
+
+
+
+
+ |
+
+
+
+ 50% Clasa 2
+ Second class with discount
+
+
+
+
+
+
+
+
+
+
+ LEI
+
+
+
+
+
+ din care tva 19%
+
+
+
+
+
+
+
+
+
+ false
+
+
+ |
+
+
+ 1.75
+
+
+
+ 0.50
+
+
+
+ 0.28
+
+
+
+
+
+ |
+
+
+ 2.00
+
+
+
+ 0.50
+
+
+
+ 0.32
+
+
+
+
+
+ |
+
+
+ 2.25
+
+
+
+ 0.50
+
+
+
+ 0.36
+
+
+
+
+
+ |
+
+
+ 2.75
+
+
+
+ 0.50
+
+
+
+ 0.44
+
+
+
+
+
+ |
+
+
+ 3.50
+
+
+
+ 0.50
+
+
+
+ 0.56
+
+
+
+
+
+ |
+
+
+ 3.75
+
+
+
+ 0.50
+
+
+
+ 0.60
+
+
+
+
+
+ |
+
+
+ 4.75
+
+
+
+ 0.50
+
+
+
+ 0.76
+
+
+
+
+
+ |
+
+
+ 5.50
+
+
+
+ 0.50
+
+
+
+ 0.88
+
+
+
+
+
+ |
+
+
+ 6.25
+
+
+
+ 0.50
+
+
+
+ 0.10
+
+
+
+
+
+ |
+
+
+ 6.75
+
+
+
+ 0.50
+
+
+
+ 1.08
+
+
+
+
+
+ |
+
+
+ 8.00
+
+
+
+ 0.50
+
+
+
+ 1.28
+
+
+
+
+
+ |
+
+
+ 9.50
+
+
+
+ 0.50
+
+
+
+ 1.52
+
+
+
+
+
+ |
+
+
+ 10.75
+
+
+
+ 0.50
+
+
+
+ 1.72
+
+
+
+
+
+ |
+
+
+ 12.50
+
+
+
+ 0.50
+
+
+
+ 2.00
+
+
+
+
+
+ |
+
+
+ 13.25
+
+
+
+ 0.50
+
+
+
+ 2.12
+
+
+
+
+
+ |
+
+
+ 15.25
+
+
+
+ 0.50
+
+
+
+ 2.43
+
+
+
+
+
+ |
+
+
+ 18.00
+
+
+
+ 0.50
+
+
+
+ 2.87
+
+
+
+
+
+ |
+
+
+ 21.00
+
+
+
+ 0.50
+
+
+
+ 3.35
+
+
+
+
+
+ |
+
+
+
+
+
+
+ Tariff Tren InterrrRegio R
+ Interregional tariff. Mostly the sames a Regional tariff
+
+ https://www.transferoviarcalatori.ro/tarife/tarife-tfc.html
+
+
+
+
+
+
+
+
+
+
+
+ Zona km
+
+
+ Clasa 1
+
+
+ 50 % Clasa 1
+
+
+ Clasa 2
+
+
+ 50 % Clasa 2
+
+
+
+
+ 1-10
+
+
+ 11-20
+
+
+ 21-30
+
+
+ 31-40
+
+
+ 41-50
+
+
+ 51-60
+
+
+ 61-70
+
+
+ 71-80
+
+
+ 81-90
+
+
+ 91-100
+
+
+ 101-120
+
+
+ 121-140
+
+
+ 141-160
+
+
+ 161-180
+
+
+ 181-200
+
+
+ 201-250
+
+
+ 251-300
+
+
+ 301-350
+
+
+
+
+
+ Clasa 1
+
+
+
+
+
+ LEI
+
+
+ din care tva 19%
+
+
+
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+ 50% Clasa 1
+ First class with discount
+
+
+
+
+
+
+
+
+
+
+ LEI
+
+
+ din care tva 19%
+
+
+
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+
+ Clasa 2
+
+
+
+
+
+ LEI
+
+
+ din care tva 19%
+
+
+
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+ 50% Clasa 2
+ Second class with discount
+
+
+
+
+
+
+
+
+
+
+ LEI
+
+
+ din care tva 19%
+
+
+
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+
+
+ Tarife de Deservire Generala
+ Tariff Tren Regio R
+
+ https://www.transferoviarcalatori.ro/tarife/tarife-tfc.html
+
+
+
+
+
+
+
+
+
+
+
+
+ Zona km
+
+
+ Clasa 1
+
+
+ Clasa 2
+
+
+
+
+ 1-10
+
+
+ 11-20
+
+
+ 21-30
+
+
+ 31-40
+
+
+ 41-50
+
+
+ 51-60
+
+
+ 61-70
+
+
+ 71-80
+
+
+ 81-90
+
+
+ 91-100
+
+
+ 101-120
+
+
+ 121-140
+
+
+ 141-160
+
+
+ 161-180
+
+
+ 181-200
+
+
+ 201-250
+
+
+ 251-300
+
+
+ 301-350
+
+
+
+
+
+ Tarif de Taxare in Tren
+ Regior si Interregio-IR
+
+
+
+
+
+ LEI
+
+
+ din care tva 19%
+
+
+
+
+
+ 6.00
+
+
+ 0.96
+
+
+
+
+
+ |
+
+
+ 7.50
+
+
+ 1.20
+
+
+
+
+
+ |
+
+
+ 10.00
+
+
+ 1.60
+
+
+
+
+
+ |
+
+
+ 11.50
+
+
+ 1.84
+
+
+
+
+
+ |
+
+
+ 14.50
+
+
+ 2.32
+
+
+
+
+
+ |
+
+
+ 15.00
+
+
+ 2.39
+
+
+
+
+
+ |
+
+
+ 17.50
+
+
+ 2.79
+
+
+
+
+
+ |
+
+
+ 19.50
+
+
+ 3.11
+
+
+
+
+
+ |
+
+
+ 21.50
+
+
+ 3.43
+
+
+
+
+
+ |
+
+
+ 24.00
+
+
+ 3.83
+
+
+
+
+
+ |
+
+
+ 28.00
+
+
+ 4.47
+
+
+
+
+
+ |
+
+
+ 32.50
+
+
+ 5.19
+
+
+
+
+
+ |
+
+
+ 36.00
+
+
+ 5.75
+
+
+
+
+
+ |
+
+
+ 41.00
+
+
+ 6.55
+
+
+
+
+
+ |
+
+
+ 45.00
+
+
+ 7.18
+
+
+
+
+
+ |
+
+
+ 51.50
+
+
+ 8.22
+
+
+
+
+
+ |
+
+
+ 59.50
+
+
+ 9.50
+
+
+
+
+
+ |
+
+
+ 67.50
+
+
+ 10.78
+
+
+
+
+
+ |
+
+
+
+
+ >Clasa 2
+
+
+
+
+
+ LEI
+
+
+ din care tva 19%
+
+
+
+
+
+ 5.50
+
+
+ 0.56
+
+
+
+
+
+ |
+
+
+ 6.00
+
+
+ 0.64
+
+
+
+
+
+ |
+
+
+ 6.50
+
+
+ 0.72
+
+
+
+
+
+ |
+
+
+ 7.50
+
+
+ 0.88
+
+
+
+
+
+ |
+
+
+ 9.00
+
+
+ 1.12
+
+
+
+
+
+ |
+
+
+ 9.50
+
+
+ 1.20
+
+
+
+
+
+ |
+
+
+ 11.50
+
+
+ 1.52
+
+
+
+
+
+ |
+
+
+ 13.00
+
+
+ 1.76
+
+
+
+
+
+ |
+
+
+ 14.50
+
+
+ 2.00
+
+
+
+
+
+ |
+
+
+ 15.50
+
+
+ 2.16
+
+
+
+
+
+ |
+
+
+ 18.00
+
+
+ 2.55
+
+
+
+
+
+ |
+
+
+ 21.00
+
+
+ 3.03
+
+
+
+
+
+ |
+
+
+ 23.50
+
+
+ 3.43
+
+
+
+
+
+ |
+
+
+ 27.00
+
+
+ 3.99
+
+
+
+
+
+ |
+
+
+ 28.50
+
+
+ 4.23
+
+
+
+
+
+ |
+
+
+ 32.50
+
+
+ 4.87
+
+
+
+
+
+ |
+
+
+ 38.00
+
+
+ 5.75
+
+
+
+
+
+ |
+
+
+ 44.00
+
+
+ 6.71
+
+
+
+
+
+ |
+
+
+
+
+
+ Tarife Oferta dus-intors Variabil la Tren IR
+ Discounted return tariff for IR
+
+ https://www.transferoviarcalatori.ro/tarife/oferta-dus-intors.html
+
+
+
+
+
+
+
+
+
+
+
+ Zona km
+
+
+ dus-intors, Clasa 1
+
+
+ dus-intors copil Clasa 1
+
+
+ dus-intors, Clasa 2
+
+
+ 5dus-intors copilClasa 2
+
+
+
+
+ 1-10
+
+
+ 11-20
+
+
+ 21-30
+
+
+ 31-40
+
+
+ 41-50
+
+
+ 51-60
+
+
+ 61-70
+
+
+ 71-80
+
+
+ 81-90
+
+
+ 91-100
+
+
+ 101-120
+
+
+ 121-140
+
+
+ 141-160
+
+
+ 161-180
+
+
+ 181-200
+
+
+ 201-250
+
+
+ 251-300
+
+
+ 301-350
+
+
+
+
+
+ dus intors clasa 1
+
+
+
+
+
+ LEI
+
+
+ din care tva 19%
+
+
+
+
+
+ 7.20
+
+
+ 1.15
+
+
+
+
+
+ |
+
+
+ 9.90
+
+
+ 1.58
+
+
+
+
+
+ |
+
+
+ 14.40
+
+
+ 2.30
+
+
+
+
+
+ |
+
+
+ 17.10
+
+
+ 2.73
+
+
+
+
+
+ |
+
+
+ 22.50
+
+
+ 3.59
+
+
+
+
+
+ |
+
+
+ 23.40
+
+
+ 3.74
+
+
+
+
+
+ |
+
+
+ 35.10
+
+
+ 5.60
+
+
+
+
+
+ |
+
+
+ 31.50
+
+
+ 5.03
+
+
+
+
+
+ |
+
+
+ 35.10
+
+
+ 5.60
+
+
+
+
+
+ |
+
+
+ 39.60
+
+
+ 6.32
+
+
+
+
+
+ |
+
+
+ 46.80
+
+
+ 7.47
+
+
+
+
+
+ |
+
+
+ 30.50
+
+
+ 8.77
+
+
+
+
+
+ |
+
+
+ 61.20
+
+
+ 9.77
+
+
+
+
+
+ |
+
+
+ 70.20
+
+
+ 11.21
+
+
+
+
+
+ |
+
+
+ 77.40
+
+
+ 12.36
+
+
+
+
+
+ |
+
+
+ 89.10
+
+
+ 14.23
+
+
+
+
+
+ |
+
+
+ 103.50
+
+
+ 16.53
+
+
+
+
+
+ |
+
+
+ 117.90
+
+
+ 18.82
+
+
+
+
+
+ |
+
+
+
+ dus-intors copil Clasa 1
+ First class with discount
+
+
+
+
+
+
+
+
+
+
+ LEI
+
+
+ din care tva 19%
+
+
+
+
+
+ 3.60
+
+
+
+ 0.50
+
+
+
+ 0.57
+
+
+
+
+
+ |
+
+
+ 4.95
+
+
+
+ 0.50
+
+
+
+ 0.79
+
+
+
+
+
+ |
+
+
+ 7.20
+
+
+
+ 0.50
+
+
+
+ 1.15
+
+
+
+
+
+ |
+
+
+ 8.55
+
+
+
+ 0.50
+
+
+
+ 1.37
+
+
+
+
+
+ |
+
+
+ 11.25
+
+
+
+ 0.50
+
+
+
+ 1.80
+
+
+
+
+
+ |
+
+
+ 13.95
+
+
+
+ 0.50
+
+
+
+ 2.23
+
+
+
+
+
+ |
+
+
+ 15.75
+
+
+
+ 0.50
+
+
+
+ 2.51
+
+
+
+
+
+ |
+
+
+ 15.75
+
+
+
+ 0.50
+
+
+
+ 2.51
+
+
+
+
+
+ |
+
+
+ 17.55
+
+
+
+ 0.50
+
+
+
+ 2.80
+
+
+
+
+
+ |
+
+
+ 19.80
+
+
+
+ 0.50
+
+
+
+ 3.16
+
+
+
+
+
+ |
+
+
+ 23.40
+
+
+
+ 0.50
+
+
+
+ 3.74
+
+
+
+
+
+ |
+
+
+ 27.45
+
+
+
+ 0.50
+
+
+
+ 4.38
+
+
+
+
+
+ |
+
+
+ 30.60
+
+
+
+ 0.50
+
+
+
+ 4.89
+
+
+
+
+
+ |
+
+
+ 35.10
+
+
+
+ 0.50
+
+
+
+ 5.60
+
+
+
+
+
+ |
+
+
+ 38.70
+
+
+
+ 0.50
+
+
+
+ 6.18
+
+
+
+
+
+ |
+
+
+ 44.55
+
+
+
+ 0.50
+
+
+
+ 7.11
+
+
+
+
+
+ |
+
+
+ 51.75
+
+
+
+ 0.50
+
+
+
+ 8.26
+
+
+
+
+
+ |
+
+
+ 58.95
+
+
+
+ 0.50
+
+
+
+ 9.41
+
+
+
+
+
+ |
+
+
+
+
+ dus-intors clasa 2
+
+
+
+
+
+ LEI
+
+
+ din care tva 19%
+
+
+
+
+
+ 6.30
+
+
+ 1.01
+
+
+
+
+
+ |
+
+
+ 7.20
+
+
+ 1.154
+
+
+
+
+
+ |
+
+
+ 8.10
+
+
+ 1.29
+
+
+
+
+
+ |
+
+
+ 9.90
+
+
+ 1.58
+
+
+
+
+
+ |
+
+
+ 12.60
+
+
+ 2.01
+
+
+
+
+
+ |
+
+
+ 13.50
+
+
+ 2.16
+
+
+
+
+
+ |
+
+
+ 17.10
+
+
+ 2.73
+
+
+
+
+
+ |
+
+
+ 19.80
+
+
+ 3.16
+
+
+
+
+
+ |
+
+
+ 22.50
+
+
+ 3.59
+
+
+
+
+
+ |
+
+
+ 24.30
+
+
+ 3.88
+
+
+
+
+
+ |
+
+
+ 28.80
+
+
+ 4.60
+
+
+
+
+
+ |
+
+
+ 34.20
+
+
+ 5.46
+
+
+
+
+
+ |
+
+
+ 38.70
+
+
+ 6.18
+
+
+
+
+
+ |
+
+
+ 45.00
+
+
+ 7.18
+
+
+
+
+
+ |
+
+
+ 47.70
+
+
+ 7.62
+
+
+
+
+
+ |
+
+
+ 54.90
+
+
+ 8.77
+
+
+
+
+
+ |
+
+
+ 64.80
+
+
+ 10.35
+
+
+
+
+
+ |
+
+
+ 75.69
+
+
+ 12.07
+
+
+
+
+
+ |
+
+
+
+ dus-intors copil Clasa 2
+ Second class with discount
+
+
+
+
+
+
+
+
+
+
+ LEI
+
+
+ din care tva 19%
+
+
+
+
+
+ 3.15
+
+
+
+ 0.50
+
+
+
+ 0.50
+
+
+
+
+
+ |
+
+
+ 3.60
+
+
+
+ 0.57
+
+
+
+ 0.32
+
+
+
+
+
+ |
+
+
+ 4.05
+
+
+
+ 0.50
+
+
+
+ 0.65
+
+
+
+
+
+ |
+
+
+ 4.95
+
+
+
+ 0.50
+
+
+
+ 0.79
+
+
+
+
+
+ |
+
+
+ 6.30
+
+
+
+ 0.50
+
+
+
+ 1.01
+
+
+
+
+
+ |
+
+
+ 6.75
+
+
+
+ 0.50
+
+
+
+ 1.08
+
+
+
+
+
+ |
+
+
+ 8.55
+
+
+
+ 0.50
+
+
+
+ 1.37
+
+
+
+
+
+ |
+
+
+ 9.90
+
+
+
+ 0.50
+
+
+
+ 1.58
+
+
+
+
+
+ |
+
+
+ 11.25
+
+
+
+ 0.50
+
+
+
+ 1.80
+
+
+
+
+
+ |
+
+
+ 12.15
+
+
+
+ 0.50
+
+
+
+ 1.94
+
+
+
+
+
+ |
+
+
+ 14.40
+
+
+
+ 0.50
+
+
+
+ 2.30
+
+
+
+
+
+ |
+
+
+ 17.10
+
+
+
+ 0.50
+
+
+
+ 2.73
+
+
+
+
+
+ |
+
+
+ 19.35
+
+
+
+ 0.50
+
+
+
+ 3.09
+
+
+
+
+
+ |
+
+
+ 22.50
+
+
+
+ 0.50
+
+
+
+ 3.59
+
+
+
+
+
+ |
+
+
+ 23.85
+
+
+
+ 0.50
+
+
+
+ 3.81
+
+
+
+
+
+ |
+
+
+ 27.45
+
+
+
+ 0.50
+
+
+
+ 4.38
+
+
+
+
+
+ |
+
+
+ 32.40
+
+
+
+ 0.50
+
+
+
+ 5.17
+
+
+
+
+
+ |
+
+
+ 37.80
+
+
+
+ 0.50
+
+
+
+ 6.04
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+ TFC Season Pass products
+
+
+
+
+
+
+
+
+
+
+
+
+ Season Pass Distance based fares for Transferoviar
+ TFC
+
+
+ distance
+
+
+
+ 1 week
+ P7D
+
+
+ 1 month
+ P1M
+
+
+
+
+
+
+
+
+ Available periods
+
+
+
+
+
+
+ AND
+
+
+ unlimited
+
+
+
+
+
+ OR
+
+
+ weeklyPass
+ specifiedStartDate
+ productExpiry
+
+
+ monthlyPass
+ specifiedStartDate
+ productExpiry
+
+
+
+
+
+
+
+ Pass eligibility
+
+
+ OR
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Unlimited travel between two points
+
+
+
+
+
+
+
+
+
+
+ Train Ride
+
+
+
+
+
+
+
+
+ A rail leg subject to common validation options
+
+ CHAIN on ur leg leg
+
+
+
+
+
+
+
+ Tarif Abonament
+
+ beforeTravel
+
+ TFC
+
+ pointToPointDistanceFare
+ distance
+ true
+ false
+ false
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+ periodPass
+
+
+
+
+
+ Abonament
+ Season Ticket
+
+
+
+
+
+
+
+
+
+
+
+ OR
+
+
+
+
+
+
+
+ On line Sales>
+
+
+
+ At Counter Sales>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Prices for TFC Season Pass products
+
+
+
+
+
+
+
+
+
+
+
+
+ Tarife Abonament lunar
+ Monthly season pass
+
+
+
+
+
+
+ Zona km
+
+
+ las trenuri Regio-R Clasa 2
+
+
+ las trenuri interregio-IR Clasa 2
+
+
+
+
+ 1-10
+
+
+ 11-20
+
+
+ 21-30
+
+
+ 31-40
+
+
+ 41-50
+
+
+ 51-60
+
+
+ 61-70
+
+
+ 71-80
+
+
+ 81-90
+
+
+ 91-100
+
+
+ 101-120
+
+
+ 121-140
+
+
+ 141-160
+
+
+ 161-180
+
+
+ 181-200
+
+
+ 201-250
+
+
+ 251-300
+
+
+
+
+
+ Regio
+
+
+
+
+
+
+ LEI
+
+
+
+
+
+ 96.00
+
+
+ |
+
+
+ 107.00
+
+
+ |
+
+
+ 129.00
+
+
+ |
+
+
+ 146.00
+
+
+ |
+
+
+ 185.00
+
+
+ |
+
+
+ 196.00
+
+
+ |
+
+
+ 230.00
+
+
+ |
+
+
+ 252.00
+
+
+ |
+
+
+ 286.00
+
+
+ |
+
+
+ 314.00
+
+
+ |
+
+
+ 341.00
+
+
+ |
+
+
+ 408.00
+
+
+ |
+
+
+ 454.00
+
+
+ |
+
+
+ 526.00
+
+
+ |
+
+
+ 548.00
+
+
+ |
+
+
+ 622.00
+
+
+ |
+
+
+ 733.00
+
+
+ |
+
+
+
+
+ >Clasa 2
+
+
+
+
+
+
+ LEI
+
+
+
+
+
+ 99.00
+
+
+ |
+
+
+ 109.00
+
+
+ |
+
+
+ 133.00
+
+
+ |
+
+
+ 150.00
+
+
+ |
+
+
+ 191.00
+
+
+ |
+
+
+ 202.00
+
+
+ |
+
+
+ 237.00
+
+
+ |
+
+
+ 260.00
+
+
+ |
+
+
+ 295.00
+
+
+ |
+
+
+ 323.00
+
+
+ |
+
+
+ 351.00
+
+
+ |
+
+
+ 420.00
+
+
+ |
+
+
+ 468.00
+
+
+ |
+
+
+ 542.00
+
+
+ |
+
+
+ 564.00
+
+
+ |
+
+
+ 641.00
+
+
+ |
+
+
+ 755.00
+
+
+ |
+
+
+
+
+
+ Tarife Abonament lunar elevi
+ Monthly season pass
+
+
+
+
+
+
+ Zona km
+
+
+ las trenuri Regio-R Clasa 2
+
+
+ las trenuri interregio-IR Clasa 2
+
+
+
+
+ 1-10
+
+
+ 11-20
+
+
+ 21-30
+
+
+ 31-40
+
+
+ 41-50
+
+
+ 51-60
+
+
+ 61-70
+
+
+ 71-80
+
+
+ 81-90
+
+
+ 91-100
+
+
+ 101-120
+
+
+ 121-140
+
+
+ 141-160
+
+
+ 161-180
+
+
+ 181-200
+
+
+ 201-250
+
+
+ 251-300
+
+
+
+
+
+ Regio
+
+
+
+
+
+
+ LEI
+
+
+
+
+
+ 48.00
+
+
+ |
+
+
+ 53.00
+
+
+ |
+
+
+ 64.50
+
+
+ |
+
+
+ 73.00
+
+
+ |
+
+
+ 92.50
+
+
+ |
+
+
+ 98.00
+
+
+ |
+
+
+ 115.00
+
+
+ |
+
+
+ 126.00
+
+
+ |
+
+
+ 143.00
+
+
+ |
+
+
+ 157.00
+
+
+ |
+
+
+ 170.50
+
+
+ |
+
+
+ 204.00
+
+
+ |
+
+
+ 227.00
+
+
+ |
+
+
+ 263.00
+
+
+ |
+
+
+ 274.00
+
+
+ |
+
+
+ 31100
+
+
+ |
+
+
+ 366.50
+
+
+ |
+
+
+
+
+ >Clasa 2
+
+
+
+
+
+
+ LEI
+
+
+
+
+
+ 49.50
+
+
+ |
+
+
+ 54.50
+
+
+ |
+
+
+ 66.50
+
+
+ |
+
+
+ 75.00
+
+
+ |
+
+
+ 95.50
+
+
+ |
+
+
+ 101.00
+
+
+ |
+
+
+ 118.50
+
+
+ |
+
+
+ 130.00
+
+
+ |
+
+
+ 147.50
+
+
+ |
+
+
+ 161.50
+
+
+ |
+
+
+ 175.50
+
+
+ |
+
+
+ 210.00
+
+
+ |
+
+
+ 234.00
+
+
+ |
+
+
+ 271.00
+
+
+ |
+
+
+ 282.00
+
+
+ |
+
+
+ 320.50
+
+
+ |
+
+
+ 377.50
+
+
+ |
+
+
+
+
+
+ Tarife Abonament saptamanal
+ Weekly season pass
+
+
+
+
+
+
+ Zona km
+
+
+ las trenuri Regio-R Clasa 2
+
+
+ las trenuri interregio-IR Clasa 2
+
+
+
+
+ 1-10
+
+
+ 11-20
+
+
+ 21-30
+
+
+ 31-40
+
+
+ 41-50
+
+
+ 51-60
+
+
+ 61-70
+
+
+ 71-80
+
+
+ 81-90
+
+
+ 91-100
+
+
+ 101-120
+
+
+ 121-140
+
+
+ 141-160
+
+
+ 161-180
+
+
+ 181-200
+
+
+ 201-250
+
+
+
+
+
+ Regio
+
+
+
+
+
+
+ LEI
+
+
+
+
+
+ 31.00
+
+
+ |
+
+
+ 37.00
+
+
+ |
+
+
+ 42.00
+
+
+ |
+
+
+ 47.00
+
+
+ |
+
+
+ 59.00
+
+
+ |
+
+
+ 64.00
+
+
+ |
+
+
+ 75.00
+
+
+ |
+
+
+ 80.00
+
+
+ |
+
+
+ 87.00
+
+
+ |
+
+
+ 92.00
+
+
+ |
+
+
+ 108.00
+
+
+ |
+
+
+ 125.00
+
+
+ |
+
+
+ 135.00
+
+
+ |
+
+
+ 151.00
+
+
+ |
+
+
+ 158.00
+
+
+ |
+
+
+ 174.00
+
+
+ |
+
+
+
+
+ >Clasa 2
+
+
+
+
+
+
+ LEI
+
+
+
+
+
+ 33.00
+
+
+ |
+
+
+ 39.00
+
+
+ |
+
+
+ 44.00
+
+
+ |
+
+
+ 49.00
+
+
+ |
+
+
+ 62.00
+
+
+ |
+
+
+ 67.00
+
+
+ |
+
+
+ 79.00
+
+
+ |
+
+
+ 84.00
+
+
+ |
+
+
+ 91.00
+
+
+ |
+
+
+ 96.00
+
+
+ |
+
+
+ 113.00
+
+
+ |
+
+
+ 131.00
+
+
+ |
+
+
+ 142.00
+
+
+ |
+
+
+ 159.00
+
+
+ |
+
+
+ 166.00
+
+
+ |
+
+
+ 182.00
+
+
+ |
+
+
+
+
+
+
+
+ TFC DIscount products for special statutory rights
+ These products give certain users the right to a certain number of free trips per year
-
- ro
-
-
- ro
- allUses
-
-
- hu
- native
-
-
- en
- understood
-
-
-
- WGS84
- SiKilometresAndMetres
- LEI
-
-
- info@www.transferoviarcalatori.ro
-
-
-
-
- Common
-
-
- creates aggregates distributes
- FareManagement
-
- TODO
-
-
-
-
- TFC Sales Example Data owner
-
-
- creates aggregates distributes
- Operation
-
- TODO
-
-
-
-
-
-
-
- Branding
-
-
-
- Transferoviar Călători
- TODO-BITMAPVALUE
- https://www.transferoviarcalatori.ro/logo.png
- TFC
-
-
-
-
- Types of Fare Contract TFC
-
-
-
- Season Pass
-
-
- Trip contract
-
-
- Trip contract
-
-
-
-
-
-
-
-
- TFC
- Transferoviar Călători S.R.L.
-
- ilete@tfc-online.ro
- 0238 434 380
- 021.310.43.88
- http://www.transferoviarcalatori.ro
-
-
-
- nr. 2-4
- Strada Tudor Vladimirescu
- Cluj Napoca
- ap 1 et 1 sector 1
- Judeţul Cluj
-
-
-
-
-
+
+
+
+
+
+
+
+ Use of a free trip
+ 0
+
+
+
+
+
+
+ Special Statutory Right to Travel Discounts
+ TFC
+
+
+ distance
+
+
+
+ 1 year
+ P1Y
+
+
+
+
+
+ 6 Trips
+ access
+ 6
+
+
+ access
+ 12
+
+
+
+
+
+
+
+ Valid one calendar Year
+
+
+
+
+ specifiedStartDate
+ P1Y
+
+
+
+
+
+
+
+
+
+
+ Senior may buy 6 x 1st and second class tickets at 50%
+
+
+
+
+
+
+
+
+
+ Disabled, Veterans and Victims may travel free for 12 x 1 st and second class tickets
+
+ OR
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ethnic Victims may travel free for 6 x 1 st and second class tickets
+
+ OR
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Repeated consumption of discounts
+ true
+
+
+
+
+
+
+
+
+
+
+ Common rights to Consume a discount or free ticket
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Statutory right to travel
+ Statutory allowances
+State Secretariat for Revolutionary Issues in December 1989: : 12 free round trips, first class, train any rank, with:
+ * a single attendant - only circulated in the presence of the holder,
+ * family members - can circulate without a holder
+
+ free
+
+ TFC
+
+ other
+ discount
+ false
+ true
+ false
+ false
+ true
+ true
+ true
+ false
+ false
+
+
+
+
+
+
+
+ Product covers domestic trips
+
+
+
+ statutoryRight
+
+
+
+
+
+ Statutory right to Travel Ticket
+ Certain classes of user have the righto a number of free or discounted tickets per year
+
+
+ At Counter Sales>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
TFC routes
-
-
- Every day
-
-
- Everyday
-
-
-
-
- Working day
-
-
- Weekdays
- NotHoliday
-
-
-
-
-
-
- --01-01
-
-
-
-
-
+
+
+
+
+
+
+ TFC Network
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ rail
+ marketing
+ TFC
+
+
+
+
+
+ Bucharest North - Buzau
+
+
+ Bucuresti Nord - Buzau
+ rail
+ https://www.transferoviarcalatori.ro/mersul-trenurilor/239-buzau-bucuresti-nord.html
+ longDistance
+
+ Mauve
+
+
+
+ Cluj Napoca - Oradea
+ rail
+ https://www.transferoviarcalatori.ro/mersul-trenurilor/174-cluj-oradea.html
+ local
+
+ Green
+
+
+
+
+
+ Titan Sud hm - Oltenita
+
+
+ Titan Sud hm - Oltenita
+ rail
+
+ Green
+
+
+
+ Buzau - Nehoiasu
+ rail
+
+ Light Blue
+
+
+
+ Galati - Barlad
+ rail
+
+ Pale Green
+
+
+
+
+
+ Ploiesti South - Targoviste
+
+
+ Ploiesti Sud - Slanic
+ rail
+
+ Dark Brown
+
+
+
+
+
+ Bucharest North - Galati
+
+
+ Bucuresti Nord - Galati
+ rail
+
+ Scarlet
+
+
+
+
+
+ Ploiesti South - Maneciu
+
+
+ Ploiesti Sud - Maneciu
+ rail
+
+
+
+
+ Bucharest North - Targoviste
+
+
+ Bucuresti Nord - Titu - Targoviste
+ rail
+
+ Scarlet
+
+
+
+
+
+ Ploiesti South - Targoviste
+
+
+ Ploiesti Sud - Targoviste
+ rail
+
+ Brown
+
+
+
+ Târgoviste - Pietrosita
+ rail
+
+ Mauve
+
+
+
+
+
+ Rosiori - Costesti
+
+
+ Rosiori Nord- Costesti
+ rail
+
+ Tan
+
+
+
+
@@ -7820,8 +8331,9 @@ c
- Single Ticket - Bucharest North to Buzau, first class, adult, bought at ticket machine, issued as paper ticket
+ Single Ticket - Bucharest North to Buzau, second class, adult, bought at ticket machine, issued as paper ticket
2018-07-08T01:07:00
+ true
36.30
@@ -7829,6 +8341,7 @@ c
cash
+ Access rights to travel
2018-07-08T01:07:00
36.30
@@ -7866,17 +8379,19 @@ c
-
+
+ secondClass
+
-
-
- Seat Reservation
+
-
+ ticketMachine
+
+ cash
@@ -7884,14 +8399,58 @@ c
+
+ seat reservation
+ 2018-07-08T01:07:00
+
+ 2.50
+
+ 2018-07-08T01:07:00
+
+
+
+
+
+
+ Bucharest to Buzau
+
+
+ secondClass
+
+
+
+
+
+
+
+
+ DEPRECATED Seat Reservation
+
+
+
+ ticketMachine
+
+ cash
+
+
+
+
+
- Ticket number
+ Ticket
+ Reservation
+
+
+
+
+
+
@@ -8121,13 +8680,18 @@ c
Specific journey for reservation
+ firstClass
-
+
Seat Reservation
+ beforeTravel
+ singleTrip
+ atStop
+ cash
@@ -8147,7 +8711,7 @@ c
-
+
Seat Reservation
@@ -8207,7 +8771,7 @@ c
-
+
Seat Reservation
@@ -8223,12 +8787,12 @@ c
- Specific journey for reservation
+ Specific journey for reservation
-
+
Seat Reservation
@@ -8248,6 +8812,286 @@ c
+
+
+
+ Single Ticket - Bucharest North to Buzau
+ Single Ticket - Bucharest North to Buzau, second class, adult, bought at ticket machine, issued as paper ticket
+
+
+
+
+
+ Bucharest North
+
+
+
+
+
+ Buzau
+
+
+ 2018-07-08T00:22:00Z
+ 2018-07-08T12:32:00Z
+ PT2H10M
+
+
+
+ TFC
+
+ secondClass
+
+
+
+ specifiedOperatorOnly
+ specifiedTrainOnly
+ false
+ true
+ true
+ true
+ true
+
+
+
+
+ Ticket
+
+ unused
+
+
+ Single Ticket Bucharest North to Buzau.
+
+
+ Bucharest to Buzau.
+
+
+
+
+ TFC
+
+ beforeTravel
+ cash
+ atStop
+
+
+
+
+
+
+
+ 36.30
+
+
+
+
+ Seat Reservation
+
+ unused
+
+
+ Seat reservation
+
+ Bucharest to Buzau.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2.50
+
+
+
+
+
+
+
+
+
+
+ 38.80
+
+
+
+
+ Single Ticket - Bucharest North to Buzau
+ Single Ticket - Bucharest North to Buzau, second class, adult, bought at ticket machine, issued as paper ticket.
+
+
+
+ Reservation - Bucharest North to Buzau
+ Reservation - Bucharest North to Buzau, first class, adult, bought at ticket machine, issued as aper ticket.
+
+
+
+
+
+
+
+
+
+
+
+ autoAssigned
+
+
+
+ 2018-07-07T01:00:00Z
+
+
+
+
+ Coach 1 Seat 01
+ free
+
+
+ 2018-07-07T01:00:00Z
+
+
+
+
+ Coach 1 Seat 02
+ free
+
+
+ 2018-08-08T09:10:00Z
+
+
+
+
+ Coach 1 Seat 03
+
+ reserved
+ autoAssigned
+
+
+ 2018-07-07T01:00:00Z
+
+
+
+
+ Coach 1 Seat 4
+ free
+
+
+
+ 2018-07-07T01:00:00Z
+
+
+
+
+ Coach 1 Seat 05
+ free
+
+
+ 2018-07-07T01:00:00Z
+
+
+
+
+ Coach 1 Seat 06
+ free
+
+
+ 2018-08-08T09:00:00Z
+
+
+
+
+ Coach 1 Seat 07
+
+
+ 2018-07-07T01:00:00Z
+
+
+
+
+ Coach 1 Seat 08
+ free
+
+
+
+ 2018-07-07T01:00:00Z
+
+
+
+
+ Coach 1 Seat 09
+ free
+
+
+ 2018-07-07T01:00:00Z
+
+
+
+
+ Coach 1 Seat10
+ free
+
+
+ 2018-08-08T09:00:00Z
+
+
+
+
+ Coach 1 Seat 11
+
+
+ 2018-07-07T01:00:00Z
+
+
+
+
+ Coach 1 Seat 12
+ free
+
+
+
+
+ 2018-07-07T01:00:00Z
+
+
+
+
+ Coach 1 Seat 45
+ free
+
+
+ 2018-07-07T01:00:00Z
+
+
+
+
+ Coach 1 Seat 46
+ free
+
+
+ 2018-08-08T09:00:00Z
+
+
+
+
+ Coach 1 Seat 47
+
+
+ 2018-07-07T01:00:00Z
+
+
+
+
+ Coach 1 Seat 48
+ free
+
+
+
+
@@ -8299,7 +9143,7 @@ c
National Rail Stations
- Operation
+ operation
TODO
@@ -8310,7 +9154,7 @@ c
creates distributes
- DataRegistrar
+ dataRegistrar
TODO
@@ -8502,18 +9346,24 @@ c
+
+ q9876
+
VAT Tax classifcation - transport
- q9876
transportation
+
+ q9877
+
VAT Tax classifcation - transport
- q9877
food
+
+ q9877
+
VAT Tax classifcation - transport
- q9877
parking
@@ -8628,13 +9478,17 @@ c
+
+ €
+
Euro
- €
2
+
+ £
+
Pound Sterling
- £
2
diff --git a/examples/functions/fares/rail/Netex_era_toc_uk.xml b/examples/functions/fares/rail/Netex_era_toc_uk.xml
index 43dcaca72..d4a271308 100644
--- a/examples/functions/fares/rail/Netex_era_toc_uk.xml
+++ b/examples/functions/fares/rail/Netex_era_toc_uk.xml
@@ -6021,13 +6021,13 @@ Please make sure that your child rate photocard is in date (not past the "Valid
-
+
As separate pass
Supported type supported by all operators
-
+
As smart card
Supported type supported by seelcted operators
@@ -7193,7 +7193,7 @@ A: Yes. You will, however, need to complete a new mature student application for
Greater Anglia products
- FareManagement
+ fareManagement
TODO
@@ -7203,7 +7203,7 @@ A: Yes. You will, however, need to complete a new mature student application for
Greater Anglia sales data
- Operation
+ operation
TODO
@@ -7509,21 +7509,21 @@ https://www.greateranglia.co.uk/tickets-fares/daily-tickets/off-peak-and-super-o
09:02 to Ipswich (Stratford, 09:09) (to stations on the Sudbury branch only).
09:18 to Clacton-on-Sea (Stratford, 09:25) (to Wivenhoe and beyond, including to Walton-on-the-Naze)..
-
+
London Liverpool Street
Cambridge
09:28:00
-
+
London Liverpool Street
Ipswich
09:02:00
-
+
London Liverpool Street
Clacton-on-Sea
@@ -7539,14 +7539,14 @@ https://www.greateranglia.co.uk/tickets-fares/daily-tickets/off-peak-and-super-o
08:11 from Clacton-on-Sea and intermediate stations to Wivenhoe, including the 08:00 from Walton-on-the-Naze by changing at Thorpe-le-Soken.
08:28 from Harwich Town and intermediate stations to Mistley.
-
+
Clacton-on-Sea
London Liverpool Street
08:11:00
-
+
Harwich Town
London Liverpool Street
@@ -7566,7 +7566,7 @@ https://www.greateranglia.co.uk/tickets-fares/daily-tickets/off-peak-and-super-o
18:12 (Stratford, 18:20) (to stations on the Sudbury branch only).
18:32 (Stratford, 18:40) (to Hatfield Peverel, Kelvedon, Alresford and stations to Walton-on-the-Naze only)..
-
+
London Liverpool Street
Felixstowe
@@ -7574,7 +7574,7 @@ https://www.greateranglia.co.uk/tickets-fares/daily-tickets/off-peak-and-super-o
-
+
London Liverpool Street
Felixstowe
@@ -7582,7 +7582,7 @@ https://www.greateranglia.co.uk/tickets-fares/daily-tickets/off-peak-and-super-o
-
+
London Liverpool Street
Felixstowe
@@ -7590,7 +7590,7 @@ https://www.greateranglia.co.uk/tickets-fares/daily-tickets/off-peak-and-super-o
-
+
London Liverpool Street
Braintree
@@ -7598,7 +7598,7 @@ https://www.greateranglia.co.uk/tickets-fares/daily-tickets/off-peak-and-super-o
-
+
London Liverpool Street
Sudbury
@@ -7606,7 +7606,7 @@ https://www.greateranglia.co.uk/tickets-fares/daily-tickets/off-peak-and-super-o
-
+
London Liverpool Street
Walton-on-the-Naze
@@ -8830,17 +8830,17 @@ Short Term (1/4/18-1/6/18): £135.00 Short term (1/4-1/6): £230.00d with this g
Plus Bus Products
- FareManagement
+ fareManagement
TODO
- Plus Bus Tarff Zones
+ Plus Bus Tariff Zones
- FareManagement
+ fareManagement
TODO
@@ -8968,8 +8968,10 @@ Short Term (1/4/18-1/6/18): £135.00 Short term (1/4-1/6): £230.00d with this g
+
+ PlusBus
+
All Zones
- PlusBus
@@ -8980,8 +8982,10 @@ Short Term (1/4/18-1/6/18): £135.00 Short term (1/4-1/6): £230.00d with this g
+
+ SE
+
South East Region
- SE
@@ -8993,8 +8997,10 @@ Short Term (1/4/18-1/6/18): £135.00 Short term (1/4-1/6): £230.00d with this g
+
+ SE
+
South East Region
- SE
@@ -9007,8 +9013,10 @@ Short Term (1/4/18-1/6/18): £135.00 Short term (1/4-1/6): £230.00d with this g
+
+ IPSWICH
+
IPSWICH
- IPSWICH
@@ -9032,8 +9040,10 @@ Short Term (1/4/18-1/6/18): £135.00 Short term (1/4-1/6): £230.00d with this g
+
+ NORWICH
+
NORWICH
- NORWICH
@@ -9057,8 +9067,10 @@ Short Term (1/4/18-1/6/18): £135.00 Short term (1/4-1/6): £230.00d with this g
+
+ LOWESTOFT
+
LOWESTOFT
- LOWESTOFT
@@ -9759,6 +9771,9 @@ http://www.plusbus.info/faq/14-are-refunds-available-ltigtplusbusltigt-tickets
+
+ PBD
+
PlusBus Day
Add On - bought separately rather than bundled with product
@@ -9772,7 +9787,6 @@ Period Return rail ticket = issue two PlusBus Day (PBD) tickets for origin and/o
http://www.plusbus.info/how-issue
- PBD
How to purchase
@@ -9818,12 +9832,14 @@ Train companies prefer customers to buy their tickets before getting on a train
+
+ PB7
+
PlusBus 7-day
Season are available for set periods only: 7-days, Month; Quarter and Annual. See the ticket codes and descriptions (below).
You will need to use the same Photocard number on the PlusBus season ticket as used on the rail season ticket.
7-day season PB7 PlusBus 7-day
http://www.plusbus.info/how-issue
- PB7
Valid 1 week
@@ -9835,12 +9851,14 @@ You will need to use the same Photocard number on the PlusBus season ticket as u
+
+ PBM
+
PlusBus Month
Season are available for set periods only: 7-days, Month; Quarter and Annual. See the ticket codes and descriptions (below).
You will need to use the same Photocard number on the PlusBus season ticket as used on the rail season ticket.
Month season PBM PlusBus Month
http://www.plusbus.info/how-issue
- PBM
Valid 1 week
@@ -9852,12 +9870,14 @@ Month season PBM PlusBus Month
+
+ PBQ
+
PlusBus Month
Season are available for set periods only: 7-days, Month; Quarter and Annual. See the ticket codes and descriptions (below).
You will need to use the same Photocard number on the PlusBus season ticket as used on the rail season ticket.
Quarter season PBQ PlusBus Quarter
http://www.plusbus.info/how-issue
- PBQ
Valid 1 week
@@ -9869,13 +9889,15 @@ Quarter season PBQ PlusBus Quarter
+
+ PBA
+
PlusBus Annual
Season ticket = issue the relevant period PlusBus season ticket. Most, but not all towns have PlusBus season tickets.
Season are available for set periods only: 7-days, Month; Quarter and Annual. See the ticket codes and descriptions (below).
You will need to use the same Photocard number on the PlusBus season ticket as used on the rail season ticket.
Annual season PBA PlusBus Annual
http://www.plusbus.info/how-issue
- PBA
Time Interval
@@ -10052,11 +10074,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
1987-12-31T00:00:00Z
+
+ 9100BRAINTR
+ uic:68010
+
Braintree
0.556687108
51.87539168
- 576093 222736
+ 576093.0 222736.0
@@ -10064,8 +10090,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
BRAINTREE
BTR
- 9100BRAINTR
-
rail bus
@@ -10077,11 +10101,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
1987-12-31T00:00:00Z
+
+ 9100CLACTON
+ uic:68500
+
Clacton-on-Sea
1.154091821
51.794002810
- 617600 215300
+ 617600.0 215300.0
@@ -10089,8 +10117,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
CLACTON
CLT
- 9100CLACTON
-
rail bus
@@ -10102,11 +10128,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
1987-12-31T00:00:00Z
+
+ 9100YARMTH
+ uic:73280
+
Great Yarmouth
1.720886341
52.6121599
- 652000 308100
+ 652000.0 308100.0
@@ -10114,8 +10144,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
GREAT YARMOUTH
GYM
- 9100YARMTH
-
rail bus
@@ -10127,11 +10155,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
1987-12-31T00:00:00Z
+
+ 9100HARWICH
+ uic:69050
+
Harwich Town
1.286681923
51.9441454
- 625987 232397
+ 625987.0 232397.0
@@ -10139,8 +10171,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
HARWICH TOWN
HWC
- 9100HARWICH
-
rail bus
@@ -10152,11 +10182,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
1987-12-31T00:00:00Z
+
+ 9100IPSWICH
+ uic:72170
+
Ipswich
1.14442571
52.05059234
- 615700 243800
+ 615700.0 243800.0
@@ -10164,8 +10198,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
IPSWICH
IPS
- 9100IPSWICH
-
rail bus
@@ -10182,11 +10214,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
Liverpool Street
+
+ 9100LIVST
+ uic:69650
+
London Liverpool Street
-0.081425944
51.51799103
- 533216 181641
+ 533216.0 181641.0
@@ -10194,8 +10230,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
LONDON LIVERP STR
LST
- 9100LIVST
-
rail metro coach bus
@@ -10208,11 +10242,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
1987-12-31T00:00:00Z
+
+ 9100LOWSTFT
+ uic:72680
+
Lowestoft
1.749708046
52.47443783
- 654747 292890
+ 654747.0 292890.0
@@ -10220,8 +10258,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
LOWESTOFT
LWT
- 9100LOWSTFT
-
rail bus
@@ -10233,11 +10269,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
1987-12-31T00:00:00Z
+
+ 9100NRCH
+ uic:73090
+
Norwich
1.306820205
52.62715355
- 623900 308400
+ 623900.0 308400.0
@@ -10245,8 +10285,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
NORWICH
NRW
- 9100NRCH
-
rail bus
@@ -10258,11 +10296,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
1987-12-31T00:00:00Z
+
+ 9100STFD
+ uic:7190
+
Stratford
-0.003396657
51.54189507
- 538557 184444
+ 538557.0 184444.0
@@ -10270,8 +10312,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
STRATFORD
SFA
- 9100STFD
-
rail bus
@@ -10284,11 +10324,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
1987-12-31T00:00:00Z
+
+ 9100SHENFLD
+ uic:68880
+
Shenfield
0.329851319
51.63087735
- 561349 195022
+ 561349.0 195022.0
@@ -10296,8 +10340,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
SHENFIELD
SNF
- 9100SHENFLD
-
rail bus
@@ -10310,11 +10352,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
1987-12-31T00:00:00Z
+
+ 9100STANAIR
+ uic:68340
+
Stansted Airport
0.260815594
51.88859105
- 555683 223530
+ 555683.0 223530.0
@@ -10322,8 +10368,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
STANSTED AIRPORT
SSD
- 9100STANAIR
-
rail bus coach
@@ -10335,11 +10379,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
1987-12-31T00:00:00Z
+
+ 9100STHVIC
+ uic:74200
+
Southend Victoria
0.711500859
51.5415127
- 588128 185997
+ 588128.0 185997.0
@@ -10347,8 +10395,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
SOUTHEND VICTORIA
SOV
- 9100STHVIC
-
rail bus
@@ -10360,11 +10406,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
1987-12-31T00:00:00Z
+
+ 9100SUDBURY
+ uic:70980
+
Sudbury
0.735444414
52.03627818
- 587723 241073
+ 587723.0 241073.0
@@ -10372,8 +10422,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
SUDBURY SUFFOLK
SUY
- 9100SUDBURY
-
rail bus
@@ -10386,11 +10434,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 +10450,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
TOTTENHAM HALE
TOM
- 9100TTNHMHL
-
rail metro bus
@@ -10412,11 +10462,15 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
1987-12-31T00:00:00Z
+
+ 9100WONNAZE
+ uic:68580
+
Walton-on-the-Naze
1.267669817
51.84616912
- 625170 221445
+ 625170.0 221445.0
@@ -10424,8 +10478,6 @@ C2C, Chiltern Railways, Great Western Railway, Great Northern rail, London Midla
WALTON-ON-NAZE
WON
- 9100WONNAZE
-
rail bus
@@ -11421,7 +11473,7 @@ http://www.nationalrail.co.uk/stations_destinations/44863.aspx
National Rail Products
- Other
+ other
TODO
@@ -11900,7 +11952,7 @@ West Midlands Railway
National Rail Stations
- Operation
+ operation
TODO
@@ -11911,7 +11963,7 @@ West Midlands Railway
creates distributes
- DataRegistrar
+ dataRegistrar
TODO
@@ -12204,13 +12256,17 @@ West Midlands Railway
+
+ €
+
Euro
- €
2
+
+ £
+
Pound Sterling
- £
2
diff --git a/examples/functions/grouping/Netex_GroupingExample_General_01.xml b/examples/functions/grouping/Netex_GroupingExample_General_01.xml
index 98165f3b4..0baeac0e7 100644
--- a/examples/functions/grouping/Netex_GroupingExample_General_01.xml
+++ b/examples/functions/grouping/Netex_GroupingExample_General_01.xml
@@ -23,6 +23,7 @@ This is shows use ofGrouping oif entities in the same file
Version History
Group changes to show all versions of each basic entity (Stop, Link, Srevice pattern, DAY TYPE)
+ 2021-01-25 - Added example use of GroupOfTariffZones
(C) 2010-2019 Crown Copyright CEN
-->
@@ -75,5 +76,21 @@ Version History
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/functions/line/Line_with_facilities.xml b/examples/functions/line/Line_with_facilities.xml
new file mode 100644
index 000000000..6c0064e29
--- /dev/null
+++ b/examples/functions/line/Line_with_facilities.xml
@@ -0,0 +1,139 @@
+
+
+ 2025-04-20T16:44:47.0Z
+ SYS001
+
+
+ 2025-04-20T16:44:47.0Z
+ SYS002
+
+
+
+
+ 2025-05-01T00:00:00Z
+
+
+ REQUEST
+
+
+
+ P1M
+ Simple example of a line with facilities and a line without
+
+
+
+
+
+
+
+
+
+
+ List of stops fo the bus line 24
+
+
+ mybus
+ http://www.mybuses.eu/stuff
+ My buses
+
+
+
+
+
+
+
+
+ Line 24 Alpha to Charley
+ Line 24
+ bus
+ 24
+
+
+ 00812c
+ RGB:0 129 44
+ ffffff
+
+
+ true
+
+
+ true
+ unknown
+ unknown
+
+
+
+
+
+ airConditioning
+
+
+
+
+ Timetables for the line 24
+ https://mybuses.eu/timetables/line_24.pdf
+
+
+
+
+
+ Line 25 Delta to Gamma
+ Line 25
+ bus
+ 25
+
+
+ 290081
+ RGB:41 0 129
+ ffffff
+
+
+ true
+
+
+ true
+ unknown
+ unknown
+
+
+
+
+
+ Timetables for the line 25
+ https://mybuses.eu/timetables/line_25.pdf
+
+
+
+
+
+
+
+
+
+
+ acs
+ http://autocarssuperbe.fr
+ Service data
+
+
+
+
+
+
+
+
+ Autocars superbe
+
+ fr
+
+
+ +33-1-675-9876
+ http://autocarssuperbe.fr
+
+
+
+
+
+
+
+
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..d2eb16ade
--- /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
+
+
+ foot bicycle scooter
+ true
+ child adult animal
+
+
+ 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 4f15f0116..a4b33b2c4 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
+ fareManagement
My Car
@@ -97,7 +97,7 @@
creates
- Planning
+ planning
My Car
@@ -123,6 +123,11 @@
information
+
+
+ +41 1 800 80 80
+
+
@@ -374,6 +379,7 @@
+
@@ -439,11 +445,11 @@
-
+
-
+
@@ -475,7 +481,7 @@
Access rights
-
+
AND
@@ -499,7 +505,7 @@
Eligible user types
-
+
@@ -507,9 +513,9 @@
Qualified driver
adult
18
-
+
-
+
@@ -517,7 +523,7 @@
Conditions on travel
-
+
Conditions of travel
AND
@@ -532,7 +538,7 @@
Conditions of sale
-
+
Conditions of sale
AND
@@ -571,7 +577,7 @@
Anywhere in Zone
-
+
AND
@@ -592,7 +598,7 @@
Eligible user types
-
+
@@ -603,7 +609,7 @@
Conditions on travel
-
+
Conditions of travel
AND
@@ -630,7 +636,7 @@
Conditions of sale
-
+
Conditions of sale
AND
@@ -705,7 +711,7 @@
-
+
@@ -752,7 +758,7 @@
My Car club membership
-
+
@@ -765,7 +771,7 @@
true
-
+
Must be Registered member of floggit
@@ -781,7 +787,7 @@
-
+
By Mobile app
mobileDevice
@@ -790,7 +796,7 @@
-
+
@@ -903,7 +909,7 @@ This Shows sample Purchases
-
+
@@ -1034,7 +1040,7 @@ This Shows sample Purchases
34.50
-
+
30.00
4.50
@@ -1047,12 +1053,14 @@ This Shows sample Purchases
2021-02-28T13:00:00
-
-
+
Join as member
+
+
+
@@ -1078,7 +1086,7 @@ This Shows sample Purchases
103.50
-
+
90.00
13.50
@@ -1100,10 +1108,9 @@ This Shows sample Purchases
2021-10-08T11:15:00
2021-10-09T11:14:59
P1D
-
-
+
Single session
@@ -1150,7 +1157,7 @@ This Shows sample Purchases
-
+
@@ -1159,7 +1166,7 @@ This Shows sample Purchases
34.50
-
+
30.00
4.50
@@ -1182,7 +1189,7 @@ This Shows sample Purchases
-
+
@@ -1199,7 +1206,7 @@ This Shows sample Purchases
-
+
@@ -1218,7 +1225,7 @@ This Shows sample Purchases
103.50
-
+
90.00
13.50
@@ -1238,7 +1245,7 @@ This Shows sample Purchases
9876
-
+
diff --git a/examples/functions/newModes/NewModes-CarPoolingExample.xml b/examples/functions/newModes/NewModes-CarPoolingExample.xml
index 3ade6acb8..6c9b12a6d 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.eu
https://opendata.eu/vanilla
@@ -116,7 +116,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
creates
- FareManagement
+ fareManagement
noc:XRYD
@@ -126,7 +126,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
creates
- Planning
+ planning
noc:XRYD
@@ -447,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
+
+
+
true
true
@@ -550,11 +567,11 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
-
+
-
+
@@ -583,7 +600,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
A ride on the service -
-
+
@@ -594,7 +611,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
eligible user types
-
+
@@ -602,6 +619,9 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
Adult
adult
16
+
+
+
true
true
false
@@ -638,7 +658,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
COnditions on travel
-
+
Conditions of travel
AND
@@ -659,7 +679,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
Conditions of sale
-
+
Conditions of sale
AND
@@ -675,7 +695,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
Accomodation
-
+
facilities
OR
@@ -741,7 +761,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
-
+
@@ -791,7 +811,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
true
-
+
By Mobile app
online
@@ -800,7 +820,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
-
+
@@ -813,7 +833,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
true
-
+
Registered member of floggit
@@ -829,7 +849,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
-
+
By Mobile app
mobileDevice
@@ -838,7 +858,7 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
-
+
@@ -965,11 +985,11 @@ This Shows sample Purchases
Path from Delta park and ride to Alphaville hotel de ville.
25.00
-
+
-
+
@@ -988,22 +1008,22 @@ This Shows sample Purchases
07:00:00
-
-
+
+
07:00:00
-
-
+
+
09:15:00
-
+
pickUp
-
+
setDown
@@ -1024,7 +1044,7 @@ This Shows sample Purchases
- 9
+ 5
2020-08-10T07:00:00
Never stopped talking, dog was sick everywhere
true
@@ -1130,12 +1150,14 @@ This Shows sample Purchases
2020-02-28T13:00:00
-
-
+
Join as member
+
+
+
@@ -1177,10 +1199,9 @@ This Shows sample Purchases
PT45M
-
-
+
Single ride
@@ -1191,6 +1212,7 @@ This Shows sample Purchases
+
@@ -1278,12 +1300,14 @@ This Shows sample Purchases
2019-01-05T12:00:00
-
-
+
Join as member
+
+
+
@@ -1315,10 +1339,9 @@ This Shows sample Purchases
PT45M
-
-
+
Single ride
@@ -1329,6 +1352,7 @@ This Shows sample Purchases
+
@@ -1359,7 +1383,7 @@ This Shows sample Purchases
-8.00
-
+
-10
2.00
@@ -1378,10 +1402,9 @@ This Shows sample Purchases
PT45M
-
-
+
Single ride
@@ -1392,6 +1415,7 @@ This Shows sample Purchases
+
@@ -1455,7 +1479,7 @@ This Shows sample Purchases
-
+
@@ -1466,19 +1490,19 @@ This Shows sample Purchases
Approved listimgs>
-
+
-
+
-
+
-
+
-
+
@@ -1497,7 +1521,7 @@ This Shows sample Purchases
-
+
@@ -1516,7 +1540,7 @@ This Shows sample Purchases
-
+
used
@@ -1529,7 +1553,7 @@ This Shows sample Purchases
activated
-
+
Pick up at designated point
@@ -1543,7 +1567,7 @@ This Shows sample Purchases
used
-
+
Set down at designated point
@@ -1554,7 +1578,7 @@ This Shows sample Purchases
-
+
@@ -1597,7 +1621,7 @@ This Shows sample Purchases
-
+
@@ -1615,7 +1639,7 @@ This Shows sample Purchases
-
+
@@ -1632,7 +1656,7 @@ This Shows sample Purchases
-
+
diff --git a/examples/functions/newModes/NewModes-ChauffeuredServiceExample.xml b/examples/functions/newModes/NewModes-ChauffeuredServiceExample.xml
index 6b4b9aa5b..d5b9bc969 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
+ fareManagement
noc:HJM
@@ -90,7 +90,7 @@
creates
- Planning
+ planning
noc:HJM
@@ -212,14 +212,16 @@
freeWifi
+
+
Strech limo
true
true
- combustion
- petrol
+ combustion electric
+ petrol battery
selfDrive
7
@@ -233,6 +235,7 @@
bar
videoEntertainment publicWifi
+
@@ -594,21 +597,21 @@
-
+
-
+
-
+
-
+
@@ -635,7 +638,7 @@
Access to one of the prepriced trips
-
+
OR
@@ -651,7 +654,7 @@
Eligible user types
-
+
@@ -677,7 +680,7 @@
COnditions on travel
-
+
Conditions of travel
AND
@@ -698,7 +701,7 @@
Conditions of sale
-
+
Conditions of sale
AND
@@ -712,7 +715,7 @@
Conditions of sale
-
+
facilities
OR
@@ -771,7 +774,7 @@
-
+
@@ -818,13 +821,13 @@
true
-
+
online
reservations purchase refund
-
+
telephone
reservations purchase refund
@@ -832,7 +835,7 @@
-
+
@@ -926,7 +929,7 @@
Access to one of the servic
-
+
OR
@@ -937,7 +940,7 @@
Access to one of the servic
-
+
OR
@@ -948,7 +951,7 @@
COnditions on travel
-
+
Conditions of travel
AND
@@ -965,7 +968,7 @@
Conditions of sale
-
+
Conditions of sale
AND
@@ -1013,7 +1016,7 @@
-
+
@@ -1030,13 +1033,13 @@
true
-
+
online
reservations purchase refund
-
+
telephone
reservations purchase refund
@@ -1044,7 +1047,7 @@
-
+
@@ -1116,11 +1119,11 @@ This Shows sample Purchases
Path from Airportand to Chez Ritter.
25.00
-
+
-
+
@@ -1138,22 +1141,22 @@ This Shows sample Purchases
10:15:00
-
-
+
+
10:15:00
-
-
+
+
11:10:00
-
+
pickUp
-
+
setDown
@@ -1199,10 +1202,9 @@ This Shows sample Purchases
2020-10-08T11:07:00
PT60M
-
-
+
Single ride
@@ -1235,6 +1237,14 @@ This Shows sample Purchases
+
+
+
+
+
+
+
+
diff --git a/examples/functions/newModes/NewModes-CycleSharingExample.xml b/examples/functions/newModes/NewModes-CycleSharingExample.xml
index 82c705986..ccd472e20 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.0Z
SYS001
@@ -27,7 +30,7 @@
2020-12-17T09:30:46.0Z
SYS002
- Request for Metrobike 1 tariff
+ Request for Metrobike 1 tariff
@@ -54,8 +57,8 @@
2020-01-01T00:00:00
2020-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 resources
mb
@@ -79,7 +82,7 @@
-
+
feedback@metrobike.eu
@@ -90,7 +93,7 @@
creates
- FareManagement
+ fareManagement
Metrobike
@@ -100,7 +103,7 @@
creates
- Planning
+ planning
Metrobike
@@ -117,12 +120,26 @@
-
- Bike equimebt
+
+ Bike equipment
Battery
+
+ Charger
+
+
+
+
+ Driving licence types
+
+
+ ecycle
+
+
+ car
+
@@ -224,6 +241,14 @@
none
cycle
14
+
+
+
+
+
+
+
+
@@ -241,7 +266,7 @@
New Model Bike v2
-
+
@@ -249,16 +274,27 @@
2
-
+
+
+ Batteries
+ 2
+
+
+
+ Charger
+ 1
+
+
+
-
- plug
+
+ plug
type2
1-PhaseAC
240
PT1M
PT1M
-
+
@@ -302,7 +338,7 @@
1.35250
52.44692
- 376748 167119
+ 376748 167119
@@ -464,7 +500,7 @@
docks
- Ticket Machine at Bike Station Beta
+ Ticket Machine at Bike Station Beta
true
1
ticketMachines
@@ -755,11 +791,11 @@
-
+
-
+
@@ -848,15 +884,15 @@
PT45M
- 45 - 90 minutes
+ 45 - 90 minutes
PT45M
- 90 - 600 minutes, per hour
+ 90 - 600 minutes, per hour
PT60M
- More than 5 hours 600 minutes
+ More than 5 hours 600 minutes
P1D
@@ -864,7 +900,7 @@
Anywhere in Zone
-
+
AND
@@ -877,36 +913,36 @@
Any where in Zone
-
+
true
1
1
-
+
-
+
0
1
-
+
-
+
0
4
-
+
-
+
true
0
1
-
+
@@ -916,7 +952,7 @@
Eligible user types
-
+
@@ -931,7 +967,7 @@
Conditions on travel
-
+
Conditions of travel
AND
@@ -959,7 +995,7 @@
Conditions of sale
-
+
Conditions of sale
AND
@@ -1016,7 +1052,7 @@
- Single ride
+ Single ride
@@ -1028,7 +1064,7 @@
-
+
@@ -1094,7 +1130,7 @@
Metrobike membership
-
+
@@ -1102,9 +1138,9 @@
- Metrobike one-session purchase from ticket machine
+ Metrobike one-session purchase from ticket machine
-
+
On street ticket machine
atStop
@@ -1114,7 +1150,7 @@
-
+
@@ -1127,7 +1163,7 @@
true
-
+
Must be Registered member of floggit
@@ -1143,7 +1179,7 @@
-
+
By Mobile app
mobileDevice
@@ -1152,7 +1188,7 @@
-
+
@@ -1161,7 +1197,7 @@
- Metrobike day Pass1
+ Metrobike day Pass1
@@ -1186,7 +1222,7 @@
Any where in Zone
-
+
AND
@@ -1203,7 +1239,7 @@
Eligible user types
-
+
@@ -1215,7 +1251,7 @@
COnditions on travel
-
+
Conditions of travel
AND
@@ -1261,7 +1297,7 @@
- Single ride
+ Single ride
@@ -1273,7 +1309,7 @@
-
+
@@ -1290,7 +1326,7 @@
true
-
+
Registered member of floggit
@@ -1306,7 +1342,7 @@
-
+
By Mobile app
mobileDevice
@@ -1315,7 +1351,7 @@
-
+
@@ -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 e
4.00
60
@@ -1466,12 +1502,12 @@ This Shows sample Purchases
-
+
-
+
@@ -1681,12 +1717,14 @@ This Shows sample Purchases
2020-02-28T13:00:00
-
-
+
Join as member
+
+
+
@@ -1711,10 +1749,9 @@ This Shows sample Purchases
2020-10-08T11:07:00
P1D
-
-
+
Single ride
@@ -1722,6 +1759,7 @@ This Shows sample Purchases
+
@@ -1752,7 +1790,7 @@ This Shows sample Purchases
- Buy Single ticket Adult
+ Buy Single ticket Adult
2020-12-08T12:01:00
2.10
@@ -1772,10 +1810,9 @@ This Shows sample Purchases
PT45M
-
-
+
One off cycle hire
@@ -1786,6 +1823,7 @@ This Shows sample Purchases
+
@@ -1830,20 +1868,20 @@ This Shows sample Purchases
7.00
-
+
3.00
3.00
46 minutes to 90 minutes
-
+
4.00
8.00
120
- 91 minutes to 600 minutes
+ 91 minutes to 600 minutes
2020-10-08T13:10:00
@@ -1855,10 +1893,9 @@ This Shows sample Purchases
PT45M
-
-
+
One off cycle hire - return
@@ -1866,6 +1903,7 @@ This Shows sample Purchases
+
@@ -1900,7 +1938,7 @@ This Shows sample Purchases
-
+
@@ -1917,7 +1955,7 @@ This Shows sample Purchases
-
+
@@ -1931,7 +1969,7 @@ This Shows sample Purchases
-
+
@@ -1960,7 +1998,7 @@ This Shows sample Purchases
9876
-
+
@@ -1971,16 +2009,16 @@ This Shows sample Purchases
2020-12-08T12:01:00
2020-12-08T14:01:00
- Single session cycle use
+ Single session cycle use
-
+
activated
-
+
Checkout from station alpha_a1_001
@@ -1991,8 +2029,8 @@ This Shows sample Purchases
used
-
- Check back in to station beta_b1_004
+
+ Check back in to station beta_b1_004
@@ -2001,7 +2039,7 @@ This Shows sample Purchases
-
+
@@ -2025,7 +2063,7 @@ This Shows sample Purchases
- Additional charge 3 + 4
+ Additional charge 3 + 4
7.00
diff --git a/examples/functions/patterns/Netex_KBIC_ParisNetwork_1.xml b/examples/functions/patterns/Netex_KBIC_ParisNetwork_1.xml
index 660727132..adf3025ef 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
-
-
+
@@ -1271,7 +1274,7 @@ Includes the following:
-
+
diff --git a/examples/functions/patterns/Netex_KBIC_ParisNetwork_with_bookingArrangements.xml b/examples/functions/patterns/Netex_KBIC_ParisNetwork_with_bookingArrangements.xml
new file mode 100644
index 000000000..d07fcfe40
--- /dev/null
+++ b/examples/functions/patterns/Netex_KBIC_ParisNetwork_with_bookingArrangements.xml
@@ -0,0 +1,1476 @@
+
+
+
+ 2010-12-17T09:30:47.0Z
+ SYS001
+
+
+ 2010-12-17T09:30:47.0Z
+ SYS002
+
+
+
+
+
+
+
+ P7D
+ Netex simple Paris Network Example
+
+
+
+
+
+
+ spq
+ http://www.spqes.eu/stuff
+ My buses
+
+
+ hde
+ http://www.halt.de/
+ Stop data data
+
+
+ gis
+ http://www.gisdata.com/data
+ Gis data
+
+
+
+
+
+
+
+
+
+
+
+ Responsible for STOP PLACEs
+
+
+ collects
+
+
+
+
+ Responsible for SERVICE PATTERN.
+
+
+ collects
+
+
+
+
+ Responsible for TIMING PATTERN.
+
+
+ collects
+
+
+
+
+
+
+
+
+
+
+
+
+ Stop 1
+ Stop 1 Rue de Paris
+
+
+ 524811 170666
+
+
+
+ Rue de Paris
+
+ bus
+ onstreetBus
+
+
+ Stop 1
+
+
+ -0.2071397147
+ 51.4217482061
+
+
+ outdoors
+
+ S
+ busStop
+
+
+
+
+ Stop 2
+ Stop 2 Eue de l'est
+
+
+ 524811 170666
+
+
+
+ Rue de Paris
+
+ bus
+ onstreetBus
+
+
+ Stop 2
+
+
+ -0.2071397147
+ 51.4217482061
+
+
+ outdoors
+
+ S
+ busStop
+
+
+
+
+ Stop 3
+ Stop 3 Rue Galieni
+
+
+ 524811 170666
+
+
+
+ Rue Thiere
+
+ bus
+ onstreetBus
+
+
+ Stop 3
+
+
+ -0.2071397147
+ 51.4217482061
+
+
+ outdoors
+
+ S
+ busStop
+
+
+
+
+ Stop 4
+ Stop 4 Rue du Dome
+
+
+ 524811 170666
+
+
+
+ Rue Thiere
+
+ bus
+ onstreetBus
+
+
+ Stop 4
+
+
+ -0.2071397147
+ 51.4217482061
+
+
+ outdoors
+
+ S
+ busStop
+
+
+
+
+ Stop 5
+ Stop 5 Rue d'Issy
+
+
+ 524811 170666
+
+
+
+ Rue d'Issy
+
+ bus
+ onstreetBus
+
+
+ Stop 5
+
+
+ -0.2071397147
+ 51.4217482061
+
+
+ outdoors
+
+ S
+ busStop
+
+
+
+
+ Stop 6
+ Stop 6 Boulevard Jean Juares
+
+
+ 524811 170666
+
+
+
+ Boulevard Jean Juares
+
+ bus
+ onstreetBus
+
+
+ Stop 6
+
+
+ -0.2071397147
+ 51.4217482061
+
+
+ outdoors
+
+ S
+ busStop
+
+
+
+
+ Stop 7
+ Stop 7 Boulogne Billancourt
+
+
+ 524811 170666
+
+
+
+ Avenue de General Leclerc
+
+ bus
+ onstreetBus
+
+
+ Stop 7
+
+
+ -0.2071397147
+ 51.4217482061
+
+
+ outdoors
+
+ S
+ busStop
+
+
+
+
+ Stop 8
+ Stop 8
+
+
+ 524811 170666
+
+
+
+ Avenue de General Leclerc
+
+ bus
+ onstreetBus
+
+
+ Stop 8
+
+
+ -0.2071397147
+ 51.4217482061
+
+
+ outdoors
+
+ S
+ busStop
+
+
+
+
+ Stop 9
+ Stop 9 Pont de Sevres
+
+
+ 524811 170666
+
+
+
+ Avenue de General Leclerc
+
+ bus
+ onstreetBus
+
+
+ Stop 9
+
+
+ -0.2071397147
+ 51.4217482061
+
+
+ outdoors
+
+ S
+ busStop
+
+
+
+
+ Stop 10
+ Stop 10
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Route 66b outbound
+
+ outbound
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Projection mid way along link TL 4-5::>RL 8-9 x
+
+
+ 5
+
+
+ 40
+
+
+
+
+
+ Line 66
+ bus
+
+
+
+
+
+ Stop 1
+
+ -180
+ +53
+
+
+
+
+
+
+
+
+
+ Stop 2
+
+ -180
+ +53
+
+
+
+
+ 50
+
+
+
+
+
+ Stop 3
+
+ -180
+ +53
+
+
+
+
+ 30
+
+
+
+
+
+ Stop 4
+
+ -180
+ +53
+
+
+
+
+ 25
+
+
+
+
+
+ Stop 5
+
+ -180
+ +53
+
+
+
+
+ 20
+
+
+
+
+
+ Stop 6
+
+ -180
+ +53
+
+
+
+
+ 20
+
+
+
+
+
+ Stop 7
+
+ -180
+ +53
+
+
+
+
+ 5
+
+
+
+
+
+ Stop 8
+
+ -180
+ +53
+
+
+
+
+ 50
+
+
+
+
+
+ Stop 9
+
+ -180
+ +53
+
+
+
+
+
+
+
+
+
+ Stop 10
+
+ -180
+ +53
+
+
+
+
+
+
+
+
+
+
+
+
+ 1 to 2
+
+
+ Projection mid way along link SL 1-2::>RL 2-3 x
+
+
+ 40
+
+
+
+
+
+
+
+ 2 to 3
+
+
+ Projection mid way along link SL 2-3::>RL2-3 x
+
+
+ 40
+
+
+
+ Projection whole link SL 2-3::>RL 3-4 x
+
+
+
+ Projection part link SL 2-3::>RL 4-5 x
+
+
+ 35
+
+
+
+
+
+
+
+ 3 to 4
+
+
+ Projection mid way along link SL 3-4::>RL4-5 x
+
+
+ 40
+
+
+
+ Projection part link SL 3-4::>RL 5-6 x
+
+
+ 35
+
+
+
+
+
+
+
+ 4 to 5
+
+
+ Projection mid way along link SL 4-5::>RL5-6 x
+
+
+ 35
+
+
+
+ Projection whole link SL 4-5::>RL 6-7 x
+
+
+
+ Projection part link SL 4-5::>RL 7-8 x
+
+
+ 45
+
+
+
+
+
+
+
+ 5 to6
+
+
+ Projection mid way along link SL 5-6::>RL7-8 x
+
+
+ 45
+
+
+
+ Projection part link SL 5-6::>RL 8-9 x
+
+
+ 20
+
+
+
+
+
+
+
+ 6 to 7
+
+
+ Projection part along link SL 6-7::>RL8-9 x
+
+
+ 20
+
+
+
+ Projection part link SL 6-7::>RL 9-10 x
+
+
+ 10
+
+
+
+
+
+
+
+ 7 to 8
+
+
+ Projection mid way along link SL 7-8::>RL9-10 x
+
+
+ 10
+
+
+ 50
+
+
+
+
+
+
+
+ 8 to 9
+
+
+ Projection mid way along link SL 8-9::>RL9-10 x
+
+
+ 50
+
+
+
+
+
+
+
+
+
+
+ SSP1 - SSP9
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+
+ true
+ true
+
+
+
+
+ true
+ true
+
+
+
+
+ true
+ true
+
+
+
+
+ true
+ true
+
+
+
+
+ true
+ true
+
+
+
+
+ true
+ true
+
+
+
+
+ true
+ true
+
+
+
+ true
+ false
+
+
+
+
+
+
+
+ Bus Assignment 1
+
+
+
+
+
+ Bus Assignment 2
+
+
+
+
+
+ Bus Assignment 3
+
+
+
+
+
+ Bus Assignment 4
+
+
+
+
+
+ Bus Assignment 5
+
+
+
+
+
+ Bus Assignment 6
+
+
+
+
+
+ Bus Assignment 7
+
+
+
+
+
+ Bus Assignment 8
+
+
+
+
+
+ Bus Assignment 9
+
+
+
+
+
+ Bus Assignment10
+
+
+
+
+
+
+
+ TIMING POINT 1
+
+
+
+
+
+
+
+ TIMING POINT 2
+
+
+
+
+
+
+
+ TIMING POINT3
+
+
+
+
+
+
+
+ TIMING POINT 4
+
+
+
+
+
+
+
+ TIMING POINT 5
+
+
+
+ 25
+
+
+
+
+ TIMING POINT 6
+
+
+
+
+
+
+
+
+
+
+ TP1 to TP2
+
+
+ Exact projection of links TL 1-2 ::>RL 1-2
+
+
+
+
+
+
+
+ TP2 to TP3
+
+
+ Projection whole link TL 2-3 ::>RL 2-3
+
+
+
+ Projection whole link TL 2-3 ::>RL 3-4
+
+
+
+ Projection part way along link TL2-3 ::>RL 4-5
+
+
+ 55
+
+
+
+
+
+
+
+ TP3 to TP4
+
+
+ Projection part way along along linkTL 3-4 ::> RL : 4-5:
+
+
+ 55
+
+
+
+ Projection whole link TL 3-4::>RL 5-6
+
+
+
+ Projection whole link TL 3-4::>RL 6-7
+
+
+
+ Projection whole link TL 3-4::>RL 7-8
+
+
+
+ Projection part way along link TL 3-4::>RL 8-9 x
+
+
+ 5
+
+
+
+
+
+
+
+ TP4 to TP5
+
+
+
+
+
+
+
+ TP5 to TP6
+
+
+ Projection mid way along link TL 5-6::>RL 8-9 x
+
+
+ 40
+
+
+
+ Projection whole link TL 5-6::>RL 9-10 x
+
+
+
+
+
+
+
+
+
+
+
+ outbound
+
+
+
+
+
+ true
+
+
+
+
+ true
+
+
+
+
+ true
+
+
+
+
+ true
+
+
+
+
+ true
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ PT5M
+
+
+
+
+ PT10M
+
+
+
+
+
+
+ true
+
+
+
+
+ Additional projection because there is a separate TimingPointIdID as well as a SSP
+
+
+
+
+ false
+
+
+
+ PT10M
+
+
+
+
+
+ false
+
+
+
+ true
+
+
+
+ true
+
+
+
+ true
+
+
+
+ true
+
+
+
+ true
+
+
+
+ true
+
+
+
+ true
+
+
+
+ true
+
+
+
+ true
+
+
+
+
+ Additional projection because there is a separate TimingPointIdID as well as a SSP
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+ Time demand Peak
+
+
+ Time demand off Peak
+
+
+
+
+
+
+ Rue de Paris
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Route De la Reine
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rue Thiere
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rue du Point du Jour
+
+
+ Boulevard Jean Jaures
+
+
+ Avenue General Leclerc
+
+
+
+
+ start at PontCLoud end>
+
+
+ Rue de Paris x Rue de Silly
+
+
+ Rue de Paris x Rue d'Agguesseau
+
+
+ Rue de Paris x Rue de L'Est
+
+
+ Route De la Reine x Rue de L'Est
+
+
+ Route De la Reine x Av Victor Hugo
+
+
+ Rue Thiere x Rue Galieni
+
+
+ Rue Thiere x Av Edouard Vaillant
+
+
+ Rue Thiere x Rue Marcel Dassault
+
+
+ Rue Thiere x Rue du Pon du Jour
+
+
+ Rue Du Point du Jour x Rue de Seine
+
+
+ Rue Du Point du Jour x Bvd Jean Jaures
+
+
+ Bvd Jean Jaures x Rue Du Dome
+
+
+ Av Gen Leclerc x Bvd Jean Jaures
+
+
+ Av Gen Leclerc x Rue de la ferme
+
+
+ Av Gen Leclerc x Pont de Sevres
+
+
+
+
+ Rue de Paris: x Rue de Silly to Rue de Paris x Rue d'Agguesseau
+
+
+
+
+ Rue de Paris: x Rue d'Agguesseau to Rue de Paris x Rue de l'est
+
+
+
+
+ Rue de l'est : x Rue de Silly to Route De la Reine x Rue de l'est
+
+
+
+
+ Route De la Reine: x Rue de l'est to Route De la Reine x Av Victor Hugo
+
+
+
+
+ Rue Thiere: Route De la Reine x AV Victor Hugo to Rue Thiere x Rue Galieni
+
+
+
+
+ Rue Thiere : x Rue Galieni to Rue Thiere x Av Edouard Vaillant
+
+
+
+
+ Rue Thiere : x Av Eiouard Vaillant to Rue Thiere x Rue Marcel Dassault
+
+
+
+
+ Rue Thiere: x Rue Marcel Dassault to Rue Thiere x DuPontDuJour
+
+
+
+
+ Rue Du Point du Jour: Rue Thiere x Rue du Pont du Jourto Rue Du Point du Jour x Rue de Seine
+
+
+
+
+ Rue Du Point du Jour : x Rue de Seine to Rue du Pont du Jour x Bvd Jean Jaures
+
+
+
+
+ Bvd Jean Jaures: Rue du Pont du Jour x Bvd Jean Jaures to Bvd Jean Jaures x Rue Du Dome
+
+
+
+
+ Bvd Jean Jaures: Bvd Jean Jaures x Rue Du Dome to Av Gen Leclerc : x Bvd Jean Jaures
+
+
+
+
+ Av Gen Leclerc : x Bvd Jean Jaures to Av Gen Leclerc x Rue de la ferme
+
+
+
+
+ Av Gen Leclerc : Av Gen Leclerc x Rue de la ferme to Av Gen Leclerc x Pont de Sevres
+
+
+
+
+
+
+
+
+
diff --git a/examples/functions/privateCodes/01-privateCodes.xml b/examples/functions/privateCodes/01-privateCodes.xml
new file mode 100644
index 000000000..6387caab1
--- /dev/null
+++ b/examples/functions/privateCodes/01-privateCodes.xml
@@ -0,0 +1,30 @@
+
+
+ 2023-11-03T16:57:17.545810
+ NDOV
+ NeTEx export
+
+
+
+
+ Test
+ http://test
+ Test
+
+
+
+
+
+
+
+
+ world
+ world
+
+ 2023-01-01T00:00:00
+ 2024-01-01T00:00:00
+
+
+
+
+
diff --git a/examples/functions/relations/test-01-main.xml b/examples/functions/relations/test-01-main.xml
new file mode 100644
index 000000000..2000eba38
--- /dev/null
+++ b/examples/functions/relations/test-01-main.xml
@@ -0,0 +1,124 @@
+
+
+ 2022-01-11T16:04:26
+ DK
+
+ 2022-01-11T16:04:26
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2022-01-11T00:00:00
+ 2022-03-30T00:00:00
+
+
+
+
+ epd
+ http://netex-cen.eu/epip_data
+ EPIP data
+
+
+
+
+
+
+
+ Europe/Berlin
+ ENGLISH-US
+
+ urn:ogc:def:crs:EPSG::4326
+
+
+
+
+
+
+ DK
+
+
+
+
+
+
+ creates
+
+
+
+
+
+
+
+ AR
+ Arriva
+ AR
+ Arriva
+
+ +45 70277482
+
+ authority
+
+
+
+ Arriva
+ Arriva tog
+ Arriva
+ Arriva tog
+
+ http://www.mitarriva.dk
+
+ operator
+
+
+
+
+
+
+
+ 2022-01-11
+ 2022-03-30
+
+
+
+
+
+
+
+ 021
+
+ Arriva
+ 021
+ bus
+ Arriva
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/functions/relations/test-01-timetable.xml b/examples/functions/relations/test-01-timetable.xml
new file mode 100644
index 000000000..dddfb1705
--- /dev/null
+++ b/examples/functions/relations/test-01-timetable.xml
@@ -0,0 +1,114 @@
+
+
+ 2022-01-11T16:04:26
+ DK
+
+ 2022-01-11T16:04:26
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2022-01-11T00:00:00
+ 2022-03-30T00:00:00
+
+
+
+
+ epd
+ http://netex-cen.eu/epip_data
+ EPIP data
+
+
+
+
+
+
+
+ Europe/Berlin
+ ENGLISH-US
+
+ urn:ogc:def:crs:EPSG::4326
+
+
+
+
+
+
+ DK
+
+
+
+
+
+
+ creates
+
+
+
+
+
+
+
+ AR
+ Arriva
+ AR
+ Arriva
+
+ +45 70277482
+
+ authority
+
+
+
+ Arriva
+ Arriva tog
+ Arriva
+ Arriva tog
+
+ http://www.mitarriva.dk
+
+ operator
+
+
+
+
+
+
+
+
+
+ 021
+
+ Arriva
+ 021
+ bus
+ Arriva
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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..7c4395083 100644
--- a/examples/functions/simpleNetwork/Netex_SimpleNetwork_1.xml
+++ b/examples/functions/simpleNetwork/Netex_SimpleNetwork_1.xml
@@ -439,20 +439,20 @@ v1.1 revised ids
-
+
false
-
+
true
-
+
-
+
false
@@ -465,7 +465,7 @@ v1.1 revised ids
Big red bus
-
+
50
20
2
@@ -603,31 +603,45 @@ v1.1 revised ids
outbound
-
+
+
+
+ 3rd road to the left
+ 100
+
+
+ back
+ down
+ false
+
+
-
+
+
+
+
-
+
-
+
-
+
-
+
-
+
@@ -638,31 +652,31 @@ v1.1 revised ids
inbound
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -672,31 +686,31 @@ v1.1 revised ids
outbound
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -706,31 +720,31 @@ v1.1 revised ids
inbound
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -744,15 +758,15 @@ v1.1 revised ids
-
+
-
+
-
+
@@ -764,15 +778,15 @@ v1.1 revised ids
-
+
-
+
-
+
@@ -785,27 +799,27 @@ v1.1 revised ids
-
+
-
+
-
+
-
+
-
+
-
+
@@ -817,27 +831,27 @@ v1.1 revised ids
-
+
-
+
-
+
-
+
-
+
-
+
@@ -974,35 +988,35 @@ v1.1 revised ids
Aa - Ba - Ca - D
-
+
false
true
-
+
true
true
-
+
true
true
-
+
true
false
-
+
-
+
-
+
@@ -1011,35 +1025,35 @@ v1.1 revised ids
D - Cb - Bb - A
-
+
false
true
-
+
true
true
-
+
true
true
-
+
true
false
-
+
-
+
-
+
@@ -1048,35 +1062,35 @@ v1.1 revised ids
A - Ba - Ca - E
-
+
false
true
-
+
true
true
-
+
true
true
-
+
true
false
-
+
-
+
-
+
@@ -1085,78 +1099,78 @@ v1.1 revised ids
E - Cb - Bb - A
-
+
false
true
-
+
true
true
-
+
true
true
-
+
true
false
-
+
-
+
-
+
-
+
Bus Assignment A
-
+
Bus Assignment B
-
+
Bus Assignment B
-
+
Bus Assignment B
-
+
Bus Assignment B
-
+
Bus Assignment D
-
+
Bus Assignment E
@@ -1176,19 +1190,19 @@ v1.1 revised ids
outbound
-
+
-
+
-
+
-
+
-
+
@@ -1220,16 +1234,16 @@ v1.1 revised ids
outbound
-
+
-
+
-
+
-
+
@@ -1256,19 +1270,19 @@ v1.1 revised ids
outbound
-
+
-
+
-
+
-
+
-
+
@@ -1300,16 +1314,16 @@ v1.1 revised ids
outbound
-
+
-
+
-
+
-
+
@@ -1338,7 +1352,7 @@ v1.1 revised ids
-
+
true
@@ -1352,16 +1366,16 @@ v1.1 revised ids
-
+
false
-
+
false
-
+
true
@@ -1375,7 +1389,7 @@ v1.1 revised ids
-
+
true
@@ -1385,7 +1399,7 @@ v1.1 revised ids
-
+
true
@@ -1399,7 +1413,7 @@ v1.1 revised ids
-
+
false
@@ -1409,11 +1423,11 @@ v1.1 revised ids
-
+
true
-
+
true
@@ -1423,7 +1437,7 @@ v1.1 revised ids
-
+
true
@@ -1437,7 +1451,7 @@ v1.1 revised ids
-
+
false
@@ -1447,16 +1461,16 @@ v1.1 revised ids
-
+
false
-
+
true
-
+
true
@@ -1466,7 +1480,7 @@ v1.1 revised ids
-
+
true
@@ -1480,7 +1494,7 @@ v1.1 revised ids
-
+
false
@@ -1490,11 +1504,11 @@ v1.1 revised ids
-
+
true
-
+
true
diff --git a/examples/functions/simpleNetwork/Netex_uk_underground_1.xml b/examples/functions/simpleNetwork/Netex_uk_underground_1.xml
index 423de27e2..2b7dc69db 100644
--- a/examples/functions/simpleNetwork/Netex_uk_underground_1.xml
+++ b/examples/functions/simpleNetwork/Netex_uk_underground_1.xml
@@ -230,11 +230,13 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
+
+ B
+
Bakerloo Line
BaKerloo
metro
BAK
- B
brown
@@ -254,11 +256,13 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
+
+ C
+
CEN tral Line
CEN tral
metro
CEN
- C
red
@@ -272,11 +276,13 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
+
+ R
+
Circle Line
Circle
metro
CIR
- R
yellow
@@ -290,11 +296,13 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
+
+ T
+
Croydon DLR
DLR
tram
TRM
- T
green
@@ -314,11 +322,13 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
+
+ D
+
District Line
District
metro
DIS
- D
green
@@ -332,11 +342,13 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
+
+ J
+
Jubilee Line
Jubilee
metro
JUB
- J
silver
@@ -356,11 +368,13 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
+
+ L
+
Docklands light railway
DLR
metro
DLR
- L
lightGreen
@@ -380,11 +394,13 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
+
+ H
+
Hammersmith & City Line
Hammersmith & City
metro
HAM
- H
pink
@@ -398,11 +414,13 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
+
+ M
+
Metropolitan Line
Metropolitan
metro
MET
- M
maroon
@@ -422,11 +440,13 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
+
+ N
+
Northern Line
Northern
metro
NTN
- N
black
@@ -440,11 +460,13 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
+
+ O
+
London Overground
Overground
rail
OVR
- O
orange
@@ -458,11 +480,13 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
+
+ P
+
Piccadilly Line
Piccadilly
metro
PIC
- P
darkblue
@@ -476,11 +500,13 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
+
+ V
+
VictoriaLine
Victoria
metro
VIC
- V
lightblue
@@ -494,11 +520,13 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
+
+ W
+
Waterloo & City Line
Waterloo & City
metro
WAC
- W
turquoise
@@ -13370,100 +13398,100 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/examples/functions/site/Netex_01_Sites_SimpleStadium_1.xml b/examples/functions/site/Netex_01_Sites_SimpleStadium_1.xml
index 543313f0a..da767c446 100644
--- a/examples/functions/site/Netex_01_Sites_SimpleStadium_1.xml
+++ b/examples/functions/site/Netex_01_Sites_SimpleStadium_1.xml
@@ -172,11 +172,13 @@ The example comprises
Ground
Ground
G
+ 1
Upper Terrace
Upper
T1
+ 2
@@ -761,14 +763,14 @@ The example comprises
-
+
Branch in Entrance Hall A
-
-
+
+
Branch in Entrance Hall B
-
+
@@ -825,8 +827,8 @@ The example comprises
-
Entrance A
+
true
forward
level
@@ -838,8 +840,8 @@ The example comprises
-
normalizedString
+
true
forward
level
@@ -853,15 +855,15 @@ The example comprises
-
Link 1
+
true
forward
level
-
Link 1
+
true
forward
level
@@ -904,8 +906,8 @@ The example comprises
-
Entrance A
+
true
forward
level
@@ -917,8 +919,8 @@ The example comprises
-
normalizedString
+
true
forward
level
@@ -932,15 +934,15 @@ The example comprises
-
Link 1 into concourse
+
false
forward
level
-
Link 2 up stairs
+
false
forward
up
@@ -981,8 +983,8 @@ The example comprises
-
Entrance A
+
true
forward
level
@@ -994,8 +996,8 @@ The example comprises
-
normalizedString
+
true
forward
level
@@ -1009,15 +1011,15 @@ The example comprises
-
Link 1
+
true
forward
level
-
Link 1
+
true
forward
level
@@ -1060,8 +1062,8 @@ The example comprises
-
Entrance A
+
true
forward
level
@@ -1073,8 +1075,8 @@ The example comprises
-
normalizedString
+
true
forward
level
@@ -1088,15 +1090,15 @@ The example comprises
-
Link 1 into concourse
+
false
forward
level
-
Link 2 up stairs
+
false
forward
up
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 bb7bbc402..76bd1722b 100644
--- a/examples/functions/site/Netex_10_Sites_OlympicPark_2_basic.xml
+++ b/examples/functions/site/Netex_10_Sites_OlympicPark_2_basic.xml
@@ -469,6 +469,7 @@ that defines a number of
Ground
A
+ 1
@@ -2162,64 +2163,64 @@ that defines a number of
-
Entrance to aquatics vicinity
+
false
forward
level
-
quatics vicinity to bridge 4
+
false
forward
level
-
from bridge 4 to Stadium vicinity
+
false
right
level
-
Stadium vicinity to Stadium vicinity
+
false
forward
level
-
Stadium vicinity to handball area vicinity ea
+
false
forward
level
-
Handball vicinity to haHockey arvicinity ea
+
true
forward
level
-
hockey vicinity to bridge 2
+
false
right
level
-
bridge2 to velo vicinity
+
false
forward
level
-
to BMX
+
true
forward
level
@@ -2413,64 +2414,64 @@ that defines a number of
-
to BMX
+
false
forward
level
-
bridge2 to velo vicinity
+
true
forward
level
-
hockey vicinity to bridge 2
+
true
forward
level
-
Handball vicinity to haHockey arvicinity ea
+
true
left
level
-
Stadium vicinity to handball arvicinity ea
+
false
forward
level
-
Stadium vicinity to Stadium vicinity
+
false
forward
level
-
from bridge 4 to Stadium vicinity
+
false
left
level
-
quatics vicinity to bridge 4
+
false
forward
level
-
Entrance to aquatics vicinity
+
false
forward
level
diff --git a/examples/functions/site/Netex_11_Sites_OlympicPark_1.xml b/examples/functions/site/Netex_11_Sites_OlympicPark_1.xml
index 2539c8e83..a7e7eead9 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
@@ -294,53 +302,53 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
-
+
Friday 2012-07-27 Opening
2012-07-27
-
+
Saturday 2012-07-28
2012-07-28
-
+
Sunday 2012-07-29
2012-07-29
-
+
Monday 2012-07-30
2012-07-30
-
+
Tuesday 2012-07-31
2012-07-31
-
+
Wednesday 2012-08-01
2012-08-01
-
+
Thusday 2012-08-02
2012-08-02
-
+
Friday 2012-08-03
2012-08-03
-
+
Saturday2012-08-04
2012-08-04
-
+
Sunday 2012-08-05
2012-08-05
@@ -491,6 +499,28 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
ENG
+
+
+ Sites in Olympic Park
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -696,9 +726,11 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
+
+ 20026
+
Stratford DLRStation
Stratford DLR
- 20026
@@ -926,7 +958,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
foot
-
+
translation
Title
Parc Olympic
@@ -951,6 +983,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
Ground
Ground
G
+ 0
@@ -987,7 +1020,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
-
+
Entrance to Security gate - incoming
forwards
securityCheck
@@ -995,7 +1028,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
queue
-
+
@@ -1003,7 +1036,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT30M
PT60M
-
+
@@ -1011,7 +1044,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1020,7 +1053,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1028,7 +1061,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT25M
PT50M
-
+
@@ -1036,7 +1069,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1045,7 +1078,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1053,7 +1086,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT10M
PT20M
-
+
@@ -1063,7 +1096,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
-
+
Entrance to Security gate - Going Out
backwards
egress
@@ -1071,7 +1104,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
queue
-
+
@@ -1079,7 +1112,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1087,7 +1120,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT20M
PT30M
-
+
@@ -1096,7 +1129,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1104,7 +1137,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1112,7 +1145,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT25M
-
+
@@ -1121,7 +1154,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1129,7 +1162,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT10M
PT20M
-
+
@@ -1137,7 +1170,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT12M
PT20M
-
+
@@ -1185,7 +1218,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
-
+
Entrance to Security gate - incoming
forwards
securityCheck
@@ -1193,7 +1226,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
queue
-
+
@@ -1201,7 +1234,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT30M
PT60M
-
+
@@ -1209,7 +1242,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1218,7 +1251,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1226,7 +1259,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT25M
PT50M
-
+
@@ -1234,7 +1267,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1243,7 +1276,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1251,7 +1284,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT10M
PT20M
-
+
@@ -1261,7 +1294,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
-
+
Entrance to Security gate - Going Out
backwards
egress
@@ -1269,7 +1302,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
queue
-
+
@@ -1277,7 +1310,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1285,7 +1318,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT20M
PT30M
-
+
@@ -1294,7 +1327,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1302,7 +1335,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1310,7 +1343,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT25M
-
+
@@ -1319,7 +1352,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1327,7 +1360,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT10M
PT20M
-
+
@@ -1335,7 +1368,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT12M
PT20M
-
+
@@ -1389,7 +1422,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
-
+
Entrance to Security gate - incoming
forwards
securityCheck
@@ -1397,7 +1430,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
queue
-
+
@@ -1405,7 +1438,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT30M
PT60M
-
+
@@ -1413,7 +1446,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1422,7 +1455,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1430,7 +1463,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT25M
PT50M
-
+
@@ -1438,7 +1471,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1447,7 +1480,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1455,7 +1488,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT20M
PT40M
-
+
@@ -1463,7 +1496,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT10M
PT20M
-
+
@@ -1473,7 +1506,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
-
+
Entrance to Security gate - Going Out
backwards
egress
@@ -1481,7 +1514,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
queue
-
+
@@ -1489,7 +1522,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1497,7 +1530,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT20M
PT30M
-
+
@@ -1506,7 +1539,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1514,7 +1547,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1522,7 +1555,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT25M
-
+
@@ -1531,7 +1564,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1539,7 +1572,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT10M
PT20M
-
+
@@ -1547,7 +1580,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT12M
PT20M
-
+
@@ -1601,7 +1634,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
-
+
Entrance to Security gate - incoming
forwards
securityCheck
@@ -1609,7 +1642,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
queue
-
+
@@ -1617,7 +1650,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT30M
PT60M
-
+
@@ -1625,7 +1658,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1634,7 +1667,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1642,7 +1675,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT25M
PT50M
-
+
@@ -1650,7 +1683,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1659,7 +1692,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1667,7 +1700,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT20M
PT40M
-
+
@@ -1675,7 +1708,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT10M
PT20M
-
+
@@ -1685,7 +1718,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
-
+
Entrance to Security gate - Going Out
backwards
egress
@@ -1693,7 +1726,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
queue
-
+
@@ -1701,7 +1734,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1709,7 +1742,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT20M
PT30M
-
+
@@ -1718,7 +1751,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1726,7 +1759,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1734,7 +1767,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT25M
-
+
@@ -1743,7 +1776,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1751,7 +1784,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT10M
PT20M
-
+
@@ -1759,7 +1792,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT12M
PT20M
-
+
@@ -1813,7 +1846,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
-
+
Entrance to Security gate - incoming
forwards
securityCheck
@@ -1821,7 +1854,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
queue
-
+
@@ -1829,7 +1862,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT30M
PT60M
-
+
@@ -1837,7 +1870,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1846,7 +1879,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1854,7 +1887,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT25M
PT50M
-
+
@@ -1862,7 +1895,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1871,7 +1904,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1879,7 +1912,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT20M
PT40M
-
+
@@ -1887,7 +1920,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT10M
PT20M
-
+
@@ -1897,7 +1930,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
-
+
Entrance to Security gate - Going Out
backwards
egress
@@ -1905,7 +1938,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
queue
-
+
@@ -1913,7 +1946,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1921,7 +1954,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT20M
PT30M
-
+
@@ -1930,7 +1963,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1938,7 +1971,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT30M
-
+
@@ -1946,7 +1979,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT15M
PT25M
-
+
@@ -1955,7 +1988,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -1963,7 +1996,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT10M
PT20M
-
+
@@ -1971,7 +2004,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT12M
PT20M
-
+
@@ -2025,7 +2058,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
-
+
Entrance to Security gate - incoming
forwards
securityCheck
@@ -2033,7 +2066,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
queue
-
+
@@ -2041,7 +2074,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT10M
PT10M
-
+
@@ -2050,7 +2083,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
PT6M
-
+
@@ -2060,7 +2093,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
-
+
Entrance to Security gate - Going Out
backwards
egress
@@ -2068,7 +2101,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
queue
-
+
@@ -3517,65 +3550,65 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
gatedArea
streetToSpace
-
-
+
Entrance to aquatics vicinity
+
false
forward
level
-
-
+
quatics vicinity to bridge 4
+
false
forward
level
-
-
+
from bridge 4 to Stadium vicinity
+
false
right
level
-
-
+
Stadium vicinity to Stadium vicinity
+
false
forward
level
-
-
+
Stadium vicinity to handball arvicinity ea
+
false
forward
level
-
-
+
Handball vicinity to haHockey arvicinity ea
+
true
forward
level
-
-
+
hockey vicinity to bridge 2
+
false
right
level
-
-
+
bridge2 to velo vicinity
+
false
forward
level
-
-
+
to BMX
+
true
forward
level
@@ -4015,65 +4048,65 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
gatedArea
spaceToStreet
-
-
+
to BMX
+
false
forward
level
-
-
+
bridge2 to velo vicinity
+
true
forward
level
-
-
+
hockey vicinity to bridge 2
+
true
forward
level
-
-
+
Handball vicinity to haHockey arvicinity ea
+
true
left
level
-
-
+
Stadium vicinity to handball vicinity ea
+
false
forward
level
-
-
+
Stadium vicinity to Stadium vicinity
+
false
forward
level
-
-
+
from bridge 4 to Stadium vicinity
+
false
left
level
-
-
+
quatics vicinity to bridge 4
+
false
forward
level
-
-
+
Entrance to aquatics vicinity
+
false
forward
level
@@ -4211,7 +4244,7 @@ It is based on the 2012 London Olympic Park. See accompanying paper for diagram
http://www.2012Londonolympics.org/park.gif.gif
foot
-