From c27bcf3aafc8fe45824d2f8af5382455e46d5050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Mon, 24 Aug 2020 11:41:14 +0200 Subject: [PATCH] Added co boarding/alighting information for calls Added optional "NoBoardingAtStop" and "NoAlightingAtStop" to "StopCallStatusGroup" with default set to false. If set to true, these elements show that at a call no boarding or no alighting is allowed respectively. --- OJP_JourneySupport.xsd | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/OJP_JourneySupport.xsd b/OJP_JourneySupport.xsd index da133f02d..24a29f73b 100644 --- a/OJP_JourneySupport.xsd +++ b/OJP_JourneySupport.xsd @@ -297,6 +297,16 @@ The vehicle will not call at this stop despite earlier planning. + + + Boarding will not be allowed at this stop of this journey. + + + + + Alighting will not be allowed at this stop of this journey. + +