From 1c986aed0cefed59cd6be49436217d5f524ed218 Mon Sep 17 00:00:00 2001 From: CGantert345 <57003061+CGantert345@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:12:59 +0200 Subject: fix on productIdNum in includedOpenTickt productIdNum in includedOpenTicket fixed --- misc/routeExample.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 misc/routeExample.txt (limited to 'misc/routeExample.txt') diff --git a/misc/routeExample.txt b/misc/routeExample.txt new file mode 100644 index 0000000..d979d2f --- /dev/null +++ b/misc/routeExample.txt @@ -0,0 +1,17 @@ +viaStation --> route + [ + viaStation --> station(origin) + viaStation --> alternativeRoutes + [ + viaStation --> route [ + + ], + viaStation --> route [ + + ] + ] + ... + viaStation --> station (destination) + ] + + \ No newline at end of file -- cgit v1.2.3