Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POACC-736 #109

Merged
merged 3 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions guides/release-notes/v3.0.14.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@ Release date:: November 2024

== Changes to syntax
* Order transaction (T01)
** Added optional element ID to AdditionalItemProperty with corresponding update in Use Case 4.
* Order Change(T114)
** Added optional element ID to AdditionalItemProperty.
* Order Agreement(T110)
** Added optional element ID to AdditionalItemProperty with corresponding update in Use Case in Appendix A.
* Order Response transaction (T76)
* Punch Out(T77)
** Added optional element ID to AdditionalItemProperty with corresponding update in Use Case in Appendix A.
* Order Response transaction Advanced (T116)
* Despatch Advice (T16)
** Optional attribute added to indicate the scheme of the Transport Handling Unit identifier.
** Optional party Delivery Party added to align with Order.

** Added optional element ID to AdditionalItemProperty .
* Catalogue transaction (T19)
** Added optional element ID to AdditionalItemProperty with corresponding update in Use Case 5.
* Punchout transaction (T77)
Add ”cac:DocumentReference” to Certificate.
this may contain vital information regarding the label and has a simular function as in Catalogue.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
</cac:TaxScheme>
</cac:ClassifiedTaxCategory>
<cac:AdditionalItemProperty>
<cbc:ID schemeDataURI="sdfdf" schemeID="ISO22057" schemeVersionID="2022">77e416eb-a363-4258-a04e-171d843a6460</cbc:ID>
<cbc:Name>Paper weight in grams</cbc:Name>
<cbc:Value>18</cbc:Value>
</cac:AdditionalItemProperty>
Expand Down
1 change: 1 addition & 0 deletions rules/examples/Order use cases/UC4_Order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@
<cbc:Value>Left-handed</cbc:Value>
</cac:AdditionalItemProperty>
<cac:AdditionalItemProperty>
<cbc:ID schemeDataURI="sdfdf" schemeID="ISO22057" schemeVersionID="2022">77e416eb-a363-4258-a04e-171d843a6460</cbc:ID>
<cbc:Name>Purpose</cbc:Name>
<cbc:Value>Snow</cbc:Value>
</cac:AdditionalItemProperty>
Expand Down
2 changes: 1 addition & 1 deletion rules/examples/OrderAgreement_Example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,10 @@
</cac:TaxScheme>
</cac:ClassifiedTaxCategory>
<cac:AdditionalItemProperty>
<cbc:ID schemeDataURI="sdfdf" schemeID="ISO22057" schemeVersionID="2022">77e416eb-a363-4258-a04e-171d843a6460</cbc:ID>
<cbc:Name>Length</cbc:Name>
<cbc:NameCode listID="NN">test</cbc:NameCode>
<cbc:Value>30 mm</cbc:Value>

