Skip to content

Commit

Permalink
Updating Codelist for SubmissionMethodCode with value "Paper and/or e…
Browse files Browse the repository at this point in the history
…lectronic submission". The list ID was changed to from "BII_SUBMISSION" TO "SUBMISSION_METHOD". Also, the corresponding business term and descriptions have been updated
  • Loading branch information
nmondoar authored and nmondoar committed Jun 14, 2024
1 parent c434a73 commit 373f29e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions guides/changelog/2023-xx-xx.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

* T14: Change the cardinality of cac:TenderDocumentReference in T014 from 1..1 to 1..n. TenderDocumentReference SHOULD NOT be used "more than once" was changed to "more than twice". Corresponding description were added as defined by the transaction to use code 13 for REM evidence and 310 for Tender reference. Fixed value 23 (typo - should be 13) was removed to allow for both values.

=== Codelist
Updating Codelist for SubmissionMethodCode with value "Paper and/or electronic submission". The list ID was changed to from "BII_SUBMISSION" TO "SUBMISSION_METHOD". Also the corresponding business term and descriptions have been updated


=== Editorial changes

Expand Down
4 changes: 2 additions & 2 deletions guides/transactions/T004/codes/code-list-element.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@
Only codes 1-3 are allowed in a Call for tender.
|===

== Backup for electronic submission indicator /Electronic submission required indicator
== Submission Method Code
[cols="1h,4"]
|===
| Qualifier
| BII_SUBMISSION (listID)
| SUBMISSION_METHOD (listID)
| Document location
| `cbc:SubmissionMethodCode`
| Source codelist
Expand Down
4 changes: 4 additions & 0 deletions structure/codelist/submissionMethod.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<Id>ELECTRONIC</Id>
<Name>Electronic submission</Name>
</Code>
<Code>
<Id>ANY</Id>
<Name>Paper and/or Electronic submission</Name>
</Code>
</CodeList>


Expand Down
7 changes: 3 additions & 4 deletions structure/syntax/CallForTenders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -637,15 +637,14 @@

<Element cardinality="0..1">
<Term>cbc:SubmissionMethodCode</Term>
<Name>Backup for electronic submission indicator</Name>
<Description>Indicator whether postal submission of the tender is merely a backup for the electronic
submission
<Name>Submission Method Code</Name>
<Description>A code signifying the method to be followed in submitting tenders
</Description>
<Reference type="CODE_LIST">submissionMethod</Reference>
<Attribute>
<Term>listID</Term>
<Name>List identifier</Name>
<Value type="FIXED">BII_SUBMISSION</Value>
<Value type="FIXED">SUBMISSION_METHOD</Value>
</Attribute>
<DataType>Indicator</DataType>
</Element>
Expand Down

0 comments on commit 373f29e

Please sign in to comment.