diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-21 11:47:39 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-21 11:47:39 +0100 |
commit | f624dc16b32513aefaa2dc6a6401b0b37c339b97 (patch) | |
tree | 1750103d9c30d2baa60733fceb91b3e0d498ee2d | |
parent | 9f4a764adfd68242582a40089d696e4b4f238699 (diff) |
wording
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -72,7 +72,7 @@ to check whether content is up-to-date. } ``` -An ISO 8601 date range describing the valid range of the train composition data +An ISO 8601 interval describing the valid range of the train composition data as noted in the PDF file. ### Train details @@ -110,7 +110,7 @@ information is **mostly reliable**. If a train type is unknown, either due to an unhandled composition or due to different train types for different time ranges (which are not supported by this schema yet), `rawType` is used. -Possible values: +Values: * ICE 1/2/4 * ICE 1 @@ -132,7 +132,7 @@ A short identifier which can be used to differentiate between ICE 3 and ICE 3 Redesign or between IC1 and IC2. If the type cannot be estimated, this property is not present. Just like `type`, it is **mostly reliable**. -Possible values: +Values: * **1** (ICE 1) * **2** (ICE 2 / IC2 / IC2 KISS) |