Skip to content

Commit

Permalink
LLC-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgenErlandsson committed Sep 28, 2024
1 parent 4d5ef12 commit 725a261
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

Transport handling units are the units dealt with under transport. It describes a uniquely identifiable unit consisting of one or more packages, goods items, or pieces of transport equipment. A consignment must have at least one Transport handling unit.
Includes the description of the transport equipment related to the transport handling unit and the measrument information with the length, width or height of the goods item.
If the ID has the format of an SSCC, the attribute @schemeID should be included to indicate it.

See also description of Goods item in the next chapter.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The transportation of an identifiable collection of goods items from one party (

|*Transport Handling Unit* |

A description of individual handling units in which the line items are packed.
A description of individual handling units in which the line items are packed. The Transport Handling Unit is identified by a GS1 SSCC.

|*Master Data* |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

Transport handling units are the units dealt with under transport. It describes a uniquely identifiable unit consisting of one or more packages, goods items, or pieces of transport equipment. A consignment must have at least one Transport handling unit.
Includes the description of the transport equipment related to the transport handling unit and the measrument information with the length, width or height of the goods item.
If the ID has the format of an SSCC, the attribute @schemeID should be included to indicate it.

See also description of Goods item in the next chapter.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The transportation of an identifiable collection of goods items from one party (

|*Transport Handling Unit* |

A description of individual handling units in which the line items are packed.
A description of individual handling units in which the line items are packed. The Transport Handling Unit is identified by a GS1 SSCC.

|*Master Data* |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
= Consignment

In this profile consignment is used to identify any transport events or transport handling units that it is requested status on.
If the Transport Handling Unit ID has the format of an SSCC, the attribute @schemeID should be included to indicate it.

Example:
[source, xml, indent=0]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
= Consignment

In this profile consignment is used to identify any transport events or transport handling units that it is requested status on.
If the Transport Handling Unit ID has the format of an SSCC, the attribute @schemeID should be included to indicate it.

Example:
[source, xml, indent=0]
Expand Down
4 changes: 4 additions & 0 deletions project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@
<Type>CodeList-1</Type>
<Path>structure/codelist/RejectReasonCode.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/TransportHandlingUnitIDType.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/TransportHandlingUnitReason.xml</Path>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@

<!-- tag::transport-handling-unit[] -->
<cac:TransportHandlingUnit>
<cbc:ID>11111222222222</cbc:ID>
<cbc:ID schemeID="SSCC">173500538500000016</cbc:ID>
<cbc:TransportHandlingUnitTypeCode>AG</cbc:TransportHandlingUnitTypeCode>
<cbc:HandlingCode>CCC</cbc:HandlingCode>
<cbc:HandlingInstructions>To be set vertical</cbc:HandlingInstructions>
Expand Down
2 changes: 1 addition & 1 deletion rules/snippets/transport-execution-plan/snippet-1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
<!-- end::main-shipment-stage[] -->
<!-- tag::transport-handling-unit[] -->
<cac:TransportHandlingUnit>
<cbc:ID>11111222222222</cbc:ID>
<cbc:ID schemeID="SSCC">173500538500000016</cbc:ID>
<cbc:TransportHandlingUnitTypeCode>AG</cbc:TransportHandlingUnitTypeCode>
<cbc:HandlingCode>CCC</cbc:HandlingCode>
<cbc:HandlingInstructions>To be set vertical</cbc:HandlingInstructions>
Expand Down
4 changes: 2 additions & 2 deletions rules/snippets/transportation-status-request/snippet-1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
<cbc:IdentificationID>21412312412</cbc:IdentificationID>
</cac:TransportEvent>
<cac:TransportHandlingUnit>
<cbc:ID schemeID="sscc">11111222222222</cbc:ID>
<cbc:ID schemeID="SSCC">173500538500000016</cbc:ID>
</cac:TransportHandlingUnit>
</cac:Consignment>
</cac:Consignment>
<!-- end::consignment[] -->
</ubl:TransportationStatusRequest>
2 changes: 1 addition & 1 deletion rules/snippets/transportation-status/snippet-1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</cac:Period>
</cac:TransportEvent>
<cac:TransportHandlingUnit>
<cbc:ID schemeID="sscc">11111222222222</cbc:ID>
<cbc:ID schemeID="SSCC">173500538500000016</cbc:ID>
<cac:Status>
<cbc:ConditionCode schemeID="zzz">4</cbc:ConditionCode>
<cbc:Description>Package with id 2342556523 is damaged</cbc:Description>
Expand Down
4 changes: 3 additions & 1 deletion structure/source/ubl-transport-execution-plan-request.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,9 @@
<?Cardinality 0..n?>
<cbc:ID schemeID="SSCC">173500538500000016
<?Name Identifier transport handling unit ?>
<?Description The SSCC identification code of this Transport Handling Unit. Use the attribute @schemeID if you want to identify the ID as a SSCC ID.?>
<?Description The Transport Handling Unit is identified with a Serial Shipping Container Code (SSCC).
The GS1 identification key used to identify logistics units. The key comprises an extension digit, GS1 Company Prefix,
serial reference and check digit. Use the attribute @schemeID to identify that the ID is a SSCC ID. ?>
<?Cardinality 1..1?>
<?schemeID-usage Optional?>
<?schemeID-Codelist TransportHandlingUnitIDType?>
Expand Down
4 changes: 3 additions & 1 deletion structure/source/ubl-transport-execution-plan.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3080,7 +3080,9 @@
<?Cardinality 0..n?>
<cbc:ID schemeID="SSCC">173500538500000016
<?Name Identifier transport handling unit ?>
<?Description The SSCC identification code of this Transport Handling Unit. Use the attribute @schemeID to identify that the ID is a SSCC ID.?>
<?Description The Transport Handling Unit is identified with a Serial Shipping Container Code (SSCC).
The GS1 identification key used to identify logistics units. The key comprises an extension digit, GS1 Company Prefix,
serial reference and check digit. Use the attribute @schemeID to identify that the ID is a SSCC ID. ?>
<?Cardinality 1..1?>
<?schemeID-usage Optional?>
<?schemeID-Codelist TransportHandlingUnitIDType?>
Expand Down
4 changes: 3 additions & 1 deletion structure/source/ubl-transportation-status-request.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,9 @@
<?Cardinality 0..n?>
<cbc:ID schemeID = "SSCC">173500538500000016
<?Name Identifier transport handling unit ?>
<?Description The SSCC identification code of this transport handling unit. Use the attribute @schemeID to identify that the ID is a SSCC ID. ?>
<?Description The Transport Handling Unit is identified with a Serial Shipping Container Code (SSCC).
The GS1 identification key used to identify logistics units. The key comprises an extension digit, GS1 Company Prefix,
serial reference and check digit. Use the attribute @schemeID to identify that the ID is a SSCC ID. ?>
<?Cardinality 1..1?>
<?schemeID-usage Optional?>
<?schemeID-codelist TransportHandlingUnitIDType?>
Expand Down
4 changes: 3 additions & 1 deletion structure/source/ubl-transportation-status.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,9 @@
<?Cardinality 0..n?>
<cbc:ID schemeID="SSCC">173500538500000016
<?Name Identifier transport handling unit ?>
<?Description The SSCC identification code of this transport handling unit. Use the attribute @schemeID to identify that the ID is a SSCC ID. ?>
<?Description The Transport Handling Unit is identified with a Serial Shipping Container Code (SSCC).
The GS1 identification key used to identify logistics units. The key comprises an extension digit, GS1 Company Prefix,
serial reference and check digit. Use the attribute @schemeID to identify that the ID is a SSCC ID. ?>
<?Cardinality 1..1?>
<?schemeID-usage Optional?>
<?schemeID-codelist TransportHandlingUnitIDType?>
Expand Down

0 comments on commit 725a261

Please sign in to comment.