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

Various changes for SDK 1.10 #695

Merged
merged 37 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
558c28f
fields: Remove a rule on notice dispatch date (TEDEFO-2608)
bertrand-lorentz Sep 18, 2023
63b2552
fields: Change constraint on preferred publication date (TEDEFO-2653)
bertrand-lorentz Sep 18, 2023
f815cf4
fields: Fix pattern for CustomizationID (TEDEFO-2655)
bertrand-lorentz Sep 18, 2023
e5181bc
examples: Add missing post codes and NUTS codes in several notices
bertrand-lorentz Sep 18, 2023
91ba7b3
examples: Add missing info on tender opening in some notices
bertrand-lorentz Sep 18, 2023
fb4e945
examples: Correct procedure type in a few notices
bertrand-lorentz Sep 18, 2023
531bac0
examples: Fix buyer country code in pin-cfc_24
bertrand-lorentz Sep 18, 2023
f2009dd
examples: Fix changed section identifier in can-modif_24_duration
bertrand-lorentz Sep 18, 2023
7e86c65
examples: Remove framework amount info in cn-social_25
bertrand-lorentz Sep 18, 2023
0553705
fields: Change context on constraint for opening date (TEDEFO-2647)
bertrand-lorentz Sep 18, 2023
84b1582
fields: Fix codelist for OPP-030-Tender (TEDEFO-2581)
bertrand-lorentz Sep 19, 2023
4b309f1
fields: Add new field OPP-035-Tender (TEDEFO-2582)
bertrand-lorentz Sep 19, 2023
fd91819
fields: Add conditional constraint on vehicle fields (TEDEFO-2638)
bertrand-lorentz Sep 19, 2023
60cb6f2
fields: Add conditional constraints for contracts in FA (TEDEFO-2636)
bertrand-lorentz Sep 19, 2023
3159cac
fields: Add various conditional forbidden/mandatory constraints
bertrand-lorentz Sep 19, 2023
9f681d9
fields: Rework rules on procedure type (TEDEFO-2640)
bertrand-lorentz Sep 19, 2023
0fa1683
fields: Update regex pattern for email adresses (TEDEFO-2639)
bertrand-lorentz Sep 19, 2023
81b34ca
fields: Update asserts for BT-105-Procedure (TEDEFO-2573)
bertrand-lorentz Sep 19, 2023
b5de201
schematrons: Update with latest rules from database
bertrand-lorentz Sep 19, 2023
e8cab9b
codelists: Fix one label in German for notice-subtype
bertrand-lorentz Sep 19, 2023
0e77bad
fields: Fix an assert on BT-262 (TEDEFO-2658)
bertrand-lorentz Sep 20, 2023
fb685c4
notice-types: Update with latest from database
bertrand-lorentz Sep 20, 2023
e54b5cf
translations: Add and remove texts in all languages for "code"
bertrand-lorentz Sep 20, 2023
73ebdc5
translations: Add one entry in EN for auxiliary
bertrand-lorentz Sep 20, 2023
c2946e0
translations: Add and remove texts for "codelists"
bertrand-lorentz Sep 20, 2023
6e8116f
translations: Add new EN entry for a new field
bertrand-lorentz Sep 20, 2023
7c0f5cf
translations: Fix a text in DE for notice
bertrand-lorentz Sep 20, 2023
44016ca
translations: Update "rule" texts in all languages
bertrand-lorentz Sep 20, 2023
ed53761
fields: Add pattern constraint for BT-1501(s)-Contract (TEDEFO-1964)
bertrand-lorentz Sep 21, 2023
c30366d
fields: Add rules for Previous Planning Part (TEDEFO-2676)
bertrand-lorentz Sep 29, 2023
7bb0f58
fields: Make node ND-DirectAward repeatable (TEDEFO-2687)
bertrand-lorentz Oct 2, 2023
f66dc25
codelists: Update country, cpv and direct-award-justification
bertrand-lorentz Oct 2, 2023
6aa5772
notice-types: Various small update and corrections
bertrand-lorentz Oct 2, 2023
409c208
schematrons: Update rules for latests codelists content
bertrand-lorentz Oct 2, 2023
7e30de1
translations: Update texts for "code" asset type
bertrand-lorentz Oct 2, 2023
6cb2f9d
translations: Add 2 new entries for "group" in English
bertrand-lorentz Oct 2, 2023
a9281cc
translations: Add and update text for rules
bertrand-lorentz Oct 2, 2023
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
48 changes: 9 additions & 39 deletions codelists/codelists.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"ublVersion" : "2.3",
"sdkVersion" : "1.9.0-SNAPSHOT",
"sdkVersion" : "1.10.0-SNAPSHOT",
"metadataDatabase" : {
"version" : "1.8.161",
"createdOn" : "2023-07-07T15:30:49"
"version" : "1.9.52",
"createdOn" : "2023-09-18T15:45:15"
},
"codelists" : [ {
"id" : "accelerated-procedure",
Expand Down Expand Up @@ -155,6 +155,12 @@
"filename" : "contract-nature.gc",
"description" : "List of codes used to specify the main and additional natures of a purchase",
"_label" : "codelist|name|contract-nature"
}, {
"id" : "contract-term",
"parentId" : "contract-detail",
"filename" : "contract-detail_contract-term.gc",
"description" : "TODO",
"_label" : "codelist|name|contract-term"
}, {
"id" : "corporate-body",
"filename" : "corporate-body.gc",
Expand Down Expand Up @@ -1115,12 +1121,6 @@
"filename" : "procurement-procedure-type_procedure-type-13.gc",
"description" : "Allowed procedure type for notice subtype 13",
"_label" : "codelist|name|procedure-type-13"
}, {
"id" : "procedure-type-14",
"parentId" : "procurement-procedure-type",
"filename" : "procurement-procedure-type_procedure-type-14.gc",
"description" : "Allowed procedure type for notice subtype 14",
"_label" : "codelist|name|procedure-type-14"
}, {
"id" : "procedure-type-16",
"parentId" : "procurement-procedure-type",
Expand All @@ -1139,12 +1139,6 @@
"filename" : "procurement-procedure-type_procedure-type-18.gc",
"description" : "Allowed procedure type for notice subtype 18",
"_label" : "codelist|name|procedure-type-18"
}, {
"id" : "procedure-type-19",
"parentId" : "procurement-procedure-type",
"filename" : "procurement-procedure-type_procedure-type-19.gc",
"description" : "Allowed procedure type for notice subtype 19",
"_label" : "codelist|name|procedure-type-19"
}, {
"id" : "procedure-type-20",
"parentId" : "procurement-procedure-type",
Expand All @@ -1157,12 +1151,6 @@
"filename" : "procurement-procedure-type_procedure-type-21.gc",
"description" : "Allowed procedure type for notice subtype 21",
"_label" : "codelist|name|procedure-type-21"
}, {
"id" : "procedure-type-22",
"parentId" : "procurement-procedure-type",
"filename" : "procurement-procedure-type_procedure-type-22.gc",
"description" : "Allowed procedure type for notice subtype 22",
"_label" : "codelist|name|procedure-type-22"
}, {
"id" : "procedure-type-23",
"parentId" : "procurement-procedure-type",
Expand Down Expand Up @@ -1217,12 +1205,6 @@
"filename" : "procurement-procedure-type_procedure-type-31.gc",
"description" : "Allowed procedure type for notice subtype 31",
"_label" : "codelist|name|procedure-type-31"
}, {
"id" : "procedure-type-32",
"parentId" : "procurement-procedure-type",
"filename" : "procurement-procedure-type_procedure-type-32.gc",
"description" : "Allowed procedure type for notice subtype 32",
"_label" : "codelist|name|procedure-type-32"
}, {
"id" : "procedure-type-33",
"parentId" : "procurement-procedure-type",
Expand All @@ -1235,12 +1217,6 @@
"filename" : "procurement-procedure-type_procedure-type-34.gc",
"description" : "Allowed procedure type for notice subtype 34",
"_label" : "codelist|name|procedure-type-34"
}, {
"id" : "procedure-type-35",
"parentId" : "procurement-procedure-type",
"filename" : "procurement-procedure-type_procedure-type-35.gc",
"description" : "Allowed procedure type for notice subtype 35",
"_label" : "codelist|name|procedure-type-35"
}, {
"id" : "procedure-type-36",
"parentId" : "procurement-procedure-type",
Expand Down Expand Up @@ -1271,12 +1247,6 @@
"filename" : "procurement-procedure-type_procedure-type-9.gc",
"description" : "Allowed procedure type for notice subtype 9",
"_label" : "codelist|name|procedure-type-9"
}, {
"id" : "procedure-type-cei",
"parentId" : "procurement-procedure-type",
"filename" : "procurement-procedure-type_procedure-type-cei.gc",
"description" : "Allowed procedure type for notice subtype CEI",
"_label" : "codelist|name|procedure-type-cei"
}, {
"id" : "procedure-type-e1",
"parentId" : "procurement-procedure-type",
Expand Down
63 changes: 32 additions & 31 deletions codelists/contract-detail.gc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<Identification>
<ShortName>ContractDetail</ShortName>
<LongName>contract-detail</LongName>
<Version>1.0</Version>
<CanonicalUri/>
<LongName Identifier="listId">http://publications.europa.eu/resource/authority/contract-detail</LongName>
<Version>20220316-0</Version>
<CanonicalUri>http://publications.europa.eu/resource/dataset/contract-detail</CanonicalUri>
<CanonicalVersionUri/>
<Agency>
<ShortName>OP</ShortName>
Expand Down Expand Up @@ -255,7 +256,7 @@
<SimpleValue>Izmaksu parametri attiecībā uz kompensāciju maksājumiem</SimpleValue>
</Value>
<Value ColumnRef="mlt_label">
<SimpleValue>Il-parametri tal-ispejjeż biex isiru l-ħlasijiet ta' kumpens</SimpleValue>
<SimpleValue>Il-parametri tal-ispejjeż biex isiru l-ħlasijiet ta kumpens</SimpleValue>
</Value>
<Value ColumnRef="nld_label">
<SimpleValue>Parameters voor kosten voor compensaties</SimpleValue>
Expand Down Expand Up @@ -335,7 +336,7 @@
<SimpleValue>Piešķirtas ekskluzīvas tiesības</SimpleValue>
</Value>
<Value ColumnRef="mlt_label">
<SimpleValue>Qegħdin jingħataw drittijiet esklussivi</SimpleValue>
<SimpleValue>Qegħdin jingħataw drittijiet esklussiv</SimpleValue>
</Value>
<Value ColumnRef="nld_label">
<SimpleValue>Exclusieve rechten zijn toegekend</SimpleValue>
Expand Down Expand Up @@ -364,79 +365,79 @@
<SimpleValue>other</SimpleValue>
</Value>
<Value ColumnRef="Name">
<SimpleValue>Other particular conditions</SimpleValue>
<SimpleValue>Other</SimpleValue>
</Value>
<Value ColumnRef="bul_label">
<SimpleValue>Други специфични условия</SimpleValue>
<SimpleValue>Други</SimpleValue>
</Value>
<Value ColumnRef="ces_label">
<SimpleValue>Další zvláštní podmínky</SimpleValue>
<SimpleValue>Jiný</SimpleValue>
</Value>
<Value ColumnRef="dan_label">
<SimpleValue>Andre særlige vilkår</SimpleValue>
<SimpleValue>Andre</SimpleValue>
</Value>
<Value ColumnRef="deu_label">
<SimpleValue>Sonstige besondere Bedingungen</SimpleValue>
<SimpleValue>Sonstiges</SimpleValue>
</Value>
<Value ColumnRef="ell_label">
<SimpleValue>Άλλοι ειδικοί όροι</SimpleValue>
<SimpleValue>Άλλη</SimpleValue>
</Value>
<Value ColumnRef="eng_label">
<SimpleValue>Other particular conditions</SimpleValue>
<SimpleValue>Other</SimpleValue>
</Value>
<Value ColumnRef="spa_label">
<SimpleValue>Otras condiciones particulares</SimpleValue>
<SimpleValue>Otras</SimpleValue>
</Value>
<Value ColumnRef="est_label">
<SimpleValue>Muud eritingimused</SimpleValue>
<SimpleValue>Muu</SimpleValue>
</Value>
<Value ColumnRef="fin_label">
<SimpleValue>Muut erityisehdot</SimpleValue>
<SimpleValue>Muut</SimpleValue>
</Value>
<Value ColumnRef="fra_label">
<SimpleValue>Autres conditions particulières</SimpleValue>
<SimpleValue>Autres</SimpleValue>
</Value>
<Value ColumnRef="gle_label">
<SimpleValue>Coinníollacha sonracha eile</SimpleValue>
<SimpleValue>Eile</SimpleValue>
</Value>
<Value ColumnRef="hrv_label">
<SimpleValue>Ostali posebni uvjeti</SimpleValue>
<SimpleValue>Ostali</SimpleValue>
</Value>
<Value ColumnRef="hun_label">
<SimpleValue>Egyéb különleges feltételek</SimpleValue>
<SimpleValue>Egyéb</SimpleValue>
</Value>
<Value ColumnRef="ita_label">
<SimpleValue>Altre condizioni particolari</SimpleValue>
<SimpleValue>Altre</SimpleValue>
</Value>
<Value ColumnRef="lit_label">
<SimpleValue>Kitos specifinės sąlygos</SimpleValue>
<SimpleValue>Kitos</SimpleValue>
</Value>
<Value ColumnRef="lav_label">
<SimpleValue>Citi konkrēti nosacījumi</SimpleValue>
<SimpleValue>Citi</SimpleValue>
</Value>
<Value ColumnRef="mlt_label">
<SimpleValue>Kundizzjonijiet partikolari oħrajn</SimpleValue>
<SimpleValue>Oħrajn</SimpleValue>
</Value>
<Value ColumnRef="nld_label">
<SimpleValue>Andere bijzondere voorwaarden</SimpleValue>
<SimpleValue>Andere</SimpleValue>
</Value>
<Value ColumnRef="pol_label">
<SimpleValue>Inne szczególne warunki</SimpleValue>
<SimpleValue>Inne</SimpleValue>
</Value>
<Value ColumnRef="por_label">
<SimpleValue>Outras condições especiais</SimpleValue>
<SimpleValue>Outras</SimpleValue>
</Value>
<Value ColumnRef="ron_label">
<SimpleValue>Alte condiții speciale</SimpleValue>
<SimpleValue>Alte</SimpleValue>
</Value>
<Value ColumnRef="slk_label">
<SimpleValue>Ďalšie osobitné podmienky</SimpleValue>
<SimpleValue>Iná</SimpleValue>
</Value>
<Value ColumnRef="slv_label">
<SimpleValue>Drugi posebni pogoji</SimpleValue>
<SimpleValue>Drugo</SimpleValue>
</Value>
<Value ColumnRef="swe_label">
<SimpleValue>Andra särskilda villkor</SimpleValue>
<SimpleValue>Annat</SimpleValue>
</Value>
</Row>
<Row>
Expand Down Expand Up @@ -495,7 +496,7 @@
<SimpleValue>Sabiedrisko pakalpojumu sniegšanas saistības</SimpleValue>
</Value>
<Value ColumnRef="mlt_label">
<SimpleValue>L-Obbligi ta' Servizz Pubbliku</SimpleValue>
<SimpleValue>L-Obbligi ta Servizz Pubbliku</SimpleValue>
</Value>
<Value ColumnRef="nld_label">
<SimpleValue>Openbaredienstverplichtingen</SimpleValue>
Expand Down Expand Up @@ -572,7 +573,7 @@
<SimpleValue>Socialiniai standartai</SimpleValue>
</Value>
<Value ColumnRef="lav_label">
<SimpleValue>Sociālie standarti</SimpleValue>
<SimpleValue>Sociālie standart</SimpleValue>
</Value>
<Value ColumnRef="mlt_label">
<SimpleValue>Standards soċjali</SimpleValue>
Expand Down
Loading