NeTEx
NeTEx copied to clipboard
NeTEx is a CEN Technical Standard for exchanging Public Transport schedules and related data.
``` {'DefaultServiceJourneyRunTime', 'LinkInJourneyPattern', 'PointOnSection', 'VehicleJourneyWaitTime', 'QualityStructureFactorPrice', 'JourneyRunTime', 'LineSectionPointMember', 'VersionedChild', 'VehicleJourneyLayover', 'DeckPlaceInSequence', 'FareStructureElementPrice', 'MonitoredCall', 'LinkInLinkSequence', 'DistanceMatrixElementPrice', 'RelatedOrganisation', 'PointInJourneyPattern', 'ServiceLinkInJourneyPattern', 'DeckEntranceCouple', 'FarePrice1', 'UsageParameterPrice', 'FareStructureElementInSequence', 'LevelInStructure', 'VehicleTypePreference', 'PreviousCall', 'PointInLinkSequence', 'RetailDeviceSecurityListing', 'DefaultDeadRunRunTime', 'TargetPassingTime', 'SecurityListing1',...
Clarify if the gml:LineString in RouteLink is to be used or not.  
PathLinkInSequenceGroup shortened some wimbledon examples. They are present 3 times replaces https://github.com/NeTEx-CEN/NeTEx/pull/785 and is against next
fixes https://github.com/NeTEx-CEN/NeTEx/issues/757
https://github.com/NeTEx-CEN/NeTEx/issues/748
https://stackoverflow.com/questions/33748490/how-to-define-mutually-exclusive-attributes-in-xsd
This example of a timetable replaces the file Netex_09.2_Bus_SimpleTimetable_Slovenia.xml. The timetable was created from a national NeTEx service in Slovenia (Ministry of Transport/NCUP).
```xml Version number of referenced entity. ```
There are elements like _VehicleMode(s), TransportMode(s), OtherTransportModes, Mode_ that map to the following three enumerations, but in very inconsistent or non-obvious ways: _**VehicleModeEnumeration, AllVehicleModesOfTransportEnumeration, AllModesEnumeration**_. It would be helpful to...