Niclas Scheiber
Niclas Scheiber
- Implementation on behalf of Lufthansa Cargo
The current TransportMovement implementation does not support multi-stop transports (milk runs) at a satisfactory level. I propose to add a new 1:n MovementLeg embedded object to create a list of...
- fixed https://github.com/IATA-Cargo/ONE-Record/issues/213#issue-2019821393 - fixed AnnotationProperties
ONE Record 3.0 introduced cXML code lists to the standard. These include [MeasurementUnitCodes](https://onerecord.iata.org/ns/coreCodeLists#MeasurementUnitCode). There are few disadvantages: - The list from IATA is not exhaustive - The list from IATA...
With the new recommended URI structure for code lists to enable querying ( #256 ), the fragments after the # of the URIs in the core code lists are too...
In order to facilitate fixed @id for CodeListElements to make them queryable inside LogisticsEvents, I propose to make CodeListElement inherit from LogisticsObject. This allows to host codes as re-usable objects...
An xFWB refers to a flight a shipment is booked on. The currently proposed way to connect the booked TransportMovement to a Waybill is as follow: **Waybill -> Shipment ->...