Skip to content

Commit 0e9e31d

Browse files
committed
LLC-27
1 parent da7ef2f commit 0e9e31d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

guides/release-notes/v1.3.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This is the second release update of the Peppol Logistics standard. This time on
2626
== Updated Transactions
2727
* Advanced Despatch Advice (T120)
2828
** Uppdated description of Despatch Supplier Party
29+
** Added AdditionalItemProperty to ItemInstance
2930
* Weight Statement (T122)
3031
** LoC Rule Peppol-T122-R002 added for ProfileID
3132

structure/syntax/ubl-advanced-despatch-advice.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3419,9 +3419,11 @@
34193419
</Element>
34203420
<Element cardinality="0..1">
34213421
<Term>cbc:NameCode</Term>
3422+
<Name>Name code</Name>
3423+
<Description>The name code of the item instance property.</Description>
34223424
<Attribute usage="Mandatory">
34233425
<Term>listID</Term>
3424-
<Name>Name code list id.</Name>
3426+
<Name>Name code list id</Name>
34253427
<Description>An identifier for the code list used for the Name code, this is bilaterally agreed</Description>
34263428
<Value type="EXAMPLE">IPNC</Value>
34273429
</Attribute>
@@ -3437,14 +3439,21 @@
34373439
</Element>
34383440
<Element cardinality="0..1">
34393441
<Term>cbc:ValueQuantity</Term>
3442+
<Name>Value quantity</Name>
3443+
<Description>The value quantity of the item instance property.</Description>
34403444
<Attribute>
34413445
<Term>unitCode</Term>
3446+
<DataType>Code</DataType>
3447+
<Reference type="CODE_LIST">UNECERec20</Reference>
34423448
<Value type="EXAMPLE">EA</Value>
3449+
34433450
</Attribute>
34443451
<Value type="EXAMPLE">15.00</Value>
34453452
</Element>
34463453
<Element cardinality="0..1">
34473454
<Term>cbc:ValueQualifier</Term>
3455+
<Name>Value qualifier</Name>
3456+
<Description>The value qualifier of the item instance property.</Description>
34483457
<Value type="EXAMPLE">descr</Value>
34493458
</Element>
34503459
</Element>

0 commit comments

Comments
 (0)