</cac:AdditionalItemProperty>
<cac:Certificate>
<cbc:ID>EU EcoLabel</cbc:ID>
Expand Down
1 change: 1 addition & 0 deletions rules/examples/PunchOut_Example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
</cac:TaxScheme>
</cac:ClassifiedTaxCategory>
<cac:AdditionalItemProperty>
<cbc:ID schemeDataURI="sdfdf" schemeID="ISO22057" schemeVersionID="2022">77e416eb-a363-4258-a04e-171d843a6460</cbc:ID>
<cbc:Name>Paper weight in grams</cbc:Name>
<cbc:Value>18</cbc:Value>
</cac:AdditionalItemProperty>
Expand Down
24 changes: 24 additions & 0 deletions structure/syntax/ubl-catalogue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1690,6 +1690,30 @@
<Term>cac:AdditionalItemProperty</Term>
<Name>Additional item property</Name>
<Description>A group of business terms providing information about properties of the goods and services invoiced.</Description>
<Element cardinality="0..1">
<Term>cbc:ID</Term>
<Name>ID</Name>
<Description>ID of the property if assigned by an Agency</Description>
<Value type="EXAMPLE">77e416eb-a363-4258-a04e-171d843a6460</Value>
<Element cardinality="O">
<Term>@schemeDataURI</Term>
<Name>Scheme Data URI</Name>
<Description>Scheme Data URI</Description>
<Value type="EXAMPLE">sdfdf</Value>
</Element>
<Element cardinality="O">
<Term>@schemeID</Term>
<Name>Scheme identifier</Name>
<Description>Scheme identifier</Description>
<Value type="EXAMPLE">ISO22057</Value>
</Element>
<Element cardinality="O">
<Term>@schemeVersionID</Term>
<Name>Scheme version identifier</Name>
<Description>Scheme version identifier</Description>
<Value type="EXAMPLE">2022</Value>
</Element>
</Element>
<Element>
<Term>cbc:Name</Term>
<Name>Item property name</Name>
Expand Down
24 changes: 24 additions & 0 deletions structure/syntax/ubl-despatch-advice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,30 @@
<Name>Additional item property information</Name>
<Description>A group of business terms providing information about properties of
the goods and services invoiced.</Description>
<Element cardinality="0..1">
<Term>cbc:ID</Term>
<Name>ID</Name>
<Description>ID of the property if assigned by an Agency</Description>
<Value type="EXAMPLE">77e416eb-a363-4258-a04e-171d843a6460</Value>
<Element cardinality="O">
<Term>@schemeDataURI</Term>
<Name>Scheme Data URI</Name>
<Description>Scheme Data URI</Description>
<Value type="EXAMPLE">sdfdf</Value>
</Element>
<Element cardinality="O">
<Term>@schemeID</Term>
<Name>Scheme identifier</Name>
<Description>Scheme identifier</Description>
<Value type="EXAMPLE">ISO22057</Value>
</Element>
<Element cardinality="O">
<Term>@schemeVersionID</Term>
<Name>Scheme version identifier</Name>
<Description>Scheme version identifier</Description>
<Value type="EXAMPLE">2022</Value>
</Element>
</Element>
<Element>
<Term>cbc:Name</Term>
<Name>Item property name</Name>
Expand Down
24 changes: 24 additions & 0 deletions structure/syntax/ubl-order-change.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2221,6 +2221,30 @@
<Term>cac:AdditionalItemProperty</Term>
<Name>Additional item property information</Name>
<Description>A group of business terms providing information about properties of the goods and services invoiced.</Description>
<Element cardinality="0..1">
<Term>cbc:ID</Term>
<Name>ID</Name>
<Description>ID of the property if assigned by an Agency</Description>
<Value type="EXAMPLE">77e416eb-a363-4258-a04e-171d843a6460</Value>
<Element cardinality="O">
<Term>@schemeDataURI</Term>
<Name>Scheme Data URI</Name>
<Description>Scheme Data URI</Description>
<Value type="EXAMPLE">sdfdf</Value>
</Element>
<Element cardinality="O">
<Term>@schemeID</Term>
<Name>Scheme identifier</Name>
<Description>Scheme identifier</Description>
<Value type="EXAMPLE">ISO22057</Value>
</Element>
<Element cardinality="O">
<Term>@schemeVersionID</Term>
<Name>Scheme version identifier</Name>
<Description>Scheme version identifier</Description>
<Value type="EXAMPLE">2022</Value>
</Element>
</Element>
<Element>
<Term>cbc:Name</Term>
<Name>Item property name</Name>
Expand Down
24 changes: 24 additions & 0 deletions structure/syntax/ubl-order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2263,6 +2263,30 @@
<Term>cac:AdditionalItemProperty</Term>
<Name>Additional item property information</Name>
<Description>A group of business terms providing information about properties of the goods and services invoiced.</Description>
<Element cardinality="0..1">
<Term>cbc:ID</Term>
<Name>ID</Name>
<Description>ID of the property if assigned by an Agency</Description>
<Value type="EXAMPLE">77e416eb-a363-4258-a04e-171d843a6460</Value>
<Element cardinality="O">
<Term>@schemeDataURI</Term>
<Name>Scheme Data URI</Name>
<Description>Scheme Data URI</Description>
<Value type="EXAMPLE">sdfdf</Value>
</Element>
<Element cardinality="O">
<Term>@schemeID</Term>
<Name>Scheme identifier</Name>
<Description>Scheme identifier</Description>
<Value type="EXAMPLE">ISO22057</Value>
</Element>
<Element cardinality="O">
<Term>@schemeVersionID</Term>
<Name>Scheme version identifier</Name>
<Description>Scheme version identifier</Description>
<Value type="EXAMPLE">2022</Value>
</Element>
</Element>
<Element>
<Term>cbc:Name</Term>
<Name>Item property name</Name>
Expand Down
24 changes: 24 additions & 0 deletions structure/syntax/ubl-orderagreement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1705,6 +1705,30 @@
<Term>cac:AdditionalItemProperty</Term>
<Name>Additional item property information</Name>
<Description>A group of business terms providing information about properties of the goods and services invoiced.</Description>
<Element cardinality="0..1">
<Term>cbc:ID</Term>
<Name>ID</Name>
<Description>ID of the property if assigned by an Agency</Description>
<Value type="EXAMPLE">77e416eb-a363-4258-a04e-171d843a6460</Value>
<Element cardinality="O">
<Term>@schemeDataURI</Term>
<Name>Scheme Data URI</Name>
<Description>Scheme Data URI</Description>
<Value type="EXAMPLE">sdfdf</Value>
</Element>
<Element cardinality="O">
<Term>@schemeID</Term>
<Name>Scheme identifier</Name>
<Description>Scheme identifier</Description>
<Value type="EXAMPLE">ISO22057</Value>
</Element>
<Element cardinality="O">
<Term>@schemeVersionID</Term>
<Name>Scheme version identifier</Name>
<Description>Scheme version identifier</Description>
<Value type="EXAMPLE">2022</Value>
</Element>
</Element>
<Element>
<Term>cbc:Name</Term>
<Name>Item property name</Name>
Expand Down
27 changes: 25 additions & 2 deletions structure/syntax/ubl-shoppingcart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,31 @@
<Element cardinality="0..n">
<Term>cac:AdditionalItemProperty</Term>
<Name>Additional item property information</Name>
<Description>Used to for item properties and also configured product identifier
and item is service indicator</Description>
<Description>Used to for item properties and also configured product identifier and item is service indicator</Description>
<Element cardinality="0..1">
<Term>cbc:ID</Term>
<Name>ID</Name>
<Description>ID of the property if assigned by an Agency</Description>
<Value type="EXAMPLE">77e416eb-a363-4258-a04e-171d843a6460</Value>
<Element cardinality="O">
<Term>@schemeDataURI</Term>
<Name>Scheme Data URI</Name>
<Description>Scheme Data URI</Description>
<Value type="EXAMPLE">sdfdf</Value>
</Element>
<Element cardinality="O">
<Term>@schemeID</Term>
<Name>Scheme identifier</Name>
<Description>Scheme identifier</Description>
<Value type="EXAMPLE">ISO22057</Value>
</Element>
<Element cardinality="O">
<Term>@schemeVersionID</Term>
<Name>Scheme version identifier</Name>
<Description>Scheme version identifier</Description>
<Value type="EXAMPLE">2022</Value>
</Element>
</Element>
<Element>
<Term>cbc:Name</Term>
<Name>Item property name</Name>
Expand Down
Loading