Skip to content

Commit

Permalink
Merge pull request #96 from OpenPEPPOL/POACC-534
Browse files Browse the repository at this point in the history
Poacc 534
  • Loading branch information
MartinForsberg-Ecru authored Feb 15, 2024
2 parents 4cfa2a4 + 300eb45 commit f807dc0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 20 deletions.
5 changes: 4 additions & 1 deletion project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL5387.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/TransactionConditions.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL4219.xml</Path>
Expand All @@ -278,7 +282,6 @@
<Type>CodeList-1</Type>
<Path>structure/codelist/UNECERec19.xml</Path>
</Resource>

<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNECERec20-11e.xml</Path>
Expand Down
20 changes: 6 additions & 14 deletions structure/codelist/TransactionConditions.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeList xmlns="urn:fdc:difi.no:2017:vefa:structure:CodeList-1">

<Title>Transaction condition code</Title>
<Title>Transaction condition code (OpenPEPPOL)</Title>
<Identifier>TransactionCondition</Identifier>
<Version>1.0</Version>
<Agency>OpenPEPPOL</Agency>
<Subset>OpenPEPPOL</Subset>

<Code>
<Id>VQ</Id>
<Name>Variable measure indicator</Name>
</Code>
<Code>
<Id>RC</Id>
<Name>Returnable unit, indicator</Name>
</Code>
<Code>
<Id>SER</Id>
<Name>Trade item is a service</Name>
<Code>
<Id>CT</Id>
<Name>Contracted item</Name>
</Code>
<Code>
<Id>MTO</Id>
<Name>Trade item is produced after it has been ordered</Name>
<Id>NON_RETURNABLE</Id>
<Name>Non returnable item</Name>
</Code>

</CodeList>
12 changes: 7 additions & 5 deletions structure/syntax/ubl-catalogue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1612,16 +1612,18 @@

</Element>
</Element>
<Element cardinality="0..1">
<Element cardinality="0..n">
<Term>cac:TransactionConditions</Term>
<Name>Contracted item</Name>
<Name>Transaction condition</Name>
<Element>
<Term>cbc:ActionCode</Term>
<Name>Contracted item indicator</Name>
<Description>The code CT indicates that the item is offered in accordance to the referenced contract.</Description>
<Name>Contracted item indicator, Non-returnable item indicator</Name>
<Description>The code CT indicates that the item is offered in accordance to the referenced contract (tir19-p027). The code NON_RETURNABLE indicates that the item cannot be returned (tir19-p049).</Description>
<DataType>Code</DataType>
<Reference type="BUSINESS_TERM">tir19-p027</Reference>
<Value type="FIXED">CT</Value>
<Reference type="BUSINESS_TERM">tir19-p049</Reference>
<Reference type="CODE_LIST">TransactionCondition</Reference>

</Element>
</Element>
<Element cardinality="0..n">
Expand Down

0 comments on commit f807dc0

Please sign in to comment.