Skip to content

Commit

Permalink
Merge branch '2024-q4-dev' of https://github.com/OpenPEPPOL/poacc-upg…
Browse files Browse the repository at this point in the history
…rade-3 into 2024-q4-dev
  • Loading branch information
MartinForsberg-Ecru committed Sep 2, 2024
2 parents 1940197 + 742e090 commit 27b79ed
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
6 changes: 6 additions & 0 deletions project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,12 @@
<Type>CodeList-1</Type>
<Path>structure/codelist/StatusReason.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/TransportHandlingUnitIDschemeID.xml</Path>
</Resource>


<!-- Files -->
<Resource>
<Type>native:File</Type>
Expand Down
21 changes: 21 additions & 0 deletions structure/codelist/TransportHandlingUnitIDschemeID.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeList xmlns="urn:fdc:difi.no:2017:vefa:structure:CodeList-1">

<Title>Transport Handling Unit ID scheme(openPEPPOL)</Title>
<Identifier>TransportHandlingUnitIDschemID</Identifier>
<Version>1.0</Version>
<Agency>OpenPEPPOL</Agency>
<Subset>OpenPEPPOL</Subset>

<Code>
<Id>SSCC</Id>
<Name>Serial Shipping Container Code</Name>
<Description>Code used to identify a logistic unit</Description>
</Code>
<Code>
<Id>ZZZ</Id>
<Name>Mutually defined</Name>
<Description>Identifier scheme which is mutually defined by the trading partners</Description>
</Code>

</CodeList>
2 changes: 2 additions & 0 deletions structure/syntax/ubl-despatch-advice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,8 @@
<Name>Handling unit identifier</Name>
<Description>Identifies the transport handling unit.</Description>
<Reference type="BUSINESS_TERM">tir16-061</Reference>
<Reference type="CODE_LIST">TransportHandlingUnitIDschemID</Reference>
<Value type="EXAMPLE">SSCC</Value>
</Element>
<Element cardinality="0..1">
<Term>cbc:TransportHandlingUnitTypeCode</Term>
Expand Down

0 comments on commit 27b79ed

Please sign in to comment.