Skip to content

Commit 2c52f93

Browse files
authored
Merge pull request #1 from OP-TED/0.1.1
0.1.1
2 parents f3f8519 + b185678 commit 2c52f93

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+84
-80
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Disclaimer
2-
The information provided by the Publications Office on this GitHub repository is for general informational purposes only. All information is provided in good faith, however we make no representation or warranty of any kind, express or implied, regarding the accuracy, adequacy, validity, reliability, availability or completeness of this information.
3-
4-
This project is currently under development, so everything is still subject to change.
2+
This project is currently under development. We may update the current version and replace it with a new version at any time. In this case, we recommend you retrieve the latest version in order to ensure technical compliance. The Publications Office cannot guarantee the accuracy, adequacy, validity, reliability, availability or completeness of this information and accepts no responsibility for any use you may make of this project’s component parts.
53

64
# Summary
5+
This project is managed by the Publications Office of the European Union to enable implementation of the European legislation for publication of notices for public procurement on the [TED website](https://ted.europa.eu/TED/). For more information, see the [DG GROW eForms](https://ec.europa.eu/growth/single-market/public-procurement/digital/eforms_en) page.
6+
77
This project aims to provide the necessary tools for being able to build valid eForms notices.
88
It is composed of the following:
99
- `schemas`: This folder contains a provisional release of the schemas. There are currently based on an interim version of Pre-Award UBL 2.3 document types and is therefore not yet ready for use.
1010
The adopted approach is to keep the whole set of UBL elements but only support the use of a subset. It provides the advantage of having the rules outside of the schema. Adding extra fields for which a UBL element already exists will not require the definition of a new schema.
1111
- `docs`: This folder contains documentation in English which provides explanations and snippets in addition to the schema.
1212
- `schematrons`: This folder contains Schematron rules which are used to check the validity of notices as per the eForms regulation. Any kind of rule or constraint is implemented in Schematron.
1313
- `examples`: This folder contains some notice examples together with their validation report in SVRL.
14+
15+
# Versioning
16+
17+
Provisional releases of the eForms schema and documentation that were provided during 2020 via SIMAP had a different versioning scheme and are being replaced with this SDK that combines them into one bundle with one version number.

docs/eForms_Schemas_Usage.docx

2.1 KB
Binary file not shown.

examples/notices/INVALID_can_24_stage-2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-->
44
<ContractAwardNotice xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:ContractAwardNotice-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:efac="http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1" xmlns:efext="http://data.europa.eu/p27/eforms-ubl-extensions/1" xmlns:efbc="http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<cbc:UBLVersionID>2.3</cbc:UBLVersionID>
6-
<cbc:CustomizationID>eforms-1.0</cbc:CustomizationID>
6+
<cbc:CustomizationID>eforms-sdk-0.1</cbc:CustomizationID>
77
<cbc:ID>123465</cbc:ID>
88
<cbc:ContractFolderID>99999900</cbc:ContractFolderID>
99
<cbc:IssueDate>2020-01-23+01:00</cbc:IssueDate>

examples/notices/INVALID_cn_24_stage-2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-->
44
<ContractNotice xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:ContractNotice-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:efac="http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1" xmlns:efext="http://data.europa.eu/p27/eforms-ubl-extensions/1" xmlns:efbc="http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<cbc:UBLVersionID>2.3</cbc:UBLVersionID>
6-
<cbc:CustomizationID>eforms-1.0</cbc:CustomizationID>
6+
<cbc:CustomizationID>eforms-sdk-0.1</cbc:CustomizationID>
77
<cbc:ID></cbc:ID>
88
<cbc:ContractFolderID></cbc:ContractFolderID>
99
<cbc:IssueDate>2000-01-01</cbc:IssueDate>

examples/notices/can-modif_24_duration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-->
44
<ContractAwardNotice xmlns="urn:oasis:names:specification:ubl:schema:xsd:ContractAwardNotice-2" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:efext="http://data.europa.eu/p27/eforms-ubl-extensions/1" xmlns:efbc="http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1" xmlns:efac="http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<cbc:UBLVersionID>2.3</cbc:UBLVersionID>
6-
<cbc:CustomizationID>eforms-1.0</cbc:CustomizationID>
6+
<cbc:CustomizationID>eforms-sdk-0.1</cbc:CustomizationID>
77
<cbc:ID>2020/S 073-175479</cbc:ID>
88
<cbc:ContractFolderID></cbc:ContractFolderID>
99
<cbc:IssueDate>2010-10-07+01:00</cbc:IssueDate>

examples/notices/can-modif_24_value.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-->
44
<ContractAwardNotice xmlns="urn:oasis:names:specification:ubl:schema:xsd:ContractAwardNotice-2" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:efext="http://data.europa.eu/p27/eforms-ubl-extensions/1" xmlns:efbc="http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1" xmlns:efac="http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<cbc:UBLVersionID>2.3</cbc:UBLVersionID>
6-
<cbc:CustomizationID>eforms-1.0</cbc:CustomizationID>
6+
<cbc:CustomizationID>eforms-sdk-0.1</cbc:CustomizationID>
77
<cbc:ID>2018/S 149-342558</cbc:ID>
88
<cbc:ContractFolderID></cbc:ContractFolderID>
99
<cbc:IssueDate>2018-08-02+01:00</cbc:IssueDate>

examples/notices/can_23_lots.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-->
44
<ContractAwardNotice xmlns="urn:oasis:names:specification:ubl:schema:xsd:ContractAwardNotice-2" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:efext="http://data.europa.eu/p27/eforms-ubl-extensions/1" xmlns:efbc="http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1" xmlns:efac="http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<cbc:UBLVersionID>2.3</cbc:UBLVersionID>
6-
<cbc:CustomizationID>eforms-1.0</cbc:CustomizationID>
6+
<cbc:CustomizationID>eforms-sdk-0.1</cbc:CustomizationID>
77
<cbc:ID>2020/S 052-125030</cbc:ID>
88
<cbc:ContractFolderID></cbc:ContractFolderID>
99
<cbc:IssueDate>2020-03-10+01:00</cbc:IssueDate>

examples/notices/can_24_FRA_comments.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-->
44
<ContractAwardNotice xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:ContractAwardNotice-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:efac="http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1" xmlns:efext="http://data.europa.eu/p27/eforms-ubl-extensions/1" xmlns:efbc="http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<cbc:UBLVersionID>2.3</cbc:UBLVersionID>
6-
<cbc:CustomizationID>eforms-1.0</cbc:CustomizationID>
6+
<cbc:CustomizationID>eforms-sdk-0.1</cbc:CustomizationID>
77
<!--BT-701 Notice Identifier-->
88
<cbc:ID>224</cbc:ID>
99
<!--BT-04 Procedure Identifier (UUID)-->

examples/notices/can_24_LSBU.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-->
44
<ContractAwardNotice xmlns="urn:oasis:names:specification:ubl:schema:xsd:ContractAwardNotice-2" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:efext="http://data.europa.eu/p27/eforms-ubl-extensions/1" xmlns:efbc="http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1" xmlns:efac="http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<cbc:UBLVersionID>2.3</cbc:UBLVersionID>
6-
<cbc:CustomizationID>eforms-1.0</cbc:CustomizationID>
6+
<cbc:CustomizationID>eforms-sdk-0.1</cbc:CustomizationID>
77
<cbc:ID>2018/S 149-342558</cbc:ID>
88
<cbc:ContractFolderID></cbc:ContractFolderID>
99
<cbc:IssueDate>2018-08-02+01:00</cbc:IssueDate>

examples/notices/can_24_UKRI.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-->
44
<ContractAwardNotice xmlns="urn:oasis:names:specification:ubl:schema:xsd:ContractAwardNotice-2" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:efext="http://data.europa.eu/p27/eforms-ubl-extensions/1" xmlns:efbc="http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1" xmlns:efac="http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<cbc:UBLVersionID>2.3</cbc:UBLVersionID>
6-
<cbc:CustomizationID>eforms-1.0</cbc:CustomizationID>
6+
<cbc:CustomizationID>eforms-sdk-0.1</cbc:CustomizationID>
77
<cbc:ID>2020/S 074-177511</cbc:ID>
88
<cbc:ContractFolderID></cbc:ContractFolderID>
99
<cbc:IssueDate>2020-04-14+01:00</cbc:IssueDate>

0 commit comments

Comments
 (0)