diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-21 19:20:37 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-21 19:20:37 +0100 |
commit | 92a1b9d359a36aad03d769fd0c7311a9700eb9b4 (patch) | |
tree | 40c535df7abce28712a97c4af077c7667eba1809 | |
parent | b255c541c539398414df9af152bb85bfaa8cd5fc (diff) |
doku
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | schema.yml | 2 |
2 files changed, 6 insertions, 3 deletions
@@ -208,8 +208,11 @@ passenger service. Station names may be surrounded by brackets. ``` Taken as-is from the PDF file. commonAttr contains only properties which are -identical in each variant. *station* is translated from DS100 to a station -name; its meaning is unknown. +identical in each variant. *station* is translated from DS100 to a station name +and likely the first station on the train's route where the corresponding +attributes are valid. Presumably, they valid until the station mentioned in the +next entry is reached (or the train reaches its terminus). *station* may be +prefixed with a plus sign. #### schedules @@ -121,7 +121,7 @@ components: station: type: string example: "Basel SBB" - description: station name, details unknown + description: station name, may be prefixed with a plus sign vmax: type: integer example: 300 |