1
1
<pre class='metadata'>
2
- Title : iLEAP Technical Specifications (Version 0.2.1-20240813 )
2
+ Title : iLEAP Technical Specifications (Version 0.2.1-20240903 )
3
3
Shortname : ileap-extension
4
4
Status : LD
5
5
Status Text : Draft Technical Specification
@@ -827,7 +827,7 @@ Note: The properties `tocId` and `hocId` are mutually exclusive, but one of them
827
827
828
828
<div class=example>
829
829
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 `).
831
831
</div>
832
832
833
833
<tr>
@@ -1467,7 +1467,8 @@ Properties of data type <dfn element>Location</dfn>:
1467
1467
<td> <dfn>iata</dfn>
1468
1468
<td> iataCode
1469
1469
<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`
1471
1472
<tr>
1472
1473
<td> <dfn>locode</dfn>
1473
1474
<td> locode
@@ -1477,7 +1478,8 @@ Properties of data type <dfn element>Location</dfn>:
1477
1478
<td> <dfn>uic</dfn>
1478
1479
<td> uic
1479
1480
<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`
1481
1483
<tr>
1482
1484
<td> <dfn>lat</dfn>
1483
1485
<td> [=Decimal=]
@@ -2237,6 +2239,10 @@ Note: Section [[#appendix-b-hoc-example]] contains an example.
2237
2239
2238
2240
# Appendix A: Changelog # {#changelog}
2239
2241
2242
+ ## Version 0.2.1-20240903 (2024-09-03) ## {#version-20240903}
2243
+
2244
+ - make application of <{Location/iata}> and <{Location/uic}> more explicit
2245
+
2240
2246
## Version 0.2.1-20240813 (2024-08-13) ## {#version-20240813}
2241
2247
2242
2248
- add mentions to `HOC`s in [[#txn2]]
0 commit comments