Skip to content

Commit c6dd17e

Browse files
Merge branch 'main' into random-data-gen
2 parents 7bc4e40 + c8e6677 commit c6dd17e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

specs/index.bs

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<pre class='metadata'>
2-
Title: iLEAP Technical Specifications (Version 0.2.1-20240813)
2+
Title: iLEAP Technical Specifications (Version 0.2.1-20240903)
33
Shortname: ileap-extension
44
Status: LD
55
Status Text: Draft Technical Specification
@@ -827,7 +827,7 @@ Note: The properties `tocId` and `hocId` are mutually exclusive, but one of them
827827

828828
<div class=example>
829829
If the transport [=distance=] is `700` `kilometers` and the mass is `230` `kilograms`,
830-
then the value of this property MUST be `161000` (`700` `kilometers` * `230` `kilograms`).
830+
then the value of this property MUST be `161` (`(700 kilometers * 230 kilograms) / 1000`).
831831
</div>
832832

833833
<tr>
@@ -1467,7 +1467,8 @@ Properties of data type <dfn element>Location</dfn>:
14671467
<td><dfn>iata</dfn>
14681468
<td>iataCode
14691469
<td>O
1470-
<td>IATA code of airport
1470+
<td>IATA code of airport. Applies only to (i) <{TCE|TCEs}> referring to a <{TOC}> with <{TOC/mode}> `Air`
1471+
and (ii) <{TAD}> with <{TAD/mode}> `Air`
14711472
<tr>
14721473
<td><dfn>locode</dfn>
14731474
<td>locode
@@ -1477,7 +1478,8 @@ Properties of data type <dfn element>Location</dfn>:
14771478
<td><dfn>uic</dfn>
14781479
<td>uic
14791480
<td>O
1480-
<td>UIC Code of the location
1481+
<td>UIC Code of the location. Applies only to (i) <{TCE|TCEs}> referring to a <{TOC}> with <{TOC/mode}> `Rail`
1482+
and (ii) <{TAD}> with <{TAD/mode}> `Rail`
14811483
<tr>
14821484
<td><dfn>lat</dfn>
14831485
<td>[=Decimal=]
@@ -2237,6 +2239,10 @@ Note: Section [[#appendix-b-hoc-example]] contains an example.
22372239

22382240
# Appendix A: Changelog # {#changelog}
22392241

2242+
## Version 0.2.1-20240903 (2024-09-03) ## {#version-20240903}
2243+
2244+
- make application of <{Location/iata}> and <{Location/uic}> more explicit
2245+
22402246
## Version 0.2.1-20240813 (2024-08-13) ## {#version-20240813}
22412247

22422248
- add mentions to `HOC`s in [[#txn2]]

0 commit comments

Comments
 (0)