From 48029f2d682f61c277a9286c21fd5d5ba6341620 Mon Sep 17 00:00:00 2001
From: Peter von Grumbkow <42928266+pvgrumbkow@users.noreply.github.com>
Date: Thu, 14 May 2020 23:07:03 +0200
Subject: [PATCH 1/2] Omit unsused requests and responses
Deleted LocationInformationRequest, LocationInformationResponse, ExchangePointsRequest, ExchangePointsResponse, FareRequest, FareResponse and their respective structure definitions in order to avoid confusion with the actually used request and delivery structures.
---
OJP_Fare.xsd | 33 ---------------------------------
OJP_Locations.xsd | 30 +-----------------------------
2 files changed, 1 insertion(+), 62 deletions(-)
diff --git a/OJP_Fare.xsd b/OJP_Fare.xsd
index 40d519690..7db010b49 100644
--- a/OJP_Fare.xsd
+++ b/OJP_Fare.xsd
@@ -9,7 +9,6 @@
====================================================Request definitions====================================================
-
Fare request structure.
@@ -44,15 +43,6 @@
-
-
- Fare request element.
-
-
-
-
-
-
Sub-request: stop-related fare information.
@@ -106,16 +96,6 @@
====================================================Response definitions====================================================
-
-
- Fare response element.
-
-
-
-
-
-
-
@@ -125,19 +105,6 @@
-
-
- Fare response structure.
-
-
-
-
- Error messages related to the request as a whole.
-
-
-
-
-
Wrapper element for Fare results.
diff --git a/OJP_Locations.xsd b/OJP_Locations.xsd
index 6f1eeffea..fd0428058 100644
--- a/OJP_Locations.xsd
+++ b/OJP_Locations.xsd
@@ -20,7 +20,6 @@
All functions integrated into one request / response
-
@@ -45,13 +44,6 @@
-
-
-
-
-
-
-
@@ -62,12 +54,6 @@
-
-
-
-
-
-
Additional declarations
@@ -236,7 +222,6 @@
===== Exchange point request ===============================================
-
@@ -251,12 +236,6 @@
-
-
-
-
-
-
@@ -317,7 +296,6 @@
-
@@ -328,12 +306,6 @@
-
-
-
-
-
-
@@ -346,7 +318,7 @@
Rough estimate of the travel duration from the specified location to this exchange point.
-
+
Duration needed at this exchange point to change from one service to another. If a journey planning orchestrator puts together a trip at this exchange point, it has to take care, that feeding arrival and fetching departure are at least this duration apart.
From c0f6a73816b05ad681dc767629232ee4f8e99424 Mon Sep 17 00:00:00 2001
From: Peter von Grumbkow <42928266+pvgrumbkow@users.noreply.github.com>
Date: Fri, 15 May 2020 10:28:37 +0200
Subject: [PATCH 2/2] Small formatting correction
---
OJP_Locations.xsd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/OJP_Locations.xsd b/OJP_Locations.xsd
index fd0428058..2919c4b67 100644
--- a/OJP_Locations.xsd
+++ b/OJP_Locations.xsd
@@ -318,7 +318,7 @@
Rough estimate of the travel duration from the specified location to this exchange point.
-
+
Duration needed at this exchange point to change from one service to another. If a journey planning orchestrator puts together a trip at this exchange point, it has to take care, that feeding arrival and fetching departure are at least this duration apart.