We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce7abc commit 727967cCopy full SHA for 727967c
specs/index.bs
@@ -902,6 +902,19 @@ Issue: !! we need to define data quality semantics !!
902
<td>M
903
<td>The destination of the activity related to the TCE
904
905
+ <tr>
906
+ <td><dfn>departureAt</dfn>
907
+ <td>String
908
+ <td>O
909
+ <td>
910
+ Timestamp of departure. The value MUST be a date and time string conforming to ISO 8601 with timezone UTC.
911
+ Note: the original data model defined this as the "date of loading"
912
+
913
914
+ <td><dfn>arrivalAt</dfn>
915
916
917
+ <td>Timestamp of arrival. The value MUST be a date and time string conforming to ISO 8601 with timezone UTC.
918
<tr>
919
<td><dfn>mode</dfn>
920
<td>{{TransportMode}}
0 commit comments