From 2d96169781b964dab049bad4350004338a89a178 Mon Sep 17 00:00:00 2001 From: NPJ-OP-LUX Date: Fri, 10 Jan 2025 15:33:03 +0000 Subject: [PATCH] [CI] Publish Documentation for 912be1ea9cf5c0cc248a553e04459264f9994cda --- api/3.0/_attachments/specs/api-v3.yaml | 11718 ++++++++++++++++ api/3.0/_images/api_connections.png | Bin 0 -> 61215 bytes api/3.0/index.html | 306 +- .../stage4/stage4.html | 40 +- .../stage5/stage5.html | 13 +- .../SDSmodel2owl.html | 8 +- epo-wf/methodology/methodologyIndex.html | 9 +- sitemap-EPO.xml | 132 +- sitemap-ESPD-EDM.xml | 492 +- sitemap-M2O.xml | 52 +- sitemap-ODS.xml | 114 +- sitemap-api.xml | 26 +- sitemap-eforms-common.xml | 26 +- sitemap-eforms.xml | 11586 +++++++-------- sitemap-epo-home.xml | 60 +- sitemap-epo-wf.xml | 32 +- sitemap-epo-wgm.xml | 686 +- sitemap-espd-home.xml | 14 +- sitemap-espd-wgm.xml | 50 +- sitemap-home.xml | 2 +- 20 files changed, 18682 insertions(+), 6684 deletions(-) create mode 100644 api/3.0/_attachments/specs/api-v3.yaml create mode 100644 api/3.0/_images/api_connections.png diff --git a/api/3.0/_attachments/specs/api-v3.yaml b/api/3.0/_attachments/specs/api-v3.yaml new file mode 100644 index 00000000000..acbd21b01d5 --- /dev/null +++ b/api/3.0/_attachments/specs/api-v3.yaml @@ -0,0 +1,11718 @@ +openapi: 3.0.1 +info: + title: Public API Documentation + description: |+ +

Introduction

+ Public API documentation aims to describe the Public API endpoints. + +

Terms of Usage

+ +
  • Legal notice
  • + + version: 3.0.0 + +security: + - token: [] +paths: + /v3/notices/{businessId}/validation-report: + get: + tags: + - Validation + summary: Retrieve the notice validation report + operationId: getValidationReport + parameters: + - name: businessId + in: path + description: The notice business identifier (notice identifier - version) + required: true + schema: + type: string + example: 3fa85f64-5717-4562-b3fc-2c963f66afa6-01 + responses: + '200': + description: Provides the notice validation report in SVRL (Schematron Validation Report Language) format. + content: + '*/*': + schema: + type: string + format: binary + '400': + description: |- + Possible issues: + - Missing Authorization header in request + - Invalid business id. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '401': + description: The provided TED API key doesn't exist or it is invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '403': + description: No Enotices2 account found for the EU login account identified by provided TED API key. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '404': + description: Notice or notice report was not found. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '500': + description: |- + Possible issues: + - The provided TED API key cannot be currently validated. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + /v3/notices/submit: + post: + tags: + - Publication + summary: Submit XML notice + operationId: submitNotice + requestBody: + content: + multipart/form-data: + schema: + $ref: '#/components/schemas/NoticeSubmitRequest' + required: true + responses: + '201': + description: The notice is created. If CVS validation succeeds, the notice is submitted for publication. Otherwise, is not submitted for publication and report validation can be retrieved from 'validationReportUrl' response property. + content: + application/json: + schema: + $ref: '#/components/schemas/NoticeSubmitResponse' + '400': + description: |- + Possible issues: + - Missing Authorization header in request + - Missing metadata + - Missing notice + - Missing noticeAuthorEmail + - Missing noticeAuthorLang + - Notice with the same noticeId and versionId already exists. + - noticeAuthorEmail is not valid. + - Notice parameter cannot be empty. + - Notice cannot be parsed, it is not valid. + - Could not find given procedure and cannot create new one for this type of notice. + - Missing procedure id in the notice. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '401': + description: The provided TED API key doesn't exist or it is invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '403': + description: No Enotices2 account found for the EU login account identified by provided TED API key. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '404': + description: |- + Possible issues: + - No compatible SDK version found + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '409': + description: |- + Possible issues: + - Multiple objects are created/updated at the same time. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '500': + description: |- + Possible issues: + - The provided TED API key cannot be currently validated. + - The CVS service is not available to validate the notice. + - The CVS could not execute the validation. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + /v3/notices/validate: + post: + tags: + - Validation + summary: Validate a notice + description: Validate a notice sent in the request body. This operation returns a schematron validation report which describes all the tests performed. + operationId: validate + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/NoticeValidationRequest' + required: true + responses: + '200': + description: The report is returned. + content: + application/xml: { } + '400': + description: |- + Possible issues: + - The 'language' parameter is not valid. + - The 'validationMode' parameter is not valid. The 'validationMode' parameter is not valid. + - The rules are missing for the following version. + content: + application/json: + schema: + $ref: '#/components/schemas/TedAppsErrorReponse' + '403': + description: |- + Possible issues: + - The provided TED API key doesn't exist or it is invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/TedAppsErrorReponse' + '500': + description: |- + Possible issues: + - The provided TED API key cannot be currently validated. + content: + application/json: + schema: + $ref: '#/components/schemas/TedAppsErrorReponse' + /v3/config/sdk-versions: + get: + tags: + - Developer + summary: Return version-range.json + description: Return content of the 'version-range.json' file as a JSON response body + operationId: sdk-range + responses: + "401": + description: |- + Possible issues: + - Missing API key + content: + application/json: + schema: + $ref: '#/components/schemas/TedAppsErrorReponse' + "403": + description: |- + Possible issues: + - Missing API key + content: + application/json: + schema: + $ref: '#/components/schemas/TedAppsErrorReponse' + "200": + description: The information on accepted SDK versions is returned. + content: + application/json: { } + /v3/notices/render: + post: + tags: + - Visualization + summary: Get HTML or PDF rendering of a notice sent in the request body. + operationId: render + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/NoticeRenderRequest' + required: true + responses: + '200': + description: OK + content: + text/html: + schema: + type: string + application/pdf: + schema: + type: string + '400': + description: |- + Possible issues: + - 'file', 'format' or 'language' is missing + - The language is not valid + - Notice cannot be created (parsing errors) + content: + application/json: + schema: + $ref: '#/components/schemas/TedAppsErrorReponse' + '403': + description: |- + Possible issues: + - The provided TED API key doesn't exist or it is invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/TedAppsErrorReponse' + '500': + description: |- + Possible issues: + - The provided TED API key cannot be currently validated. + content: + application/json: + schema: + $ref: '#/components/schemas/TedAppsErrorReponse' + /v3/notices/render-async: + post: + tags: + - Visualization + summary: Get HTML or PDF rendering of a notice sent in the request body. + operationId: renderWithCallback + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/NoticeRenderAsyncRequest' + required: true + responses: + "400": + description: Bad Request + content: + application/json: + examples: + Bad Request: + description: Invalid format + value: + errorCode: 400 + message: "Invalid 'format' parameter value. Possible values are:\ + \ [PDF, HTML]." + timestamp: 2023-01-01T00:00:00+01:00 + "200": + description: OK + content: + text/html: + examples: + get HTML notice: + description: The HTML rendering of the notice + value: |- + + + +
    +
    1 Buyer +
    +
    + + + application/pdf: + examples: + get PDF notice: + description: The PDF rendering of the notice + "403": + description: Forbidden + + /v3/notices/convert: + post: + tags: + - Publication + summary: Convert an XML notice + description: Convert an XML notice in the old TED XML format to an eForms notice. + operationId: convertNotice + requestBody: + content: + application/xml: + schema: + type: array + items: + type: string + format: byte + required: true + responses: + '200': + description: The notice was successfully converted. + content: + application/xml: + schema: + type: array + items: + type: string + format: byte + '400': + description: |- + Possible issues: + - Missing Authorization header in request + - The request body is incomplete or invalid. + '401': + description: The provided TED API key doesn't exist or it is invalid. + '500': + description: |- + Possible issues: + - The provided TED API key cannot be currently validated.vers + /v3/api-keys/{token}/renew: + post: + tags: + - Developer + summary: Renew the user API Key + description: Extends the validity of an active API Key. If the API Key is already inactive, a new one must be created. This endpoint is designed to be accessed indirectly, through the link provided in the email notification sent as the key approaches its expiration date. + operationId: renewApiKey + parameters: + - name: token + in: path + description: The token received in the notification email + required: true + schema: + type: string + example: 3fa85f64-5717-4562-b3fc-2c963f66afa6 + responses: + '200': + description: The API Key validity has been extended + '400': + description: |- + Possible issues: + - The token provided is invalid + - The token provided is not active anymore + - The API Key has expired or has been revoked + /v3/notices/{businessId}/stop-publication: + post: + tags: + - Publication + summary: Stop the notice publication + operationId: stopPublication + parameters: + - name: businessId + in: path + description: The notice business identifier (notice identifier - version) + required: true + schema: + type: string + example: 3fa85f64-5717-4562-b3fc-2c963f66afa6-01 + responses: + '200': + description: The publication of the notice has been stopped. + content: + application/json: + schema: + $ref: '#/components/schemas/Notice' + '400': + description: |- + Possible issues: + - Missing Authorization header in request + - Invalid business id. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '401': + description: The provided TED API key doesn't exist or it is invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '403': + description: |- + Possible issues: + - Notice publication cannot be stopped because it is not in SUBMITTED status. + - No Enotices2 account found for the EU login account identified by provided TED API key. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '404': + description: Notice was not found. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '423': + description: Cannot acquire lock because notice is already locked. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '500': + description: |- + Possible issues: + - The provided TED API key cannot be currently validated. + - Internal error while updating notice status. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + /v3/notices: + get: + tags: + - Visualization + summary: Search procedures + operationId: getNotices + parameters: + - name: page + in: query + description: Indicates the page number of the paginated result list + required: false + schema: + minimum: 0 + type: integer + format: int32 + default: 0 + - name: size + in: query + description: Indicates the size of the paginated result list + required: false + schema: + minimum: 1 + type: integer + format: int32 + default: 20 + - name: sortProperty + in: query + description: The property to use to sort the results + required: false + schema: + type: string + enum: + - id + - versionId + - procedureId + - status + - updatedAt + - submittedAt + - publicationId + - publicationDate + - noticeType + - legalBasis + - noticeAuthor + - expectedPublicationDate + - createdAt + - transmittedAt + - name: sortDirection + in: query + description: The sort direction, ascending (ASC) or descending (DESC) + required: false + schema: + type: string + enum: + - ASC + - DESC + - name: searchNotices + in: query + required: true + schema: + $ref: '#/components/schemas/NoticeSearchRequest' + responses: + '200': + description: All notices based on filters. Even if 0 results. + content: + application/json: + schema: + $ref: '#/components/schemas/NoticeSearchResponse' + '400': + description: Missing Authorization header in request + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '401': + description: The provided TED API key doesn't exist or it is invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '403': + description: No Enotices2 account found for the EU login account identified by provided TED API key. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + '500': + description: |- + Possible issues: + - The provided TED API key cannot be currently validated. + content: + application/json: + schema: + $ref: '#/components/schemas/ExceptionBody' + /v3/notices/search: + post: + deprecated: true + tags: + - Visualization + description: |+ + This API provides multiple read-only operations on the TED website data. + The endpoint 'Notice Search API' can be used to search notices both TED schema notices and eForms notices. + More information is available on the help pages of the TED website: + + + The API is accessible to the general public and can be utilized by anyone in accordance with the term of usage. + +

    Public API search modes

    + + This section describes the different search modes provided by the public search API. + Each parameter of the search API is detailed in the OpenAPI documentation of the API. + +

    Pagination mode

    + The pagination mode is the default mode of the public search API. + This mode is stateless: the user can retrieve any result page, and not necessary in order. It also means that there is no mechanism to ensure consistency between two retrieved pages: if the user retrieves multiple pages and an OJS is released between two retrieved pages, then the user might miss some notices or have duplicated notices. + Also, due to how Elasticsearch works internally, a limit on the number of retrievable notices for a given query has been put in place. This limit is described in the Definition of limits section. + + The user must provide the following parameters to the API to paginate results: + + +

    Scroll mode

    + The scroll mode allows user to retrieve all notices for a given query, without limitations defined in section Definition of limits. + With this mode, the user calls the search API to retrieve the first result page and a token. This token can then be included in the next query sent to the search API to retrieve the next result page. The user knows all notices have been retrieved once there is no more notice returned. + The Elasticsearch point in time feature is used to ensure a consistency between all returned pages, which means that the user cannot miss notices or have duplicated notices. An Elasticsearch point in time is a freeze of the Elasticsearch instance at a specific time. If notices are added or removed during the lifetime of a point in time, the notices registered in the point in time don’t change. + The point in time has an expiration time. This expiration time is defined as the date of the next OJS release plus 24 hours. It means that the user has always at least 24 hours to retrieve all the notices for a given query. + + The user must provide the following parameters to the API to retrieve results in scroll mode: + + +

    Definition of limits

    + Here is a definition of the different limits defined for the SEM (Search Engine Module) endpoints in the next sections: + + +

    Search using pagination mode of public API

    + + The pagination mode of the public search API has the following limits: + + In case a limit is reached, the search API will return an error to the user. + +

    Search using scroll mode of public API

    + + The scroll mode of the public search API has the following limits: + + In case a limit is reached, the search API will return an error to the user. + There is no limit on the number of retrievable notices. + +

    Versioning

    + + The versioning of the TED Public API is managed by including the major version in the URL (eg. v1). An upgrade of the major version will denote a breaking changes of the API whereas minor and maintenance will be transparent to the client. The change logs will contain the details of any modifications made to the API, serving as a means to notify clients about newly added features or bug fixes. The list of fields by their variable nature are excluded from the versioning, addition, removal or update of a fields will not change the versioning. + +

    Frequently Asked Questions

    + +

    How can I create, test or validate an expert query?

    +

    The API returns an error regarding an invalid field, format or value, how can I debug?

    + + The TED Expert Search page can be used for that purpose. It includes the capabilities to write a query, + check the syntax, list all the fields and execute the query. The query once tailored can be reused in the query field parameter. + + summary: Search for notices using expert search query (deprecated in favor of /v4/notices/search) + operationId: search + security: [] + requestBody: + content: + application/json: + schema: + "$ref": "#/components/schemas/PublicExpertSearchRequestV1" + required: true + responses: + '200': + description: OK + content: + "*/*": + schema: + oneOf: + - "$ref": "#/components/schemas/ExpertSearchResponse" + '400': + description: '' + content: + "*/*": + schema: + oneOf: + - "$ref": "#/components/schemas/QuerySyntaxErrorError" + - "$ref": "#/components/schemas/QueryInvalidFieldFormatDetails" + - "$ref": "#/components/schemas/QueryUnknownFieldError" + - "$ref": "#/components/schemas/QueryUnsupportedFieldOperationError" + - "$ref": "#/components/schemas/QueryUnsupportedFieldValueError" + - "$ref": "#/components/schemas/UnsupportedValueException" + - "$ref": "#/components/schemas/ExpiredIterationTokenError" + - "$ref": "#/components/schemas/InvalidIterationTokenError" + '500': + description: Internal Server Error + content: + "*/*": + schema: + "$ref": "#/components/schemas/ErrorResponseObject" +components: + schemas: + NoticeValidationRequest: + required: + - notice + type: object + properties: + notice: + type: string + description: Payload in base64 for the XML document + format: byte + example: aGVsbG8= + language: + type: string + description: 'Language to generate the SVRL report. Enum: [bg, cs, da, de, el, en, es, et, fi, fr, ga, hu, it, lt, lv, mt, nl, pl, pt, ro, sk, sl, sv, hr]' + example: en + default: en + validationMode: + type: string + description: Specify the validation mode that will be applied, selecting the corresponding set of rules from the eForms SDK that will be applied. + example: static + default: static + enum: + - dynamic + - static + eFormsSdkVersion: + type: string + description: Specify the eForms SDK version to use for validating the notice. This parameter should be omitted unless you want to override the version indicated in the cbc:CustomizationID element in the notice. + example: eforms-sdk-1.0 + description: Request parameters for validation + TedAppsErrorReponse: + type: object + properties: + errorCode: + type: integer + description: HTTP error code + format: int32 + message: + type: string + description: Error description + timestamp: + type: string + description: Error timestamp in RFC 3339 format + description: Error response + NoticeRenderRequest: + required: + - file + - format + - language + type: object + properties: + file: + type: string + description: XML notice encoded in base 64 + language: + type: string + description: "Language used to render the notice\n * Notice labels are displayed + in the specified language \n * The content of the notice is displayed + in the specified language when it exists in the XML notice, otherwise + the content is displayed with the first official language of the notice" + enum: + - bg + - cs + - da + - de + - el + - en + - es + - et + - fi + - fr + - ga + - hu + - it + - lt + - lv + - mt + - nl + - pl + - pt + - ro + - sk + - sl + - sv + - hr + format: + type: string + description: Output format + enum: + - PDF + - HTML + textToHighlight: + type: string + description: Highlight specific text in the notice rendering. This is used + in TED with the search feature + summary: + type: boolean + description: Render notice by displaying only the specific elements + example: false + description: eForms Notice Render Request + NoticeRenderAsyncRequest: + required: + - callbackUrl + - file + - format + - language + type: object + properties: + file: + type: string + description: XML notice encoded in base 64 + language: + type: string + description: "Language used to render the notice\n * Notice labels are displayed\ + \ in the specified language \n * The content of the notice is displayed\ + \ in the specified language when it exists in the XML notice, otherwise\ + \ the content is displayed with the first official language of the notice" + enum: + - bg + - cs + - da + - de + - el + - en + - es + - et + - fi + - fr + - ga + - hu + - it + - lt + - lv + - mt + - nl + - pl + - pt + - ro + - sk + - sl + - sv + - hr + format: + type: string + description: Output format + enum: + - PDF + - HTML + summary: + type: boolean + description: Render notice by displaying only the specific elements + example: false + callbackUrl: + type: string + description: this URL is called to return the rendered notice instead of + returning it as response to the HTTP call + textToHighlight: + type: string + description: eForms Notice Render Request + Notice: + type: object + properties: + id: + type: string + description: the notice identifier (without the version). + format: uuid + example: 3fa85f64-5717-4562-b3fc-2c963f66afa6 + versionId: + type: string + description: the version identifier. + example: '01' + procedureId: + type: string + description: the procedure identifier. + format: uuid + example: 3fa85f64-5717-4562-b3fc-2c963f66afa5 + status: + $ref: '#/components/schemas/NoticeStatus' + updatedAt: + type: string + description: >- + The exact moment of the latest update of the notice by either user + or system. + format: date-time + example: '2022-01-01T13:15:55.89Z' + submittedAt: + type: string + description: The notice submission date/time. + format: date-time + example: '2022-01-01T13:15:55.89Z' + createdAt: + type: string + description: The notice creation date/time. + format: date-time + example: '2022-01-01T13:15:55.89Z' + transmittedAt: + type: string + description: The notice transmission date/time. + format: date-time + example: '2022-01-01T13:15:55.89Z' + publicationId: + type: string + description: the notice publication identifier. + example: 8164123-2024 + publicationDate: + type: string + description: the notice publication date. + format: date + noticeType: + type: string + description: the notice notice type. + example: '2' + legalBasis: + type: string + description: the notice legal basis code. + example: 32014L0025 + languages: + type: array + description: the notice languages. + example: '["ENG","DEU"]' + items: + type: string + description: the notice language. + example: + - ENG + - DEU + noticeAuthor: + type: string + description: >- + The email is used to identify the person responsible for the notice, + i.e. the Contracting Authority. + example: minimal@email.eu + expectedPublicationDate: + type: string + description: The notice expected publication date. + format: date + NoticeStatus: + type: string + description: the notice status. + example: STOPPED + enum: + - DRAFT + - SUBMITTED + - STOPPED + - PUBLISHED + - PUBLISHING + - DELETED + - NOT_PUBLISHED + - ARCHIVED + - VALIDATION_FAILED + ExceptionBody: + type: object + properties: + code: + type: string + description: The exception code. + message: + type: string + description: The exception message. + Metadata: + required: + - noticeAuthorEmail + - noticeAuthorLang + type: object + properties: + noticeAuthorEmail: + type: string + description: >- + The email is used to identify the person responsible for the notice, + i.e. the Contracting Authority. + example: john@doe.com + noticeAuthorLang: + type: string + description: >- + The EU official language in which the Contracting Authority wishes + to be notified by the Publications Office. + example: en + description: The metadata that is used to identify the original author of the notice. + NoticeSubmitRequest: + required: + - metadata + - notice + type: object + properties: + metadata: + $ref: '#/components/schemas/Metadata' + notice: + type: string + description: The notice XML content. + format: binary + description: The metadata and notice used during the submission of the notice. + NoticeSubmitResponse: + type: object + properties: + validationReportUrl: + type: string + description: the url to use to retrieve the CVS validation report + success: + type: boolean + description: the status of the submission. True if success, otherwise false. + description: The CVS report details after the notice xml submission. + NoticeSearchRequest: + type: object + properties: + id: + type: string + description: the notice identifier (without the version). + format: uuid + example: 3fa85f64-5717-4562-b3fc-2c963f66afa6 + versionId: + type: string + description: the version identifier. + example: '01' + submittedAfter: + type: string + description: the minimum date/time value used to find notices submitted after this point. + format: date-time + example: '2022-01-01T13:15:55.89Z' + submittedBefore: + type: string + description: the maximum date/time value used to find notices submitted before this point. + format: date-time + example: '2022-12-01T23:00:00Z' + publishedAfter: + type: string + description: the minimum date/time value used to find notices published after this point. + format: date-time + example: '2022-01-01T13:15:55.89Z' + publishedBefore: + type: string + description: the maximum date/time value used to find notices published before this point. + format: date-time + example: '2022-12-01T23:00:00Z' + statuses: + type: array + description: |- + The list of status to include in the search: + * DRAFT - The notice is being drafted. + * SUBMITTED - The notice is successfully received, validated and sent to OP (received by TED-Monitor-2022). + * STOPPED - Publication of the notice was stopped by the buyer/ eSender before publication and the request was accepted. + * PUBLISHED - The notice is published online on TED. + * PUBLISHING - Publication process in progress, i.e. the notice has been added to the daily export for TED. + * DELETED - The notice has been deleted by front-end user. + * NOT_PUBLISHED - The notice was received but not published on TED. + * ARCHIVED - The notice has been archived by front-end user. + items: + type: string + description: |- + The list of status to include in the search: + * DRAFT - The notice is being drafted. + * SUBMITTED - The notice is successfully received, validated and sent to OP (received by TED-Monitor-2022). + * STOPPED - Publication of the notice was stopped by the buyer/ eSender before publication and the request was accepted. + * PUBLISHED - The notice is published online on TED. + * PUBLISHING - Publication process in progress, i.e. the notice has been added to the daily export for TED. + * DELETED - The notice has been deleted by front-end user. + * NOT_PUBLISHED - The notice was received but not published on TED. + * ARCHIVED - The notice has been archived by front-end user. + enum: + - DRAFT + - SUBMITTED + - STOPPED + - PUBLISHED + - PUBLISHING + - DELETED + - NOT_PUBLISHED + - ARCHIVED + - VALIDATION_FAILED + noticeAuthor: + type: string + description: the notice author + example: minimal@email.eu + description: The information used in a notice search. + NoticeSearchResponse: + type: object + properties: + totalSize: + type: integer + description: the total size of entities found. + format: int64 + example: 99 + content: + type: array + description: the content of entities found. + items: + $ref: '#/components/schemas/Notice' + description: The information returned after a notice search. + NoticeResponse: + type: object + properties: + BT-09(b)-Procedure: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + organisation-name-mediator-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-post-code-environ-legis-lot: + type: array + items: + type: string + sme-part: + type: array + items: + type: boolean + touchpoint-gateway-ted-esen: + type: array + items: + type: string + BT-135-Procedure: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-fax-tender-receip-part: + type: array + items: + type: string + submission-url-lot: + type: array + items: + type: string + organisation-person-addinfo-part: + type: array + items: + type: boolean + buyer-country-sub: + type: array + items: + type: string + organisation-tel-revieworg-part: + type: array + items: + type: string + no-negocaition-necessary-lot: + type: array + items: + type: boolean + organisation-tel-mediator-lot: + type: array + items: + type: string + BT-13(t)-Part: + type: array + items: + type: string + organisation-city-serv-prov: + type: array + items: + type: string + touchpoint-partname-tenderer: + type: array + items: + type: string + touchpoint-internet-address-paying: + type: array + items: + type: string + BT-538-Lot: + type: array + items: + type: string + touchpoint-post-code-addinfo-lot: + type: array + items: + type: string + option-description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-24-Procedure: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + organisation-person-employ-legis-part: + type: array + items: + type: boolean + touchpoint-post-code-employ-legis-part: + type: array + items: + type: string + AA: + type: array + items: + type: string + touchpoint-internet-address-fiscal-legis-lot: + type: array + items: + type: string + AC: + type: string + organisation-email-tenderer: + type: array + items: + type: string + organisation-country-buyer: + type: array + items: + type: string + BT-1501(c)-Contract: + type: array + items: + type: string + organisation-post-code-docprovider-part: + type: array + items: + type: string + award-criterion-name-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-post-code-financing: + type: array + items: + type: string + touchpoint-contact-point-addinfo-lot: + type: array + items: + type: string + BT-137-Part: + type: array + items: + type: string + organisation-person-mediator-lot: + type: array + items: + type: boolean + organisation-gateway-revieworg-lot: + type: array + items: + type: string + AU: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-person-signatory: + type: array + items: + type: boolean + minimum-candidate-lot: + type: array + items: + type: integer + format: int64 + OPP-130-Business: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + organisation-street-ted-esen: + type: array + items: + type: string + organisation-name-employ-legis-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-city-fiscal-legis-lot: + type: array + items: + type: string + touchpoint-street-employ-legis-part: + type: array + items: + type: string + touchpoint-email-revieworg-lot: + type: array + items: + type: string + business-fax: + type: string + OPP-021-Contract: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + future-notice: + type: string + touchpoint-gateway-environ-legis-part: + type: array + items: + type: string + BI: + type: array + items: + type: string + BT-33-Procedure: + type: integer + format: int64 + touchpoint-tel-subcontractor: + type: array + items: + type: string + ubo-email: + type: array + items: + type: string + touchpoint-internet-address-tender-receip-part: + type: array + items: + type: string + touchpoint-internet-address-tender-eval-part: + type: array + items: + type: string + organisation-person-environ-legis-lot: + type: array + items: + type: boolean + touchpoint-partname-tender-eval-part: + type: array + items: + type: string + BT-5131-Part: + type: array + items: + type: string + organisation-tel-addinfo-part: + type: array + items: + type: string + BT-1501(n)-Contract: + type: array + items: + type: string + touchpoint-contact-point-fiscal-legis-part: + type: array + items: + type: string + organisation-contact-point-serv-prov: + type: array + items: + type: string + BT-712(b)-LotResult: + type: array + items: + type: number + format: float + touchpoint-country-serv-prov: + type: array + items: + type: string + touchpoint-contact-point-tender-eval-part: + type: array + items: + type: string + touchpoint-contact-point-reviewinfo-part: + type: array + items: + type: string + electronic-auction-lot-url: + type: array + items: + type: string + touchpoint-fax-buyer: + type: array + items: + type: string + subcontracting-value-cur: + type: array + items: + type: string + deadline-date-lot: + type: array + items: + type: string + organisation-name-environ-legis-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + description-glo: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-person-employ-legis-lot: + type: array + items: + type: boolean + organisation-country-docprovider-lot: + type: array + items: + type: string + winner-owner-nationality: + type: array + items: + type: string + tender-value-cur: + type: array + items: + type: string + touchpoint-city-revieworg-lot: + type: array + items: + type: string + award-criterion-number-fixed-glo: + type: array + items: + type: string + organisation-partname-docprovider-part: + type: array + items: + type: string + BT-732-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-name-docprovider-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-internet-address-subcontractor: + type: array + items: + type: string + BT-727-Part: + type: array + items: + type: string + place-of-performance-post-code-part: + type: array + items: + type: string + CY: + type: array + items: + type: string + BT-651-Lot: + type: array + items: + type: string + BT-150-Contract: + type: array + items: + type: string + BT-45-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-710-LotResult: + type: array + items: + type: number + format: float + DD: + type: array + items: + type: string + organisation-internet-address-addinfo-lot: + type: array + items: + type: string + deadline-receipt-tender-date-lot: + type: array + items: + type: string + organisation-email-mediator-lot: + type: array + items: + type: string + identifier-part: + type: array + items: + type: string + DI: + type: array + items: + type: string + BT-1311(t)-Lot: + type: array + items: + type: string + touchpoint-city-reviewinfo-lot: + type: array + items: + type: string + BT-46-Lot: + type: array + items: + type: string + modification-justification: + type: array + items: + type: string + tender-variant: + type: array + items: + type: boolean + touchpoint-country-revieworg-lot: + type: array + items: + type: string + BT-70-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-country-employ-legis-lot: + type: array + items: + type: string + DS: + type: string + DT: + type: array + items: + type: string + BT-707-Lot: + type: array + items: + type: string + touchpoint-name-subcontractor: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-partname-financing: + type: array + items: + type: string + BT-52-Lot: + type: array + items: + type: boolean + touchpoint-country-reviewinfo-lot: + type: array + items: + type: string + buyer-reviewrequests-irregularity-type: + type: array + items: + type: string + contract-nature-add-part: + type: array + items: + type: string + organisation-person-tender-eval-lot: + type: array + items: + type: boolean + lots-max-allowed-proc: + type: integer + format: int64 + touchpoint-partname-fiscal-legis-lot: + type: array + items: + type: string + organisation-city-signatory: + type: array + items: + type: string + internal-identifier-glo: + type: array + items: + type: string + BT-99-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-country-sub-subcontractor: + type: array + items: + type: string + contract-identifier: + type: array + items: + type: string + BT-539-Lot: + type: array + items: + type: string + organisation-post-code-fiscal-legis-lot: + type: array + items: + type: string + organisation-country-sub-docprovider-part: + type: array + items: + type: string + touchpoint-street-tender-eval-part: + type: array + items: + type: string + organisation-internet-address-ted-esen: + type: array + items: + type: string + BT-733-LotsGroup: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-36-Lot: + type: array + items: + type: object + properties: + value: + type: string + unit: + type: string + touchpoint-country-sub-financing: + type: array + items: + type: string + organisation-email-subcontractor: + type: array + items: + type: string + BT-134-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-118-NoticeResult: + type: number + format: float + organisation-tel-employ-legis-part: + type: array + items: + type: string + touchpoint-street-subcontractor: + type: array + items: + type: string + corporate-body: + type: array + items: + type: string + touchpoint-country-reviewinfo-part: + type: array + items: + type: string + touchpoint-city-docprovider-part: + type: array + items: + type: string + buyer-touchpoint-gateway: + type: array + items: + type: string + BT-709-LotResult: + type: array + items: + type: number + format: float + procurement-relaunch: + type: array + items: + type: boolean + maximum-candidates-lot: + type: array + items: + type: integer + format: int64 + touchpoint-name-fiscal-legis-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + place-of-performance-city-lot: + type: array + items: + type: string + BT-22-LotsGroup: + type: array + items: + type: string + FT: + type: string + organisation-internet-address-docprovider-part: + type: array + items: + type: string + BT-5141-Lot: + type: array + items: + type: string + touchpoint-tel-tender-receip-lot: + type: array + items: + type: string + organisation-tel-buyer: + type: array + items: + type: string + previous-planning-identifier-part-lot: + type: array + items: + type: string + BT-5121-Procedure: + type: array + items: + type: string + touchpoint-fax-environ-legis-part: + type: array + items: + type: string + organisation-email-fiscal-legis-part: + type: array + items: + type: string + BT-13713-LotResult: + type: array + items: + type: string + contract-nature-main-proc: + type: string + organisation-country-tenderer: + type: array + items: + type: string + tool-url-part: + type: array + items: + type: string + touchpoint-street-revieworg-part: + type: array + items: + type: string + organisation-email-addinfo-part: + type: array + items: + type: string + organisation-tel-signatory: + type: array + items: + type: string + touchpoint-street-tender-receip-part: + type: array + items: + type: string + touchpoint-street-environ-legis-lot: + type: array + items: + type: string + organisation-country-sub-docprovider-lot: + type: array + items: + type: string + organisation-contact-point-signatory: + type: array + items: + type: string + missing-info-submission-description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-identifier-signatory: + type: array + items: + type: string + touchpoint-fax-environ-legis-lot: + type: array + items: + type: string + touchpoint-city-tender-eval-part: + type: array + items: + type: string + organisation-post-code-tender-eval-lot: + type: array + items: + type: string + BT-708-Lot: + type: array + items: + type: string + organisation-name-tender-receip-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + change-previous-notice-section-identifier: + type: array + items: + type: string + jury-member-name-lot: + type: array + items: + type: string + organisation-contact-point-tenderer: + type: array + items: + type: string + organisation-internet-address-fiscal-legis-lot: + type: array + items: + type: string + ubo-fax: + type: array + items: + type: string + quality-target-description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + HA: + type: string + OPT-150-LOT: + type: array + items: + type: string + touchpoint-internet-address-reviewinfo-part: + type: array + items: + type: string + touchpoint-country-mediator-part: + type: array + items: + type: string + touchpoint-country-signatory: + type: array + items: + type: string + reserved-execution-lot: + type: array + items: + type: string + predominance-lot: + type: array + items: + type: string + BT-636-LotResult: + type: array + items: + type: string + touchpoint-tel-employ-legis-lot: + type: array + items: + type: string + buyer-review-compainants-code: + type: array + items: + type: string + organisation-contact-point-fiscal-legis-part: + type: array + items: + type: string + selection-criterion-description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + contract-framework-agreement: + type: array + items: + type: boolean + touchpoint-city-buyer: + type: array + items: + type: string + variant-allowed-lot: + type: array + items: + type: string + additional-classification-proc: + type: array + items: + type: string + place-of-performance-country-proc: + type: array + items: + type: string + BT-768-Contract: + type: array + items: + type: boolean + touchpoint-fax-paying: + type: array + items: + type: string + framework-agreement-part: + type: array + items: + type: string + place-of-performance-post-code-proc: + type: array + items: + type: string + touchpoint-fax-addinfo-part: + type: array + items: + type: string + touchpoint-internet-address-ted-esen: + type: array + items: + type: string + IA: + type: array + items: + type: string + buyer-gateway: + type: array + items: + type: string + BT-47-Lot: + type: array + items: + type: string + organisation-fax-tender-eval-part: + type: array + items: + type: string + contract-duration-end-date-lot: + type: array + items: + type: string + ubo-street: + type: array + items: + type: string + jury-decision-binding-lot: + type: array + items: + type: boolean + BT-5423-LotsGroup: + type: array + items: + type: string + BT-635-LotResult: + type: array + items: + type: number + format: float + OPP-123-Business: + type: string + BT-777-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-gateway-fiscal-legis-part: + type: array + items: + type: string + framework-agreement-lot: + type: array + items: + type: string + BT-734-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-street-mediator-part: + type: array + items: + type: string + touchpoint-email-ted-esen: + type: array + items: + type: string + document-restricted-part: + type: array + items: + type: string + selection-criteria-second-stage-invite-lot: + type: array + items: + type: boolean + touchpoint-email-tender-receip-lot: + type: array + items: + type: string + touchpoint-city-addinfo-part: + type: array + items: + type: string + BT-98-Lot: + type: array + items: + type: object + properties: + value: + type: string + unit: + type: string + BT-19-Lot: + type: array + items: + type: string + BT-726-Part: + type: array + items: + type: boolean + BT-1252-Procedure: + type: array + items: + type: string + direct-award-justification-previous-procedure-identifier-proct: + type: array + items: + type: string + organisation-email-reviewinfo-part: + type: array + items: + type: string + BT-127-notice: + type: string + organisation-person-tender-eval-part: + type: array + items: + type: boolean + touchpoint-tel-financing: + type: array + items: + type: string + organisation-city-addinfo-part: + type: array + items: + type: string + BT-610-Procedure-Buyer: + type: array + items: + type: string + BT-01(c)-procedure: + type: array + items: + type: string + organisation-country-tender-eval-part: + type: array + items: + type: string + BT-132(d)-Lot: + type: array + items: + type: string + winner-post-code: + type: array + items: + type: string + organisation-country-reviewinfo-lot: + type: array + items: + type: string + organisation-partname-docprovider-lot: + type: array + items: + type: string + change-procurement-documents: + type: array + items: + type: boolean + touchpoint-street-fiscal-legis-lot: + type: array + items: + type: string + touchpoint-email-docprovider-lot: + type: array + items: + type: string + buyer-touchpoint-partname: + type: array + items: + type: string + BT-5422-LotsGroup: + type: array + items: + type: string + registration-date: + type: string + organisation-person-tender-receip-part: + type: array + items: + type: boolean + touchpoint-gateway-mediator-lot: + type: array + items: + type: string + BT-01-notice: + type: string + BT-27-Part: + type: array + items: + type: number + format: float + touchpoint-street-serv-prov: + type: array + items: + type: string + framework-estimated-value-glo: + type: array + items: + type: number + format: float + organisation-post-code-mediator-lot: + type: array + items: + type: string + organisation-name-addinfo-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-internet-address-docprovider-part: + type: array + items: + type: string + touchpoint-name-environ-legis-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-partname-revieworg-part: + type: array + items: + type: string + touchpoint-internet-address-addinfo-lot: + type: array + items: + type: string + organisation-identifier-docprovider-lot: + type: array + items: + type: string + publication-date: + type: array + items: + type: string + selection-criterion-name-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-736-Part: + type: array + items: + type: string + BT-554-Tender: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + business-email: + type: string + buyer-email: + type: array + items: + type: string + legal-basis-text: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + OPP-011-notice: + type: string + subcontracting-percentage: + type: array + items: + type: number + format: float + subcontracting-allowed-lot: + type: array + items: + type: string + BT-05(a)-notice: + type: string + organisation-email-paying: + type: array + items: + type: string + touchpoint-street-tender-receip-lot: + type: array + items: + type: string + BT-5131-Lot: + type: array + items: + type: string + modification-previous-notice-identifier: + type: array + items: + type: string + BT-769-Lot: + type: array + items: + type: string + touchpoint-country-tender-eval-lot: + type: array + items: + type: string + significance-lot: + type: array + items: + type: string + organisation-partname-addinfo-lot: + type: array + items: + type: string + touchpoint-street-docprovider-part: + type: array + items: + type: string + organisation-identifier-tenderer: + type: array + items: + type: string + BT-726-Lot: + type: array + items: + type: boolean + touchpoint-city-tenderer: + type: array + items: + type: string + touchpoint-street-environ-legis-part: + type: array + items: + type: string + touchpoint-tel-reviewinfo-part: + type: array + items: + type: string + award-criterion-number-weight-glo: + type: array + items: + type: string + touchpoint-contact-point-buyer: + type: array + items: + type: string + touchpoint-post-code-reviewinfo-lot: + type: array + items: + type: string + vehicle-type: + type: array + items: + type: string + contract-nature-add-proc: + type: array + items: + type: string + touchpoint-country-sub-docprovider-lot: + type: array + items: + type: string + estimated-value-glo: + type: array + items: + type: number + format: float + buyer-touchpoint-post-code: + type: array + items: + type: string + tender-rank: + type: array + items: + type: integer + format: int64 + organisation-post-code-tenderer: + type: array + items: + type: string + BT-634-Lot: + type: array + items: + type: boolean + tool-name-part: + type: array + items: + type: string + buyer-profile: + type: array + items: + type: string + winner-country: + type: array + items: + type: string + organisation-name-reviewinfo-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-city-mediator-part: + type: array + items: + type: string + touchpoint-partname-addinfo-lot: + type: array + items: + type: string + winner-country-sub: + type: array + items: + type: string + requirement-stage-lot: + type: array + items: + type: string + deadline-time-part: + type: array + items: + type: string + MA: + type: array + items: + type: string + organisation-country-sub-mediator-lot: + type: array + items: + type: string + organisation-fax-fiscal-legis-lot: + type: array + items: + type: string + touchpoint-contact-point-revieworg-lot: + type: array + items: + type: string + BT-88-Procedure: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + touchpoint-email-tender-eval-lot: + type: array + items: + type: string + BT-632-Lot: + type: array + items: + type: string + ojs-number: + type: string + BT-733-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + links: + type: object + properties: + xml: + type: object + additionalProperties: + type: string + pdf: + type: object + additionalProperties: + type: string + pdfs: + type: object + additionalProperties: + type: string + html: + type: object + additionalProperties: + type: string + htmlDirect: + type: object + additionalProperties: + type: string + organisation-person-financing: + type: array + items: + type: boolean + organisation-post-code-revieworg-part: + type: array + items: + type: string + business-city: + type: string + BT-54-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-person-environ-legis-part: + type: array + items: + type: boolean + organisation-tel-docprovider-lot: + type: array + items: + type: string + touchpoint-tel-buyer: + type: array + items: + type: string + organisation-fax-revieworg-part: + type: array + items: + type: string + organisation-tel-mediator-part: + type: array + items: + type: string + place-of-performance-country-part: + type: array + items: + type: string + BT-728-Part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-person-serv-prov: + type: array + items: + type: boolean + organisation-name-serv-prov: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-post-code-signatory: + type: array + items: + type: string + touchpoint-fax-docprovider-part: + type: array + items: + type: string + touchpoint-street-reviewinfo-part: + type: array + items: + type: string + BT-60-Lot: + type: array + items: + type: string + renewal-maximum-lot: + type: array + items: + type: integer + format: int64 + touchpoint-internet-address-revieworg-part: + type: array + items: + type: string + BT-13716-notice: + type: array + items: + type: string + organisation-name-revieworg-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-gateway-tender-eval-part: + type: array + items: + type: string + BT-21-Procedure: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + deadline-receipt-request-time-lot: + type: array + items: + type: string + identifier-glo: + type: array + items: + type: string + ubo-country: + type: array + items: + type: string + gpa-lot: + type: array + items: + type: boolean + organisation-street-revieworg-lot: + type: array + items: + type: string + touchpoint-fax-employ-legis-part: + type: array + items: + type: string + NC: + type: array + items: + type: string + organisation-name-financing: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + ND: + type: string + touchpoint-internet-address-tender-eval-lot: + type: array + items: + type: string + touchpoint-country-sub-employ-legis-part: + type: array + items: + type: string + BT-97-Lot: + type: array + items: + type: string + NL: + type: integer + format: int32 + accessibility-justification-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + security-clearence-deadline-lot: + type: array + items: + type: string + title-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-street-addinfo-part: + type: array + items: + type: string + touchpoint-tel-employ-legis-part: + type: array + items: + type: string + deadline-receipt-expressions-time-lot: + type: array + items: + type: string + touchpoint-fax-fiscal-legis-lot: + type: array + items: + type: string + BT-05(b)-notice: + type: string + organisation-person-tender-receip-lot: + type: array + items: + type: boolean + organisation-fax-mediator-lot: + type: array + items: + type: string + organisation-partname-tender-eval-lot: + type: array + items: + type: string + touchpoint-tel-paying: + type: array + items: + type: string + winner-touchpoint-gateway: + type: array + items: + type: string + organisation-country-sub-employ-legis-part: + type: array + items: + type: string + touchpoint-gateway-subcontractor: + type: array + items: + type: string + OJ: + type: string + OPP-105-Business: + type: array + items: + type: string + eu-funds-name: + type: array + items: + type: string + OL: + type: array + items: + type: string + organisation-fax-fiscal-legis-part: + type: array + items: + type: string + organisation-fax-tenderer: + type: array + items: + type: string + business-identifier: + type: array + items: + type: string + place-of-performance: + type: array + items: + type: string + public-opening-place-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-email-signatory: + type: array + items: + type: string + organisation-contact-point-financing: + type: array + items: + type: string + tender-value-cur-highest: + type: array + items: + type: string + organisation-fax-addinfo-lot: + type: array + items: + type: string + touchpoint-country-ted-esen: + type: array + items: + type: string + BT-776-Lot: + type: array + items: + type: string + touchpoint-contact-point-docprovider-part: + type: array + items: + type: string + buyer-legal-type: + type: array + items: + type: string + organisation-city-tender-receip-part: + type: array + items: + type: string + BT-27-Lot: + type: array + items: + type: number + format: float + touchpoint-contact-point-fiscal-legis-lot: + type: array + items: + type: string + additional-classification-part: + type: array + items: + type: string + touchpoint-city-docprovider-lot: + type: array + items: + type: string + PC: + type: array + items: + type: string + organisation-fax-serv-prov: + type: array + items: + type: string + organisation-fax-buyer: + type: array + items: + type: string + PD: + type: array + items: + type: string + organisation-country-revieworg-lot: + type: array + items: + type: string + organisation-country-fiscal-legis-lot: + type: array + items: + type: string + organisation-tel-environ-legis-lot: + type: array + items: + type: string + touchpoint-gateway-fiscal-legis-lot: + type: array + items: + type: string + BT-615-Part: + type: array + items: + type: string + organisation-country-docprovider-part: + type: array + items: + type: string + touchpoint-gateway-docprovider-part: + type: array + items: + type: string + organisation-tel-tender-eval-lot: + type: array + items: + type: string + BT-727-Lot: + type: array + items: + type: string + BT-11-Procedure-Buyer: + type: array + items: + type: string + touchpoint-street-buyer: + type: array + items: + type: string + change-reason-code: + type: string + organisation-gateway-ted-esen: + type: array + items: + type: string + recurrence-lot: + type: array + items: + type: boolean + BT-727-Procedure: + type: array + items: + type: string + PR: + type: string + contract-conclusion-date: + type: array + items: + type: string + subcontracting-percentage-ind: + type: array + items: + type: boolean + place-of-performance-city-part: + type: array + items: + type: string + change-description: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-street-paying: + type: array + items: + type: string + organisation-country-addinfo-part: + type: array + items: + type: string + strategic-procurement-description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-partname-fiscal-legis-part: + type: array + items: + type: string + organisation-identifier-mediator-lot: + type: array + items: + type: string + BT-24-Part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-543-LotsGroup: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-767-Lot: + type: array + items: + type: boolean + electronic-signature-lot: + type: array + items: + type: string + organisation-email-employ-legis-part: + type: array + items: + type: string + OPP-023-Contract: + type: array + items: + type: string + organisation-fax-employ-legis-part: + type: array + items: + type: string + subcontracting-obligation-lot: + type: array + items: + type: string + organisation-person-reviewinfo-part: + type: array + items: + type: boolean + subcontracting-description: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-country-sub-revieworg-lot: + type: array + items: + type: string + submission-nonelectronic-lot: + type: array + items: + type: string + touchpoint-country-sub-tender-eval-part: + type: array + items: + type: string + touchpoint-partname-reviewinfo-part: + type: array + items: + type: string + organisation-fax-environ-legis-lot: + type: array + items: + type: string + organisation-email-environ-legis-lot: + type: array + items: + type: string + title-proc: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + organisation-contact-point-employ-legis-lot: + type: array + items: + type: string + organisation-identifier-financing: + type: array + items: + type: string + touchpoint-contact-point-tenderer: + type: array + items: + type: string + award-criterion-number-weight-lot: + type: array + items: + type: string + BT-737-Part: + type: array + items: + type: string + eu-registration-number: + type: string + RC: + type: array + items: + type: string + organisation-tel-docprovider-part: + type: array + items: + type: string + touchpoint-contact-point-paying: + type: array + items: + type: string + public-opening-date-lot: + type: array + items: + type: string + touchpoint-internet-address-mediator-lot: + type: array + items: + type: string + touchpoint-city-employ-legis-lot: + type: array + items: + type: string + touchpoint-internet-address-reviewinfo-lot: + type: array + items: + type: string + RN: + type: string + RP: + type: string + organisation-country-sub-addinfo-lot: + type: array + items: + type: string + touchpoint-partname-docprovider-lot: + type: array + items: + type: string + contract-duration-period-oth-part: + type: array + items: + type: string + organisation-city-docprovider-part: + type: array + items: + type: string + organisation-country-mediator-part: + type: array + items: + type: string + organisation-contact-point-mediator-lot: + type: array + items: + type: string + organisation-fax-reviewinfo-part: + type: array + items: + type: string + registration-place-postcode: + type: string + touchpoint-email-serv-prov: + type: array + items: + type: string + BT-630(t)-Lot: + type: array + items: + type: string + touchpoint-country-paying: + type: array + items: + type: string + touchpoint-post-code-tender-eval-part: + type: array + items: + type: string + concession-revenue-buyer: + type: array + items: + type: number + format: float + touchpoint-fax-tender-eval-part: + type: array + items: + type: string + renewal-description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-internet-address-tender-receip-lot: + type: array + items: + type: string + BT-124-Lot: + type: array + items: + type: string + BT-751-Lot: + type: array + items: + type: string + touchpoint-tel-addinfo-part: + type: array + items: + type: string + registration-place-town: + type: string + BT-13(d)-Part: + type: array + items: + type: string + organisation-name-docprovider-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-contact-point-reviewinfo-part: + type: array + items: + type: string + organisation-post-code-mediator-part: + type: array + items: + type: string + deadline-receipt-request: + type: array + items: + type: string + BT-136-Procedure: + type: array + items: + type: string + BT-140-notice: + type: string + touchpoint-country-sub-subcontractor: + type: array + items: + type: string + organisation-street-tender-receip-part: + type: array + items: + type: string + organisation-country-serv-prov: + type: array + items: + type: string + touchpoint-partname-tender-receip-part: + type: array + items: + type: string + touchpoint-tel-signatory: + type: array + items: + type: string + organisation-street-revieworg-part: + type: array + items: + type: string + BT-64-Lot: + type: array + items: + type: number + format: float + organisation-post-code-addinfo-lot: + type: array + items: + type: string + BT-708-Part: + type: array + items: + type: string + revenues-allocation-lot: + type: array + items: + type: number + format: float + organisation-country-sub-tender-eval-lot: + type: array + items: + type: string + touchpoint-street-tender-eval-lot: + type: array + items: + type: string + touchpoint-street-addinfo-lot: + type: array + items: + type: string + TD: + type: string + document-restricted-url-lot: + type: array + items: + type: string + place-of-performance-country-lot: + type: array + items: + type: string + contract-duration-start-date-part: + type: array + items: + type: string + organisation-internet-address-revieworg-part: + type: array + items: + type: string + classification-cpv: + type: array + items: + type: string + TI: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + touchpoint-street-fiscal-legis-part: + type: array + items: + type: string + BT-23-Procedure: + type: string + ecatalog-allowed-lot: + type: array + items: + type: string + organisation-city-environ-legis-part: + type: array + items: + type: string + organisation-gateway-addinfo-lot: + type: array + items: + type: string + BT-508-Procedure-Buyer: + type: array + items: + type: string + BT-632-Part: + type: array + items: + type: string + TV: + type: number + format: float + TW: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-gateway-reviewinfo-part: + type: array + items: + type: string + TY: + type: string + csecurity-clearance-description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-contact-point-tender-receip-part: + type: array + items: + type: string + organisation-person-fiscal-legis-lot: + type: array + items: + type: boolean + multiple-tender-lot: + type: array + items: + type: string + organisation-tel-ted-esen: + type: array + items: + type: string + BT-5421-Lot: + type: array + items: + type: string + organisation-tel-tender-receip-lot: + type: array + items: + type: string + organisation-partname-employ-legis-lot: + type: array + items: + type: string + change-reason-description: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + organisation-fax-paying: + type: array + items: + type: string + BT-141(a)-notice: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + additional-info-proc: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + touchpoint-name-employ-legis-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-partname-addinfo-part: + type: array + items: + type: string + BT-95-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + dps-usage-lot: + type: array + items: + type: string + place-of-performance-other-lot: + type: array + items: + type: string + BT-202-Contract: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-country-sub-paying: + type: array + items: + type: string + BT-21-LotsGroup: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + OPT-155-LotResult: + type: array + items: + type: string + organisation-country-sub-environ-legis-part: + type: array + items: + type: string + BT-79-Lot: + type: array + items: + type: string + direct-award-justification-proc: + type: array + items: + type: string + touchpoint-city-tender-receip-lot: + type: array + items: + type: string + touchpoint-country-sub-serv-prov: + type: array + items: + type: string + organisation-internet-address-tender-eval-lot: + type: array + items: + type: string + organisation-person-docprovider-lot: + type: array + items: + type: boolean + organisation-post-code-ted-esen: + type: array + items: + type: string + competition-termination-proc: + type: boolean + contract-conditions-code-lot: + type: array + items: + type: string + touchpoint-country-sub-reviewinfo-lot: + type: array + items: + type: string + BT-15-Part: + type: array + items: + type: string + BT-758-notice: + type: string + cross-border-law-identifier-proc: + type: string + organisation-person-fiscal-legis-part: + type: array + items: + type: boolean + touchpoint-country-tender-eval-part: + type: array + items: + type: string + result-value-notice: + type: number + format: float + BT-736-Lot: + type: array + items: + type: string + ubo-city: + type: array + items: + type: string + organisation-contact-point-revieworg-part: + type: array + items: + type: string + BT-752-Lot: + type: array + items: + type: number + format: float + framework-value-cur-notice: + type: string + touchpoint-country-tenderer: + type: array + items: + type: string + organisation-post-code-revieworg-lot: + type: array + items: + type: string + BT-133-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-country-signatory: + type: array + items: + type: string + touchpoint-post-code-revieworg-part: + type: array + items: + type: string + organisation-country-paying: + type: array + items: + type: string + organisation-partname-signatory: + type: array + items: + type: string + touchpoint-internet-address-addinfo-part: + type: array + items: + type: string + procedure-justification: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + official-language: + type: array + items: + type: string + BT-756-Procedure: + type: boolean + eu-fund-lot: + type: array + items: + type: string + BT-03-notice: + type: string + touchpoint-name-signatory: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + winner-touchpoint-post-code: + type: array + items: + type: string + contract-duration-end-date-part: + type: array + items: + type: string + BT-123-Lot: + type: array + items: + type: string + touchpoint-post-code-fiscal-legis-lot: + type: array + items: + type: string + TV_CUR: + type: array + items: + type: string + touchpoint-post-code-tenderer: + type: array + items: + type: string + innovative-acquisition-lot: + type: array + items: + type: string + organisation-identifier-revieworg-lot: + type: array + items: + type: string + organisation-country-environ-legis-part: + type: array + items: + type: string + BT-67(b)-Procedure: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-partname-mediator-lot: + type: array + items: + type: string + deadline-receipt-expressions-date-lot: + type: array + items: + type: string + touchpoint-internet-address-buyer: + type: array + items: + type: string + BT-145-Contract: + type: array + items: + type: string + touchpoint-email-buyer: + type: array + items: + type: string + organisation-gateway-employ-legis-lot: + type: array + items: + type: string + touchpoint-country-fiscal-legis-lot: + type: array + items: + type: string + document-restricted-lot: + type: array + items: + type: string + touchpoint-street-financing: + type: array + items: + type: string + BT-27-LotsGroup: + type: array + items: + type: number + format: float + framework-maximum-participants-number-lot: + type: array + items: + type: integer + format: int64 + award-criteria-order-justification: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + tool-atypical-url-lot: + type: array + items: + type: string + organisation-street-mediator-lot: + type: array + items: + type: string + organisation-internet-address-employ-legis-lot: + type: array + items: + type: string + BT-5141-Procedure: + type: array + items: + type: string + organisation-contact-point-docprovider-lot: + type: array + items: + type: string + BT-63-Lot: + type: array + items: + type: string + touchpoint-email-reviewinfo-lot: + type: array + items: + type: string + touchpoint-partname-revieworg-part: + type: array + items: + type: string + organisation-fax-docprovider-lot: + type: array + items: + type: string + touchpoint-tel-mediator-lot: + type: array + items: + type: string + OPP-032-Tender: + type: array + items: + type: number + format: float + organisation-post-code-subcontractor: + type: array + items: + type: string + BT-707-Part: + type: array + items: + type: string + procedure-features: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + touchpoint-country-mediator-lot: + type: array + items: + type: string + BT-538-Part: + type: array + items: + type: string + touchpoint-post-code-tender-receip-lot: + type: array + items: + type: string + BT-105-Procedure: + type: string + BT-765-Lot: + type: array + items: + type: string + organisation-city-reviewinfo-lot: + type: array + items: + type: string + organisation-gateway-environ-legis-part: + type: array + items: + type: string + organisation-identifier-paying: + type: array + items: + type: string + organisation-street-addinfo-lot: + type: array + items: + type: string + assets-related-contract-extension-indicator-lot: + type: array + items: + type: boolean + BT-137-Lot: + type: array + items: + type: string + business-country-sub: + type: string + security-clearance-lot: + type: array + items: + type: string + organisation-identifier-addinfo-lot: + type: array + items: + type: string + touchpoint-name-paying: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-post-code-tender-eval-part: + type: array + items: + type: string + touchpoint-country-sub-tender-receip-part: + type: array + items: + type: string + organisation-name-signatory: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-gateway-addinfo-part: + type: array + items: + type: string + touchpoint-name-tender-eval-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-partname-employ-legis-lot: + type: array + items: + type: string + BT-660-LotResult: + type: array + items: + type: number + format: float + organisation-country-sub-fiscal-legis-part: + type: array + items: + type: string + touchpoint-partname-reviewinfo-lot: + type: array + items: + type: string + touchpoint-contact-point-tender-eval-lot: + type: array + items: + type: string + touchpoint-fax-addinfo-lot: + type: array + items: + type: string + organisation-city-fiscal-legis-part: + type: array + items: + type: string + BT-122-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-country-tender-receip-lot: + type: array + items: + type: string + organisation-contact-point-employ-legis-part: + type: array + items: + type: string + organisation-email-environ-legis-part: + type: array + items: + type: string + touchpoint-gateway-docprovider-lot: + type: array + items: + type: string + BT-501-Business-European: + type: string + organisation-fax-subcontractor: + type: array + items: + type: string + BT-262-Lot: + type: array + items: + type: string + OPP-040-Procedure: + type: array + items: + type: string + BT-5422-Lot: + type: array + items: + type: string + organisation-person-tenderer: + type: array + items: + type: boolean + touchpoint-city-signatory: + type: array + items: + type: string + organisation-country-sub-buyer: + type: array + items: + type: string + buyer-touchpoint-city: + type: array + items: + type: string + BT-24-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + main-classification-lot: + type: array + items: + type: string + touchpoint-city-financing: + type: array + items: + type: string + touchpoint-contact-point-addinfo-part: + type: array + items: + type: string + organisation-partname-fiscal-legis-part: + type: array + items: + type: string + BT-109-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-gateway-employ-legis-part: + type: array + items: + type: string + organisation-street-tender-eval-lot: + type: array + items: + type: string + touchpoint-partname-serv-prov: + type: array + items: + type: string + BT-21-Part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-internet-address-mediator-lot: + type: array + items: + type: string + organisation-tel-paying: + type: array + items: + type: string + organisation-identifier-mediator-part: + type: array + items: + type: string + organisation-partname-ted-esen: + type: array + items: + type: string + buyer-touchpoint-contact-point: + type: array + items: + type: string + organisation-street-reviewinfo-part: + type: array + items: + type: string + dispatch-time: + type: string + organisation-internet-address-mediator-part: + type: array + items: + type: string + organisation-partname-reviewinfo-part: + type: array + items: + type: string + organisation-street-fiscal-legis-part: + type: array + items: + type: string + BT-701-notice: + type: string + organisation-identifier-environ-legis-lot: + type: array + items: + type: string + organisation-identifier-serv-prov: + type: array + items: + type: string + BT-157-LotsGroup: + type: array + items: + type: number + format: float + BT-737-Lot: + type: array + items: + type: string + organisation-email-mediator-part: + type: array + items: + type: string + touchpoint-city-addinfo-lot: + type: array + items: + type: string + touchpoint-city-mediator-lot: + type: array + items: + type: string + business-tel: + type: string + organisation-fax-tender-eval-lot: + type: array + items: + type: string + organisation-city-buyer: + type: array + items: + type: string + organisation-gateway-environ-legis-lot: + type: array + items: + type: string + organisation-name-revieworg-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-gateway-paying: + type: array + items: + type: string + funding: + type: array + items: + type: string + issue-date: + type: string + BT-51-Lot: + type: array + items: + type: integer + format: int64 + touchpoint-tel-fiscal-legis-lot: + type: array + items: + type: string + business-contact-point: + type: string + touchpoint-street-employ-legis-lot: + type: array + items: + type: string + contract-nature-add-lot: + type: array + items: + type: string + BT-106-Procedure: + type: string + estimated-value-cur-proc: + type: string + BT-94-Lot: + type: array + items: + type: boolean + buyer-person: + type: array + items: + type: boolean + quality-target-code-lot: + type: array + items: + type: string + organisation-fax-revieworg-lot: + type: array + items: + type: string + OPP-121-Business: + type: string + BT-536-Lot: + type: array + items: + type: string + touchpoint-country-sub-tenderer: + type: array + items: + type: string + touchpoint-fax-tender-receip-lot: + type: array + items: + type: string + organisation-internet-address-tender-receip-part: + type: array + items: + type: string + OPP-030-Tender: + type: array + items: + type: string + BT-163-Tender: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + submission-nonelectronic-description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-internet-address-employ-legis-lot: + type: array + items: + type: string + BT-27-Procedure: + type: number + format: float + additional-information-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-internet-address-subcontractor: + type: array + items: + type: string + BT-766-Lot: + type: array + items: + type: string + BT-537-Lot: + type: array + items: + type: string + winner-gateway: + type: array + items: + type: string + organisation-city-revieworg-part: + type: array + items: + type: string + BT-722-Contract: + type: array + items: + type: string + touchpoint-city-reviewinfo-part: + type: array + items: + type: string + result-value-lot: + type: array + items: + type: number + format: float + touchpoint-country-sub-fiscal-legis-lot: + type: array + items: + type: string + organisation-contact-point-addinfo-part: + type: array + items: + type: string + organisation-tel-environ-legis-part: + type: array + items: + type: string + kilometer-public-transport: + type: array + items: + type: integer + format: int64 + authority-main-activity: + type: array + items: + type: string + title-glo: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + OPP-080-Tender: + type: array + items: + type: integer + format: int64 + winner-person: + type: array + items: + type: boolean + organisation-country-sub-signatory: + type: array + items: + type: string + organisation-country-ted-esen: + type: array + items: + type: string + touchpoint-street-ted-esen: + type: array + items: + type: string + BT-263-Lot: + type: array + items: + type: string + touchpoint-name-environ-legis-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-gateway-mediator-part: + type: array + items: + type: string + selection-criterion-used-lot: + type: array + items: + type: string + BT-5071-Part: + type: array + items: + type: string + estimated-value-cur-lot: + type: array + items: + type: string + touchpoint-street-signatory: + type: array + items: + type: string + organisation-country-employ-legis-part: + type: array + items: + type: string + organisation-post-code-reviewinfo-part: + type: array + items: + type: string + organisation-internet-address-docprovider-lot: + type: array + items: + type: string + BT-191-Tender: + type: array + items: + type: string + concession-value-description: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-5423-Lot: + type: array + items: + type: string + organisation-identifier-environ-legis-part: + type: array + items: + type: string + subcontracting-obligation-minimum-lot: + type: array + items: + type: number + format: float + touchpoint-fax-mediator-lot: + type: array + items: + type: string + organisation-fax-environ-legis-part: + type: array + items: + type: string + accessibility-lot: + type: array + items: + type: string + BT-23-Lot: + type: array + items: + type: string + organisation-post-code-serv-prov: + type: array + items: + type: string + BT-531-Part: + type: array + items: + type: string + BT-5121-Lot: + type: array + items: + type: string + subcontracting-indication-lot: + type: array + items: + type: string + electronic-submission-lot: + type: array + items: + type: string + notice-version: + type: integer + format: int32 + touchpoint-internet-address-environ-legis-lot: + type: array + items: + type: string + organisation-identifier-revieworg-part: + type: array + items: + type: string + award-criterion-number-threshold-lot: + type: array + items: + type: string + document-restricted-justification: + type: array + items: + type: string + touchpoint-name-mediator-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-fax-mediator-part: + type: array + items: + type: string + touchpoint-name-ted-esen: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-fax-ted-esen: + type: array + items: + type: string + touchpoint-tel-tenderer: + type: array + items: + type: string + touchpoint-email-tender-eval-part: + type: array + items: + type: string + organisation-post-code-fiscal-legis-part: + type: array + items: + type: string + organisation-post-code-environ-legis-part: + type: array + items: + type: string + award-criterion-type-glo: + type: array + items: + type: string + winner-email: + type: array + items: + type: string + organisation-street-paying: + type: array + items: + type: string + place-of-performance-post-code-lot: + type: array + items: + type: string + ubo-name: + type: array + items: + type: string + BT-22-Lot: + type: array + items: + type: string + estimated-value-cur-part: + type: array + items: + type: string + BT-1351-Procedure: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + organisation-fax-employ-legis-lot: + type: array + items: + type: string + organisation-identifier-docprovider-part: + type: array + items: + type: string + buyer-post-code: + type: array + items: + type: string + BT-65-Lot: + type: array + items: + type: string + touchpoint-email-fiscal-legis-lot: + type: array + items: + type: string + framework-estimated-value-cur-glo: + type: array + items: + type: string + OPP-111-Business: + type: string + touchpoint-tel-tender-eval-part: + type: array + items: + type: string + organisation-city-financing: + type: array + items: + type: string + BT-750-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + winner-touchpoint-partname: + type: array + items: + type: string + organisation-city-tenderer: + type: array + items: + type: string + organisation-country-sub-paying: + type: array + items: + type: string + touchpoint-tel-fiscal-legis-part: + type: array + items: + type: string + organisation-name-tender-receip-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + lots-all-required-proc: + type: string + organisation-internet-address-revieworg-lot: + type: array + items: + type: string + touchpoint-email-paying: + type: array + items: + type: string + touchpoint-name-fiscal-legis-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + tender-value: + type: array + items: + type: number + format: float + BT-50-Lot: + type: array + items: + type: integer + format: int64 + organisation-partname-financing: + type: array + items: + type: string + BT-93-Lot: + type: array + items: + type: boolean + organisation-country-financing: + type: array + items: + type: string + document-official-language-lot: + type: array + items: + type: string + touchpoint-street-docprovider-lot: + type: array + items: + type: string + organisation-name-reviewinfo-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-email-signatory: + type: array + items: + type: string + organisation-gateway-financing: + type: array + items: + type: string + organisation-identifier-addinfo-part: + type: array + items: + type: string + submission-language: + type: array + items: + type: string + BT-762-notice: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + organisation-identifier-buyer: + type: array + items: + type: string + touchpoint-gateway-paying: + type: array + items: + type: string + additional-info-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-gateway-employ-legis-lot: + type: array + items: + type: string + BT-132(t)-Lot: + type: array + items: + type: string + BT-31-Procedure: + type: integer + format: int64 + winner-touchpoint-internet-address: + type: array + items: + type: string + organisation-city-tender-receip-lot: + type: array + items: + type: string + touchpoint-gateway-tender-eval-lot: + type: array + items: + type: string + BT-10-Procedure-Buyer: + type: array + items: + type: string + BT-1501(p)-Contract: + type: array + items: + type: string + OPP-122-Business: + type: string + modification-description: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-120-Lot: + type: array + items: + type: boolean + BT-759-LotResult: + type: array + items: + type: number + format: float + touchpoint-contact-point-docprovider-lot: + type: array + items: + type: string + touchpoint-partname-environ-legis-lot: + type: array + items: + type: string + organisation-street-reviewinfo-lot: + type: array + items: + type: string + organisation-gateway-subcontractor: + type: array + items: + type: string + touchpoint-city-serv-prov: + type: array + items: + type: string + organisation-contact-point-tender-receip-lot: + type: array + items: + type: string + touchpoint-country-sub-revieworg-part: + type: array + items: + type: string + dispatch-invitation-tender-lot: + type: array + items: + type: string + touchpoint-name-revieworg-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-post-code-tender-receip-part: + type: array + items: + type: string + organisation-name-buyer: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-street-financing: + type: array + items: + type: string + BT-24-LotsGroup: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-13(d)-Lot: + type: array + items: + type: string + organisation-contact-point-environ-legis-part: + type: array + items: + type: string + touchpoint-email-addinfo-lot: + type: array + items: + type: string + organisation-contact-point-buyer: + type: array + items: + type: string + organisation-contact-point-tender-eval-lot: + type: array + items: + type: string + BT-171-Tender: + type: array + items: + type: integer + format: int64 + organisation-internet-address-paying: + type: array + items: + type: string + BT-747-Lot: + type: array + items: + type: string + touchpoint-country-environ-legis-part: + type: array + items: + type: string + business-post-code: + type: string + touchpoint-city-subcontractor: + type: array + items: + type: string + touchpoint-tel-tender-receip-part: + type: array + items: + type: string + touchpoint-country-environ-legis-lot: + type: array + items: + type: string + BT-771-Lot: + type: array + items: + type: string + BT-537-Part: + type: array + items: + type: string + lots-max-awarded-proc: + type: integer + format: int64 + organisation-city-employ-legis-lot: + type: array + items: + type: string + announcement-title: + type: string + organisation-country-sub-serv-prov: + type: array + items: + type: string + BT-06-Lot: + type: array + items: + type: string + touchpoint-post-code-tender-receip-part: + type: array + items: + type: string + organisation-person-revieworg-part: + type: array + items: + type: boolean + organisation-country-sub-mediator-part: + type: array + items: + type: string + additional-information: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + modification-part-reference: + type: array + items: + type: string + winner-touchpoint-country: + type: array + items: + type: string + organisation-identifier-tender-receip-lot: + type: array + items: + type: string + organisation-identifier-tender-receip-part: + type: array + items: + type: string + touchpoint-email-fiscal-legis-part: + type: array + items: + type: string + BT-160-Tender: + type: array + items: + type: number + format: float + BT-92-Lot: + type: array + items: + type: boolean + winner-touchpoint-country-sub: + type: array + items: + type: string + organisation-tel-employ-legis-lot: + type: array + items: + type: string + BT-161-NoticeResult: + type: number + format: float + BT-02-notice: + type: string + organisation-gateway-tender-eval-part: + type: array + items: + type: string + touchpoint-gateway-tender-receip-lot: + type: array + items: + type: string + touchpoint-internet-address-revieworg-lot: + type: array + items: + type: string + framework-estimated-value: + type: array + items: + type: number + format: float + BT-531-Lot: + type: array + items: + type: string + internal-identifier-part: + type: array + items: + type: string + exclusion-grounds: + type: array + items: + type: string + organisation-email-reviewinfo-lot: + type: array + items: + type: string + winner-contact-point: + type: array + items: + type: string + organisation-partname-tender-receip-lot: + type: array + items: + type: string + estimated-value-proc: + type: number + format: float + touchpoint-email-environ-legis-part: + type: array + items: + type: string + deadline: + type: array + items: + type: string + description-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-country-subcontractor: + type: array + items: + type: string + touchpoint-tel-revieworg-lot: + type: array + items: + type: string + touchpoint-country-sub-fiscal-legis-part: + type: array + items: + type: string + BT-21-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + place-of-performance-other-part: + type: array + items: + type: string + touchpoint-city-paying: + type: array + items: + type: string + touchpoint-name-revieworg-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-email-subcontractor: + type: array + items: + type: string + BT-14-Part: + type: array + items: + type: string + notice-purpose: + type: string + winner-size: + type: array + items: + type: string + buyer-touchpoint-country-sub: + type: array + items: + type: string + organisation-gateway-revieworg-part: + type: array + items: + type: string + organisation-gateway-serv-prov: + type: array + items: + type: string + organisation-street-tender-receip-lot: + type: array + items: + type: string + result-value-cur-notice: + type: string + organisation-internet-address-tenderer: + type: array + items: + type: string + reserved-execution-part: + type: array + items: + type: string + BT-757-notice: + type: integer + format: int32 + place-of-performance-additional-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-539-LotsGroup: + type: array + items: + type: string + organisation-name-addinfo-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-internet-address-tender-receip-lot: + type: array + items: + type: string + organisation-person-buyer: + type: array + items: + type: boolean + organisation-partname-serv-prov: + type: array + items: + type: string + touchpoint-name-serv-prov: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-263-Part: + type: array + items: + type: string + non-award-justification: + type: array + items: + type: string + award-criterion-number-fixed-lot: + type: array + items: + type: string + procedure-identifier: + type: string + touchpoint-internet-address-docprovider-lot: + type: array + items: + type: string + touchpoint-email-tender-receip-part: + type: array + items: + type: string + organisation-contact-point-fiscal-legis-lot: + type: array + items: + type: string + gpa-part: + type: array + items: + type: boolean + organisation-name-paying: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + tool-name-lot: + type: array + items: + type: string + touchpoint-partname-tender-eval-lot: + type: array + items: + type: string + touchpoint-post-code-employ-legis-lot: + type: array + items: + type: string + BT-111-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-country-sub-revieworg-lot: + type: array + items: + type: string + organisation-country-sub-ted-esen: + type: array + items: + type: string + BT-578-Lot: + type: array + items: + type: string + organisation-street-docprovider-lot: + type: array + items: + type: string + BT-764-Lot: + type: array + items: + type: string + group-framework-value-cur-notice: + type: array + items: + type: string + touchpoint-contact-point-signatory: + type: array + items: + type: string + ubo-country-sub: + type: array + items: + type: string + identifier-lot: + type: array + items: + type: string + organisation-name-employ-legis-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-540-LotsGroup: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-country-sub-mediator-lot: + type: array + items: + type: string + OPP-012-notice: + type: array + items: + type: string + place-of-performance-subdiv-lot: + type: array + items: + type: string + subcontracting: + type: array + items: + type: string + winner-touchpoint-contact-point: + type: array + items: + type: string + estimated-value-lot: + type: array + items: + type: number + format: float + procedure-accelerated: + type: string + award-criterion-type-lot: + type: array + items: + type: string + touchpoint-country-sub-addinfo-part: + type: array + items: + type: string + touchpoint-city-environ-legis-lot: + type: array + items: + type: string + touchpoint-country-tender-receip-part: + type: array + items: + type: string + BT-193-Tender: + type: array + items: + type: boolean + description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-country-sub-reviewinfo-part: + type: array + items: + type: string + tender-value-highest: + type: array + items: + type: number + format: float + organisation-email-employ-legis-lot: + type: array + items: + type: string + organisation-city-mediator-part: + type: array + items: + type: string + organisation-contact-point-mediator-part: + type: array + items: + type: string + touchpoint-fax-tenderer: + type: array + items: + type: string + touchpoint-name-buyer: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-gateway-signatory: + type: array + items: + type: string + guarantee-required-description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-street-fiscal-legis-lot: + type: array + items: + type: string + additional-classification-lot: + type: array + items: + type: string + BT-5071-Procedure: + type: array + items: + type: string + organisation-partname-addinfo-part: + type: array + items: + type: string + organisation-name-tender-eval-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-contact-point-docprovider-part: + type: array + items: + type: string + organisation-identifier-reviewinfo-lot: + type: array + items: + type: string + organisation-name-mediator-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-country-reviewinfo-part: + type: array + items: + type: string + award-criterion-description-glo: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-internet-address-reviewinfo-lot: + type: array + items: + type: string + sme-lot: + type: array + items: + type: boolean + organisation-partname-tender-receip-part: + type: array + items: + type: string + touchpoint-name-tender-eval-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-1375-Procedure: + type: array + items: + type: string + organisation-street-tender-eval-part: + type: array + items: + type: string + BT-728-Procedure: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-post-code-serv-prov: + type: array + items: + type: string + organisation-country-sub-reviewinfo-lot: + type: array + items: + type: string + touchpoint-internet-address-mediator-part: + type: array + items: + type: string + legal-basis: + type: array + items: + type: string + OPP-113-Business-European: + type: string + touchpoint-country-docprovider-lot: + type: array + items: + type: string + BT-719-notice: + type: array + items: + type: string + organisation-gateway-docprovider-part: + type: array + items: + type: string + electronic-invoicing-lot: + type: array + items: + type: string + buyer-country: + type: array + items: + type: string + BT-5421-LotsGroup: + type: array + items: + type: string + BT-14-Lot: + type: array + items: + type: string + OPP-020-Contract: + type: array + items: + type: boolean + buyer-contracting-entity: + type: array + items: + type: string + electronic-auction-description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + award-criterion-order-justification-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-email-revieworg-lot: + type: array + items: + type: string + organisation-street-tenderer: + type: array + items: + type: string + procedure-type: + type: string + organisation-internet-address-addinfo-part: + type: array + items: + type: string + organisation-internet-address-environ-legis-lot: + type: array + items: + type: string + organisation-gateway-fiscal-legis-lot: + type: array + items: + type: string + place-of-performance-other-proc: + type: array + items: + type: string + recurrence-description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-email-tender-eval-part: + type: array + items: + type: string + touchpoint-gateway-employ-legis-part: + type: array + items: + type: string + BT-749-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-country-sub-financing: + type: array + items: + type: string + touchpoint-contact-point-mediator-lot: + type: array + items: + type: string + award-criterion-name-glo: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + selection-criteria-second-stage-invite-number-lot: + type: array + items: + type: number + format: float + organisation-identifier-employ-legis-lot: + type: array + items: + type: string + BT-5131-Procedure: + type: array + items: + type: string + touchpoint-internet-address-signatory: + type: array + items: + type: string + touchpoint-gateway-buyer: + type: array + items: + type: string + organisation-city-docprovider-lot: + type: array + items: + type: string + contract-duration-period-lot: + type: array + items: + type: object + properties: + value: + type: string + unit: + type: string + organisation-identifier-subcontractor: + type: array + items: + type: string + organisation-country-sub-employ-legis-lot: + type: array + items: + type: string + winner-identifier: + type: array + items: + type: string + organisation-internet-address-buyer: + type: array + items: + type: string + used-assetlot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-email-financing: + type: array + items: + type: string + organisation-email-ted-esen: + type: array + items: + type: string + organisation-contact-point-paying: + type: array + items: + type: string + touchpoint-city-tender-eval-lot: + type: array + items: + type: string + organisation-contact-point-tender-eval-part: + type: array + items: + type: string + organisation-city-employ-legis-part: + type: array + items: + type: string + touchpoint-contact-point-tender-receip-lot: + type: array + items: + type: string + BT-01(d)-procedure: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + concession-revenue-cur-buyer: + type: array + items: + type: string + BT-78-Lot: + type: array + items: + type: string + organisation-partname-employ-legis-part: + type: array + items: + type: string + dps-termination-lot: + type: array + items: + type: boolean + organisation-street-employ-legis-part: + type: array + items: + type: string + touchpoint-city-tender-receip-part: + type: array + items: + type: string + touchpoint-gateway-environ-legis-lot: + type: array + items: + type: string + organisation-email-fiscal-legis-lot: + type: array + items: + type: string + reserved-procurement-lot: + type: array + items: + type: string + estimated-value-part: + type: array + items: + type: number + format: float + touchpoint-tel-environ-legis-part: + type: array + items: + type: string + touchpoint-contact-point-financing: + type: array + items: + type: string + internal-identifier-proc: + type: string + organisation-contact-point-reviewinfo-lot: + type: array + items: + type: string + organisation-internet-address-employ-legis-part: + type: array + items: + type: string + organisation-partname-paying: + type: array + items: + type: string + BT-540-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-75-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + contract-nature-main-lot: + type: array + items: + type: string + subcontracting-obligation-maximum-lot: + type: array + items: + type: number + format: float + organisation-city-addinfo-lot: + type: array + items: + type: string + buyer-touchpoint-country: + type: array + items: + type: string + BT-40-Lot: + type: array + items: + type: boolean + document-official-language-part: + type: array + items: + type: string + OPP-070-notice: + type: string + touchpoint-street-revieworg-lot: + type: array + items: + type: string + touchpoint-post-code-paying: + type: array + items: + type: string + touchpoint-post-code-ted-esen: + type: array + items: + type: string + framework-duration-justification-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-country-environ-legis-lot: + type: array + items: + type: string + organisation-post-code-docprovider-lot: + type: array + items: + type: string + touchpoint-post-code-signatory: + type: array + items: + type: string + touchpoint-fax-tender-eval-lot: + type: array + items: + type: string + following-contract-lot: + type: array + items: + type: boolean + organisation-city-tender-eval-part: + type: array + items: + type: string + organisation-name-fiscal-legis-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-partname-environ-legis-part: + type: array + items: + type: string + organisation-contact-point-tender-receip-part: + type: array + items: + type: string + change-notice-version-identifier: + type: string + guarantee-required-lot: + type: array + items: + type: string + touchpoint-post-code-financing: + type: array + items: + type: string + activity-sector: + type: array + items: + type: string + document-restricted-url-part: + type: array + items: + type: string + organisation-country-sub-revieworg-part: + type: array + items: + type: string + organisation-partname-mediator-lot: + type: array + items: + type: string + touchpoint-country-addinfo-part: + type: array + items: + type: string + BT-130-Lot: + type: array + items: + type: string + announcement-url: + type: string + notice-type: + type: string + OPP-110-Business: + type: string + organisation-gateway-mediator-lot: + type: array + items: + type: string + touchpoint-contact-point-subcontractor: + type: array + items: + type: string + touchpoint-tel-mediator-part: + type: array + items: + type: string + organisation-street-subcontractor: + type: array + items: + type: string + touchpoint-internet-address-employ-legis-part: + type: array + items: + type: string + touchpoint-country-sub-mediator-part: + type: array + items: + type: string + organisation-person-reviewinfo-lot: + type: array + items: + type: boolean + touchpoint-email-revieworg-part: + type: array + items: + type: string + SUB_LG: + type: array + items: + type: string + organisation-person-addinfo-lot: + type: array + items: + type: boolean + place-of-performance-add-proc: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-street-mediator-part: + type: array + items: + type: string + buyer-city: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + participant-name-lot: + type: array + items: + type: string + buyer-touchpoint-name: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-1501(s)-Contract: + type: array + items: + type: string + organisation-country-revieworg-part: + type: array + items: + type: string + public-opening-description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + OPP-010-notice: + type: string + missing-info-submission-lot: + type: array + items: + type: string + organisation-street-signatory: + type: array + items: + type: string + touchpoint-city-fiscal-legis-part: + type: array + items: + type: string + BT-09(a)-Procedure: + type: string + BT-754-Lot: + type: array + items: + type: string + BT-748-Lot: + type: array + items: + type: string + organisation-name-ted-esen: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-746-Organization: + type: array + items: + type: boolean + organisation-post-code-buyer: + type: array + items: + type: string + BT-115-Part: + type: array + items: + type: boolean + social-objective-lot: + type: array + items: + type: string + organisation-identifier-tender-eval-lot: + type: array + items: + type: string + touchpoint-contact-point-serv-prov: + type: array + items: + type: string + touchpoint-fax-docprovider-lot: + type: array + items: + type: string + tender-identifier: + type: array + items: + type: string + place-of-performance-subdiv-proc: + type: array + items: + type: string + touchpoint-name-financing: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-201-Contract: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-city-tender-eval-lot: + type: array + items: + type: string + tender-validity-deadline-lot: + type: array + items: + type: object + properties: + value: + type: string + unit: + type: string + touchpoint-email-tenderer: + type: array + items: + type: string + publication-number: + type: string + touchpoint-email-mediator-lot: + type: array + items: + type: string + touchpoint-name-reviewinfo-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + contract-nature-subtype: + type: array + items: + type: string + BT-119-LotResult: + type: array + items: + type: boolean + organisation-country-tender-eval-lot: + type: array + items: + type: string + organisation-country-fiscal-legis-part: + type: array + items: + type: string + touchpoint-country-sub-tender-eval-lot: + type: array + items: + type: string + tender-value-cur-lowest: + type: array + items: + type: string + touchpoint-name-employ-legis-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-22-Procedure: + type: string + organisation-name-subcontractor: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-internet-address-signatory: + type: array + items: + type: string + organisation-country-addinfo-lot: + type: array + items: + type: string + winner-decision-date: + type: array + items: + type: string + organisation-fax-docprovider-part: + type: array + items: + type: string + BT-553-Tender: + type: array + items: + type: number + format: float + OPP-120-Business: + type: string + BT-755-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + buyer-review-compainants-val: + type: array + items: + type: number + format: float + change-procurement-documents-date: + type: array + items: + type: string + touchpoint-partname-employ-legis-part: + type: array + items: + type: string + touchpoint-country-sub-employ-legis-lot: + type: array + items: + type: string + prize-rank-lot: + type: array + items: + type: integer + format: int64 + organisation-email-tender-receip-lot: + type: array + items: + type: string + BT-22-Part: + type: array + items: + type: string + place-of-performance-city-proc: + type: array + items: + type: string + touchpoint-gateway-tenderer: + type: array + items: + type: string + dispatch-invitation-interest-lot: + type: array + items: + type: string + buyer-touchpoint-email: + type: array + items: + type: string + BT-706-UBO: + type: array + items: + type: string + organisation-contact-point-environ-legis-lot: + type: array + items: + type: string + organisation-name-fiscal-legis-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + ubo-tel: + type: array + items: + type: string + organisation-gateway-tender-receip-lot: + type: array + items: + type: string + BT-131(d)-Lot: + type: array + items: + type: string + organisation-identifier-employ-legis-part: + type: array + items: + type: string + touchpoint-post-code-reviewinfo-part: + type: array + items: + type: string + organisation-internet-address-reviewinfo-part: + type: array + items: + type: string + touchpoint-country-employ-legis-part: + type: array + items: + type: string + description-proc: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + touchpoint-post-code-addinfo-part: + type: array + items: + type: string + organisation-name-tender-eval-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-email-employ-legis-part: + type: array + items: + type: string + organisation-tel-addinfo-lot: + type: array + items: + type: string + TVH: + type: array + items: + type: number + format: float + organisation-tel-revieworg-lot: + type: array + items: + type: string + TVL: + type: array + items: + type: number + format: float + touchpoint-partname-signatory: + type: array + items: + type: string + touchpoint-contact-point-employ-legis-part: + type: array + items: + type: string + selection-criterion-lot: + type: array + items: + type: string + organisation-country-subcontractor: + type: array + items: + type: string + deadline-time-lot: + type: array + items: + type: string + touchpoint-post-code-fiscal-legis-part: + type: array + items: + type: string + touchpoint-email-employ-legis-lot: + type: array + items: + type: string + selection-criteria-second-stage-invite-number-threshold-lot: + type: array + items: + type: string + place-of-performance-subdiv-part: + type: array + items: + type: string + touchpoint-fax-signatory: + type: array + items: + type: string + BT-731-Tender: + type: array + items: + type: boolean + touchpoint-contact-point-environ-legis-lot: + type: array + items: + type: string + BT-1311(d)-Lot: + type: array + items: + type: string + organisation-post-code-employ-legis-part: + type: array + items: + type: string + organisation-tel-financing: + type: array + items: + type: string + touchpoint-city-environ-legis-part: + type: array + items: + type: string + BT-631-Lot: + type: array + items: + type: string + main-classification-part: + type: array + items: + type: string + dispatch-date: + type: string + OPP-112-Business: + type: string + electronic-auction-lot: + type: array + items: + type: boolean + contact-nature-main-part: + type: array + items: + type: string + strategic-procurement-lot: + type: array + items: + type: string + organisation-identifier-ted-esen: + type: array + items: + type: string + touchpoint-internet-address-tenderer: + type: array + items: + type: string + BT-712(a)-LotResult: + type: array + items: + type: string + received-submissions-type-val: + type: array + items: + type: number + format: float + eu-funds-identifier: + type: array + items: + type: string + contract-title: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-5121-Part: + type: array + items: + type: string + business-street: + type: array + items: + type: string + touchpoint-country-sub-ted-esen: + type: array + items: + type: string + tender-value-lowest: + type: array + items: + type: number + format: float + touchpoint-contact-point-mediator-part: + type: array + items: + type: string + touchpoint-email-environ-legis-lot: + type: array + items: + type: string + organisation-street-addinfo-part: + type: array + items: + type: string + touchpoint-gateway-mediator-part: + type: array + items: + type: string + buyer-internet-address: + type: array + items: + type: string + winner-internet-address: + type: array + items: + type: string + OPP-031-Tender: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + notice-title: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + tender-lot-identifier: + type: array + items: + type: string + BT-41-Lot: + type: array + items: + type: boolean + touchpoint-tel-tender-eval-lot: + type: array + items: + type: string + BT-162-Tender: + type: array + items: + type: number + format: float + organisation-email-buyer: + type: array + items: + type: string + BT-300-LotsGroup: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-email-docprovider-part: + type: array + items: + type: string + organisation-country-mediator-lot: + type: array + items: + type: string + organisation-person-docprovider-part: + type: array + items: + type: boolean + touchpoint-country-sub-signatory: + type: array + items: + type: string + BT-728-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-post-code-environ-legis-lot: + type: array + items: + type: string + buyer-partname: + type: array + items: + type: string + organisation-country-sub-tender-receip-lot: + type: array + items: + type: string + concession-revenue-user: + type: array + items: + type: number + format: float + BT-743-Lot: + type: array + items: + type: string + BT-720-Tender: + type: array + items: + type: number + format: float + BT-734-LotsGroup: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-555-Tender: + type: array + items: + type: number + format: float + touchpoint-country-addinfo-lot: + type: array + items: + type: string + touchpoint-gateway-revieworg-lot: + type: array + items: + type: string + previous-planning-identifier-part-part: + type: array + items: + type: string + deadline-date-part: + type: array + items: + type: string + organisation-street-buyer: + type: array + items: + type: string + contract-conditions-description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + award-criterion-number-threshold-glo: + type: array + items: + type: string + BT-36-Part: + type: array + items: + type: object + properties: + value: + type: string + unit: + type: string + BT-115-Lot: + type: array + items: + type: boolean + organisation-country-sub-tender-receip-part: + type: array + items: + type: string + BT-702-notice: + type: array + items: + type: string + BT-17-Lot: + type: array + items: + type: string + BT-721-Contract: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + OPT-072-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-tel-fiscal-legis-part: + type: array + items: + type: string + organisation-post-code-reviewinfo-lot: + type: array + items: + type: string + BT-615-Lot: + type: array + items: + type: string + organisation-partname-tenderer: + type: array + items: + type: string + reward-other-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + main-activity: + type: array + items: + type: string + touchpoint-gateway-serv-prov: + type: array + items: + type: string + contract-url: + type: array + items: + type: string + organisation-fax-financing: + type: array + items: + type: string + touchpoint-tel-ted-esen: + type: array + items: + type: string + publication-name: + type: string + touchpoint-tel-environ-legis-lot: + type: array + items: + type: string + organisation-country-tender-receip-part: + type: array + items: + type: string + BT-775-Lot: + type: array + items: + type: string + organisation-tel-tenderer: + type: array + items: + type: string + organisation-email-serv-prov: + type: array + items: + type: string + place-of-performance-addtional-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-gateway-tender-receip-part: + type: array + items: + type: string + contract-nature: + type: array + items: + type: string + touchpoint-tel-addinfo-lot: + type: array + items: + type: string + organisation-country-sub-tender-eval-part: + type: array + items: + type: string + organisation-name-environ-legis-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + lot-included-proc: + type: array + items: + type: string + buyer-identifier: + type: array + items: + type: string + organisation-tel-subcontractor: + type: array + items: + type: string + BT-774-Lot: + type: array + items: + type: string + legal-basis-notice: + type: string + organisation-street-docprovider-part: + type: array + items: + type: string + BT-5141-Part: + type: array + items: + type: string + touchpoint-city-ted-esen: + type: array + items: + type: string + touchpoint-country-sub-environ-legis-lot: + type: array + items: + type: string + touchpoint-name-addinfo-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + notice-subtype: + type: string + organisation-fax-ted-esen: + type: array + items: + type: string + modification-modified-contract-reference: + type: array + items: + type: string + touchpoint-post-code-subcontractor: + type: array + items: + type: string + notice-identifier: + type: string + organisation-tel-fiscal-legis-lot: + type: array + items: + type: string + BT-18-Lot: + type: array + items: + type: string + touchpoint-name-reviewinfo-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + OPP-100-Business: + type: string + value-prize-cur-lot: + type: array + items: + type: string + BT-156-NoticeResult: + type: array + items: + type: number + format: float + touchpoint-post-code-tender-eval-lot: + type: array + items: + type: string + registration-place-country: + type: string + organisation-internet-address-tender-eval-part: + type: array + items: + type: string + winner-city: + type: array + items: + type: string + BT-42-Lot: + type: array + items: + type: boolean + organisation-country-sub-fiscal-legis-lot: + type: array + items: + type: string + document-url-part: + type: array + items: + type: string + country-origin: + type: array + items: + type: string + touchpoint-country-buyer: + type: array + items: + type: string + organisation-internet-address-financing: + type: array + items: + type: string + business-name: + type: string + BT-330-Procedure: + type: array + items: + type: string + organisation-email-revieworg-part: + type: array + items: + type: string + touchpoint-tel-serv-prov: + type: array + items: + type: string + organisation-gateway-reviewinfo-part: + type: array + items: + type: string + organisation-city-fiscal-legis-lot: + type: array + items: + type: string + touchpoint-partname-subcontractor: + type: array + items: + type: string + legal-basis-proc: + type: array + items: + type: string + buyer-name: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + modification-reason-description: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-262-Part: + type: array + items: + type: string + BT-740-Procedure-Buyer: + type: array + items: + type: string + organisation-fax-tender-receip-part: + type: array + items: + type: string + touchpoint-gateway-addinfo-lot: + type: array + items: + type: string + BT-131(t)-Lot: + type: array + items: + type: string + touchpoint-contact-point-ted-esen: + type: array + items: + type: string + BT-763-Procedure: + type: string + organisation-email-addinfo-lot: + type: array + items: + type: string + organisation-post-code-employ-legis-lot: + type: array + items: + type: string + award-criterion-complicated-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + total-value: + type: number + format: float + touchpoint-name-mediator-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-partname-paying: + type: array + items: + type: string + touchpoint-country-sub-reviewinfo-part: + type: array + items: + type: string + document-url-lot: + type: array + items: + type: string + touchpoint-tel-reviewinfo-lot: + type: array + items: + type: string + touchpoint-partname-docprovider-part: + type: array + items: + type: string + BT-151-Contract: + type: array + items: + type: string + organisation-country-sub-environ-legis-lot: + type: array + items: + type: string + organisation-post-code-tender-receip-lot: + type: array + items: + type: string + organisation-gateway-reviewinfo-lot: + type: array + items: + type: string + received-submissions-type-code: + type: array + items: + type: string + BT-711-LotResult: + type: array + items: + type: number + format: float + subcontracting-value: + type: array + items: + type: number + format: float + touchpoint-street-tenderer: + type: array + items: + type: string + BT-729-Lot: + type: array + items: + type: number + format: float + winner-touchpoint-name: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-gateway-fiscal-legis-part: + type: array + items: + type: string + organisation-fax-tender-receip-lot: + type: array + items: + type: string + organisation-email-financing: + type: array + items: + type: string + OPT-071-Lot: + type: array + items: + type: string + BT-57-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-country-docprovider-part: + type: array + items: + type: string + touchpoint-gateway-signatory: + type: array + items: + type: string + successive-redution-lot: + type: array + items: + type: boolean + organisation-internet-address-environ-legis-part: + type: array + items: + type: string + touchpoint-partname-revieworg-lot: + type: array + items: + type: string + buyer-touchpoint-internet-address: + type: array + items: + type: string + organisation-name-tenderer: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + value-prize-lot: + type: array + items: + type: number + format: float + organisation-fax-reviewinfo-lot: + type: array + items: + type: string + organisation-partname-environ-legis-lot: + type: array + items: + type: string + organisation-country-tender-receip-lot: + type: array + items: + type: string + BT-541-Lot: + type: array + items: + type: number + format: float + title-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + ubo-post-code: + type: array + items: + type: string + BT-144-LotResult: + type: array + items: + type: string + organisation-city-environ-legis-lot: + type: array + items: + type: string + contract-duration-period-oth-lot: + type: array + items: + type: string + additional-info-glo: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-124-Part: + type: array + items: + type: string + organisation-identifier-reviewinfo-part: + type: array + items: + type: string + touchpoint-email-addinfo-part: + type: array + items: + type: string + touchpoint-fax-subcontractor: + type: array + items: + type: string + organisation-tel-tender-eval-part: + type: array + items: + type: string + touchpoint-internet-address-environ-legis-part: + type: array + items: + type: string + framework-buyer-categories-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-email-reviewinfo-part: + type: array + items: + type: string + BT-1251-Part: + type: array + items: + type: string + award-criterion-number-lot: + type: array + items: + type: number + format: float + organisation-fax-addinfo-part: + type: array + items: + type: string + touchpoint-fax-employ-legis-lot: + type: array + items: + type: string + BT-165-Organization-Company: + type: array + items: + type: string + organisation-gateway-tenderer: + type: array + items: + type: string + touchpoint-gateway-revieworg-part: + type: array + items: + type: string + touchpoint-country-financing: + type: array + items: + type: string + deadline-receipt-request-date-lot: + type: array + items: + type: string + touchpoint-fax-revieworg-lot: + type: array + items: + type: string + buyer-contact-point: + type: array + items: + type: string + term-performance-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-post-code-docprovider-part: + type: array + items: + type: string + touchpoint-tel-docprovider-lot: + type: array + items: + type: string + BT-300-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-internet-address-serv-prov: + type: array + items: + type: string + touchpoint-post-code-environ-legis-part: + type: array + items: + type: string + organisation-tel-reviewinfo-part: + type: array + items: + type: string + framework-estimated-value-cur: + type: array + items: + type: string + BT-773-Tender: + type: array + items: + type: string + exclusion-grounds-description: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-fax-reviewinfo-lot: + type: array + items: + type: string + BT-630(d)-Lot: + type: array + items: + type: string + touchpoint-post-code-docprovider-lot: + type: array + items: + type: string + organisation-street-employ-legis-lot: + type: array + items: + type: string + touchpoint-country-sub-buyer: + type: array + items: + type: string + BT-760-LotResult: + type: array + items: + type: string + cross-border-law-description-proc: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + touchpoint-city-revieworg-part: + type: array + items: + type: string + touchpoint-name-tender-receip-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + environmental-impact-lot: + type: array + items: + type: string + BT-23-Part: + type: array + items: + type: string + touchpoint-contact-point-reviewinfo-lot: + type: array + items: + type: string + touchpoint-partname-tender-receip-lot: + type: array + items: + type: string + organisation-partname-reviewinfo-lot: + type: array + items: + type: string + OPP-022-Contract: + type: array + items: + type: string + winner-touchpoint-city: + type: array + items: + type: string + BT-71-Lot: + type: array + items: + type: string + organisation-city-ted-esen: + type: array + items: + type: string + BT-1451-Contract: + type: array + items: + type: string + BT-300-procedure: + type: object + properties: + lang: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a text + organisation-tel-serv-prov: + type: array + items: + type: string + selection-criteria-second-stage-invite-number-weight-lot: + type: array + items: + type: string + contract-duration-start-date-lot: + type: array + items: + type: string + organisation-city-mediator-lot: + type: array + items: + type: string + organisation-tel-tender-receip-part: + type: array + items: + type: string + organisation-person-paying: + type: array + items: + type: boolean + organisation-city-reviewinfo-part: + type: array + items: + type: string + BT-200-Contract: + type: array + items: + type: string + organisation-email-tender-eval-lot: + type: array + items: + type: string + result-lot-identifier: + type: array + items: + type: string + BT-745-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-contact-point-revieworg-lot: + type: array + items: + type: string + BT-7531-Lot: + type: array + items: + type: string + estimated-value-cur-glo: + type: array + items: + type: string + entity-main-activity: + type: array + items: + type: string + organisation-post-code-paying: + type: array + items: + type: string + touchpoint-tel-docprovider-part: + type: array + items: + type: string + organisation-street-serv-prov: + type: array + items: + type: string + organisation-gateway-docprovider-lot: + type: array + items: + type: string + BT-13(t)-Lot: + type: array + items: + type: string + organisation-person-mediator-part: + type: array + items: + type: boolean + touchpoint-name-addinfo-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + concession-revenue-cur-user: + type: array + items: + type: string + organisation-fax-signatory: + type: array + items: + type: string + electronic-ordering-lot: + type: array + items: + type: boolean + touchpoint-partname-mediator-part: + type: array + items: + type: string + touchpoint-partname-ted-esen: + type: array + items: + type: string + total-value-cur: + type: array + items: + type: string + organisation-internet-address-fiscal-legis-part: + type: array + items: + type: string + organisation-partname-fiscal-legis-lot: + type: array + items: + type: string + contract-duration-period-part: + type: array + items: + type: object + properties: + value: + type: string + unit: + type: string + document-restricted-justification-part: + type: array + items: + type: string + touchpoint-name-tenderer: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + organisation-partname-buyer: + type: array + items: + type: string + touchpoint-fax-revieworg-part: + type: array + items: + type: string + winner-touchpoint-email: + type: array + items: + type: string + electronic-payment-lot: + type: array + items: + type: boolean + organisation-partname-mediator-part: + type: array + items: + type: string + organisation-contact-point-addinfo-lot: + type: array + items: + type: string + deadline-receipt-tender-time-lot: + type: array + items: + type: string + touchpoint-post-code-revieworg-lot: + type: array + items: + type: string + BT-113-Lot: + type: array + items: + type: integer + format: int64 + BT-5011-Contract: + type: array + items: + type: string + BT-58-Lot: + type: array + items: + type: integer + format: int64 + touchpoint-tel-revieworg-part: + type: array + items: + type: string + business-internet-address: + type: string + touchpoint-fax-serv-prov: + type: array + items: + type: string + BT-765-Part: + type: array + items: + type: string + BT-15-Lot: + type: array + items: + type: string + document-unofficial-language-part: + type: array + items: + type: string + touchpoint-country-revieworg-part: + type: array + items: + type: string + touchpoint-street-mediator-lot: + type: array + items: + type: string + touchpoint-partname-buyer: + type: array + items: + type: string + award-criterion-description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-city-employ-legis-part: + type: array + items: + type: string + touchpoint-country-sub-tender-receip-lot: + type: array + items: + type: string + main-classification-proc: + type: array + items: + type: string + internal-identifier-lot: + type: array + items: + type: string + buyer-reviewrequests-irregularity-type-val: + type: array + items: + type: number + format: float + BT-531-Procedure: + type: array + items: + type: string + touchpoint-fax-fiscal-legis-part: + type: array + items: + type: string + touchpoint-internet-address-financing: + type: array + items: + type: string + organisation-email-docprovider-lot: + type: array + items: + type: string + organisation-tel-reviewinfo-lot: + type: array + items: + type: string + organisation-country-sub-tenderer: + type: array + items: + type: string + BT-44-Lot: + type: array + items: + type: integer + format: int64 + document-unofficial-language-lot: + type: array + items: + type: string + touchpoint-contact-point-employ-legis-lot: + type: array + items: + type: string + organisation-post-code-addinfo-part: + type: array + items: + type: string + winner-listed: + type: array + items: + type: boolean + winner-selection-status: + type: array + items: + type: string + organisation-city-subcontractor: + type: array + items: + type: string + BT-1251-Lot: + type: array + items: + type: string + BT-543-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + winner-partname: + type: array + items: + type: string + organisation-city-paying: + type: array + items: + type: string + public-opening-time-lot: + type: array + items: + type: string + BT-772-Lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-718-notice: + type: array + items: + type: boolean + touchpoint-internet-address-fiscal-legis-part: + type: array + items: + type: string + organisation-email-tender-receip-part: + type: array + items: + type: string + direct-award-justification-text-proc: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-644-Lot: + type: array + items: + type: number + format: float + organisation-identifier-fiscal-legis-lot: + type: array + items: + type: string + touchpoint-gateway-tender-receip-part: + type: array + items: + type: string + touchpoint-fax-mediator-part: + type: array + items: + type: string + touchpoint-contact-point-revieworg-part: + type: array + items: + type: string + group-framework-value-notice: + type: array + items: + type: number + format: float + organisation-city-revieworg-lot: + type: array + items: + type: string + organisation-partname-tender-eval-part: + type: array + items: + type: string + touchpoint-street-reviewinfo-lot: + type: array + items: + type: string + BT-5071-Lot: + type: array + items: + type: string + organisation-contact-point-ted-esen: + type: array + items: + type: string + framework-value-notice: + type: number + format: float + BT-262-Procedure: + type: array + items: + type: string + form-type: + type: string + organisation-person-subcontractor: + type: array + items: + type: boolean + review-deadline-description-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + BT-7532-Lot: + type: array + items: + type: string + organisation-street-environ-legis-lot: + type: array + items: + type: string + organisation-country-sub-addinfo-part: + type: array + items: + type: string + touchpoint-country-fiscal-legis-part: + type: array + items: + type: string + touchpoint-post-code-mediator-lot: + type: array + items: + type: string + organisation-person-revieworg-lot: + type: array + items: + type: boolean + organisation-gateway-addinfo-part: + type: array + items: + type: string + organisation-identifier-fiscal-legis-part: + type: array + items: + type: string + touchpoint-gateway-financing: + type: array + items: + type: string + organisation-name-docprovider-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-name-tender-receip-lot: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-country-sub-environ-legis-part: + type: array + items: + type: string + BT-263-Procedure: + type: array + items: + type: string + BT-04-notice: + type: string + organisation-gateway-buyer: + type: array + items: + type: string + touchpoint-country-sub-docprovider-part: + type: array + items: + type: string + organisation-street-environ-legis-part: + type: array + items: + type: string + touchpoint-email-mediator-part: + type: array + items: + type: string + BT-142-LotResult: + type: array + items: + type: string + organisation-partname-revieworg-lot: + type: array + items: + type: string + touchpoint-country-sub-addinfo-lot: + type: array + items: + type: string + touchpoint-fax-reviewinfo-part: + type: array + items: + type: string + touchpoint-email-docprovider-part: + type: array + items: + type: string + organisation-identifier-tender-eval-part: + type: array + items: + type: string + touchpoint-contact-point-environ-legis-part: + type: array + items: + type: string + BT-13714-Tender: + type: array + items: + type: string + BT-536-Part: + type: array + items: + type: string + organisation-contact-point-subcontractor: + type: array + items: + type: string + award-criteria-complicated-glo: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-gateway-reviewinfo-lot: + type: array + items: + type: string + organisation-partname-subcontractor: + type: array + items: + type: string + touchpoint-name-docprovider-part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-post-code-buyer: + type: array + items: + type: string + touchpoint-partname-environ-legis-part: + type: array + items: + type: string + BT-300-Part: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + touchpoint-internet-address-serv-prov: + type: array + items: + type: string + result-value-cur-lot: + type: array + items: + type: string + BT-67(a)-Procedure: + type: array + items: + type: string + touchpoint-fax-financing: + type: array + items: + type: string + organisation-country-employ-legis-lot: + type: array + items: + type: string + organisation-person-ted-esen: + type: array + items: + type: boolean + touchpoint-post-code-mediator-part: + type: array + items: + type: string + organisation-gateway-tender-eval-lot: + type: array + items: + type: string + winner-name: + type: object + properties: + lang: + type: array + items: + type: string + description: A text in language [lang], where lang is any of the 24 + official languages (ISO 639-2), eg. eng, deu, fra + description: A i18n field mapping to any of the 24 official languages (ISO + 639-2) a list of text + business-country: + type: string + BT-744-Lot: + type: array + items: + type: string + description: Detailed list of search fields that can be retrieved + PublicExpertSearchRequestV1: + title: PublicExpertSearchRequest + required: + - fields + - query + type: object + properties: + query: + type: string + description: Expert search query to filter and sort notices + fields: + uniqueItems: true + type: array + description: Fields to return for each notice + example: + - BT-09(b)-Procedure + - organisation-name-mediator-part + - touchpoint-post-code-environ-legis-lot + - sme-part + - touchpoint-gateway-ted-esen + - BT-135-Procedure + - touchpoint-fax-tender-receip-part + - submission-url-lot + - organisation-person-addinfo-part + - buyer-country-sub + - organisation-tel-revieworg-part + - no-negocaition-necessary-lot + - organisation-tel-mediator-lot + - BT-13(t)-Part + - organisation-city-serv-prov + - touchpoint-partname-tenderer + - touchpoint-internet-address-paying + - BT-538-Lot + - touchpoint-post-code-addinfo-lot + - option-description-lot + - BT-24-Procedure + - organisation-person-employ-legis-part + - touchpoint-post-code-employ-legis-part + - AA + - touchpoint-internet-address-fiscal-legis-lot + - AC + - organisation-email-tenderer + - organisation-country-buyer + - BT-1501(c)-Contract + - organisation-post-code-docprovider-part + - award-criterion-name-lot + - organisation-post-code-financing + - touchpoint-contact-point-addinfo-lot + - BT-137-Part + - organisation-person-mediator-lot + - organisation-gateway-revieworg-lot + - AU + - organisation-person-signatory + - minimum-candidate-lot + - OPP-130-Business + - organisation-street-ted-esen + - organisation-name-employ-legis-part + - touchpoint-city-fiscal-legis-lot + - touchpoint-street-employ-legis-part + - touchpoint-email-revieworg-lot + - business-fax + - OPP-021-Contract + - future-notice + - touchpoint-gateway-environ-legis-part + - BI + - BT-33-Procedure + - touchpoint-tel-subcontractor + - ubo-email + - touchpoint-internet-address-tender-receip-part + - touchpoint-internet-address-tender-eval-part + - organisation-person-environ-legis-lot + - touchpoint-partname-tender-eval-part + - BT-5131-Part + - organisation-tel-addinfo-part + - BT-1501(n)-Contract + - touchpoint-contact-point-fiscal-legis-part + - organisation-contact-point-serv-prov + - BT-712(b)-LotResult + - touchpoint-country-serv-prov + - touchpoint-contact-point-tender-eval-part + - touchpoint-contact-point-reviewinfo-part + - electronic-auction-lot-url + - touchpoint-fax-buyer + - subcontracting-value-cur + - deadline-date-lot + - organisation-name-environ-legis-lot + - description-glo + - organisation-person-employ-legis-lot + - organisation-country-docprovider-lot + - winner-owner-nationality + - tender-value-cur + - touchpoint-city-revieworg-lot + - award-criterion-number-fixed-glo + - organisation-partname-docprovider-part + - BT-732-Lot + - touchpoint-name-docprovider-lot + - touchpoint-internet-address-subcontractor + - BT-727-Part + - place-of-performance-post-code-part + - CY + - BT-651-Lot + - BT-150-Contract + - BT-45-Lot + - BT-710-LotResult + - DD + - organisation-internet-address-addinfo-lot + - deadline-receipt-tender-date-lot + - organisation-email-mediator-lot + - identifier-part + - DI + - BT-1311(t)-Lot + - touchpoint-city-reviewinfo-lot + - BT-46-Lot + - modification-justification + - tender-variant + - touchpoint-country-revieworg-lot + - BT-70-Lot + - touchpoint-country-employ-legis-lot + - DS + - DT + - BT-707-Lot + - touchpoint-name-subcontractor + - touchpoint-partname-financing + - BT-52-Lot + - touchpoint-country-reviewinfo-lot + - buyer-reviewrequests-irregularity-type + - contract-nature-add-part + - organisation-person-tender-eval-lot + - lots-max-allowed-proc + - touchpoint-partname-fiscal-legis-lot + - organisation-city-signatory + - internal-identifier-glo + - BT-99-Lot + - organisation-country-sub-subcontractor + - contract-identifier + - BT-539-Lot + - organisation-post-code-fiscal-legis-lot + - organisation-country-sub-docprovider-part + - touchpoint-street-tender-eval-part + - organisation-internet-address-ted-esen + - BT-733-LotsGroup + - BT-36-Lot + - touchpoint-country-sub-financing + - organisation-email-subcontractor + - BT-134-Lot + - BT-118-NoticeResult + - organisation-tel-employ-legis-part + - touchpoint-street-subcontractor + - corporate-body + - touchpoint-country-reviewinfo-part + - touchpoint-city-docprovider-part + - buyer-touchpoint-gateway + - BT-709-LotResult + - procurement-relaunch + - maximum-candidates-lot + - touchpoint-name-fiscal-legis-part + - place-of-performance-city-lot + - BT-22-LotsGroup + - FT + - organisation-internet-address-docprovider-part + - BT-5141-Lot + - touchpoint-tel-tender-receip-lot + - organisation-tel-buyer + - previous-planning-identifier-part-lot + - BT-5121-Procedure + - touchpoint-fax-environ-legis-part + - organisation-email-fiscal-legis-part + - BT-13713-LotResult + - contract-nature-main-proc + - organisation-country-tenderer + - tool-url-part + - touchpoint-street-revieworg-part + - organisation-email-addinfo-part + - organisation-tel-signatory + - touchpoint-street-tender-receip-part + - touchpoint-street-environ-legis-lot + - organisation-country-sub-docprovider-lot + - organisation-contact-point-signatory + - missing-info-submission-description-lot + - organisation-identifier-signatory + - touchpoint-fax-environ-legis-lot + - touchpoint-city-tender-eval-part + - organisation-post-code-tender-eval-lot + - BT-708-Lot + - organisation-name-tender-receip-lot + - change-previous-notice-section-identifier + - jury-member-name-lot + - organisation-contact-point-tenderer + - organisation-internet-address-fiscal-legis-lot + - ubo-fax + - quality-target-description-lot + - HA + - OPT-150-LOT + - touchpoint-internet-address-reviewinfo-part + - touchpoint-country-mediator-part + - touchpoint-country-signatory + - reserved-execution-lot + - predominance-lot + - BT-636-LotResult + - touchpoint-tel-employ-legis-lot + - buyer-review-compainants-code + - organisation-contact-point-fiscal-legis-part + - selection-criterion-description-lot + - contract-framework-agreement + - touchpoint-city-buyer + - variant-allowed-lot + - additional-classification-proc + - place-of-performance-country-proc + - BT-768-Contract + - touchpoint-fax-paying + - framework-agreement-part + - place-of-performance-post-code-proc + - touchpoint-fax-addinfo-part + - touchpoint-internet-address-ted-esen + - IA + - buyer-gateway + - BT-47-Lot + - organisation-fax-tender-eval-part + - contract-duration-end-date-lot + - ubo-street + - jury-decision-binding-lot + - BT-5423-LotsGroup + - BT-635-LotResult + - OPP-123-Business + - BT-777-Lot + - touchpoint-gateway-fiscal-legis-part + - framework-agreement-lot + - BT-734-Lot + - organisation-street-mediator-part + - touchpoint-email-ted-esen + - document-restricted-part + - selection-criteria-second-stage-invite-lot + - touchpoint-email-tender-receip-lot + - touchpoint-city-addinfo-part + - BT-98-Lot + - BT-19-Lot + - BT-726-Part + - BT-1252-Procedure + - direct-award-justification-previous-procedure-identifier-proct + - organisation-email-reviewinfo-part + - BT-127-notice + - organisation-person-tender-eval-part + - touchpoint-tel-financing + - organisation-city-addinfo-part + - BT-610-Procedure-Buyer + - BT-01(c)-procedure + - organisation-country-tender-eval-part + - BT-132(d)-Lot + - winner-post-code + - organisation-country-reviewinfo-lot + - organisation-partname-docprovider-lot + - change-procurement-documents + - touchpoint-street-fiscal-legis-lot + - touchpoint-email-docprovider-lot + - buyer-touchpoint-partname + - BT-5422-LotsGroup + - registration-date + - organisation-person-tender-receip-part + - touchpoint-gateway-mediator-lot + - BT-01-notice + - BT-27-Part + - touchpoint-street-serv-prov + - framework-estimated-value-glo + - organisation-post-code-mediator-lot + - organisation-name-addinfo-lot + - touchpoint-internet-address-docprovider-part + - touchpoint-name-environ-legis-lot + - organisation-partname-revieworg-part + - touchpoint-internet-address-addinfo-lot + - organisation-identifier-docprovider-lot + - publication-date + - selection-criterion-name-lot + - BT-736-Part + - BT-554-Tender + - business-email + - buyer-email + - legal-basis-text + - OPP-011-notice + - subcontracting-percentage + - subcontracting-allowed-lot + - BT-05(a)-notice + - organisation-email-paying + - touchpoint-street-tender-receip-lot + - BT-5131-Lot + - modification-previous-notice-identifier + - BT-769-Lot + - touchpoint-country-tender-eval-lot + - significance-lot + - organisation-partname-addinfo-lot + - touchpoint-street-docprovider-part + - organisation-identifier-tenderer + - BT-726-Lot + - touchpoint-city-tenderer + - touchpoint-street-environ-legis-part + - touchpoint-tel-reviewinfo-part + - award-criterion-number-weight-glo + - touchpoint-contact-point-buyer + - touchpoint-post-code-reviewinfo-lot + - vehicle-type + - contract-nature-add-proc + - touchpoint-country-sub-docprovider-lot + - estimated-value-glo + - buyer-touchpoint-post-code + - tender-rank + - organisation-post-code-tenderer + - BT-634-Lot + - tool-name-part + - buyer-profile + - winner-country + - organisation-name-reviewinfo-part + - touchpoint-city-mediator-part + - touchpoint-partname-addinfo-lot + - winner-country-sub + - requirement-stage-lot + - deadline-time-part + - MA + - organisation-country-sub-mediator-lot + - organisation-fax-fiscal-legis-lot + - touchpoint-contact-point-revieworg-lot + - BT-88-Procedure + - touchpoint-email-tender-eval-lot + - BT-632-Lot + - ojs-number + - BT-733-Lot + - links + - organisation-person-financing + - organisation-post-code-revieworg-part + - business-city + - BT-54-lot + - organisation-person-environ-legis-part + - organisation-tel-docprovider-lot + - touchpoint-tel-buyer + - organisation-fax-revieworg-part + - organisation-tel-mediator-part + - place-of-performance-country-part + - BT-728-Part + - organisation-person-serv-prov + - organisation-name-serv-prov + - organisation-post-code-signatory + - touchpoint-fax-docprovider-part + - touchpoint-street-reviewinfo-part + - BT-60-Lot + - renewal-maximum-lot + - touchpoint-internet-address-revieworg-part + - BT-13716-notice + - organisation-name-revieworg-lot + - touchpoint-gateway-tender-eval-part + - BT-21-Procedure + - deadline-receipt-request-time-lot + - identifier-glo + - ubo-country + - gpa-lot + - organisation-street-revieworg-lot + - touchpoint-fax-employ-legis-part + - NC + - organisation-name-financing + - ND + - touchpoint-internet-address-tender-eval-lot + - touchpoint-country-sub-employ-legis-part + - BT-97-Lot + - NL + - accessibility-justification-lot + - security-clearence-deadline-lot + - title-part + - touchpoint-street-addinfo-part + - touchpoint-tel-employ-legis-part + - deadline-receipt-expressions-time-lot + - touchpoint-fax-fiscal-legis-lot + - BT-05(b)-notice + - organisation-person-tender-receip-lot + - organisation-fax-mediator-lot + - organisation-partname-tender-eval-lot + - touchpoint-tel-paying + - winner-touchpoint-gateway + - organisation-country-sub-employ-legis-part + - touchpoint-gateway-subcontractor + - OJ + - OPP-105-Business + - eu-funds-name + - OL + - organisation-fax-fiscal-legis-part + - organisation-fax-tenderer + - business-identifier + - place-of-performance + - public-opening-place-lot + - organisation-email-signatory + - organisation-contact-point-financing + - tender-value-cur-highest + - organisation-fax-addinfo-lot + - touchpoint-country-ted-esen + - BT-776-Lot + - touchpoint-contact-point-docprovider-part + - buyer-legal-type + - organisation-city-tender-receip-part + - BT-27-Lot + - touchpoint-contact-point-fiscal-legis-lot + - additional-classification-part + - touchpoint-city-docprovider-lot + - PC + - organisation-fax-serv-prov + - organisation-fax-buyer + - PD + - organisation-country-revieworg-lot + - organisation-country-fiscal-legis-lot + - organisation-tel-environ-legis-lot + - touchpoint-gateway-fiscal-legis-lot + - BT-615-Part + - organisation-country-docprovider-part + - touchpoint-gateway-docprovider-part + - organisation-tel-tender-eval-lot + - BT-727-Lot + - BT-11-Procedure-Buyer + - touchpoint-street-buyer + - change-reason-code + - organisation-gateway-ted-esen + - recurrence-lot + - BT-727-Procedure + - PR + - contract-conclusion-date + - subcontracting-percentage-ind + - place-of-performance-city-part + - change-description + - touchpoint-street-paying + - organisation-country-addinfo-part + - strategic-procurement-description-lot + - touchpoint-partname-fiscal-legis-part + - organisation-identifier-mediator-lot + - BT-24-Part + - BT-543-LotsGroup + - BT-767-Lot + - electronic-signature-lot + - organisation-email-employ-legis-part + - OPP-023-Contract + - organisation-fax-employ-legis-part + - subcontracting-obligation-lot + - organisation-person-reviewinfo-part + - subcontracting-description + - touchpoint-country-sub-revieworg-lot + - submission-nonelectronic-lot + - touchpoint-country-sub-tender-eval-part + - touchpoint-partname-reviewinfo-part + - organisation-fax-environ-legis-lot + - organisation-email-environ-legis-lot + - title-proc + - organisation-contact-point-employ-legis-lot + - organisation-identifier-financing + - touchpoint-contact-point-tenderer + - award-criterion-number-weight-lot + - BT-737-Part + - eu-registration-number + - RC + - organisation-tel-docprovider-part + - touchpoint-contact-point-paying + - public-opening-date-lot + - touchpoint-internet-address-mediator-lot + - touchpoint-city-employ-legis-lot + - touchpoint-internet-address-reviewinfo-lot + - RN + - RP + - organisation-country-sub-addinfo-lot + - touchpoint-partname-docprovider-lot + - contract-duration-period-oth-part + - organisation-city-docprovider-part + - organisation-country-mediator-part + - organisation-contact-point-mediator-lot + - organisation-fax-reviewinfo-part + - registration-place-postcode + - touchpoint-email-serv-prov + - BT-630(t)-Lot + - touchpoint-country-paying + - touchpoint-post-code-tender-eval-part + - concession-revenue-buyer + - touchpoint-fax-tender-eval-part + - renewal-description-lot + - organisation-internet-address-tender-receip-lot + - BT-124-Lot + - BT-751-Lot + - touchpoint-tel-addinfo-part + - registration-place-town + - BT-13(d)-Part + - organisation-name-docprovider-part + - organisation-contact-point-reviewinfo-part + - organisation-post-code-mediator-part + - deadline-receipt-request + - BT-136-Procedure + - BT-140-notice + - touchpoint-country-sub-subcontractor + - organisation-street-tender-receip-part + - organisation-country-serv-prov + - touchpoint-partname-tender-receip-part + - touchpoint-tel-signatory + - organisation-street-revieworg-part + - BT-64-Lot + - organisation-post-code-addinfo-lot + - BT-708-Part + - revenues-allocation-lot + - organisation-country-sub-tender-eval-lot + - touchpoint-street-tender-eval-lot + - touchpoint-street-addinfo-lot + - TD + - document-restricted-url-lot + - place-of-performance-country-lot + - contract-duration-start-date-part + - organisation-internet-address-revieworg-part + - classification-cpv + - TI + - touchpoint-street-fiscal-legis-part + - BT-23-Procedure + - ecatalog-allowed-lot + - organisation-city-environ-legis-part + - organisation-gateway-addinfo-lot + - BT-508-Procedure-Buyer + - BT-632-Part + - TV + - TW + - touchpoint-gateway-reviewinfo-part + - TY + - csecurity-clearance-description-lot + - touchpoint-contact-point-tender-receip-part + - organisation-person-fiscal-legis-lot + - multiple-tender-lot + - organisation-tel-ted-esen + - BT-5421-Lot + - organisation-tel-tender-receip-lot + - organisation-partname-employ-legis-lot + - change-reason-description + - organisation-fax-paying + - BT-141(a)-notice + - additional-info-proc + - touchpoint-name-employ-legis-part + - touchpoint-partname-addinfo-part + - BT-95-Lot + - dps-usage-lot + - place-of-performance-other-lot + - BT-202-Contract + - touchpoint-country-sub-paying + - BT-21-LotsGroup + - OPT-155-LotResult + - organisation-country-sub-environ-legis-part + - BT-79-Lot + - direct-award-justification-proc + - touchpoint-city-tender-receip-lot + - touchpoint-country-sub-serv-prov + - organisation-internet-address-tender-eval-lot + - organisation-person-docprovider-lot + - organisation-post-code-ted-esen + - competition-termination-proc + - contract-conditions-code-lot + - touchpoint-country-sub-reviewinfo-lot + - BT-15-Part + - BT-758-notice + - cross-border-law-identifier-proc + - organisation-person-fiscal-legis-part + - touchpoint-country-tender-eval-part + - result-value-notice + - BT-736-Lot + - ubo-city + - organisation-contact-point-revieworg-part + - BT-752-Lot + - framework-value-cur-notice + - touchpoint-country-tenderer + - organisation-post-code-revieworg-lot + - BT-133-Lot + - organisation-country-signatory + - touchpoint-post-code-revieworg-part + - organisation-country-paying + - organisation-partname-signatory + - touchpoint-internet-address-addinfo-part + - procedure-justification + - official-language + - BT-756-Procedure + - eu-fund-lot + - BT-03-notice + - touchpoint-name-signatory + - winner-touchpoint-post-code + - contract-duration-end-date-part + - BT-123-Lot + - touchpoint-post-code-fiscal-legis-lot + - TV_CUR + - touchpoint-post-code-tenderer + - innovative-acquisition-lot + - organisation-identifier-revieworg-lot + - organisation-country-environ-legis-part + - BT-67(b)-Procedure + - touchpoint-partname-mediator-lot + - deadline-receipt-expressions-date-lot + - touchpoint-internet-address-buyer + - BT-145-Contract + - touchpoint-email-buyer + - organisation-gateway-employ-legis-lot + - touchpoint-country-fiscal-legis-lot + - document-restricted-lot + - touchpoint-street-financing + - BT-27-LotsGroup + - framework-maximum-participants-number-lot + - award-criteria-order-justification + - tool-atypical-url-lot + - organisation-street-mediator-lot + - organisation-internet-address-employ-legis-lot + - BT-5141-Procedure + - organisation-contact-point-docprovider-lot + - BT-63-Lot + - touchpoint-email-reviewinfo-lot + - touchpoint-partname-revieworg-part + - organisation-fax-docprovider-lot + - touchpoint-tel-mediator-lot + - OPP-032-Tender + - organisation-post-code-subcontractor + - BT-707-Part + - procedure-features + - touchpoint-country-mediator-lot + - BT-538-Part + - touchpoint-post-code-tender-receip-lot + - BT-105-Procedure + - BT-765-Lot + - organisation-city-reviewinfo-lot + - organisation-gateway-environ-legis-part + - organisation-identifier-paying + - organisation-street-addinfo-lot + - assets-related-contract-extension-indicator-lot + - BT-137-Lot + - business-country-sub + - security-clearance-lot + - organisation-identifier-addinfo-lot + - touchpoint-name-paying + - organisation-post-code-tender-eval-part + - touchpoint-country-sub-tender-receip-part + - organisation-name-signatory + - touchpoint-gateway-addinfo-part + - touchpoint-name-tender-eval-part + - touchpoint-partname-employ-legis-lot + - BT-660-LotResult + - organisation-country-sub-fiscal-legis-part + - touchpoint-partname-reviewinfo-lot + - touchpoint-contact-point-tender-eval-lot + - touchpoint-fax-addinfo-lot + - organisation-city-fiscal-legis-part + - BT-122-Lot + - touchpoint-country-tender-receip-lot + - organisation-contact-point-employ-legis-part + - organisation-email-environ-legis-part + - touchpoint-gateway-docprovider-lot + - BT-501-Business-European + - organisation-fax-subcontractor + - BT-262-Lot + - OPP-040-Procedure + - BT-5422-Lot + - organisation-person-tenderer + - touchpoint-city-signatory + - organisation-country-sub-buyer + - buyer-touchpoint-city + - BT-24-Lot + - main-classification-lot + - touchpoint-city-financing + - touchpoint-contact-point-addinfo-part + - organisation-partname-fiscal-legis-part + - BT-109-Lot + - organisation-gateway-employ-legis-part + - organisation-street-tender-eval-lot + - touchpoint-partname-serv-prov + - BT-21-Part + - organisation-internet-address-mediator-lot + - organisation-tel-paying + - organisation-identifier-mediator-part + - organisation-partname-ted-esen + - buyer-touchpoint-contact-point + - organisation-street-reviewinfo-part + - dispatch-time + - organisation-internet-address-mediator-part + - organisation-partname-reviewinfo-part + - organisation-street-fiscal-legis-part + - BT-701-notice + - organisation-identifier-environ-legis-lot + - organisation-identifier-serv-prov + - BT-157-LotsGroup + - BT-737-Lot + - organisation-email-mediator-part + - touchpoint-city-addinfo-lot + - touchpoint-city-mediator-lot + - business-tel + - organisation-fax-tender-eval-lot + - organisation-city-buyer + - organisation-gateway-environ-legis-lot + - organisation-name-revieworg-part + - organisation-gateway-paying + - funding + - issue-date + - BT-51-Lot + - touchpoint-tel-fiscal-legis-lot + - business-contact-point + - touchpoint-street-employ-legis-lot + - contract-nature-add-lot + - BT-106-Procedure + - estimated-value-cur-proc + - BT-94-Lot + - buyer-person + - quality-target-code-lot + - organisation-fax-revieworg-lot + - OPP-121-Business + - BT-536-Lot + - touchpoint-country-sub-tenderer + - touchpoint-fax-tender-receip-lot + - organisation-internet-address-tender-receip-part + - OPP-030-Tender + - BT-163-Tender + - submission-nonelectronic-description-lot + - touchpoint-internet-address-employ-legis-lot + - BT-27-Procedure + - additional-information-lot + - organisation-internet-address-subcontractor + - BT-766-Lot + - BT-537-Lot + - winner-gateway + - organisation-city-revieworg-part + - BT-722-Contract + - touchpoint-city-reviewinfo-part + - result-value-lot + - touchpoint-country-sub-fiscal-legis-lot + - organisation-contact-point-addinfo-part + - organisation-tel-environ-legis-part + - kilometer-public-transport + - authority-main-activity + - title-glo + - OPP-080-Tender + - winner-person + - organisation-country-sub-signatory + - organisation-country-ted-esen + - touchpoint-street-ted-esen + - BT-263-Lot + - touchpoint-name-environ-legis-part + - organisation-gateway-mediator-part + - selection-criterion-used-lot + - BT-5071-Part + - estimated-value-cur-lot + - touchpoint-street-signatory + - organisation-country-employ-legis-part + - organisation-post-code-reviewinfo-part + - organisation-internet-address-docprovider-lot + - BT-191-Tender + - concession-value-description + - BT-5423-Lot + - organisation-identifier-environ-legis-part + - subcontracting-obligation-minimum-lot + - touchpoint-fax-mediator-lot + - organisation-fax-environ-legis-part + - accessibility-lot + - BT-23-Lot + - organisation-post-code-serv-prov + - BT-531-Part + - BT-5121-Lot + - subcontracting-indication-lot + - electronic-submission-lot + - notice-version + - touchpoint-internet-address-environ-legis-lot + - organisation-identifier-revieworg-part + - award-criterion-number-threshold-lot + - document-restricted-justification + - touchpoint-name-mediator-part + - organisation-fax-mediator-part + - touchpoint-name-ted-esen + - touchpoint-fax-ted-esen + - touchpoint-tel-tenderer + - touchpoint-email-tender-eval-part + - organisation-post-code-fiscal-legis-part + - organisation-post-code-environ-legis-part + - award-criterion-type-glo + - winner-email + - organisation-street-paying + - place-of-performance-post-code-lot + - ubo-name + - BT-22-Lot + - estimated-value-cur-part + - BT-1351-Procedure + - organisation-fax-employ-legis-lot + - organisation-identifier-docprovider-part + - buyer-post-code + - BT-65-Lot + - touchpoint-email-fiscal-legis-lot + - framework-estimated-value-cur-glo + - OPP-111-Business + - touchpoint-tel-tender-eval-part + - organisation-city-financing + - BT-750-Lot + - winner-touchpoint-partname + - organisation-city-tenderer + - organisation-country-sub-paying + - touchpoint-tel-fiscal-legis-part + - organisation-name-tender-receip-part + - lots-all-required-proc + - organisation-internet-address-revieworg-lot + - touchpoint-email-paying + - touchpoint-name-fiscal-legis-lot + - tender-value + - BT-50-Lot + - organisation-partname-financing + - BT-93-Lot + - organisation-country-financing + - document-official-language-lot + - touchpoint-street-docprovider-lot + - organisation-name-reviewinfo-lot + - touchpoint-email-signatory + - organisation-gateway-financing + - organisation-identifier-addinfo-part + - submission-language + - BT-762-notice + - organisation-identifier-buyer + - touchpoint-gateway-paying + - additional-info-part + - touchpoint-gateway-employ-legis-lot + - BT-132(t)-Lot + - BT-31-Procedure + - winner-touchpoint-internet-address + - organisation-city-tender-receip-lot + - touchpoint-gateway-tender-eval-lot + - BT-10-Procedure-Buyer + - BT-1501(p)-Contract + - OPP-122-Business + - modification-description + - BT-120-Lot + - BT-759-LotResult + - touchpoint-contact-point-docprovider-lot + - touchpoint-partname-environ-legis-lot + - organisation-street-reviewinfo-lot + - organisation-gateway-subcontractor + - touchpoint-city-serv-prov + - organisation-contact-point-tender-receip-lot + - touchpoint-country-sub-revieworg-part + - dispatch-invitation-tender-lot + - touchpoint-name-revieworg-part + - organisation-post-code-tender-receip-part + - organisation-name-buyer + - organisation-street-financing + - BT-24-LotsGroup + - BT-13(d)-Lot + - organisation-contact-point-environ-legis-part + - touchpoint-email-addinfo-lot + - organisation-contact-point-buyer + - organisation-contact-point-tender-eval-lot + - BT-171-Tender + - organisation-internet-address-paying + - BT-747-Lot + - touchpoint-country-environ-legis-part + - business-post-code + - touchpoint-city-subcontractor + - touchpoint-tel-tender-receip-part + - touchpoint-country-environ-legis-lot + - BT-771-Lot + - BT-537-Part + - lots-max-awarded-proc + - organisation-city-employ-legis-lot + - announcement-title + - organisation-country-sub-serv-prov + - BT-06-Lot + - touchpoint-post-code-tender-receip-part + - organisation-person-revieworg-part + - organisation-country-sub-mediator-part + - additional-information + - modification-part-reference + - winner-touchpoint-country + - organisation-identifier-tender-receip-lot + - organisation-identifier-tender-receip-part + - touchpoint-email-fiscal-legis-part + - BT-160-Tender + - BT-92-Lot + - winner-touchpoint-country-sub + - organisation-tel-employ-legis-lot + - BT-161-NoticeResult + - BT-02-notice + - organisation-gateway-tender-eval-part + - touchpoint-gateway-tender-receip-lot + - touchpoint-internet-address-revieworg-lot + - framework-estimated-value + - BT-531-Lot + - internal-identifier-part + - exclusion-grounds + - organisation-email-reviewinfo-lot + - winner-contact-point + - organisation-partname-tender-receip-lot + - estimated-value-proc + - touchpoint-email-environ-legis-part + - deadline + - description-part + - touchpoint-country-subcontractor + - touchpoint-tel-revieworg-lot + - touchpoint-country-sub-fiscal-legis-part + - BT-21-Lot + - place-of-performance-other-part + - touchpoint-city-paying + - touchpoint-name-revieworg-lot + - touchpoint-email-subcontractor + - BT-14-Part + - notice-purpose + - winner-size + - buyer-touchpoint-country-sub + - organisation-gateway-revieworg-part + - organisation-gateway-serv-prov + - organisation-street-tender-receip-lot + - result-value-cur-notice + - organisation-internet-address-tenderer + - reserved-execution-part + - BT-757-notice + - place-of-performance-additional-part + - BT-539-LotsGroup + - organisation-name-addinfo-part + - touchpoint-internet-address-tender-receip-lot + - organisation-person-buyer + - organisation-partname-serv-prov + - touchpoint-name-serv-prov + - BT-263-Part + - non-award-justification + - award-criterion-number-fixed-lot + - procedure-identifier + - touchpoint-internet-address-docprovider-lot + - touchpoint-email-tender-receip-part + - organisation-contact-point-fiscal-legis-lot + - gpa-part + - organisation-name-paying + - tool-name-lot + - touchpoint-partname-tender-eval-lot + - touchpoint-post-code-employ-legis-lot + - BT-111-Lot + - organisation-country-sub-revieworg-lot + - organisation-country-sub-ted-esen + - BT-578-Lot + - organisation-street-docprovider-lot + - BT-764-Lot + - group-framework-value-cur-notice + - touchpoint-contact-point-signatory + - ubo-country-sub + - identifier-lot + - organisation-name-employ-legis-lot + - BT-540-LotsGroup + - touchpoint-country-sub-mediator-lot + - OPP-012-notice + - place-of-performance-subdiv-lot + - subcontracting + - winner-touchpoint-contact-point + - estimated-value-lot + - procedure-accelerated + - award-criterion-type-lot + - touchpoint-country-sub-addinfo-part + - touchpoint-city-environ-legis-lot + - touchpoint-country-tender-receip-part + - BT-193-Tender + - description-lot + - organisation-country-sub-reviewinfo-part + - tender-value-highest + - organisation-email-employ-legis-lot + - organisation-city-mediator-part + - organisation-contact-point-mediator-part + - touchpoint-fax-tenderer + - touchpoint-name-buyer + - organisation-gateway-signatory + - guarantee-required-description-lot + - organisation-street-fiscal-legis-lot + - additional-classification-lot + - BT-5071-Procedure + - organisation-partname-addinfo-part + - organisation-name-tender-eval-part + - organisation-contact-point-docprovider-part + - organisation-identifier-reviewinfo-lot + - organisation-name-mediator-lot + - organisation-country-reviewinfo-part + - award-criterion-description-glo + - organisation-internet-address-reviewinfo-lot + - sme-lot + - organisation-partname-tender-receip-part + - touchpoint-name-tender-eval-lot + - BT-1375-Procedure + - organisation-street-tender-eval-part + - BT-728-Procedure + - touchpoint-post-code-serv-prov + - organisation-country-sub-reviewinfo-lot + - touchpoint-internet-address-mediator-part + - legal-basis + - OPP-113-Business-European + - touchpoint-country-docprovider-lot + - BT-719-notice + - organisation-gateway-docprovider-part + - electronic-invoicing-lot + - buyer-country + - BT-5421-LotsGroup + - BT-14-Lot + - OPP-020-Contract + - buyer-contracting-entity + - electronic-auction-description-lot + - award-criterion-order-justification-lot + - organisation-email-revieworg-lot + - organisation-street-tenderer + - procedure-type + - organisation-internet-address-addinfo-part + - organisation-internet-address-environ-legis-lot + - organisation-gateway-fiscal-legis-lot + - place-of-performance-other-proc + - recurrence-description-lot + - organisation-email-tender-eval-part + - touchpoint-gateway-employ-legis-part + - BT-749-Lot + - organisation-country-sub-financing + - touchpoint-contact-point-mediator-lot + - award-criterion-name-glo + - selection-criteria-second-stage-invite-number-lot + - organisation-identifier-employ-legis-lot + - BT-5131-Procedure + - touchpoint-internet-address-signatory + - touchpoint-gateway-buyer + - organisation-city-docprovider-lot + - contract-duration-period-lot + - organisation-identifier-subcontractor + - organisation-country-sub-employ-legis-lot + - winner-identifier + - organisation-internet-address-buyer + - used-assetlot + - touchpoint-email-financing + - organisation-email-ted-esen + - organisation-contact-point-paying + - touchpoint-city-tender-eval-lot + - organisation-contact-point-tender-eval-part + - organisation-city-employ-legis-part + - touchpoint-contact-point-tender-receip-lot + - BT-01(d)-procedure + - concession-revenue-cur-buyer + - BT-78-Lot + - organisation-partname-employ-legis-part + - dps-termination-lot + - organisation-street-employ-legis-part + - touchpoint-city-tender-receip-part + - touchpoint-gateway-environ-legis-lot + - organisation-email-fiscal-legis-lot + - reserved-procurement-lot + - estimated-value-part + - touchpoint-tel-environ-legis-part + - touchpoint-contact-point-financing + - internal-identifier-proc + - organisation-contact-point-reviewinfo-lot + - organisation-internet-address-employ-legis-part + - organisation-partname-paying + - BT-540-Lot + - BT-75-Lot + - contract-nature-main-lot + - subcontracting-obligation-maximum-lot + - organisation-city-addinfo-lot + - buyer-touchpoint-country + - BT-40-Lot + - document-official-language-part + - OPP-070-notice + - touchpoint-street-revieworg-lot + - touchpoint-post-code-paying + - touchpoint-post-code-ted-esen + - framework-duration-justification-lot + - organisation-country-environ-legis-lot + - organisation-post-code-docprovider-lot + - touchpoint-post-code-signatory + - touchpoint-fax-tender-eval-lot + - following-contract-lot + - organisation-city-tender-eval-part + - organisation-name-fiscal-legis-lot + - organisation-partname-environ-legis-part + - organisation-contact-point-tender-receip-part + - change-notice-version-identifier + - guarantee-required-lot + - touchpoint-post-code-financing + - activity-sector + - document-restricted-url-part + - organisation-country-sub-revieworg-part + - organisation-partname-mediator-lot + - touchpoint-country-addinfo-part + - BT-130-Lot + - announcement-url + - notice-type + - OPP-110-Business + - organisation-gateway-mediator-lot + - touchpoint-contact-point-subcontractor + - touchpoint-tel-mediator-part + - organisation-street-subcontractor + - touchpoint-internet-address-employ-legis-part + - touchpoint-country-sub-mediator-part + - organisation-person-reviewinfo-lot + - touchpoint-email-revieworg-part + - SUB_LG + - organisation-person-addinfo-lot + - place-of-performance-add-proc + - touchpoint-street-mediator-part + - buyer-city + - participant-name-lot + - buyer-touchpoint-name + - BT-1501(s)-Contract + - organisation-country-revieworg-part + - public-opening-description-lot + - OPP-010-notice + - missing-info-submission-lot + - organisation-street-signatory + - touchpoint-city-fiscal-legis-part + - BT-09(a)-Procedure + - BT-754-Lot + - BT-748-Lot + - organisation-name-ted-esen + - BT-746-Organization + - organisation-post-code-buyer + - BT-115-Part + - social-objective-lot + - organisation-identifier-tender-eval-lot + - touchpoint-contact-point-serv-prov + - touchpoint-fax-docprovider-lot + - tender-identifier + - place-of-performance-subdiv-proc + - touchpoint-name-financing + - BT-201-Contract + - organisation-city-tender-eval-lot + - tender-validity-deadline-lot + - touchpoint-email-tenderer + - publication-number + - touchpoint-email-mediator-lot + - touchpoint-name-reviewinfo-part + - contract-nature-subtype + - BT-119-LotResult + - organisation-country-tender-eval-lot + - organisation-country-fiscal-legis-part + - touchpoint-country-sub-tender-eval-lot + - tender-value-cur-lowest + - touchpoint-name-employ-legis-lot + - BT-22-Procedure + - organisation-name-subcontractor + - organisation-internet-address-signatory + - organisation-country-addinfo-lot + - winner-decision-date + - organisation-fax-docprovider-part + - BT-553-Tender + - OPP-120-Business + - BT-755-Lot + - buyer-review-compainants-val + - change-procurement-documents-date + - touchpoint-partname-employ-legis-part + - touchpoint-country-sub-employ-legis-lot + - prize-rank-lot + - organisation-email-tender-receip-lot + - BT-22-Part + - place-of-performance-city-proc + - touchpoint-gateway-tenderer + - dispatch-invitation-interest-lot + - buyer-touchpoint-email + - BT-706-UBO + - organisation-contact-point-environ-legis-lot + - organisation-name-fiscal-legis-part + - ubo-tel + - organisation-gateway-tender-receip-lot + - BT-131(d)-Lot + - organisation-identifier-employ-legis-part + - touchpoint-post-code-reviewinfo-part + - organisation-internet-address-reviewinfo-part + - touchpoint-country-employ-legis-part + - description-proc + - touchpoint-post-code-addinfo-part + - organisation-name-tender-eval-lot + - touchpoint-email-employ-legis-part + - organisation-tel-addinfo-lot + - TVH + - organisation-tel-revieworg-lot + - TVL + - touchpoint-partname-signatory + - touchpoint-contact-point-employ-legis-part + - selection-criterion-lot + - organisation-country-subcontractor + - deadline-time-lot + - touchpoint-post-code-fiscal-legis-part + - touchpoint-email-employ-legis-lot + - selection-criteria-second-stage-invite-number-threshold-lot + - place-of-performance-subdiv-part + - touchpoint-fax-signatory + - BT-731-Tender + - touchpoint-contact-point-environ-legis-lot + - BT-1311(d)-Lot + - organisation-post-code-employ-legis-part + - organisation-tel-financing + - touchpoint-city-environ-legis-part + - BT-631-Lot + - main-classification-part + - dispatch-date + - OPP-112-Business + - electronic-auction-lot + - contact-nature-main-part + - strategic-procurement-lot + - organisation-identifier-ted-esen + - touchpoint-internet-address-tenderer + - BT-712(a)-LotResult + - received-submissions-type-val + - eu-funds-identifier + - contract-title + - BT-5121-Part + - business-street + - touchpoint-country-sub-ted-esen + - tender-value-lowest + - touchpoint-contact-point-mediator-part + - touchpoint-email-environ-legis-lot + - organisation-street-addinfo-part + - touchpoint-gateway-mediator-part + - buyer-internet-address + - winner-internet-address + - OPP-031-Tender + - notice-title + - tender-lot-identifier + - BT-41-Lot + - touchpoint-tel-tender-eval-lot + - BT-162-Tender + - organisation-email-buyer + - BT-300-LotsGroup + - organisation-email-docprovider-part + - organisation-country-mediator-lot + - organisation-person-docprovider-part + - touchpoint-country-sub-signatory + - BT-728-Lot + - organisation-post-code-environ-legis-lot + - buyer-partname + - organisation-country-sub-tender-receip-lot + - concession-revenue-user + - BT-743-Lot + - BT-720-Tender + - BT-734-LotsGroup + - BT-555-Tender + - touchpoint-country-addinfo-lot + - touchpoint-gateway-revieworg-lot + - previous-planning-identifier-part-part + - deadline-date-part + - organisation-street-buyer + - contract-conditions-description-lot + - award-criterion-number-threshold-glo + - BT-36-Part + - BT-115-Lot + - organisation-country-sub-tender-receip-part + - BT-702-notice + - BT-17-Lot + - BT-721-Contract + - OPT-072-Lot + - organisation-tel-fiscal-legis-part + - organisation-post-code-reviewinfo-lot + - BT-615-Lot + - organisation-partname-tenderer + - reward-other-lot + - main-activity + - touchpoint-gateway-serv-prov + - contract-url + - organisation-fax-financing + - touchpoint-tel-ted-esen + - publication-name + - touchpoint-tel-environ-legis-lot + - organisation-country-tender-receip-part + - BT-775-Lot + - organisation-tel-tenderer + - organisation-email-serv-prov + - place-of-performance-addtional-lot + - organisation-gateway-tender-receip-part + - contract-nature + - touchpoint-tel-addinfo-lot + - organisation-country-sub-tender-eval-part + - organisation-name-environ-legis-part + - lot-included-proc + - buyer-identifier + - organisation-tel-subcontractor + - BT-774-Lot + - legal-basis-notice + - organisation-street-docprovider-part + - BT-5141-Part + - touchpoint-city-ted-esen + - touchpoint-country-sub-environ-legis-lot + - touchpoint-name-addinfo-part + - notice-subtype + - organisation-fax-ted-esen + - modification-modified-contract-reference + - touchpoint-post-code-subcontractor + - notice-identifier + - organisation-tel-fiscal-legis-lot + - BT-18-Lot + - touchpoint-name-reviewinfo-lot + - OPP-100-Business + - value-prize-cur-lot + - BT-156-NoticeResult + - touchpoint-post-code-tender-eval-lot + - registration-place-country + - organisation-internet-address-tender-eval-part + - winner-city + - BT-42-Lot + - organisation-country-sub-fiscal-legis-lot + - document-url-part + - country-origin + - touchpoint-country-buyer + - organisation-internet-address-financing + - business-name + - BT-330-Procedure + - organisation-email-revieworg-part + - touchpoint-tel-serv-prov + - organisation-gateway-reviewinfo-part + - organisation-city-fiscal-legis-lot + - touchpoint-partname-subcontractor + - legal-basis-proc + - buyer-name + - modification-reason-description + - BT-262-Part + - BT-740-Procedure-Buyer + - organisation-fax-tender-receip-part + - touchpoint-gateway-addinfo-lot + - BT-131(t)-Lot + - touchpoint-contact-point-ted-esen + - BT-763-Procedure + - organisation-email-addinfo-lot + - organisation-post-code-employ-legis-lot + - award-criterion-complicated-lot + - total-value + - touchpoint-name-mediator-lot + - touchpoint-partname-paying + - touchpoint-country-sub-reviewinfo-part + - document-url-lot + - touchpoint-tel-reviewinfo-lot + - touchpoint-partname-docprovider-part + - BT-151-Contract + - organisation-country-sub-environ-legis-lot + - organisation-post-code-tender-receip-lot + - organisation-gateway-reviewinfo-lot + - received-submissions-type-code + - BT-711-LotResult + - subcontracting-value + - touchpoint-street-tenderer + - BT-729-Lot + - winner-touchpoint-name + - organisation-gateway-fiscal-legis-part + - organisation-fax-tender-receip-lot + - organisation-email-financing + - OPT-071-Lot + - BT-57-Lot + - touchpoint-country-docprovider-part + - touchpoint-gateway-signatory + - successive-redution-lot + - organisation-internet-address-environ-legis-part + - touchpoint-partname-revieworg-lot + - buyer-touchpoint-internet-address + - organisation-name-tenderer + - value-prize-lot + - organisation-fax-reviewinfo-lot + - organisation-partname-environ-legis-lot + - organisation-country-tender-receip-lot + - BT-541-Lot + - title-lot + - ubo-post-code + - BT-144-LotResult + - organisation-city-environ-legis-lot + - contract-duration-period-oth-lot + - additional-info-glo + - BT-124-Part + - organisation-identifier-reviewinfo-part + - touchpoint-email-addinfo-part + - touchpoint-fax-subcontractor + - organisation-tel-tender-eval-part + - touchpoint-internet-address-environ-legis-part + - framework-buyer-categories-lot + - touchpoint-email-reviewinfo-part + - BT-1251-Part + - award-criterion-number-lot + - organisation-fax-addinfo-part + - touchpoint-fax-employ-legis-lot + - BT-165-Organization-Company + - organisation-gateway-tenderer + - touchpoint-gateway-revieworg-part + - touchpoint-country-financing + - deadline-receipt-request-date-lot + - touchpoint-fax-revieworg-lot + - buyer-contact-point + - term-performance-lot + - touchpoint-post-code-docprovider-part + - touchpoint-tel-docprovider-lot + - BT-300-Lot + - organisation-internet-address-serv-prov + - touchpoint-post-code-environ-legis-part + - organisation-tel-reviewinfo-part + - framework-estimated-value-cur + - BT-773-Tender + - exclusion-grounds-description + - touchpoint-fax-reviewinfo-lot + - BT-630(d)-Lot + - touchpoint-post-code-docprovider-lot + - organisation-street-employ-legis-lot + - touchpoint-country-sub-buyer + - BT-760-LotResult + - cross-border-law-description-proc + - touchpoint-city-revieworg-part + - touchpoint-name-tender-receip-part + - environmental-impact-lot + - BT-23-Part + - touchpoint-contact-point-reviewinfo-lot + - touchpoint-partname-tender-receip-lot + - organisation-partname-reviewinfo-lot + - OPP-022-Contract + - winner-touchpoint-city + - BT-71-Lot + - organisation-city-ted-esen + - BT-1451-Contract + - BT-300-procedure + - organisation-tel-serv-prov + - selection-criteria-second-stage-invite-number-weight-lot + - contract-duration-start-date-lot + - organisation-city-mediator-lot + - organisation-tel-tender-receip-part + - organisation-person-paying + - organisation-city-reviewinfo-part + - BT-200-Contract + - organisation-email-tender-eval-lot + - result-lot-identifier + - BT-745-Lot + - organisation-contact-point-revieworg-lot + - BT-7531-Lot + - estimated-value-cur-glo + - entity-main-activity + - organisation-post-code-paying + - touchpoint-tel-docprovider-part + - organisation-street-serv-prov + - organisation-gateway-docprovider-lot + - BT-13(t)-Lot + - organisation-person-mediator-part + - touchpoint-name-addinfo-lot + - concession-revenue-cur-user + - organisation-fax-signatory + - electronic-ordering-lot + - touchpoint-partname-mediator-part + - touchpoint-partname-ted-esen + - total-value-cur + - organisation-internet-address-fiscal-legis-part + - organisation-partname-fiscal-legis-lot + - contract-duration-period-part + - document-restricted-justification-part + - touchpoint-name-tenderer + - organisation-partname-buyer + - touchpoint-fax-revieworg-part + - winner-touchpoint-email + - electronic-payment-lot + - organisation-partname-mediator-part + - organisation-contact-point-addinfo-lot + - deadline-receipt-tender-time-lot + - touchpoint-post-code-revieworg-lot + - BT-113-Lot + - BT-5011-Contract + - BT-58-Lot + - touchpoint-tel-revieworg-part + - business-internet-address + - touchpoint-fax-serv-prov + - BT-765-Part + - BT-15-Lot + - document-unofficial-language-part + - touchpoint-country-revieworg-part + - touchpoint-street-mediator-lot + - touchpoint-partname-buyer + - award-criterion-description-lot + - touchpoint-city-employ-legis-part + - touchpoint-country-sub-tender-receip-lot + - main-classification-proc + - internal-identifier-lot + - buyer-reviewrequests-irregularity-type-val + - BT-531-Procedure + - touchpoint-fax-fiscal-legis-part + - touchpoint-internet-address-financing + - organisation-email-docprovider-lot + - organisation-tel-reviewinfo-lot + - organisation-country-sub-tenderer + - BT-44-Lot + - document-unofficial-language-lot + - touchpoint-contact-point-employ-legis-lot + - organisation-post-code-addinfo-part + - winner-listed + - winner-selection-status + - organisation-city-subcontractor + - BT-1251-Lot + - BT-543-Lot + - winner-partname + - organisation-city-paying + - public-opening-time-lot + - BT-772-Lot + - BT-718-notice + - touchpoint-internet-address-fiscal-legis-part + - organisation-email-tender-receip-part + - direct-award-justification-text-proc + - BT-644-Lot + - organisation-identifier-fiscal-legis-lot + - touchpoint-gateway-tender-receip-part + - touchpoint-fax-mediator-part + - touchpoint-contact-point-revieworg-part + - group-framework-value-notice + - organisation-city-revieworg-lot + - organisation-partname-tender-eval-part + - touchpoint-street-reviewinfo-lot + - BT-5071-Lot + - organisation-contact-point-ted-esen + - framework-value-notice + - BT-262-Procedure + - form-type + - organisation-person-subcontractor + - review-deadline-description-lot + - BT-7532-Lot + - organisation-street-environ-legis-lot + - organisation-country-sub-addinfo-part + - touchpoint-country-fiscal-legis-part + - touchpoint-post-code-mediator-lot + - organisation-person-revieworg-lot + - organisation-gateway-addinfo-part + - organisation-identifier-fiscal-legis-part + - touchpoint-gateway-financing + - organisation-name-docprovider-lot + - touchpoint-name-tender-receip-lot + - touchpoint-country-sub-environ-legis-part + - BT-263-Procedure + - BT-04-notice + - organisation-gateway-buyer + - touchpoint-country-sub-docprovider-part + - organisation-street-environ-legis-part + - touchpoint-email-mediator-part + - BT-142-LotResult + - organisation-partname-revieworg-lot + - touchpoint-country-sub-addinfo-lot + - touchpoint-fax-reviewinfo-part + - touchpoint-email-docprovider-part + - organisation-identifier-tender-eval-part + - touchpoint-contact-point-environ-legis-part + - BT-13714-Tender + - BT-536-Part + - organisation-contact-point-subcontractor + - award-criteria-complicated-glo + - touchpoint-gateway-reviewinfo-lot + - organisation-partname-subcontractor + - touchpoint-name-docprovider-part + - touchpoint-post-code-buyer + - touchpoint-partname-environ-legis-part + - BT-300-Part + - touchpoint-internet-address-serv-prov + - result-value-cur-lot + - BT-67(a)-Procedure + - touchpoint-fax-financing + - organisation-country-employ-legis-lot + - organisation-person-ted-esen + - touchpoint-post-code-mediator-part + - organisation-gateway-tender-eval-lot + - winner-name + - business-country + - BT-744-Lot + items: + type: string + enum: + - BT-09(b)-Procedure + - organisation-name-mediator-part + - touchpoint-post-code-environ-legis-lot + - sme-part + - touchpoint-gateway-ted-esen + - BT-135-Procedure + - touchpoint-fax-tender-receip-part + - submission-url-lot + - organisation-person-addinfo-part + - buyer-country-sub + - organisation-tel-revieworg-part + - no-negocaition-necessary-lot + - organisation-tel-mediator-lot + - BT-13(t)-Part + - organisation-city-serv-prov + - touchpoint-partname-tenderer + - touchpoint-internet-address-paying + - BT-538-Lot + - touchpoint-post-code-addinfo-lot + - option-description-lot + - BT-24-Procedure + - organisation-person-employ-legis-part + - touchpoint-post-code-employ-legis-part + - AA + - touchpoint-internet-address-fiscal-legis-lot + - AC + - organisation-email-tenderer + - organisation-country-buyer + - BT-1501(c)-Contract + - organisation-post-code-docprovider-part + - award-criterion-name-lot + - organisation-post-code-financing + - touchpoint-contact-point-addinfo-lot + - BT-137-Part + - organisation-person-mediator-lot + - organisation-gateway-revieworg-lot + - AU + - organisation-person-signatory + - minimum-candidate-lot + - OPP-130-Business + - organisation-street-ted-esen + - organisation-name-employ-legis-part + - touchpoint-city-fiscal-legis-lot + - touchpoint-street-employ-legis-part + - touchpoint-email-revieworg-lot + - business-fax + - OPP-021-Contract + - future-notice + - touchpoint-gateway-environ-legis-part + - BI + - BT-33-Procedure + - touchpoint-tel-subcontractor + - ubo-email + - touchpoint-internet-address-tender-receip-part + - touchpoint-internet-address-tender-eval-part + - organisation-person-environ-legis-lot + - touchpoint-partname-tender-eval-part + - BT-5131-Part + - organisation-tel-addinfo-part + - BT-1501(n)-Contract + - touchpoint-contact-point-fiscal-legis-part + - organisation-contact-point-serv-prov + - BT-712(b)-LotResult + - touchpoint-country-serv-prov + - touchpoint-contact-point-tender-eval-part + - touchpoint-contact-point-reviewinfo-part + - electronic-auction-lot-url + - touchpoint-fax-buyer + - subcontracting-value-cur + - deadline-date-lot + - organisation-name-environ-legis-lot + - description-glo + - organisation-person-employ-legis-lot + - organisation-country-docprovider-lot + - winner-owner-nationality + - tender-value-cur + - touchpoint-city-revieworg-lot + - award-criterion-number-fixed-glo + - organisation-partname-docprovider-part + - BT-732-Lot + - touchpoint-name-docprovider-lot + - touchpoint-internet-address-subcontractor + - BT-727-Part + - place-of-performance-post-code-part + - CY + - BT-651-Lot + - BT-150-Contract + - BT-45-Lot + - BT-710-LotResult + - DD + - organisation-internet-address-addinfo-lot + - deadline-receipt-tender-date-lot + - organisation-email-mediator-lot + - identifier-part + - DI + - BT-1311(t)-Lot + - touchpoint-city-reviewinfo-lot + - BT-46-Lot + - modification-justification + - tender-variant + - touchpoint-country-revieworg-lot + - BT-70-Lot + - touchpoint-country-employ-legis-lot + - DS + - DT + - BT-707-Lot + - touchpoint-name-subcontractor + - touchpoint-partname-financing + - BT-52-Lot + - touchpoint-country-reviewinfo-lot + - buyer-reviewrequests-irregularity-type + - contract-nature-add-part + - organisation-person-tender-eval-lot + - lots-max-allowed-proc + - touchpoint-partname-fiscal-legis-lot + - organisation-city-signatory + - internal-identifier-glo + - BT-99-Lot + - organisation-country-sub-subcontractor + - contract-identifier + - BT-539-Lot + - organisation-post-code-fiscal-legis-lot + - organisation-country-sub-docprovider-part + - touchpoint-street-tender-eval-part + - organisation-internet-address-ted-esen + - BT-733-LotsGroup + - BT-36-Lot + - touchpoint-country-sub-financing + - organisation-email-subcontractor + - BT-134-Lot + - BT-118-NoticeResult + - organisation-tel-employ-legis-part + - touchpoint-street-subcontractor + - corporate-body + - touchpoint-country-reviewinfo-part + - touchpoint-city-docprovider-part + - buyer-touchpoint-gateway + - BT-709-LotResult + - procurement-relaunch + - maximum-candidates-lot + - touchpoint-name-fiscal-legis-part + - place-of-performance-city-lot + - BT-22-LotsGroup + - FT + - organisation-internet-address-docprovider-part + - BT-5141-Lot + - touchpoint-tel-tender-receip-lot + - organisation-tel-buyer + - previous-planning-identifier-part-lot + - BT-5121-Procedure + - touchpoint-fax-environ-legis-part + - organisation-email-fiscal-legis-part + - BT-13713-LotResult + - contract-nature-main-proc + - organisation-country-tenderer + - tool-url-part + - touchpoint-street-revieworg-part + - organisation-email-addinfo-part + - organisation-tel-signatory + - touchpoint-street-tender-receip-part + - touchpoint-street-environ-legis-lot + - organisation-country-sub-docprovider-lot + - organisation-contact-point-signatory + - missing-info-submission-description-lot + - organisation-identifier-signatory + - touchpoint-fax-environ-legis-lot + - touchpoint-city-tender-eval-part + - organisation-post-code-tender-eval-lot + - BT-708-Lot + - organisation-name-tender-receip-lot + - change-previous-notice-section-identifier + - jury-member-name-lot + - organisation-contact-point-tenderer + - organisation-internet-address-fiscal-legis-lot + - ubo-fax + - quality-target-description-lot + - HA + - OPT-150-LOT + - touchpoint-internet-address-reviewinfo-part + - touchpoint-country-mediator-part + - touchpoint-country-signatory + - reserved-execution-lot + - predominance-lot + - BT-636-LotResult + - touchpoint-tel-employ-legis-lot + - buyer-review-compainants-code + - organisation-contact-point-fiscal-legis-part + - selection-criterion-description-lot + - contract-framework-agreement + - touchpoint-city-buyer + - variant-allowed-lot + - additional-classification-proc + - place-of-performance-country-proc + - BT-768-Contract + - touchpoint-fax-paying + - framework-agreement-part + - place-of-performance-post-code-proc + - touchpoint-fax-addinfo-part + - touchpoint-internet-address-ted-esen + - IA + - buyer-gateway + - BT-47-Lot + - organisation-fax-tender-eval-part + - contract-duration-end-date-lot + - ubo-street + - jury-decision-binding-lot + - BT-5423-LotsGroup + - BT-635-LotResult + - OPP-123-Business + - BT-777-Lot + - touchpoint-gateway-fiscal-legis-part + - framework-agreement-lot + - BT-734-Lot + - organisation-street-mediator-part + - touchpoint-email-ted-esen + - document-restricted-part + - selection-criteria-second-stage-invite-lot + - touchpoint-email-tender-receip-lot + - touchpoint-city-addinfo-part + - BT-98-Lot + - BT-19-Lot + - BT-726-Part + - BT-1252-Procedure + - direct-award-justification-previous-procedure-identifier-proct + - organisation-email-reviewinfo-part + - BT-127-notice + - organisation-person-tender-eval-part + - touchpoint-tel-financing + - organisation-city-addinfo-part + - BT-610-Procedure-Buyer + - BT-01(c)-procedure + - organisation-country-tender-eval-part + - BT-132(d)-Lot + - winner-post-code + - organisation-country-reviewinfo-lot + - organisation-partname-docprovider-lot + - change-procurement-documents + - touchpoint-street-fiscal-legis-lot + - touchpoint-email-docprovider-lot + - buyer-touchpoint-partname + - BT-5422-LotsGroup + - registration-date + - organisation-person-tender-receip-part + - touchpoint-gateway-mediator-lot + - BT-01-notice + - BT-27-Part + - touchpoint-street-serv-prov + - framework-estimated-value-glo + - organisation-post-code-mediator-lot + - organisation-name-addinfo-lot + - touchpoint-internet-address-docprovider-part + - touchpoint-name-environ-legis-lot + - organisation-partname-revieworg-part + - touchpoint-internet-address-addinfo-lot + - organisation-identifier-docprovider-lot + - publication-date + - selection-criterion-name-lot + - BT-736-Part + - BT-554-Tender + - business-email + - buyer-email + - legal-basis-text + - OPP-011-notice + - subcontracting-percentage + - subcontracting-allowed-lot + - BT-05(a)-notice + - organisation-email-paying + - touchpoint-street-tender-receip-lot + - BT-5131-Lot + - modification-previous-notice-identifier + - BT-769-Lot + - touchpoint-country-tender-eval-lot + - significance-lot + - organisation-partname-addinfo-lot + - touchpoint-street-docprovider-part + - organisation-identifier-tenderer + - BT-726-Lot + - touchpoint-city-tenderer + - touchpoint-street-environ-legis-part + - touchpoint-tel-reviewinfo-part + - award-criterion-number-weight-glo + - touchpoint-contact-point-buyer + - touchpoint-post-code-reviewinfo-lot + - vehicle-type + - contract-nature-add-proc + - touchpoint-country-sub-docprovider-lot + - estimated-value-glo + - buyer-touchpoint-post-code + - tender-rank + - organisation-post-code-tenderer + - BT-634-Lot + - tool-name-part + - buyer-profile + - winner-country + - organisation-name-reviewinfo-part + - touchpoint-city-mediator-part + - touchpoint-partname-addinfo-lot + - winner-country-sub + - requirement-stage-lot + - deadline-time-part + - MA + - organisation-country-sub-mediator-lot + - organisation-fax-fiscal-legis-lot + - touchpoint-contact-point-revieworg-lot + - BT-88-Procedure + - touchpoint-email-tender-eval-lot + - BT-632-Lot + - ojs-number + - BT-733-Lot + - links + - organisation-person-financing + - organisation-post-code-revieworg-part + - business-city + - BT-54-lot + - organisation-person-environ-legis-part + - organisation-tel-docprovider-lot + - touchpoint-tel-buyer + - organisation-fax-revieworg-part + - organisation-tel-mediator-part + - place-of-performance-country-part + - BT-728-Part + - organisation-person-serv-prov + - organisation-name-serv-prov + - organisation-post-code-signatory + - touchpoint-fax-docprovider-part + - touchpoint-street-reviewinfo-part + - BT-60-Lot + - renewal-maximum-lot + - touchpoint-internet-address-revieworg-part + - BT-13716-notice + - organisation-name-revieworg-lot + - touchpoint-gateway-tender-eval-part + - BT-21-Procedure + - deadline-receipt-request-time-lot + - identifier-glo + - ubo-country + - gpa-lot + - organisation-street-revieworg-lot + - touchpoint-fax-employ-legis-part + - NC + - organisation-name-financing + - ND + - touchpoint-internet-address-tender-eval-lot + - touchpoint-country-sub-employ-legis-part + - BT-97-Lot + - NL + - accessibility-justification-lot + - security-clearence-deadline-lot + - title-part + - touchpoint-street-addinfo-part + - touchpoint-tel-employ-legis-part + - deadline-receipt-expressions-time-lot + - touchpoint-fax-fiscal-legis-lot + - BT-05(b)-notice + - organisation-person-tender-receip-lot + - organisation-fax-mediator-lot + - organisation-partname-tender-eval-lot + - touchpoint-tel-paying + - winner-touchpoint-gateway + - organisation-country-sub-employ-legis-part + - touchpoint-gateway-subcontractor + - OJ + - OPP-105-Business + - eu-funds-name + - OL + - organisation-fax-fiscal-legis-part + - organisation-fax-tenderer + - business-identifier + - place-of-performance + - public-opening-place-lot + - organisation-email-signatory + - organisation-contact-point-financing + - tender-value-cur-highest + - organisation-fax-addinfo-lot + - touchpoint-country-ted-esen + - BT-776-Lot + - touchpoint-contact-point-docprovider-part + - buyer-legal-type + - organisation-city-tender-receip-part + - BT-27-Lot + - touchpoint-contact-point-fiscal-legis-lot + - additional-classification-part + - touchpoint-city-docprovider-lot + - PC + - organisation-fax-serv-prov + - organisation-fax-buyer + - PD + - organisation-country-revieworg-lot + - organisation-country-fiscal-legis-lot + - organisation-tel-environ-legis-lot + - touchpoint-gateway-fiscal-legis-lot + - BT-615-Part + - organisation-country-docprovider-part + - touchpoint-gateway-docprovider-part + - organisation-tel-tender-eval-lot + - BT-727-Lot + - BT-11-Procedure-Buyer + - touchpoint-street-buyer + - change-reason-code + - organisation-gateway-ted-esen + - recurrence-lot + - BT-727-Procedure + - PR + - contract-conclusion-date + - subcontracting-percentage-ind + - place-of-performance-city-part + - change-description + - touchpoint-street-paying + - organisation-country-addinfo-part + - strategic-procurement-description-lot + - touchpoint-partname-fiscal-legis-part + - organisation-identifier-mediator-lot + - BT-24-Part + - BT-543-LotsGroup + - BT-767-Lot + - electronic-signature-lot + - organisation-email-employ-legis-part + - OPP-023-Contract + - organisation-fax-employ-legis-part + - subcontracting-obligation-lot + - organisation-person-reviewinfo-part + - subcontracting-description + - touchpoint-country-sub-revieworg-lot + - submission-nonelectronic-lot + - touchpoint-country-sub-tender-eval-part + - touchpoint-partname-reviewinfo-part + - organisation-fax-environ-legis-lot + - organisation-email-environ-legis-lot + - title-proc + - organisation-contact-point-employ-legis-lot + - organisation-identifier-financing + - touchpoint-contact-point-tenderer + - award-criterion-number-weight-lot + - BT-737-Part + - eu-registration-number + - RC + - organisation-tel-docprovider-part + - touchpoint-contact-point-paying + - public-opening-date-lot + - touchpoint-internet-address-mediator-lot + - touchpoint-city-employ-legis-lot + - touchpoint-internet-address-reviewinfo-lot + - RN + - RP + - organisation-country-sub-addinfo-lot + - touchpoint-partname-docprovider-lot + - contract-duration-period-oth-part + - organisation-city-docprovider-part + - organisation-country-mediator-part + - organisation-contact-point-mediator-lot + - organisation-fax-reviewinfo-part + - registration-place-postcode + - touchpoint-email-serv-prov + - BT-630(t)-Lot + - touchpoint-country-paying + - touchpoint-post-code-tender-eval-part + - concession-revenue-buyer + - touchpoint-fax-tender-eval-part + - renewal-description-lot + - organisation-internet-address-tender-receip-lot + - BT-124-Lot + - BT-751-Lot + - touchpoint-tel-addinfo-part + - registration-place-town + - BT-13(d)-Part + - organisation-name-docprovider-part + - organisation-contact-point-reviewinfo-part + - organisation-post-code-mediator-part + - deadline-receipt-request + - BT-136-Procedure + - BT-140-notice + - touchpoint-country-sub-subcontractor + - organisation-street-tender-receip-part + - organisation-country-serv-prov + - touchpoint-partname-tender-receip-part + - touchpoint-tel-signatory + - organisation-street-revieworg-part + - BT-64-Lot + - organisation-post-code-addinfo-lot + - BT-708-Part + - revenues-allocation-lot + - organisation-country-sub-tender-eval-lot + - touchpoint-street-tender-eval-lot + - touchpoint-street-addinfo-lot + - TD + - document-restricted-url-lot + - place-of-performance-country-lot + - contract-duration-start-date-part + - organisation-internet-address-revieworg-part + - classification-cpv + - TI + - touchpoint-street-fiscal-legis-part + - BT-23-Procedure + - ecatalog-allowed-lot + - organisation-city-environ-legis-part + - organisation-gateway-addinfo-lot + - BT-508-Procedure-Buyer + - BT-632-Part + - TV + - TW + - touchpoint-gateway-reviewinfo-part + - TY + - csecurity-clearance-description-lot + - touchpoint-contact-point-tender-receip-part + - organisation-person-fiscal-legis-lot + - multiple-tender-lot + - organisation-tel-ted-esen + - BT-5421-Lot + - organisation-tel-tender-receip-lot + - organisation-partname-employ-legis-lot + - change-reason-description + - organisation-fax-paying + - BT-141(a)-notice + - additional-info-proc + - touchpoint-name-employ-legis-part + - touchpoint-partname-addinfo-part + - BT-95-Lot + - dps-usage-lot + - place-of-performance-other-lot + - BT-202-Contract + - touchpoint-country-sub-paying + - BT-21-LotsGroup + - OPT-155-LotResult + - organisation-country-sub-environ-legis-part + - BT-79-Lot + - direct-award-justification-proc + - touchpoint-city-tender-receip-lot + - touchpoint-country-sub-serv-prov + - organisation-internet-address-tender-eval-lot + - organisation-person-docprovider-lot + - organisation-post-code-ted-esen + - competition-termination-proc + - contract-conditions-code-lot + - touchpoint-country-sub-reviewinfo-lot + - BT-15-Part + - BT-758-notice + - cross-border-law-identifier-proc + - organisation-person-fiscal-legis-part + - touchpoint-country-tender-eval-part + - result-value-notice + - BT-736-Lot + - ubo-city + - organisation-contact-point-revieworg-part + - BT-752-Lot + - framework-value-cur-notice + - touchpoint-country-tenderer + - organisation-post-code-revieworg-lot + - BT-133-Lot + - organisation-country-signatory + - touchpoint-post-code-revieworg-part + - organisation-country-paying + - organisation-partname-signatory + - touchpoint-internet-address-addinfo-part + - procedure-justification + - official-language + - BT-756-Procedure + - eu-fund-lot + - BT-03-notice + - touchpoint-name-signatory + - winner-touchpoint-post-code + - contract-duration-end-date-part + - BT-123-Lot + - touchpoint-post-code-fiscal-legis-lot + - TV_CUR + - touchpoint-post-code-tenderer + - innovative-acquisition-lot + - organisation-identifier-revieworg-lot + - organisation-country-environ-legis-part + - BT-67(b)-Procedure + - touchpoint-partname-mediator-lot + - deadline-receipt-expressions-date-lot + - touchpoint-internet-address-buyer + - BT-145-Contract + - touchpoint-email-buyer + - organisation-gateway-employ-legis-lot + - touchpoint-country-fiscal-legis-lot + - document-restricted-lot + - touchpoint-street-financing + - BT-27-LotsGroup + - framework-maximum-participants-number-lot + - award-criteria-order-justification + - tool-atypical-url-lot + - organisation-street-mediator-lot + - organisation-internet-address-employ-legis-lot + - BT-5141-Procedure + - organisation-contact-point-docprovider-lot + - BT-63-Lot + - touchpoint-email-reviewinfo-lot + - touchpoint-partname-revieworg-part + - organisation-fax-docprovider-lot + - touchpoint-tel-mediator-lot + - OPP-032-Tender + - organisation-post-code-subcontractor + - BT-707-Part + - procedure-features + - touchpoint-country-mediator-lot + - BT-538-Part + - touchpoint-post-code-tender-receip-lot + - BT-105-Procedure + - BT-765-Lot + - organisation-city-reviewinfo-lot + - organisation-gateway-environ-legis-part + - organisation-identifier-paying + - organisation-street-addinfo-lot + - assets-related-contract-extension-indicator-lot + - BT-137-Lot + - business-country-sub + - security-clearance-lot + - organisation-identifier-addinfo-lot + - touchpoint-name-paying + - organisation-post-code-tender-eval-part + - touchpoint-country-sub-tender-receip-part + - organisation-name-signatory + - touchpoint-gateway-addinfo-part + - touchpoint-name-tender-eval-part + - touchpoint-partname-employ-legis-lot + - BT-660-LotResult + - organisation-country-sub-fiscal-legis-part + - touchpoint-partname-reviewinfo-lot + - touchpoint-contact-point-tender-eval-lot + - touchpoint-fax-addinfo-lot + - organisation-city-fiscal-legis-part + - BT-122-Lot + - touchpoint-country-tender-receip-lot + - organisation-contact-point-employ-legis-part + - organisation-email-environ-legis-part + - touchpoint-gateway-docprovider-lot + - BT-501-Business-European + - organisation-fax-subcontractor + - BT-262-Lot + - OPP-040-Procedure + - BT-5422-Lot + - organisation-person-tenderer + - touchpoint-city-signatory + - organisation-country-sub-buyer + - buyer-touchpoint-city + - BT-24-Lot + - main-classification-lot + - touchpoint-city-financing + - touchpoint-contact-point-addinfo-part + - organisation-partname-fiscal-legis-part + - BT-109-Lot + - organisation-gateway-employ-legis-part + - organisation-street-tender-eval-lot + - touchpoint-partname-serv-prov + - BT-21-Part + - organisation-internet-address-mediator-lot + - organisation-tel-paying + - organisation-identifier-mediator-part + - organisation-partname-ted-esen + - buyer-touchpoint-contact-point + - organisation-street-reviewinfo-part + - dispatch-time + - organisation-internet-address-mediator-part + - organisation-partname-reviewinfo-part + - organisation-street-fiscal-legis-part + - BT-701-notice + - organisation-identifier-environ-legis-lot + - organisation-identifier-serv-prov + - BT-157-LotsGroup + - BT-737-Lot + - organisation-email-mediator-part + - touchpoint-city-addinfo-lot + - touchpoint-city-mediator-lot + - business-tel + - organisation-fax-tender-eval-lot + - organisation-city-buyer + - organisation-gateway-environ-legis-lot + - organisation-name-revieworg-part + - organisation-gateway-paying + - funding + - issue-date + - BT-51-Lot + - touchpoint-tel-fiscal-legis-lot + - business-contact-point + - touchpoint-street-employ-legis-lot + - contract-nature-add-lot + - BT-106-Procedure + - estimated-value-cur-proc + - BT-94-Lot + - buyer-person + - quality-target-code-lot + - organisation-fax-revieworg-lot + - OPP-121-Business + - BT-536-Lot + - touchpoint-country-sub-tenderer + - touchpoint-fax-tender-receip-lot + - organisation-internet-address-tender-receip-part + - OPP-030-Tender + - BT-163-Tender + - submission-nonelectronic-description-lot + - touchpoint-internet-address-employ-legis-lot + - BT-27-Procedure + - additional-information-lot + - organisation-internet-address-subcontractor + - BT-766-Lot + - BT-537-Lot + - winner-gateway + - organisation-city-revieworg-part + - BT-722-Contract + - touchpoint-city-reviewinfo-part + - result-value-lot + - touchpoint-country-sub-fiscal-legis-lot + - organisation-contact-point-addinfo-part + - organisation-tel-environ-legis-part + - kilometer-public-transport + - authority-main-activity + - title-glo + - OPP-080-Tender + - winner-person + - organisation-country-sub-signatory + - organisation-country-ted-esen + - touchpoint-street-ted-esen + - BT-263-Lot + - touchpoint-name-environ-legis-part + - organisation-gateway-mediator-part + - selection-criterion-used-lot + - BT-5071-Part + - estimated-value-cur-lot + - touchpoint-street-signatory + - organisation-country-employ-legis-part + - organisation-post-code-reviewinfo-part + - organisation-internet-address-docprovider-lot + - BT-191-Tender + - concession-value-description + - BT-5423-Lot + - organisation-identifier-environ-legis-part + - subcontracting-obligation-minimum-lot + - touchpoint-fax-mediator-lot + - organisation-fax-environ-legis-part + - accessibility-lot + - BT-23-Lot + - organisation-post-code-serv-prov + - BT-531-Part + - BT-5121-Lot + - subcontracting-indication-lot + - electronic-submission-lot + - notice-version + - touchpoint-internet-address-environ-legis-lot + - organisation-identifier-revieworg-part + - award-criterion-number-threshold-lot + - document-restricted-justification + - touchpoint-name-mediator-part + - organisation-fax-mediator-part + - touchpoint-name-ted-esen + - touchpoint-fax-ted-esen + - touchpoint-tel-tenderer + - touchpoint-email-tender-eval-part + - organisation-post-code-fiscal-legis-part + - organisation-post-code-environ-legis-part + - award-criterion-type-glo + - winner-email + - organisation-street-paying + - place-of-performance-post-code-lot + - ubo-name + - BT-22-Lot + - estimated-value-cur-part + - BT-1351-Procedure + - organisation-fax-employ-legis-lot + - organisation-identifier-docprovider-part + - buyer-post-code + - BT-65-Lot + - touchpoint-email-fiscal-legis-lot + - framework-estimated-value-cur-glo + - OPP-111-Business + - touchpoint-tel-tender-eval-part + - organisation-city-financing + - BT-750-Lot + - winner-touchpoint-partname + - organisation-city-tenderer + - organisation-country-sub-paying + - touchpoint-tel-fiscal-legis-part + - organisation-name-tender-receip-part + - lots-all-required-proc + - organisation-internet-address-revieworg-lot + - touchpoint-email-paying + - touchpoint-name-fiscal-legis-lot + - tender-value + - BT-50-Lot + - organisation-partname-financing + - BT-93-Lot + - organisation-country-financing + - document-official-language-lot + - touchpoint-street-docprovider-lot + - organisation-name-reviewinfo-lot + - touchpoint-email-signatory + - organisation-gateway-financing + - organisation-identifier-addinfo-part + - submission-language + - BT-762-notice + - organisation-identifier-buyer + - touchpoint-gateway-paying + - additional-info-part + - touchpoint-gateway-employ-legis-lot + - BT-132(t)-Lot + - BT-31-Procedure + - winner-touchpoint-internet-address + - organisation-city-tender-receip-lot + - touchpoint-gateway-tender-eval-lot + - BT-10-Procedure-Buyer + - BT-1501(p)-Contract + - OPP-122-Business + - modification-description + - BT-120-Lot + - BT-759-LotResult + - touchpoint-contact-point-docprovider-lot + - touchpoint-partname-environ-legis-lot + - organisation-street-reviewinfo-lot + - organisation-gateway-subcontractor + - touchpoint-city-serv-prov + - organisation-contact-point-tender-receip-lot + - touchpoint-country-sub-revieworg-part + - dispatch-invitation-tender-lot + - touchpoint-name-revieworg-part + - organisation-post-code-tender-receip-part + - organisation-name-buyer + - organisation-street-financing + - BT-24-LotsGroup + - BT-13(d)-Lot + - organisation-contact-point-environ-legis-part + - touchpoint-email-addinfo-lot + - organisation-contact-point-buyer + - organisation-contact-point-tender-eval-lot + - BT-171-Tender + - organisation-internet-address-paying + - BT-747-Lot + - touchpoint-country-environ-legis-part + - business-post-code + - touchpoint-city-subcontractor + - touchpoint-tel-tender-receip-part + - touchpoint-country-environ-legis-lot + - BT-771-Lot + - BT-537-Part + - lots-max-awarded-proc + - organisation-city-employ-legis-lot + - announcement-title + - organisation-country-sub-serv-prov + - BT-06-Lot + - touchpoint-post-code-tender-receip-part + - organisation-person-revieworg-part + - organisation-country-sub-mediator-part + - additional-information + - modification-part-reference + - winner-touchpoint-country + - organisation-identifier-tender-receip-lot + - organisation-identifier-tender-receip-part + - touchpoint-email-fiscal-legis-part + - BT-160-Tender + - BT-92-Lot + - winner-touchpoint-country-sub + - organisation-tel-employ-legis-lot + - BT-161-NoticeResult + - BT-02-notice + - organisation-gateway-tender-eval-part + - touchpoint-gateway-tender-receip-lot + - touchpoint-internet-address-revieworg-lot + - framework-estimated-value + - BT-531-Lot + - internal-identifier-part + - exclusion-grounds + - organisation-email-reviewinfo-lot + - winner-contact-point + - organisation-partname-tender-receip-lot + - estimated-value-proc + - touchpoint-email-environ-legis-part + - deadline + - description-part + - touchpoint-country-subcontractor + - touchpoint-tel-revieworg-lot + - touchpoint-country-sub-fiscal-legis-part + - BT-21-Lot + - place-of-performance-other-part + - touchpoint-city-paying + - touchpoint-name-revieworg-lot + - touchpoint-email-subcontractor + - BT-14-Part + - notice-purpose + - winner-size + - buyer-touchpoint-country-sub + - organisation-gateway-revieworg-part + - organisation-gateway-serv-prov + - organisation-street-tender-receip-lot + - result-value-cur-notice + - organisation-internet-address-tenderer + - reserved-execution-part + - BT-757-notice + - place-of-performance-additional-part + - BT-539-LotsGroup + - organisation-name-addinfo-part + - touchpoint-internet-address-tender-receip-lot + - organisation-person-buyer + - organisation-partname-serv-prov + - touchpoint-name-serv-prov + - BT-263-Part + - non-award-justification + - award-criterion-number-fixed-lot + - procedure-identifier + - touchpoint-internet-address-docprovider-lot + - touchpoint-email-tender-receip-part + - organisation-contact-point-fiscal-legis-lot + - gpa-part + - organisation-name-paying + - tool-name-lot + - touchpoint-partname-tender-eval-lot + - touchpoint-post-code-employ-legis-lot + - BT-111-Lot + - organisation-country-sub-revieworg-lot + - organisation-country-sub-ted-esen + - BT-578-Lot + - organisation-street-docprovider-lot + - BT-764-Lot + - group-framework-value-cur-notice + - touchpoint-contact-point-signatory + - ubo-country-sub + - identifier-lot + - organisation-name-employ-legis-lot + - BT-540-LotsGroup + - touchpoint-country-sub-mediator-lot + - OPP-012-notice + - place-of-performance-subdiv-lot + - subcontracting + - winner-touchpoint-contact-point + - estimated-value-lot + - procedure-accelerated + - award-criterion-type-lot + - touchpoint-country-sub-addinfo-part + - touchpoint-city-environ-legis-lot + - touchpoint-country-tender-receip-part + - BT-193-Tender + - description-lot + - organisation-country-sub-reviewinfo-part + - tender-value-highest + - organisation-email-employ-legis-lot + - organisation-city-mediator-part + - organisation-contact-point-mediator-part + - touchpoint-fax-tenderer + - touchpoint-name-buyer + - organisation-gateway-signatory + - guarantee-required-description-lot + - organisation-street-fiscal-legis-lot + - additional-classification-lot + - BT-5071-Procedure + - organisation-partname-addinfo-part + - organisation-name-tender-eval-part + - organisation-contact-point-docprovider-part + - organisation-identifier-reviewinfo-lot + - organisation-name-mediator-lot + - organisation-country-reviewinfo-part + - award-criterion-description-glo + - organisation-internet-address-reviewinfo-lot + - sme-lot + - organisation-partname-tender-receip-part + - touchpoint-name-tender-eval-lot + - BT-1375-Procedure + - organisation-street-tender-eval-part + - BT-728-Procedure + - touchpoint-post-code-serv-prov + - organisation-country-sub-reviewinfo-lot + - touchpoint-internet-address-mediator-part + - legal-basis + - OPP-113-Business-European + - touchpoint-country-docprovider-lot + - BT-719-notice + - organisation-gateway-docprovider-part + - electronic-invoicing-lot + - buyer-country + - BT-5421-LotsGroup + - BT-14-Lot + - OPP-020-Contract + - buyer-contracting-entity + - electronic-auction-description-lot + - award-criterion-order-justification-lot + - organisation-email-revieworg-lot + - organisation-street-tenderer + - procedure-type + - organisation-internet-address-addinfo-part + - organisation-internet-address-environ-legis-lot + - organisation-gateway-fiscal-legis-lot + - place-of-performance-other-proc + - recurrence-description-lot + - organisation-email-tender-eval-part + - touchpoint-gateway-employ-legis-part + - BT-749-Lot + - organisation-country-sub-financing + - touchpoint-contact-point-mediator-lot + - award-criterion-name-glo + - selection-criteria-second-stage-invite-number-lot + - organisation-identifier-employ-legis-lot + - BT-5131-Procedure + - touchpoint-internet-address-signatory + - touchpoint-gateway-buyer + - organisation-city-docprovider-lot + - contract-duration-period-lot + - organisation-identifier-subcontractor + - organisation-country-sub-employ-legis-lot + - winner-identifier + - organisation-internet-address-buyer + - used-assetlot + - touchpoint-email-financing + - organisation-email-ted-esen + - organisation-contact-point-paying + - touchpoint-city-tender-eval-lot + - organisation-contact-point-tender-eval-part + - organisation-city-employ-legis-part + - touchpoint-contact-point-tender-receip-lot + - BT-01(d)-procedure + - concession-revenue-cur-buyer + - BT-78-Lot + - organisation-partname-employ-legis-part + - dps-termination-lot + - organisation-street-employ-legis-part + - touchpoint-city-tender-receip-part + - touchpoint-gateway-environ-legis-lot + - organisation-email-fiscal-legis-lot + - reserved-procurement-lot + - estimated-value-part + - touchpoint-tel-environ-legis-part + - touchpoint-contact-point-financing + - internal-identifier-proc + - organisation-contact-point-reviewinfo-lot + - organisation-internet-address-employ-legis-part + - organisation-partname-paying + - BT-540-Lot + - BT-75-Lot + - contract-nature-main-lot + - subcontracting-obligation-maximum-lot + - organisation-city-addinfo-lot + - buyer-touchpoint-country + - BT-40-Lot + - document-official-language-part + - OPP-070-notice + - touchpoint-street-revieworg-lot + - touchpoint-post-code-paying + - touchpoint-post-code-ted-esen + - framework-duration-justification-lot + - organisation-country-environ-legis-lot + - organisation-post-code-docprovider-lot + - touchpoint-post-code-signatory + - touchpoint-fax-tender-eval-lot + - following-contract-lot + - organisation-city-tender-eval-part + - organisation-name-fiscal-legis-lot + - organisation-partname-environ-legis-part + - organisation-contact-point-tender-receip-part + - change-notice-version-identifier + - guarantee-required-lot + - touchpoint-post-code-financing + - activity-sector + - document-restricted-url-part + - organisation-country-sub-revieworg-part + - organisation-partname-mediator-lot + - touchpoint-country-addinfo-part + - BT-130-Lot + - announcement-url + - notice-type + - OPP-110-Business + - organisation-gateway-mediator-lot + - touchpoint-contact-point-subcontractor + - touchpoint-tel-mediator-part + - organisation-street-subcontractor + - touchpoint-internet-address-employ-legis-part + - touchpoint-country-sub-mediator-part + - organisation-person-reviewinfo-lot + - touchpoint-email-revieworg-part + - SUB_LG + - organisation-person-addinfo-lot + - place-of-performance-add-proc + - touchpoint-street-mediator-part + - buyer-city + - participant-name-lot + - buyer-touchpoint-name + - BT-1501(s)-Contract + - organisation-country-revieworg-part + - public-opening-description-lot + - OPP-010-notice + - missing-info-submission-lot + - organisation-street-signatory + - touchpoint-city-fiscal-legis-part + - BT-09(a)-Procedure + - BT-754-Lot + - BT-748-Lot + - organisation-name-ted-esen + - BT-746-Organization + - organisation-post-code-buyer + - BT-115-Part + - social-objective-lot + - organisation-identifier-tender-eval-lot + - touchpoint-contact-point-serv-prov + - touchpoint-fax-docprovider-lot + - tender-identifier + - place-of-performance-subdiv-proc + - touchpoint-name-financing + - BT-201-Contract + - organisation-city-tender-eval-lot + - tender-validity-deadline-lot + - touchpoint-email-tenderer + - publication-number + - touchpoint-email-mediator-lot + - touchpoint-name-reviewinfo-part + - contract-nature-subtype + - BT-119-LotResult + - organisation-country-tender-eval-lot + - organisation-country-fiscal-legis-part + - touchpoint-country-sub-tender-eval-lot + - tender-value-cur-lowest + - touchpoint-name-employ-legis-lot + - BT-22-Procedure + - organisation-name-subcontractor + - organisation-internet-address-signatory + - organisation-country-addinfo-lot + - winner-decision-date + - organisation-fax-docprovider-part + - BT-553-Tender + - OPP-120-Business + - BT-755-Lot + - buyer-review-compainants-val + - change-procurement-documents-date + - touchpoint-partname-employ-legis-part + - touchpoint-country-sub-employ-legis-lot + - prize-rank-lot + - organisation-email-tender-receip-lot + - BT-22-Part + - place-of-performance-city-proc + - touchpoint-gateway-tenderer + - dispatch-invitation-interest-lot + - buyer-touchpoint-email + - BT-706-UBO + - organisation-contact-point-environ-legis-lot + - organisation-name-fiscal-legis-part + - ubo-tel + - organisation-gateway-tender-receip-lot + - BT-131(d)-Lot + - organisation-identifier-employ-legis-part + - touchpoint-post-code-reviewinfo-part + - organisation-internet-address-reviewinfo-part + - touchpoint-country-employ-legis-part + - description-proc + - touchpoint-post-code-addinfo-part + - organisation-name-tender-eval-lot + - touchpoint-email-employ-legis-part + - organisation-tel-addinfo-lot + - TVH + - organisation-tel-revieworg-lot + - TVL + - touchpoint-partname-signatory + - touchpoint-contact-point-employ-legis-part + - selection-criterion-lot + - organisation-country-subcontractor + - deadline-time-lot + - touchpoint-post-code-fiscal-legis-part + - touchpoint-email-employ-legis-lot + - selection-criteria-second-stage-invite-number-threshold-lot + - place-of-performance-subdiv-part + - touchpoint-fax-signatory + - BT-731-Tender + - touchpoint-contact-point-environ-legis-lot + - BT-1311(d)-Lot + - organisation-post-code-employ-legis-part + - organisation-tel-financing + - touchpoint-city-environ-legis-part + - BT-631-Lot + - main-classification-part + - dispatch-date + - OPP-112-Business + - electronic-auction-lot + - contact-nature-main-part + - strategic-procurement-lot + - organisation-identifier-ted-esen + - touchpoint-internet-address-tenderer + - BT-712(a)-LotResult + - received-submissions-type-val + - eu-funds-identifier + - contract-title + - BT-5121-Part + - business-street + - touchpoint-country-sub-ted-esen + - tender-value-lowest + - touchpoint-contact-point-mediator-part + - touchpoint-email-environ-legis-lot + - organisation-street-addinfo-part + - touchpoint-gateway-mediator-part + - buyer-internet-address + - winner-internet-address + - OPP-031-Tender + - notice-title + - tender-lot-identifier + - BT-41-Lot + - touchpoint-tel-tender-eval-lot + - BT-162-Tender + - organisation-email-buyer + - BT-300-LotsGroup + - organisation-email-docprovider-part + - organisation-country-mediator-lot + - organisation-person-docprovider-part + - touchpoint-country-sub-signatory + - BT-728-Lot + - organisation-post-code-environ-legis-lot + - buyer-partname + - organisation-country-sub-tender-receip-lot + - concession-revenue-user + - BT-743-Lot + - BT-720-Tender + - BT-734-LotsGroup + - BT-555-Tender + - touchpoint-country-addinfo-lot + - touchpoint-gateway-revieworg-lot + - previous-planning-identifier-part-part + - deadline-date-part + - organisation-street-buyer + - contract-conditions-description-lot + - award-criterion-number-threshold-glo + - BT-36-Part + - BT-115-Lot + - organisation-country-sub-tender-receip-part + - BT-702-notice + - BT-17-Lot + - BT-721-Contract + - OPT-072-Lot + - organisation-tel-fiscal-legis-part + - organisation-post-code-reviewinfo-lot + - BT-615-Lot + - organisation-partname-tenderer + - reward-other-lot + - main-activity + - touchpoint-gateway-serv-prov + - contract-url + - organisation-fax-financing + - touchpoint-tel-ted-esen + - publication-name + - touchpoint-tel-environ-legis-lot + - organisation-country-tender-receip-part + - BT-775-Lot + - organisation-tel-tenderer + - organisation-email-serv-prov + - place-of-performance-addtional-lot + - organisation-gateway-tender-receip-part + - contract-nature + - touchpoint-tel-addinfo-lot + - organisation-country-sub-tender-eval-part + - organisation-name-environ-legis-part + - lot-included-proc + - buyer-identifier + - organisation-tel-subcontractor + - BT-774-Lot + - legal-basis-notice + - organisation-street-docprovider-part + - BT-5141-Part + - touchpoint-city-ted-esen + - touchpoint-country-sub-environ-legis-lot + - touchpoint-name-addinfo-part + - notice-subtype + - organisation-fax-ted-esen + - modification-modified-contract-reference + - touchpoint-post-code-subcontractor + - notice-identifier + - organisation-tel-fiscal-legis-lot + - BT-18-Lot + - touchpoint-name-reviewinfo-lot + - OPP-100-Business + - value-prize-cur-lot + - BT-156-NoticeResult + - touchpoint-post-code-tender-eval-lot + - registration-place-country + - organisation-internet-address-tender-eval-part + - winner-city + - BT-42-Lot + - organisation-country-sub-fiscal-legis-lot + - document-url-part + - country-origin + - touchpoint-country-buyer + - organisation-internet-address-financing + - business-name + - BT-330-Procedure + - organisation-email-revieworg-part + - touchpoint-tel-serv-prov + - organisation-gateway-reviewinfo-part + - organisation-city-fiscal-legis-lot + - touchpoint-partname-subcontractor + - legal-basis-proc + - buyer-name + - modification-reason-description + - BT-262-Part + - BT-740-Procedure-Buyer + - organisation-fax-tender-receip-part + - touchpoint-gateway-addinfo-lot + - BT-131(t)-Lot + - touchpoint-contact-point-ted-esen + - BT-763-Procedure + - organisation-email-addinfo-lot + - organisation-post-code-employ-legis-lot + - award-criterion-complicated-lot + - total-value + - touchpoint-name-mediator-lot + - touchpoint-partname-paying + - touchpoint-country-sub-reviewinfo-part + - document-url-lot + - touchpoint-tel-reviewinfo-lot + - touchpoint-partname-docprovider-part + - BT-151-Contract + - organisation-country-sub-environ-legis-lot + - organisation-post-code-tender-receip-lot + - organisation-gateway-reviewinfo-lot + - received-submissions-type-code + - BT-711-LotResult + - subcontracting-value + - touchpoint-street-tenderer + - BT-729-Lot + - winner-touchpoint-name + - organisation-gateway-fiscal-legis-part + - organisation-fax-tender-receip-lot + - organisation-email-financing + - OPT-071-Lot + - BT-57-Lot + - touchpoint-country-docprovider-part + - touchpoint-gateway-signatory + - successive-redution-lot + - organisation-internet-address-environ-legis-part + - touchpoint-partname-revieworg-lot + - buyer-touchpoint-internet-address + - organisation-name-tenderer + - value-prize-lot + - organisation-fax-reviewinfo-lot + - organisation-partname-environ-legis-lot + - organisation-country-tender-receip-lot + - BT-541-Lot + - title-lot + - ubo-post-code + - BT-144-LotResult + - organisation-city-environ-legis-lot + - contract-duration-period-oth-lot + - additional-info-glo + - BT-124-Part + - organisation-identifier-reviewinfo-part + - touchpoint-email-addinfo-part + - touchpoint-fax-subcontractor + - organisation-tel-tender-eval-part + - touchpoint-internet-address-environ-legis-part + - framework-buyer-categories-lot + - touchpoint-email-reviewinfo-part + - BT-1251-Part + - award-criterion-number-lot + - organisation-fax-addinfo-part + - touchpoint-fax-employ-legis-lot + - BT-165-Organization-Company + - organisation-gateway-tenderer + - touchpoint-gateway-revieworg-part + - touchpoint-country-financing + - deadline-receipt-request-date-lot + - touchpoint-fax-revieworg-lot + - buyer-contact-point + - term-performance-lot + - touchpoint-post-code-docprovider-part + - touchpoint-tel-docprovider-lot + - BT-300-Lot + - organisation-internet-address-serv-prov + - touchpoint-post-code-environ-legis-part + - organisation-tel-reviewinfo-part + - framework-estimated-value-cur + - BT-773-Tender + - exclusion-grounds-description + - touchpoint-fax-reviewinfo-lot + - BT-630(d)-Lot + - touchpoint-post-code-docprovider-lot + - organisation-street-employ-legis-lot + - touchpoint-country-sub-buyer + - BT-760-LotResult + - cross-border-law-description-proc + - touchpoint-city-revieworg-part + - touchpoint-name-tender-receip-part + - environmental-impact-lot + - BT-23-Part + - touchpoint-contact-point-reviewinfo-lot + - touchpoint-partname-tender-receip-lot + - organisation-partname-reviewinfo-lot + - OPP-022-Contract + - winner-touchpoint-city + - BT-71-Lot + - organisation-city-ted-esen + - BT-1451-Contract + - BT-300-procedure + - organisation-tel-serv-prov + - selection-criteria-second-stage-invite-number-weight-lot + - contract-duration-start-date-lot + - organisation-city-mediator-lot + - organisation-tel-tender-receip-part + - organisation-person-paying + - organisation-city-reviewinfo-part + - BT-200-Contract + - organisation-email-tender-eval-lot + - result-lot-identifier + - BT-745-Lot + - organisation-contact-point-revieworg-lot + - BT-7531-Lot + - estimated-value-cur-glo + - entity-main-activity + - organisation-post-code-paying + - touchpoint-tel-docprovider-part + - organisation-street-serv-prov + - organisation-gateway-docprovider-lot + - BT-13(t)-Lot + - organisation-person-mediator-part + - touchpoint-name-addinfo-lot + - concession-revenue-cur-user + - organisation-fax-signatory + - electronic-ordering-lot + - touchpoint-partname-mediator-part + - touchpoint-partname-ted-esen + - total-value-cur + - organisation-internet-address-fiscal-legis-part + - organisation-partname-fiscal-legis-lot + - contract-duration-period-part + - document-restricted-justification-part + - touchpoint-name-tenderer + - organisation-partname-buyer + - touchpoint-fax-revieworg-part + - winner-touchpoint-email + - electronic-payment-lot + - organisation-partname-mediator-part + - organisation-contact-point-addinfo-lot + - deadline-receipt-tender-time-lot + - touchpoint-post-code-revieworg-lot + - BT-113-Lot + - BT-5011-Contract + - BT-58-Lot + - touchpoint-tel-revieworg-part + - business-internet-address + - touchpoint-fax-serv-prov + - BT-765-Part + - BT-15-Lot + - document-unofficial-language-part + - touchpoint-country-revieworg-part + - touchpoint-street-mediator-lot + - touchpoint-partname-buyer + - award-criterion-description-lot + - touchpoint-city-employ-legis-part + - touchpoint-country-sub-tender-receip-lot + - main-classification-proc + - internal-identifier-lot + - buyer-reviewrequests-irregularity-type-val + - BT-531-Procedure + - touchpoint-fax-fiscal-legis-part + - touchpoint-internet-address-financing + - organisation-email-docprovider-lot + - organisation-tel-reviewinfo-lot + - organisation-country-sub-tenderer + - BT-44-Lot + - document-unofficial-language-lot + - touchpoint-contact-point-employ-legis-lot + - organisation-post-code-addinfo-part + - winner-listed + - winner-selection-status + - organisation-city-subcontractor + - BT-1251-Lot + - BT-543-Lot + - winner-partname + - organisation-city-paying + - public-opening-time-lot + - BT-772-Lot + - BT-718-notice + - touchpoint-internet-address-fiscal-legis-part + - organisation-email-tender-receip-part + - direct-award-justification-text-proc + - BT-644-Lot + - organisation-identifier-fiscal-legis-lot + - touchpoint-gateway-tender-receip-part + - touchpoint-fax-mediator-part + - touchpoint-contact-point-revieworg-part + - group-framework-value-notice + - organisation-city-revieworg-lot + - organisation-partname-tender-eval-part + - touchpoint-street-reviewinfo-lot + - BT-5071-Lot + - organisation-contact-point-ted-esen + - framework-value-notice + - BT-262-Procedure + - form-type + - organisation-person-subcontractor + - review-deadline-description-lot + - BT-7532-Lot + - organisation-street-environ-legis-lot + - organisation-country-sub-addinfo-part + - touchpoint-country-fiscal-legis-part + - touchpoint-post-code-mediator-lot + - organisation-person-revieworg-lot + - organisation-gateway-addinfo-part + - organisation-identifier-fiscal-legis-part + - touchpoint-gateway-financing + - organisation-name-docprovider-lot + - touchpoint-name-tender-receip-lot + - touchpoint-country-sub-environ-legis-part + - BT-263-Procedure + - BT-04-notice + - organisation-gateway-buyer + - touchpoint-country-sub-docprovider-part + - organisation-street-environ-legis-part + - touchpoint-email-mediator-part + - BT-142-LotResult + - organisation-partname-revieworg-lot + - touchpoint-country-sub-addinfo-lot + - touchpoint-fax-reviewinfo-part + - touchpoint-email-docprovider-part + - organisation-identifier-tender-eval-part + - touchpoint-contact-point-environ-legis-part + - BT-13714-Tender + - BT-536-Part + - organisation-contact-point-subcontractor + - award-criteria-complicated-glo + - touchpoint-gateway-reviewinfo-lot + - organisation-partname-subcontractor + - touchpoint-name-docprovider-part + - touchpoint-post-code-buyer + - touchpoint-partname-environ-legis-part + - BT-300-Part + - touchpoint-internet-address-serv-prov + - result-value-cur-lot + - BT-67(a)-Procedure + - touchpoint-fax-financing + - organisation-country-employ-legis-lot + - organisation-person-ted-esen + - touchpoint-post-code-mediator-part + - organisation-gateway-tender-eval-lot + - winner-name + - business-country + - BT-744-Lot + page: + minimum: 1 + type: integer + description: Result page number, used to paginate results + format: int32 + default: 1 + limit: + minimum: 0 + type: integer + description: | + Maximum number of returned notices, used to paginate results. + + You can retrieve up to 250 notices per page, and 10000 fields per page (the number of fields per page corresponds to the size of the "fields" array multiplied by the value of "limit"). + format: int32 + default: 10 + scope: + type: string + description: 'Search scope (LATEST: only notices of the current OJ S release, + ACTIVE: only active notices, ALL: all notices)' + default: ACTIVE + enum: + - LATEST + - ACTIVE + - ALL + checkQuerySyntax: + type: boolean + description: To check the syntax of the query. When the parameter is set + to 'true', the syntax of the query is checked, but the search query is + not executed. + default: false + paginationMode: + type: string + description: | + The PAGE_NUMBER mode allows you to retrieve up to 15000 notices for a given query, using pagination. + To retrieve more notices, you can use the ITERATION mode. ITERATION mode does not have limitation on the number of retrievable notices, but you can't choose the page you want to retrieve. The first request will return an iterationNextToken that should be provided to the next call of the search endpoint in order to retrieve the next result page. + default: PAGE_NUMBER + enum: + - PAGE_NUMBER + - ITERATION + onlyLatestVersions: + type: boolean + description: Include only the latest versions + default: false + iterationNextToken: + type: string + description: | + Opaque token returned by the previous call to the search endpoint to retrieve the next result page. + It shouldn't be provided in PAGE_NUMBER mode or if this is the first request in ITERATION mode. + description: Request body of the notice search endpoint + ErrorResponseObject: + type: object + properties: + message: + type: string + description: Error message + error: + type: object + description: Response body in case of bad request + ErrorResponse: + type: object + properties: + message: + type: string + description: Error message + error: + type: object + description: Response body in case of bad request + ExpertSearchResponse: + type: object + properties: + notices: + type: array + description: Found notices + items: + "$ref": "#/components/schemas/NoticeResponse" + totalNoticeCount: + type: integer + description: Total number of notices matching the search query + format: int64 + iterationNextToken: + type: string + description: Generated token use to store the position inside of the search. + Optional if PAGE_NUMBER pagination mode, mandatory if ITERATION mode + description: Response body of the notice search endpoint + QueryLocation: + type: object + properties: + beginColumn: + type: integer + format: int32 + beginLine: + type: integer + format: int32 + endColumn: + type: integer + format: int32 + endLine: + type: integer + format: int32 + description: Error location in the query + QuerySyntaxErrorError: + type: object + properties: + type: + type: string + description: Code to identify the error type + enum: + - QUERY_SYNTAX_ERROR + location: + "$ref": "#/components/schemas/QueryLocation" + description: Error details when expert query has a syntax error + QueryInvalidFieldFormatDetails: + type: object + properties: + type: + type: string + description: Code to identify the error type + enum: + - QUERY_INVALID_FIELD_FORMAT + location: + "$ref": "#/components/schemas/QueryLocation" + fieldName: + type: string + description: Invalid field name + allowedPattern: + type: string + description: Allowed pattern for the values of the invalid field + description: Error details when expert query contains a field with an invalid + format (eg. invalid date) + QueryUnknownFieldError: + type: object + properties: + type: + type: string + description: Code to identify the error type + enum: + - QUERY_UNKNOWN_FIELD + location: + "$ref": "#/components/schemas/QueryLocation" + fieldName: + type: string + description: Unknown field name + description: Error details when expert query contains an unknown field + QueryUnsupportedFieldOperationError: + type: object + properties: + type: + type: string + description: Code to identify the error type + enum: + - QUERY_UNSUPPORTED_FIELD_OPERATION + location: + "$ref": "#/components/schemas/QueryLocation" + operation: + type: string + description: Unsupported operation + enum: + - TERM + - EXACT_TERM + - PHRASE + - EXACT_PHRASE + - WILDCARD + - PREFIX + - EXIST + - COMPARISON + - SORT + fieldName: + type: string + description: Name of the field with the unsupported operation + description: Error details when expert query uses an unsupported operation for + a field + QueryUnsupportedFieldValueError: + type: object + properties: + type: + type: string + description: Code to identify the error type + enum: + - QUERY_UNSUPPORTED_FIELD_VALUE + location: + "$ref": "#/components/schemas/QueryLocation" + fieldName: + type: string + description: Name of the field with the unsupported operation + fieldValue: + type: string + description: Unsupported value + description: Error details when expert query uses an unsupported value for a + field + UnsupportedValueError: + type: object + properties: + type: + type: string + description: Code to identify the error type + enum: + - UNSUPPORTED_VALUE + parameterName: + type: string + description: Name of the parameter with the unsupported value + unsupportedValue: + type: string + description: Unsupported value + description: Error details when a parameter contains an unsupported value + UnsupportedValueException: + type: object + properties: + cause: + type: object + properties: + stackTrace: + type: array + items: + type: object + properties: + classLoaderName: + type: string + moduleName: + type: string + moduleVersion: + type: string + methodName: + type: string + fileName: + type: string + lineNumber: + type: integer + format: int32 + className: + type: string + nativeMethod: + type: boolean + message: + type: string + localizedMessage: + type: string + stackTrace: + type: array + items: + type: object + properties: + classLoaderName: + type: string + moduleName: + type: string + moduleVersion: + type: string + methodName: + type: string + fileName: + type: string + lineNumber: + type: integer + format: int32 + className: + type: string + nativeMethod: + type: boolean + error: + "$ref": "#/components/schemas/UnsupportedValueError" + message: + type: string + suppressed: + type: array + items: + type: object + properties: + stackTrace: + type: array + items: + type: object + properties: + classLoaderName: + type: string + moduleName: + type: string + moduleVersion: + type: string + methodName: + type: string + fileName: + type: string + lineNumber: + type: integer + format: int32 + className: + type: string + nativeMethod: + type: boolean + message: + type: string + localizedMessage: + type: string + localizedMessage: + type: string + ExpiredIterationTokenError: + type: object + properties: + type: + type: string + description: Code to identify the error type + enum: + - EXPIRED_ITERATION_TOKEN + description: Error when provided iteration token is expired + InvalidIterationTokenError: + type: object + properties: + type: + type: string + description: Code to identify the error type + enum: + - INVALID_ITERATION_TOKEN + description: Error when provided iteration token is invalid + securitySchemes: + token: + type: http + description: The token generated using TED Developer Portal + scheme: bearer + bearerFormat: JWT diff --git a/api/3.0/_images/api_connections.png b/api/3.0/_images/api_connections.png new file mode 100644 index 0000000000000000000000000000000000000000..0cdf1552eff3fa8cdf08e0f6522c427fe65b1616 GIT binary patch literal 61215 zcmeFY4X?hoQC z;4g={HV?pma4u@H5-+O9N%mg6pm-rKC9dIVbeQ|vH*W4}P;>}K!fZmPuD@FIGmj=y zc{HImTJ)KHLI;QzdWdqnjNUR{LY{Jui2YE~y{KV?c6Z zqVSoV)-riQUWrWFtec~m>YbyWyw7%-fdq#foyo=ZSsoqya8d+#>UuGen#N%V-fWFA1|{U&($YRG z=UY9sM@P<35|iDR^R2glWjtXaBKyY3!l@MJufm#D*)(d5Nd5j?iZ{Lg6$x|>uvQ8@ zIAr8j5K;zZ(9h4>=Dp!)h!_~Me=eJDD{S9tRPG12-MLWPw=`JEg=*3TrO-Pb|Deqg zcEj3v{1)2WO*xd!%l7B$AmV&$q|A4XIq11fE~&ua!h!*_avBpvczTt*zGC^0#g+Tq zpBTPJ5pb_b!_y=RfbxXBg4~#RBoSl2h8A-Cjz!pZOzTRl~q-7Bv>)@&nt2R z8wMljL?eJhDn<_adw*koefSGv(C{K$D9K~z-ql5`d~wIZD}{at+?4a^(9EFm|f<_6jJQYyC4 z5yk8$FX2lXIIx^4JWdMEtIhgX(PdMf^1{nnfh1ehU2cdvR1D7k4t_5m}KBL1(`lm>iHWXaO;`V6v zb%JM~fk|WX3e?xsV>eqV{(Hcg8T;g1YW8aR6_oz@4H!$l{8>gsAo505#eQwga) zF9o0L!zrav)E}2feEj_KiyqDPi+J(z@ukM5*p-wB{UG90O{$=I5FWEm;L&1pk>t&6 z`AQ`o9552)v0Vl2gQo|DqR_^7no2o*s+LpzDjc+Na)~Su!kp~Xuy7_#r>8_6iV!+45-~G%GZw+-b+y zy^*5{c?3Sc_XllW(YHsqcjI$=LUQh|Ud-wofsTJ8cj2fw*k%nU(<=TTW8EIlCFXuN zU7?BAV5dzCtVO8b66)k7QfNd#SBIZHaxOy?7oz{&(MFcE5bfj-&YYLu<+M+$d6mk{yT9A^C{B_c{fjzZGmRHjPV z4{fO+weYSYS+=_OzgS5Gx7lzfi{-IBJw1z+Ohf#8c`HXOkfQo^BaQ+Qw5TSuE$Ga7o)mx7ZkOwd#vx5b_Z2)(71UK zq$T6}q4E^pfLDK~9lV#LxI!#9gt{LuMcrNO6gh91WxOd-+z&F9r-9MK)kXTx*GhYy zZ*t43URq@8HLF9_Vz@>q;i!RlMSvv|LkAZI`oRh@AB^t@#+BXCM3Kw>Pgsv02O&~< zNLQ0ReXZk~)|mZP6}tB)as&k0tIT>Su$&uU?HaP<@bY5T@bB2X_4VBo zq8MvltCx;#k5U^rw2#vm&W8rW+%Zj|B2 zzxNzI*Y5$xhP*N8@uMgW82(sE3K|;J>S}ea`qXA8$fq(5zuTlvG@ta=yiliJ65(z1}9Rgc@)u z@m(1?pawa>x%F$Ak8aC|jRjMYUkg|%z5Y?DJFt`$e#MOiZx)@NvA=b25Ce~ZoFP}G zR8NG1GxJ`1HX3Ax$=(E8LR5~4oDf60S9wnerU(Kdmg_<{ClWI`eR}#!U{ec@JLYy8 zuD5|CJP*tqdek;wSCgpI*L%ViGx%NT3=9mo46tV~a)ZtO*pCt=zlddl#G#iBUYv4e z?1AH7@l(xH0j}{369%JMW?@CpgFTAB#u>TA64gdedEAtSZvj5pl^FSI%K#bJnwXZS z&_pEAhsqe$4lI}9sTndbe45^5mI?u^BZ^ngQHqG`W+e8rI9>`4+O-3BsFJvSaDK*z((K5bq#^k6remJwO!|eTAn0nbicR_)M--|G3c|&9JpxVx0xYE+J~zy z!hT<}XJ}nO*FXGo5AVH-ynrdODa&Q}?_ZY)4t{f)gN81mLf?O>d7a=mev33tC{kcE zpfY5aeM*QB4ApsHkF}-y)f=OLRJiVAa5IDbR=R|1-iSa^l}` zGVqSe?9bM)O&snBd!svKFP4VKc{mz!eE(b`(Z}cX4Aa^c+PnJ9 zOE78Ahkh&w-f5h+R4nw$9@w4i$JPBJAk*%@e@oa<`9!+S_5@e8$jj?3e1+7t1hV{P zuOHiH?xm_m5%J6@f_DAoAvO1q<#^yEkrZy}VGI6(4DoCvqGqc7?EM^s zddfW#y|s?VYMv@jNSg07B&upEdZ&lMkN7oaE8`*MIwd)m6b7}CAJ+*o*|!iY4Zp$l z-p5H^=lnVyX+eN!GaNIFe}RRDwn_ee#cgUz_>HCUYxVs~U&rs)sqOD14rZ=;M>JJ`Lf1jEIu67@$GZnI+(>fJ8=^x&TrO8Q0;8&6D zQMNm6?AON5K80#%RO!(vyn2OdlhEen(nnmMqlK5!>>z2r>2Y_?ayah4M)Wul2~VGU zak;mFj1n`HX}8F_2dCkx7n3-O`;+ zxGk=(9Y?8tj3~V6s;>RB60o`6XdaYfWy$Mo4X#-W6wVYuj_z7OgQHg5X@#epOe zyX>GxR8_gon$x`S;Dr>s5fH9zB7KI*GC5CC*is z@4*1+nDAY07>e`G7_Mdq=GUO#vL+WDD`rY( z-uU2Xv`+g0ayy=l!%r7#qelXb!TLAXLx-m;uGn|oE7rf5H%C)RMe6Z3hPpS@ys;bv zo3*0*PnPyjc4s>}X>ilo47xk%C%Ucolx(?Z|D>kCd_AAwX6QXPHj~s(4f*jAkau%D{ZUjVs#VWVPuDnI_qoUjIZFqVX*ZIDTdAAg^F#i! zHrYh_f^?$!f2o2*;Dx6(KWCm*!kR2;8Ga-&i+~jw+AX5^I;L*7)c?Q;uxJ z_HPc~C9zAAd2S@c6w1*S%?R|68(?Ekbj&&>Y#t z6FoVOXx}ZY7aZ;KkrM~$4z+g)M}S$-`s<14N2}wdbh?v>4a5?fWG~|ZaYl|>nsx+d z&@6xJH1iwc%2yugv6i33I=oej==Y=78J(_LKT?`*LDGm_o2r~NPIkYJ?R-_M;8}A! zgIBaF(@VdP<%lBu`eL2rIUEdTkS0IXEYeeBmO$?#O8SLTCVwEF+#=%t5Xoe1vqNaJP#B~fOa*@8GpBTazl=>AN+K>_fsp+4r}ODC#%W`qdwd+7 zm6dfUk@DsB@oy%}d6+l?DruJM{UEE~_0P);zcKW?nSj1=J%>c@B5jc1Zbp6? z3S;lzA|WYIIeT#|YTUo~6M;Ifsbo~YSjFX>(^U)m#P|OEiLG9CExp);Hu-suOGj7N zq&4b=RH53#3Ts60y5QEsT<1Wr5|`pjKy6+A;Uj_ zo(pbVUjJTHMzDJvMb!8iwvtGux|b*HM_Dz738s=Em@a)w9oL4qcbdhERkh$p+Sqk< zTy?*@Xo=WSsg6cXj~10h?0-3lgt{vN|Myj^ERz0vajYWY5xnXi4E61`L0ZnquU>!4 zv8Z)(3_9%yX^qZ9ItkX!vIODyU1Z0b(+`paRg{&UoPxQMQ|7NO&p0nncnrW4lx_|o zk~BuT_51^w1F1g{6&#`L1E_hyg9&*uXS~wlghHN<3hi#L!#BHAMSO1iI6wvhkAZ=) zw`@08EgtXivqE(!i+g+5QVrpf-#%dsql%+L1Mv_3lsyg4r?x9U;YI}MK0&vA@cX5& zqT_|09Osm!R#CQEtgPeH-kGUPWnz^MQGT?vkh$vLsWOra4WA;;Hhd(itp{S=r!T9O zGO2hO*&||rBwFh^Is8u&9movvI^XH(y-z4QXHcu8Xt}gcSh{nj%W6)MF6tAHP)+A(x-((XU~cRJ*L z=)~#9{RLiS2C4ZVBY$;`K6i9oxTKOTiWf0F3JS`+Wu%ZI6;F{io3Wyu`!Em1?WkOK`nAFb(0=s*#k1}Yc7>O+@^IW6!g9%DOEm- zP%UcdZ#6Oe1dEh@G_xOT^)Q`2HjAoi%(d4M_lBF)5cH*gq8Y`Ge#@7rbF!3cN_(0o1X2XF9cGWz#rq+?t z;7)Vx4yz;l?o3@8jz+S~q)hUq>${yH*!y%&8rrv;LLiNd?oDh?8bA8^1a_=Cvr>qn z;Jb(#GuLnP_NL>*u4tR~kD<6vh|%TwZDWo_GI2OBmz-dIsaxue1=X=v(*E=)8|@ zA?dfd$q!)c6ejIsm}JBhU%;b4INAY@wKm%~1LWxQWeIWB@!@#}V2}I(F3o`l1po47 z$7kt%)%r1?{d2h342HqkHy<nl=MFPJ_3X6fCgf=KUM3$QM_kv zUWVFxMqS2Uz9Uz;R4WHYbV3rxvJ>q)*1XPK&zqoHt&wFP+<@b)rvf*kc_6?WfmXC3_#u2-{iu!a>4<-mv=nW)3MDN+)@nY*Qvh z#T1A-sqHoLWM*5o?ByXi1Xn*#~x?T>@42+`1nu~_3MYfe@iA%t#^b@ z&-QAtJ6b9Cpl! zG}LSe(*e-YNK={8dxldNf$UYI!3OJQ@@KJ`f=zU~j&G+)Hze|t(YCWHVBOO=I7bb* z)Ia%x{6pgZCU*GNvOU`{S3F3sP(6R9%H2sZ+F90tol(BtgAV*|G-hgltJ<>dpXs!pN_#!)7564HnRocJ z6eKwr&JaXfAbq~xUhjVN0odvwIGj*U7sRi>7{q5=mP<~iSGguoN{(g#zVrClTxT`r zx;akj!YiD_kN=%%-(4vs7!XDn5Yu%(in+p{w;k=ed{d7})R`wDBa46cv%<6|6iKyT zIr9y|U;?>pz{GJmlyQy?VRbjgRbVIk2T!lrPC0q$ zt=QoLtpjIH4mZRs+mu$l4FvUS5IZDl+Pkrzrn=lcrvX_N4@xoL+56}G{#f$d^Nz>euQwi_X$nawzA9)T!8LGeVt-!@|P)`CV1}NJ(z- zvLEN^kW$;ey+ELKc6z8bY*jlb5?AFnt9t+{4rjYl)UNwKUaa_~pQaN=SrR-@qUCs4 zg}E(Ee4Tp;EBum5gZz~8s>H)u{8o0ggY2%f2}UB~D08V5WBkpeUNN^1VgV^1Hw8|J~|QawK8*vm#8uZGUyOJA}{omR&+Z zg5A8E&tino%TdpFu5V;^{(1=BT%j$(&S;C8RQ~7NJb}`Kq1fAS)%S4+{3a4PAw<%d z=hYfh81GU%&YT$&G1S`!dqmVXk0qmy)=OewLo;c84NSnl+eZQV0W(i8G`VUaevTPy za9{p9*p2`ACZT~-6J^dS^7fRno59Gez^~c;Z*fxc>`}JtTQ@MUaXAn`O|3{vFU`=^ z(;dJ{*=_Z_tIlGQ4-wL2tTSv&W`eAb;@n)nWVfB&^=zh2!{5&5cY{OG_M{F7YKvk` zRw-w50?~f*$TT&Yvo`g;L}Wa1lj>@9<%8aED=g4E6jQs$v9{HT^-7|b=Uu>UROp zg{%BloZn@eQAo&&l8TCIKs;^=!vd#>_}nznj5;<78{hQtVa1$e6~dUE2#aiMYuA>K z5E&2=l@_tv`rSIo_nJF;&(bVrja2Z#6Kej&2ixICIv_C`2e;*eaKP-Pup!Gq{C6?e zac6H^2cl-p?no6MTxXE0y{OqsL(kRou}8R84fPuM-l3!`<=3vqK*MmJ6zM`u9x-By zC2{)sX*D}4nMvu~e?I{g2oZuE0}Q7!Uv!0}!m!EB>{qq&4%Bh(G_L5;tie?0#;wjF z4VJZhebD!WIm_cbj3$(b`n-pI8Igq*GOyIXvW~6SkSdVR4LLWQYntv(z#lj0sZk72IVDNiL{#uS$1;97 zm_`r}D|Z1&H{=$8N;aaD=AV8bi)tc<+llnP*L{=?L=zgfkXoTSVXxDO9M7jcM{7YG z4um^O;&s@ZU94mCDrn1DS!^z_S^6pfDBH!wW>fdqNB+~--6A4+<e`XM0|896rDlf}`P=)I?m}tv$pXm@K4M22;#%YnDRVF!Mh(co00$%D+XV)d!;F_` z!PNi70t_dsrgyrNyKY4$nL5l1@q-N9U=obLqI1O7_|{!j%NZBBYwopuEG~t9r|)+7{grc{ z<}S9-ISk{yggXxLL=v8@?!iVlkk&Qvu0m~(-ggmsi%G7fuF zK$aMzzx+;T{G_HcUX~UgW!mlsgsF-N>oxnr;#0HO-|ev%u15l@3QXsii!Wq5`*sGi zxLb?&jHjAO(-3IA7tH#RVX8&%cBf1Dfm#%iTbkP8*M7<*vzEDN+(in!nHWi8pxi>0 z`+*I_czqlgZo_82U0@}SW$=TieI~9s44FUPfy}VK9`AV9s zwP3IKp0{$sje(s-;0c?*rMBFRpu>@CsRhq(eZ8H=L<#=gVn34riX>9>ii=`{Fy1%r zvy5cQQ^(npTA6&}y|pce2s1)avy1eaHItI3boznAm&}5eNab$$Y)%A>2((sk-`}3tu)BE)CmCIFP|M@43uecI zbHT*vc0b=jJ#8nvL+G!vVl%N$68eM~B^S~oNHsUkQce)c<8^hv-luak?yQ~w1d}VB z1AXv+yNt;eSmZloajZhB>du2U#aWG-{^qLM+ca9_Uw%E|`z<-}Y-qtZ~R z-X9{Xk#^mCPyuz&^-uZbwB9QWfmJma!ont6Z*X*YCTr<8<=#LyDlzdXq;yqmb!cpK zepog(oH{1Xl#v@oX+*|3Z8bwl?^$C{Qc6UDE&JLR?(vRzgM>tbZjLgM-j*zUI2Ulr z+{p~AuX<<-W2B+0<()&Z;nx&{0O2}`^pBav#pqi3jwMm17=9YymoqjWpDQd!GXD{o z_ z=4A9R*{ajLdg{v6Fnw^4AanpR6Fa;M$U`y?@UKi*K}zyascceDyl-^0hXDtRGbM1y z3w{zwsQENV--vRw^faE{2st-M8yKSa21ansTwr)SRs; z6EopBP7tJ)DY8CeEobJ;0wL`Sie3Nm_C_~r`X?9uT+Z%nZ^m=IM+6x0XPF%s0d8Of z&M3H8{M$YtJi!_~!PohbQVxvSu3|x#`I9^=uN#IxK7?HnIrxXGz{`W#flSZ@UAR8@ zrtxyxX87}s?S^IQ$Tjw`^e6!)M zk5vlZ8>mU{hOucnl){P`Kj2x7gOm)Rqu=axJ;3as=MrZq61L<14+f>YB?Mz%)ltl! zmSi-E`=D?%eNe#D{pt0!%=ctk_4bEQx zXhqX+CX@Z$;zs*RYerhU09O7<^bH;-wU{_Z{VQuXc`;d_(u|{;x;Im{0c>f?wQGdJ zF&sXd9{~m3SjDd2zljsb+WUTdQdj+?M!WF}`?D)DGJ>=wX>xZ4J}}>2jl6b>@GW3y zEA00E-h95+RIRa8x9(`FwTLefgE--&Z+S98F z*x&6vGbH%<=^9M>w&KrYGTqVRN@L;(3`z*KWjKwA8mNH+l0Ysx0L0j{?J;6LeoNU- zf0osCwaMazpi~Z0cwPsQo^n-1EHF4+JmggYASYH-l047OaQt`JXhVe5 z^K;rW0yWO^Hyar?$5C*VfiDD~Le)^W^U?*?PW2 zB8YzeeZUSfgUc4Y&r<={Y_#Mz2(=&fmFt3nnjY(j^=FS}`+7Al1x{8v$$f5)`vC^R z90o|B*v?zSW)Pv#2oRWt0^O)B;3?Dfh54o8kpE(nz3LYW`JXdIFkqRj$P>c$p7YJ6 zRu2pSs|r%=PbT0hP2ZES8j}+%0?}dQ$K897nE+ZdM8BzW`yFMeAE~f6&dzvlZ^&y5 zOfs_SZvyNl_Si$ov?#!SCc@yGbAjjCy3KrTffb_^@KbC`>)$|UsDaV*dU_OY@i;+u znqRP~5r?S7#^}ARiKvs&qg@SnBx)*TY1Kfl-(` z+x4#o(Q_pd$b=_L-x6bg!u>1`;8`gEeG**QP{U4&M356$hX7>c9t1+3?C|jL?4Iu( zQa(X@R^2SZ0S=)BYrc7deU|k}J&T@A`CW6}nzBv{mc_e&7&c&i-M43OPcp-qqeQ;| z;36JogRhv^nQwZk(wP{wel8n$jJdyfr3_z(XmHaRmbtN`*m-q*J=$U*85l-QF*(HCt)IhF6Cfpkc z_j0mQms8SWMCch+185Ej@hOvL%b`*UF_vH|&*&;~KR-WU$prf%oWmqi-`uW`AP;2< zwtiZ*5|$H71&!yl1^#V)aJ*VaW9VpcJLs92QBSRV0|97`9{@6104r8jF=wE`#DL>Q zibgyc&lS{Zab+0K;m5|cuTzswWN?w0w;o4qMcw-q5A@C(?1>K!*Jd-?*ov9+yn5gc zh7Tzr>5n>FkA1~rA67w+ysQiWb1wi&4~Rb8yoloO?IFjf^;?1(UHB{s6846qu7&G zdRhl)JRm*@3JO|`W#OWuqdU5~raU$@Ze_9kEkFMNW@mvX5nn@$w!N~Ml~I4DeX@eT zo5=qMbM2A>0t5s?H=U}B#sbhAHg!Jw;6fkt{JnW$V7&ixnE{~* z3canSfGYxG9|4*$3f;dr>`$N-U|}ut6K3o^$1i{4`e#dezFT}}u)Trr{`sWhC|qlu`N@D`t56Y-{p+A_EW4IhG!FO1<^OdUwccL`1~I zM;uW=TC_$1-oGo>wY*H`b+Mi5pOc%b`pwyLb0|qNf+QmaB-i!hpMI4t59*5IVoyfH z5V3SS{e=NavB)e7H4fCE*wx>UU^$!;l%1XJ&eS~w%oM83^LsgTtj%Pe2ayGF7$7QZ z{r{39A|uPh8~i%m($-u}L@9nUKm~_$ht2zmxgXej5w}d}gr}JdH{C zKW4yrcwPBL53yYHznQv>SFx_LcWlGu2!tCHa3AR?HZ6XxU-3PiSpKNcL@AO@;Mx20 z#Tn?t*?%l^`Pnj|MKI8-S7t!z4M>nUI^69ewMesw;xGVXb)h-E?N;}UyTdw>kl+Bc zU;sb+O~O$-PGd6rPZ#R_U)G)v(86TIe|>YI-=4@%c!R58b~$x z_Uv(r`*jw#U0SA^Nuzw1?>}?9y?C$dQiKh>J(g4u&w4yZd}sLx+Dh5^joX{v^o5oD zYVSS9DG?{e&52M~Ulg_~z*yFAb}4)e{Pxe{8ErhNUuL9$@rZx(|10ncjR>@O$&+!+ zDWgX*0U*C!d?0__uXwW8`Jt_?f(C|$aoC}GB^_QDuK;L1!RhN~K5YgeA%lq=FF_<4 zrLKhqfqixjCyI&;I^A+8|%Rt+MCCS#^gP`+5IsP?TYLdn*eXa<<2LcrULj) znqTr60ALv%xB#-e+W)CjZ-u7U;1KJuz^(l09j7s{!Vo~Lx$V*4X7J>93Os#$n7&Gq z%Ey!N2fxkc>0VheMlLt)jdpY&4|)IV4Yjqh?B?(mA`=se8)yWglq@FIC)?)#7tdk2 zt-nOkqt1H5cB%bdqr$Gk_pVs=JELYrdCT!Xsiz<$gwr1W9X1Xd8{6&OUBO9hb-6}+ zj%}~?k(}5T2*~0ke-A2_4cF*5D{oE7gg5)#d>GBQUZDTsZL(#d~@bd%ABVCrn&7$lei9YKje$b_g|n& z-PqW8X>GlO!=^q5|LjH$?@@uAwj1z>sNu}ArtVAs+tiN?Ay|T!DdEBV++ZF z)z8^AkkfU~lqJ;J&d?Zs9t7f!20SIDsiRviRjxp%#dmPg0Jzohc{cywwhBPnNXDYq z5U4}aY1WVUpXXiSj}}#Ap-@DC^+#4zR4f{#e*I6DT*~@rO`w6dk8v78~wWMeqq%cQ$D@{G?`oj_9#9OglH2bKc+~b0I03-`r%o!K8PJQ2Au+QG zz)z|WKrhYl=p z0}r~wI0%P)(S>IpCQjWbOrnF&d8p9#ACCe9Jw8#>zd1GvljJD5)F<8L{KWqcF`D`x zVzj~uegKRE95wLt@&Z^9>8nMG$LV-du8AOUI!2VzDcjKs$@YF3t0v52rY=I;%E zQu152^c(BAANr`d$ycV!;m@{8GLkYL1*BG?nW9J!31Xf8e~THkt`6qXX($`3IjzT6 z0TFUqE5d9<(&_hCC+hu^kil!2Ok~<*TxH*2syF8yR$<&XAB`aSqJQaQSZiM6$u^P2wYUaJ&Rm#|4ZVrS!`li?%-Zd37KzA8=@9i zad!xNHTI4^=7R*#cq_oK${N!Fwc|R}q(xNghRAO!5qbz)gM=t`<`-nldffP7xhU%Z zFMsRxh+L`D_G)B~MT{Z6kM;!M1KDfu5#KN05Ci0DBJ=XuZ`Yk|VbsI5sCUL%;X9$? zwG9e-sAyVzoNoZ&Ir@>00rH2FYm4NWKs5Xh0P`*fU?n~Y2UC^07`Az0O*IRqU>IP_ zMZ_M&O>dzI1{bQR)5=2s<>gFGlh8#*thza3B-B) zn_!V>nA*&bXaUuW$oaJO(Ar4#La#k0Nb`p!@qA^;$x2H}RI;lTN-vCKQ2<0Ng4Q_M zUlPsZ?oF2*8$8XYqWfZpn)(f{+dCrqrj1Jh+~~R^5(-*xang$U&o6FHM%d@tHS(mc zCmZ2_VqIvYQvMiC41EbmdBa5VmDc<>1Mp)mgTM0(@WnF)+>q#$PBk@llc+~ji)8pK zb?dP|eAocDTmOsQ#*+z0uyr1iQCAh2)BX5-gV5sP5Cp*V-FgudFqM3fwaJ2jwS!i; z`0)uuTc7tU#}OrpylcBt7t?+KD=ED*Zd_zJ(t@;If>?+QR)uOzA|guyTsf%U zf(FJ0rwjGIIgSGaiv8@|_4@=;!SGM&W&hT?r!U_G1Oy2A-a?0aC+(m(uhYbOHW8x} z!)PzGyL|qr=rkSE`|6hIwS9}>`Y1Ej#TLLU)oW$Ehx6{e_|%@&3kF(9%RtifUIK{_ zI#4h>y|zb8d*C5|tIrjwUd#*ukZG9Lidj#0&R&t z>)yjh7ibY{PogWRD+Ul>J(#f{LYQmYw}~~JW521Vvu+*DuSF=Pe~`vyBD>YDS_nGd zic!S4nW~ws>I|-Td4z})vcrVWw*f5q0{}V$nPDbG+{wi*db)(#L&5jyF@%Otf<06N zkslB_9@#Vs)5(d5;&tn_Os0$b%XRC8h`7p;nV1xFL<0=L(eHj5oX)6Fmk@+mczTbA zU?yH2SQlt~>T#Nk=97s#?>^~#3bS9_E->o{BO)QC9_xQS#qj;>_Lf2AEG)u6W@F$d zM?eR?^X5=t@h6Q;fDaqCisFU*_wuL%Nt-BsGHe59uct0;E5yShzp&=C$Ff%YodWeQ z0)f(ioTSiImGbGSZCzuO zQ#~^T?uKl=%-E{8o5Lk`&cUEHjIw=@Lh@B>c@q$q#zafh%f+D`!g)xq^K}bU$8U6W zY1x%i-LO*Td5v4$@sAc0B(iy~*!_JcJe`KAA?J|_W}{nJI9^iH%1km6JRg=4u&Di| zF18!l?Pgb{Wa;|wfty2#GUbicE$$bR5iQbjZIN@2kM~?H9{C{cxjz{q?VXnkvsDq3 zh5eY!h5~TM$4;G?01?2^asL4|8qY1cZ(w{JZzRoLCV@=7)~w$`J`do^mv#(O>RfiP zE)V%}|A9DFIMhCm39m9h82&PtetlqogqwfQk)u$BAHc!E${^stirFx3_YR|yjyCyO zq3N9;QkVdHF5bj&C8EEJ^{3T_E{BDh9ZoWMKAhUN!8;#cBDmVEkQ@5=y~dajnRb2U zB<%Nq+WFLiMLhQ*wWEa1u!&~D{XIjJvbW%3`Q$ow%B?^BBd4hQEe*ikh7-Jf#%VRI z7F=!Dp6k@ykU}MnpSE*p!k9&`&HB2k?whBFLNbD{|NJCI-Q^*9eFK~hvF-E3u&vOR zz&L*9ZBMF0Zr#4?F~t90xNWNTIt*j{AzgMK`+amp5Abn+{?ZmxC3 zc$b~=HDJ?G+t}EnZJa85vHf#(Gevkx?FuV=p3o=fd!#7*d+4vTms(m#!9|)&_Cr?; zY>gmk|J{5+4>YTZN8HXQ5$f^Cx0fxVK*2LtFhO=8b`JpmrTF;f2gR_l&alh}A4BaI z(PiT@hHfHN$#lgES1xz*Ur&~fIS!rEB$SizIU*m-j)~QoA(*9Lk&pyG{z3Ozr{sV*rf}Gli2t3~JX%{$is;9KpfFJTAg*|7 z?yrsH_!dlcY}o4jGW>>^UiioCp9*h{)GY>+j*GO7bT<@eb#lyQ*2CMsJ1Y5;9qM*C zki*c82$l7@lFlN{`lB*a3&BgoCNzMV<>s z69tqN{(T-VlN@FqCq;Q+MxD{_4UM5UO8Um|87zSR=2d`^H3t*mNS z=#c>!Sj@uI{?C!QQ^y;rw95F5$Boc(EI5u9N1G?r*bH{Wenpwb*Q^#+Kc`nXJO(5H zSPYSMOHsa4n+kGn=6B{O0x*;o6G@sa+Ofw<#5XSi+*&^c7Ks&qS06C&R}hYX(~ZD+ zGx~u}&zD#L0Q4VR9*mi9`}K+LFo7kyd-nIS=IFlUPkas+DA&h5kp}}ao!Mf%AKCOz z4iW%I`gS(PHR9BdQu5uh44~zPN5Cc2uBQJ|J)^zk!Ld^wK+mI!!-;B>&MX{nc36t5 zcM?|%rsAA$w6CEN1Yph$#AqzhCxDF!1YJO(Jj#VZ%P2@Cm9l`s^YMJQ%pl`^HsriM*SE5a1tE36m=1UkEPdW$_3tEa| zwMs8bwg2@7f5o@Rcd$PIIINt;5@FUC$;#0uQ*Av{YHYUu!(Vl#vD)BU$cNu_>tor? zyDOcf3(XFZhrdYU<}XlgMiu&~ zI_!LhFAfyjkH-yL($X;{p9wUf!Wv$A8?vJ>P-- z?3NTo@u{#hrx`V9>_~n|HWsiC72E)7Fa+H1aNf;nJ+kO1P`;VPsj0X>I(@{RtXh4I z%6u-Oe07P1la$F!?GlhjS+#+Q(!Arz(v?U0+Dzzl1VI$lGZr|Wkw#X^mV1+crE~{;+0J^ba{02^4(W6 zaXSRb?j}WA4cM1*%;K8{@V_OWgDU`INSW#P6`C`N+;*dAjD5mp6=j`I_Lch0uMg%1jLiDMC?0R%h=aO5I}k_stGQ38N| zS>ER?6hdbNfg4wnf>!UzoXZzlu2hQVV$z#$A(8xHLs9rQh`EZI@CiAY`xAbOJiWW z^)cxNP1Wjc*N3_gd$!6E+We^LB3UNetaMBaCzE&yk92HLcaXyPt0Ae z zayaq5{t?C(!5S^pXZ1qDBnNpr1VFGXhTqrN;MdHbFahOrm8=wbdYUbu%KsG*#^1lM zgtj)tH1I7?E}}*RD1}6&AJwkMv*>Li4X!JQ3uwwQ{Xe9=WmHye*M>_;_vT3(*meR{z3a{A_Rp+tiPYDx?FbrZi*rkh=#t_>f|IyuiYehko^cR} z6rGe3^kZ6=5(bqh;336Pi2lbkxjuHMfJ(_D1Wx zUPUVNG~~7jLz^>Tj|IZANgH;$J*gf;#D#3ez+#9jEjM1%W?nR%pS;+sxT>qPDy%3{ z0Ygpw&h%1U;7e`+kVzZc1zq1();-%PYJLP-!i`&e7Qf*nn>HpIE zLKe39Ag6kO8b#`8M?T}lIDt^~qE~b%>pMyvK9cmI8UudYQ!)XRwYT#+lj5=9^HieR zXnK=$2CDNedGFin%x7Dzz?lBh zm#VSn-JVCXjDLLStEBj&)*hUcLJ?E7`->S!%Jv+6!#`*@wG&`6TjW+pD;X8iOHrB<05dZ-w4@<9VqDJ2o|<%^7dkq?XuN z9{+o9gZu~u`Y$VL2O{VSc8PQCq#&JznTd!7rGA94a+k5>qlvUDkH^bjy9}PAF}J;I z4zuxF$E1UTg&YVKcX(Sn@Io5;K_<7lD`s#4?xoCVvS6E-t3J<2PHmY!(78e z%lMkBF^=o0f0ANjRcq;bQ9*HR9m~g5($M}2T6l4 z@gE%Bvn@K6OzfCMQ5Nvh-7HEfrfo6rD~Hi?_p ziNUo;Wq8Z4EF_W*Hm-hPtTd8o>G4iyqCB>3G4sD|1GL~=AOvFhA!Fzq6}T?Md`%D+ zc%W_TCSv|Q7!0^b*WwMu?Z!I`pV)EYB6NV-e=^~fqXLzG6AOCU1a5eBNJ@2lVSm8{ zw~iVkCLWmxJr-3YBt2xxY#W(`aeS0VB2iSBLh3wx2$Nf~V;Pz5XPSeWzGLyVrGKa6q1rEYlPjH%AUz#&rZoi9_ z;-Oj<8BaoSiul#Ix*_%FF^l1;srzA3KS3#n|kc#U4 z&&~lJKQuB@uEPPX)DY0J?{FZTNt;{K6k}uFBaM|hu8z1itA0Y%)FNiUZ3_6lDAp># zVCS;nYaoZpof2Le3_uhICk|Q$>thMo);cT@B6aXp~R&NTU zA*|VLh?SdnDXt@ma?L-qPb?X%9#BaVQ3KM12*&$^}5cmlYN(f>z(fTE<-*6qzf z^%Nu%&~WB`n4a~H>{a*mpL!7soJq5l})6^%3_Wip-} z!0Gv0hOzKJg+0x#0?<2;qx^60lq$noT3XhB{)}kr{+h3L;TE;uAqDUWM#=Tj14_&T zPWa2qO8|r#4nfS;LC$XNDFp?^V?7ibn`oleT-er{-QHdiF}>$dPK*y>zFM>c1lnDb z1?fd3D42wSR-;*aX_4e0W8>5DcdZh11rZktE=)?yF_=0au+e6X5D;D!rP!cHXcM@Q z#&X&)bB@w;Ee4YS4ErimLXC1B%vFrbiK?B+lfOU$foH>1f zlG+OxT@l82{2oQA@t@UtwB*uT%PUf>kjHsyQKFL52cVMA5CL-@RfM^@ITsI))NQF- z;RbdvDS95OMHbk!x$gk!@B^5q5pvr+bNe|QStc5%rh!5aEXw4F5LVUwHUQZ7=&iOh z`o2Vosw|0;n6X7}+3Dm>97z=bSWH zO+x=O@Br0#=PbO`V9(Gi(r5n+oq)Ntl>D*#Omq+)Ig;&-`b4S_GJN)XB9Ji%XANuy z%`0RA^X|Us|NXeqNUdHcW)7<@M0n+2bJyPej@s{h9Qbg$nv3|A?{!Xm#5{IjnW2#I zy6?z<(b)%!`G%(Ce-@@4B*l6>TmEe2F(*6-SFd*maT;Z39LWK!SzFXgDT&l3T*_)H(eH#R#u zecZS}G6H*dxw$@aCT5lr{tVFRlkIo^+ZsJ&I%;YOV(Dh@vto^S>=pe2|9ZWseXu^n z5C&oD^adh32X5J4lcmvjtcC8cO=RGvuGbTA8AmUa0ZEJF@e{yz#kJ(l;E5G z39Eji6d-P}a$dRvJ30=5$6;3nz4f2%80-~pmOwd7#i(6n5GmmD3*=~`_J7VJLQB1v$zw+-NPO!tC9|6|;KT8|D z=1`wMHtx{{6Ie@u|8*7tm-sgp{m&caUw%+*`kx-7_@5s8&#v|#OwjhR+3!IB^?!Hr ze@#3mxF4Tu6ugoD@2lqVu5f5J02P#e*a3Up|9y@83leezelI`Z41Dzd-%a`724(#- zy{^Gn{=2rpm2l`E*YZC%Rt8+z?wa5KkLKnK{zJnYuXiFMAtA{HMCAa2^A3#@Wfr&Q z%NJR|oEK48TU%>X84$g6+lD!|0QQ_03lZ>g|2#m*qsSm$?JW3F-ut+ILE3dD=ZX7- z5Ig|^!Q&(Va_Udz7|7Bd%3Xo~HdwCX(X8%BoSd_DxhU06t{%dM=?1DFS!f4eC%?xbOB|U{*o3EP;$5DVGA1DhoLP!A zE3iXiW$onu&n+l_JWd4ba(VHSKY#jxKq22w)W(6mNdsCYinWt#i@=`UnnDXIx+`kJ zA3l5lkW)|+-RvYEm``9IiGAUC3MOOLZyL;Oq!@WI`)Red4UB6*UDki$u+FI|glPYqN>TV7lRBhgFQ2W|O1S?r zg+9U!lu#00hmMBgEtl5+#L$qQ~4(pD%JN|`TwLb%{?ClUkaii`Gj zgz13~E z0-|%c^g^>f_g!MLz=3?M;}Y4~fz#c@QWJ?LOWa zA4!Yl79^BZOg4KW0f_Z!a=$`L9LE|}Ia^3~lgp$~a40~v&n8BP11;kPe1o#$Y!PeE z4v*QdMc_1fa=7rq(8*E{mxDj(_WBGs0}xNCY;=WTWe2Dcslk${Q_c^va8kfens){x zm(G8tZ*zA}em$BIjC3!%-oYkXq5Bo*_wV1}oyym!2I)D zIPB`1U*z7(f6P_S*(7bBKp;hhxUWix#1nt^$7k)p|HKVDuYT#yL4siY(EKjPicJ#4 zzeN$Q=7!*{_)*Z)?Edx|s-8#tB>tBr3pYzTlH7U#(hN5%Pnir(LA9A(>Gx|D11w?< zsja?LP`pHZ^M+S`Wo%xavKRFOzbnvi8+S%Nzeh#)i2zETe300Kg1{gul}Oke%%%(; z8tCTobI#D)I~DUpVeNh0n)`Q|A+=~o%WvPwcl#%dNuFF@^6K$}XQ?&s-voXZyUX9m z?D)8U(<8{(69UMbi6%GAwk*;VM~%zx%H^Hvci>XF@!t7UzQe*yjzU3Qu{l2z&GFTV z;_dC(D^yb);3f4Kx_G64Z4bv@1_p{NPdQUsTt=02mUIq`&yd`_fXJlEur1QS+b!3o zjJl>qF5S$Mb8Cj`n2i>KC>WpiD%BW7k^2y06-K+~|Fw#o`dYOoVqS=R+5$F_7!@(r zX|?AxQ~}vMb{c3QC|`I*xMjo;fPSIb?J;-f%-CD1S^xv;BFGOA6j4-LAr%2{0X4^T z$6M70z5e77e)g^Ouy#qmB{pO5lFd`hxh#dv(n$|l6qm`0WzV;QSaOD$TT321!GA1a zOJTjpcf#LDVlf`c^>_0BJc1oTExASo2CE)7`_9N-2yi8;Lz5S~K)O7cbBBwMp z@qZ9{P5!s>A^Nxmm5`Vy-?iKatRGILQKgfEdG-%ie^?qTSB5pR+g@V=50)gK-fL8% zd^nVp!a9}ryjVa6BiU{$46F57zOnK@ZRHK&a^*{%x0|(e|g0+ z8>__?`LlEog9`MG9UdlDtd7#BVzp=PV)A!ndFg=?ob)8xhaLTY>I{Ar4dI8pmqoD{ z&HmgtG~k~sKI_lGeudF|YUQwzGehy^KCT0vZf^mD&6&Dmp_@g^AZD}Ax zq#iOTQMM>4DOu}c8nCn3OQJ2d1o_@_jRefHI_rGY-l!;ZV?)cdHLKz1_@PKkbBCQ5 z!(TGpuyub;Hfxge8cw@zS+jRtuhK5`&=SE+( zonY(e}ktR3~DA zv1qLjcnaMf7WCZYYVo-bFVn1Yvwi)079aFZlBUW)zJ&PMi}ZL)O37NL`hIrtj_5Ck z5A{1P9e?>K7Wl{T6mlPqvj-7W_T!`D6V#9kkNdL`6%BB@XNnzZs zb$&`!flf@6VdE^=(68RkCx$_YQTWS90$5OS;}Fheck09X?`D@nXlQX;ogW!6alw?& z{5C&7E{=MOOM4_)!|AsPr=^;`sdc|EN<`JUHd&#J_}Se)aogst5IrUTG09Fv7Mvi; zl0|&>rk;~wEBo!j_^1D}07uX9@OmqRcJOzg>a`ZZxqs_Y74p6I^4-L!IEJ)2s=H1w zAY=V-QgD#qu&b?B|7-kliuPb>dUr4Ey>ML14^k`n5trE=Rih}GBufdLjlT&`43=Cdzsb z`peTY8iE?{*;hMLJhu08gzpI%nw_N9m`oOwpe`k|57YNz;^XpQ1h_mCerM!*s8cEd{}=ATkEBiI T*gDpLXNH za^X-Qdu#YUXi(-Ir;gcZzRYsDE0Q}uR{lX)aLV*E!S&I7S# zpv2ojba#sfMohB#blr$1WIA&Z=x03GY6MBg1l)k>J+pb}R=peYlsG&#bdQoNN5UEJ z8JzSqLaBajo2|O;q`Go%kBv`G7NIdayyZcbaD{^3h8ePnlT+Vv$>ta8UW~d3=T0^1 z4q3Ne;s!L>roN;f{dq)erAOT#EdvKq-m2x!4y&u4psV9cn)=|^2TM2&``XGbl>&j( zJ?mcazlNhM+{7k(^z|Z>-GY`DnoM&WW7rf1}OC7`=11-aTx zSk)+7;llQx0M<^ih>H}Kq)-T6Lu?8VsaH??PDqfue~u)7EW$1xF-+-T z@Rnhh_RQjiN3RT+{`9fw%^p5tEr8z`{_ddN;*Lx)tB=U@jmLpBqdELvB;H8FDGhk^ z*+SiVFJ>p>ZxN5VP^J#=hr5k79Td0 z6t;~Hllhcsj=$CaC+E;JEt6%U;30=)ZrgW2h1*V-;G<7d&3tGUGzHmVdt1E1c{9x@ zF#oWafXi$0V87?{v)m6NZt%f)G|ha|&CkzLQuhKceUKh=j=srl>xgafdIoMDp$;v}Xx|p%UK#=^tS}(k$5#CM zS{RZnJ7$^rtu&R*m{i$t-@F?=z|ZF)?9QpC8U=&4-Q^UWX%^aV27@+bqjUMh?kCgo z3$?;Y>*BLhg=p&`DtLJzrHvVMBW$5rl|I32V0fBszFLU)=!(DS>Bu-w)6Cu7wUig? zu6j;75oW1fQ0yEyRisD&TvK?uMac?Lq5UF6=KGTBPsk<8_n%=%!Vw_G!ua%Ac2Xk~ z+UG7rF_xclTHvQ3TLwIcboc(iSVu2ZgExdv=@*R=OH1C@&7ZssX01;+EIYx{qHjN@ zSq!|(*1Imi_M&h?r6`%uU_u%3{(u(iE@dj2nxGNii!z~%%%3awU~qv8d*dV&*!@?f zju4`95{i9|73<{4w~prWWig;LM(<-(+z6VY^4? zf9|p{%)6n~INM%1cna0ae^!q_b6bE84zY-2r1{B7P~uu2UMmp?HjDiygBVo?NbW;f zd3jVf*XLr_Ok)+%p9mq+TP|XQ8Bfs};fHP+ioZiB&xEVr^WdM|TVuVvog{4Y9Q}Tz zGKUsYX{(lVS}rbg+~O41lID6`O*|H|^J3@CW_@w(W8>V(b;+Rx7Q>^LwF(m2~`z=G$@cC z&OT1Sz;ra85K-x^NmN0OMMIbm!8@6UE-q%&W~Yl5yPyo?j=EDEN^N#a$J@6rNd25+ zIO(V-c|9f8-s}Znp5eJ6Co$zR2TBO~KDP>e8PB@$pqI8CTtTuuMAzhLi&5@A&#Nx@fCM$HY zFv%8Eg>x)k7wEZJj~RfH*^=vKPk_TqARI6y1~N*NzP>5t+5vdFf+OyX|(I4*D6%g%~sWTj;!Q_o}6NEO6LN>`)nicv)%7s{BN%fb1#GcR**=XTU`afZ7t=%(PXi`#4J%#hHn zqLMuc{f0?@wh`v(ju9#`;+4(m+wMBLf4FxDE&4$NVDj^4Z7%_+v<;rdD43I`~7l zc|x$ySB4lbF1(#X^Qmuo=Adw}#=qb(dc(gS1#;`UjIbWZ_y=*!eIB8~BgbD3uzDk& z*GJPtn)X@<%_VBlsPP@4iPIttya?-2!kU31p57OSh^qMn6Jy);Hb=!((7jQXNZ zm?kt^MVN9Gs8+0`>afI12HYRyTyAfWpnr};Wh1a@z!@YSz^w8aK0cTB^3j?kr_F@Y za@!r!{rwA&OEOk>PSl7UhNsg!EgJ3xfqh}_m%lodhe_C>H6eeEOD6HHO9 zmn* zDY%7Tl!b?#KvU}`cH>>+mKR`^ucT)jb;!~(S(6PJex(L)4QnxlW#0)hdmz#bVc??d`D|UH=aEQfzxbCtSGBL=R<$)yEe(Hs-Ww(thQW-0`b`|DX`2ruuz~Z7T9y?+09$QTnJK6a5TB$bA4Wuo zkAIWBCP!bY+F-YB4q7Zoa*dDZ^e=okCPMP*2Y6|a+UKo5YJJNp1 zg&WR!Z+3x^Sq{_gxA7uS&hTLN=j^jBqM4+PxH+LMX(u$@WpxjmDA(9lph=2>AMT=LJp3VK*d4f(7avz`ec&~2sWMs+%II@y$X!K zIAGX3`$?&keHekq>^Ir$o=p2Jng5C9TAMl{mjyN;Bsy=V3BtQby9iamobx{8%oYs@ ziF~e|=d=<9eA>|JtUXQAh@}H1C^^k~Bpepcp9*-`g+9Uh#PLk8){MYzmMJ2YS+@S5 ztn8bL=?D-g<$5|30PETq@u-|Nk)5Fiw;zNSqjvp$G^I@H#i$h(Ty*fDoO4@aKkvXV z_;7zJ+f!M5QUwN+&Gi$*gtu6pr~^d*^y>ZvJ$|#x-9kN9oke|mv@9~xTOkH&F6tyr zO@?UHJKuFV&pBgN-_v8{#_E-jKmzB5;aNLvsiRJ(GLdH@fmV?9z*GJCz(6=sP>u%2 zb4hu5@t>* zq3K#0_`Z=lcKLX9v!3fr_^>IlX@}nNIIqI4LwJP?eSOD!htrR0T(>O1sd3WSP$UWq;gjuXc|*VxI1d#z{xZ)I|8&A)tN`@W2!F9FrJK3j2PPs;dCG zGpaG8eNqHim99}o?%~THzkgGEep9o~NoQY^E|9t7bT1~jxpW*CQQsAAw;ZNQlXiHx zzh;3m(tXZNhpJy^QP^dHP}Zt4wdsQmwav@7>Id_P>Uwu+0(`~w!9R58Ix`MbtW`Kl za@*_YSZ3$TNE6Pp|FKSchN0;G*=7w@S#P*aIdW~l!?wTguF3Tp`!CO3t>e)gf~Gx# zAOFN*?a5>>QwO|sF=6K*;C&VXo`0b-7gGId;95KNX;!q&QmScv+;7q*^Tm_i%7FfC z)apuK%ivxW%UTKzdH>>iA6F<|ytTwK`?}Oe4y{O$=3;ahu4LD@FBDRULqFq<*AsfN zWA$eur0Eq6+TEV_Km8c~rxYF&A(Vx09|65N8|#EHl0}zneX17O!J)D?;HPNQn`?S2 zmTc5??9m0pUNA{Ee(gmYySnbqG_al$xb+m(Yu8LV3ogF4>s+4Oh2LEL72$Pp%Cn=a zAH3i2sb+p4tl^zHRZ*bZ)w*j81t(VX*^b%SB!2`psbbv|c-Sr`lu;I()S@dy3E#Em zi(P;B^nxr`%VD??>s!t1RlADSx_8ZqY6!vDhI$3#x#aQ)shaS>KxC86=+j!)bg^PA--&TxA^aE{zohoZu%9{G;rGHK)2CjyEt|j@KnLN?}6qxv+4y zU>xoFNsv6n2Ym7fc@G|Z6daE4pD{}(!;__ehn0}%VHhUGD%t8Pmot_Je3-$vme!vf z_G4K*Tc+05tQ1+4o%5cYbr!YVrK-ZNN2_O$BXz=*?2rDps3Ao~%|ffRC$&@cbIZ-| zYy7TX0T&LCTV}1+uVkwDOGrunrQb zOqvsoj{5up0(B_yMT+Uv`ePLt{LY~=rw8gBw_|+tsHiXCG^69!7Iz}Wzb#M7i-pzs zdOWCD;ZOx!OnW@Xx7B#f_vNce&==G2@0zTn$S)X>bFSt~5gVdQIG&$F4?R z7n=<>Vw^Adx^GjbzaxtBC=75qFREQRuZDQsE2=i;SNJCg1fE_fQieYz93~&IX3Gw( zc!&<8`9g<&O3xhfOsLKEg7?EqSNQIJESXwdE&_}jzoqRjWM|ea-QkAJ>jqV{e_Oc} zBlFkPDX%I2Yz(9_Fwl<^VMVZTDSloT@HiR4YqpeZ%I2ozdud7r6o@?;dFsc%M}1ig z`A`{nt*!If3jdJIVoeT1887#PkPp7$l9$O& zex!^0Q4cGW>7M1WLThAX^oS6wwY^m>*J8cQtOYirNXW>hllkyaHQFy)_pVf4lm{|y z%I^x~Fey@c?N(cq(F|JIj9Nz3aQZz@vV^>OE{{ZGe=S+(x@@d9OxwJo`dtXiYXN3~ z(2-H)*(Z>VMO-@cx)|NTS!ta5adzY2Opo1>Op@KjhL=DU6bPu1?mqf!rQq}HI&gH2 zm3J1eBPCQTLZrNK5o9PXEc~k#tKp=-^Wqs5D(oMv`B}8*H$mn_e(8pt^~9QNpHE_Z zKMKgOjL+jUi1kU;-8USn>3;tPN=YY{7;N@oCsT~rN2AW8@uEenHQZ&97p543K%*~n-pHuNO)^Yt!!zOqw z?HDm+!5<##HX@dR5^I;D{>KooJ@kW^qSmilDD8r=SqICK%_wRL6N63WE~4oL1{{wE zT-e;f&J@a-_NW{#PSh|Pcd%H88ttzPKeCl!pQGsy_FOCoqO6W!_r@+)hw>Iz|?+vJH`3=ka0E`J0n`ls~RpY2YW? zMvy_7KjMr<*8xvYHZ;P!bCwwjrG?K$)xvf=TdcDrCMCsvQi+j}C>p>vl5^C}@_b(p z7HZEZChXq|k@kI7uktl}c^o?Nk%bDJ%4A;U47kLQcon`BwvRKFN$cCk8_~P-&W|V? z<=%N$un0nK;knW5j7J1E+0@L09$%Fa0{TZ>;ZRU7B)$AgfuJk9tKS^XdXTRf(Rcbe zU*ofDfB4-Mh*$)5N|M5KqfDdJHKgv!1an8h$q6QB6`5 zR7%TC^c*p1klR`7^=W$iu+`3&kmxyHQ8`(zQg& zS(vb;V2Qx#qG)z>yrE<>F&uMoRqLFS@wkqVx~z}FzKGK$)t0|4AXi4UW|2Um(M!x| zuRWe!$zdk-w1~}Qf5mohIvP>oX7@vu?m0dTX%b3z^qVzc>voX&Q2X3Pt5#3f&+9Lm zHv6hYJIye9b1)-DhRP`XvHi3xJR@9G!kj0t?00#S)_hs$`S)i|Kn?KB*(p|S_3?nP zziOK$r~%Naj;^)UMetM|#O{zvkMjdx=%m{sJffPZcA*MhmBrDSgg_gDXWgVdz(w6CFOY(KJy34Ru?_^sC+mt z4|vP#Tb@(r`{bpZXCa_u+8ewXodzA*)N(RxAFkkFgokK8JuQn|P;DeYKc|?O24{^3 z(!t?au1joz8KC53D;sU1AI5gDtPKNv*Td+LMgoV-R11|@XO>ouJ3*RhObWp_naH8Z zzIeTXv_F#yF=3nEd>Wh#QQq@CyoZBvQ9lV|;oEkS#wYqDrvjHZCbAc;AEix&p|DW* z3Qa78%UdGCeTFw422d7+ATSPM3Swvdez6(Q$(+-JQ_g*0_4)2IU$AQ}a z^^GY3zquFSPF6;i)}yR6S*+2UOWQ_Y2`BBf%cj@DQO^xr_Pz$@$03L9Hz|?v5&Ur$ z?b+n1PoSB1o==_m>P2S_G(M6N=q8-<$SEtYE$;TFEn#(kEH=3(KAFLApZ38^U+9bQ zh@ZxeeW&6df)jaVdK_RrmTMuI`i#ZTERv+N-IT81Uw30PzEa)VviJlo6x9zkG|Aoq zXLs6~3jsl-X8-tPB^}s_gm3jfgp^ndUgl;S;K+2&+8?c|JAA$3gi7F72P3=Jvlyj} zWn_I~F=Ar_ju0&oq**-{C%7!c+c(m>Ej@?s_qVJWU9qTUVgr|oHebh1o`~Mn?Y0NZBMfKRICn8_}U^buqK+<&N{P)HN}9lEIjH44*HE$1I$CkguS;QLlR5N$`4Q#$03GXsyk zJ{?wA>(r<-!kk=lTu^uY0v*PU6LPx#n+90?VUOzZm}S;IX^t1GT3$#lgo^l{QVV=J zOr^#^-^)k>Ic-<|{hnOd`rU3`vdh^%*=L7&$j(E#2I~g~I#S9&SC#|<_jDCYqR~(u zH9Bu;4;W+x<8j|wQg_2bk9z>g4iG)UTOOYt+Z3N}ifC859=9I4Q&wBDtcDJ5PL!tB zMRwk2ttAXz5pW^EY_PW5wl_G#DkJveQrHZUz~_pohiGXdYSB^=A*QD0CbBkrFqx$X zEDCRU+^!Nv&r(+bt4!@-43?De2NtyQESDh_6tm@m^-89Lv*LMKbRPxzWbSS>UG8oW zt$NE0njt_qMO7V=|64@#EqZ9lPmK?Pp2XJ25o;PoN5rb+68*ex&Uq9C z9h{uP^CVYH96xef^0#VLeRw`HVnIYyGy{T^J#I*~v^|*UP4D@gX;1lgQrhbL!je=2 z&ECm8%?ih*Q!oLDHc=y68C(=)U@`MxL@)9BhNoo9Q@)PBsFE#cFFM*Ok`Mx{wu~{= zz32cnR`zEv%r51Q}e;}8Xm8#|(5l3J4YEzyL*+CVbTTzI530=ZI1H3a83h z8rDvhnu!s<`2S@A%F|wL0#&P=OpHzkCGaonB;?HhwwStIuE7}gdqqEA{|mnSawW)k z?TO>(fg%Awh|EtFPDkI*_asnNomwCSlMk-Q$C7BPXOL1_dKxbp^}^FRUd;5^fF+vp zDQy~_An0B7m={^c7^fVCqzJ0D>#WwgOZQF0>>K5a4`GwD5i z*xF`DiILhO<>bGe%((k-XKcm3Z_KR7l65=&N#dDA7y+Yy(N{^9owQh!`S>RD@U5H} zs-7&Nd(#0px*SW=%UL;*VeQ*)0u1PRLao&Ty%u7j^b$RbGP~ua;LW%^?4$>`D4Gr) z0%o}%!_$xw?P|!pIF4O{j#Xn%=SqYQR+8;mf1c)Ft3%TW%AVnmTy;NW3U&f&&iew6 zgh$NSjYKdyHXG`H5Y_toJp`HF^{-F1GEioe>NJpo%yfAjwgTYPCqHXSX6R>`A6gtamQ}Qs5qSl34T! zl+wzwM~*yfv2sx_NS1{Ja*ei#r?k_mVO;2dka%zD0FE7?&}*XVw;0yJl&a)wG1D4zgehc`8IwuC+ip3%Fb^E!>KBn%7drZsOmFN1f zQaztbQr%jMF}qleq!J!goPkxuueBZiR0HYc#{e&;t~N2QQX^`**hdYH5~(uU-Izo+ zqPZFRyLNTNTh8kCql+gddo$#IwN+X(sd}jtU+BrD*!7U*ws}!8{X#2kG#Z`ltALF8?gPS4K27ZYP3z(-_JMcEL&?M1OUs;u z>eOllKl@RBq8FAtR!L8I4&L-WkrmC_wE1WPE<&5&K8k@6)Aru4!Hx4Ko|!1>K1_37 z688oDQMuq_XW#4E;pG|tZ?ZLk>al_ zc&0LYyxfEj(G6tUJ^=Q}Cyf!mum zR^!YqgOCXUu{>#zwjjhHVCxx9XJ4S#^Rx@z_h6<1yqbTNPgO_aT}h4kmVYxk#8cvg zLCuB~ruGIMq0|8T)^J^!aB%2~U~Fc~e}_>$&6v*e5nH%^eYN=65S|eM-PUJ!g32+S zcXX~gHBjQ)!^sv(8oP0vddVwJ&eE?!;tIWXmZpyO$ohisX;UMnm3TxFXd$^H20_Nb zIOjZsLB=5`wb4R1CsDJ6jkHaD1(yn@Qbu`X;{+N z#OqlD_&r9DuJp0)(k>K4mmBRZ2jRbx0XDS#h_ezIVv3P+dA!(QKk})IL^~INz%H(? z;y_?S$M6ItWrjlDq!3=Kox3xRuMX2#)-HmoTsL3Cq%0>qz5{Q-1+>lL3g;Mkx8|RP z)ui_n8r%aM>aBB6Z?D~3-u_Ly15R#+Hw+!x8D=0|>9D@L`_AwBwDyMnT)jvk6%t>v zhw(DE@MBj>Co?s^O=fg|cHzfQezc5_kE~GAIiGL;&-{5kR zs(LBrVIMplV((A&gLLqF=LapJ-n#YFMIm0G+`5D=eW ziY?TIalHNd&7T}|tznM&_il0Uw-F@b5jQ1ad$$VZT3}S z3J`FG(1?gf1LJ{@f*7~A;l&pEx5QOq;mj`E13ciI1QZ}Yi1_x6TkJi!LJDSpIT+9C z$A0;9cs`|Kmgm}H&(Y6K3E}8c(!Cw?o>;%vo{F{lTyOv{ zCT>#U4VYPwq(eX~tAPaK8KpNG*%RX^CuT|>v6pXexL=4SUxZdb0s7s9Fa=v54EdSy zKarTTEeq2s(_Dpa2+)`0d7m*6^4BzM&-D}Z0J5j!^aqOTdIz1wPzoB@1;T*Xt}hf9 zgVgM=y~74BaRy>kD0T?D^cOtPlVH+>zI~p>?2N5sbe!%KJ?;r`V`}8as)g9+580By z({$pKCi7tB?b*+9P|-sT4haFCm-3)Wfw@q>B=7XmPuu`rJg7UO+H9k%^)O)2O#&aH z%v;+*)!0ry&z4&IGFR>g?Ulf5BY1!~f#W)W{#Ca4+tKGv=(dK~&+$O#1ZGMP0?z9CCd4I*sk2RK+C4Hh_6S$$!k2YlE+l7+`{xYubI9WWa2ka?d2jqjGupGJfUT zI46#P=kFM&m9Mr2&;Ge-A0K598rUD#pIzaeOM;uCm$kY5P&i!r@)YlrK*7VY(T(df zzjOn5G-el*e$&H0q9e;H_$)e<8>tAugW>q>%v}6zMj^!om__sg3rSa??a`dF{~0~) zh`ieVwCCbL1(;{Q1kCja@B3`F!UYfv6z!Y5eCL zGcsW4Uc&(^;2yB~Cemp0zCM~qlU9UGmAh}e|A8(i9^~A)#_2fYhvbho=M_$+e8|Vd zgigR_knmt*hAl#`EoO)ejzvop^mLl3GJKC`p>#x#&);*Ya&%|W<3|ePlJF2IF=C?B z6pM_EG}U@kvevrqEtj(rb5~cUTlesd;til8i@d!GCOh~8gdDz50N4&!SzB7B;wZ`| zzhrFt1q39AKf#F^wp{cSq0G4o@FXN8kK!qC9G(=gGXEz)`gcjN8BvG0izN<-A6xFW zA*dlk)UwH;`0Pd_=zMDBMkU}#ld>QQ>9d3T&SNs55r73f*5cZIU#S`xi%)`y4Fyu8(n6de_c?Zj8lZBoTesNVH%6RU z$t5qL_&8L&OwaI%<2u;IuWocN-GAP^6>2&QbqxD|*n7*csJb?Ol%XZ1y9I_WK_rKi zX6O`f?Kxq)91;L>tr4f+sR6dybWIt@zbD3sKJd#KpvzLEX2s<<7Nkk+uR&UB}cA*&@!pT!i7`-C1*nt_?&EVZqQT^bST1 zKKvdNwK+Nn9-JN2lh5EmU7 zw|m6zau?q`>t>LRVCRSU2?;ed z=N-D+rSlmH1JrAHfd*X?r=AMMr_R&c718zYb0)L|%$IPTb-$!nsNYebqobpuK6{Lp z=V$x5rVp%0tfpsX+oYm1@71hEFXGr|pjHZ0V&6Fr-dzY}6lB(J@n>geKiV8c1MJC( zPdxj_o*-zckp45mmwO=cFD0GRvt}d4A!|Stdm6}Ln>G2g9~JLEA{)QR#o4BHe#4s4 zeDD74)i*;>L657eR<#be%U_+{hXlyprY~6-}{p87)NIRtYInaq5s~v5*0io zBm|g7g|@Z9lFFB3F4Uc}4SzBxjKuPVa3KeA&dL|UbFnn5fm6%T?t*!0-QZ~t*$6Ji z-;MNwkr|6LK-8w?kusFg2KH9sg&^qfMHJU^A%_>s5=NqLufd07DiJ_tGPSMfV~Bps z=JWRU4ww;J0LdczzYinNK2oIne`6wp1NY#{z-wRYFFT0J>M$k%K2_fArf4S{VaG6Q z^^c~qB4-k0#sT?*LL@Qkk;A2bxhW)5`=3`&$C6_P?|;KmfW5dp;kh{a*?F{2`<*V? zDJk)lzCV#EBtUm@_wl1j0LlChA1RJ_PtptHsq8<~q!E#4N%Fr(Knk%r-T46mogC;D zjyhRTC~tP%j>rIG*>WX~Z0$VJ;MP`{&$$wH81|`Svl_@W~#Ywv7W`R zLJXh%RWgvgpn$h8vP}CEcU9L8fCdoKOIX}26l!6RawO0gRexuGMBukNa%6uShHs9hK~!GTIDwcOvJA0Vpo-xvzcNB3R_gV&Dn z1x5`7Zq}TTFZ((o0#V`=@bnju31OSlWEn_-pT6{hjZGKA zSDp{5-E@vqWw9XBb$H7AH(V-G@V#jVx$G+Anc!1%a8COi)Z-s+8e9X1{X#I;huaRj zhEoao0`q~!nrRV+mt05>jC7G>8?Rdz8<4|JP5b|o*W9N1Ag>vDvIo%G;7IiJ(*Jy? z9@QZqY>oMVw9H6RUTO7Mt641Wp>m1W#)`dJaESqf)m%M3b-B>Jzqvw_HkC9QR#J>K zS_`V=?Ljh&_WlB!0b?=_*aUgaTY!Zydyd*$*))Mp$z<`hR4-Yfj3(@Syp0}2AZfF|(RA+H49}BqC34!8rm*A*FPULNtCR}M-6x$C` zaAfb8%B{W~(M;|d4H!`oNCJ}z3!ycxKd4D*!NFwj{tqFB7_N9T9B`b4pkZ>`9>e>X z3nTyLtW#a-`66tfE}MyM9`}`V1Q1Qov9LOOd$E8)!|-0ffov>QAi6)q6cUP~Ln&bS&60I8faS%PA z^N$vh*Elp>{S+fdA8iO~Xwkf{iTa+-9!LXICnn11YK%Z1;sa`?Y|_3Z-m`{Zv2 z7N9Py7@W9JRJQpR+r))ReOx1F7sgBE-JDTs2IwLKLp$N$74_-ffn1aFHp$cCvbyku z^;7;hFZC@14@pwuX^YM6;dz7t)q64+A?s@)}_?kv0iUbjRK&=C8i zhbyx*R7ovGCDl|0{d-ZcD*nCbCJPc>k!mqO^qO*6FOBKIq=zXL!D8^Gd`15Ar-nK1$wZ!Kym@6x;yyIt6rWI3CUsJg3UlkBJs|PJv|6n{h2X!h~ zGI$wvIg<9vyQ`D>WI{Ct@p`ad02Sco*)lkyX+0{?3FrTZ?3-w=ZR&YW}s(cnYj)np<$iOV{5_ZY_e^EnB*2>LW zD+1T_xA&zH3MF>guqVBEL6814-cVjVrF!)jXMK8tGsR;6;^OT5UU@2~4l2*A@RKPq z>&n#Dz~eFe`um$9-A;D7E(Ix6pEMt1BqhFAA6-kpryW{$uhzP&hEMYOg{zNE@S8fJ zT$4Z8L!5^+X1syI?e9~a?~>WIl|pq?Zqz(QC|c5yKQK(D-}Wp$U&*twn|@+D(q-O) z-ucZ7M@?P5!g0dT(8O*4nXKex4CYlL^{iwW!F(;W%r#Dgk%tcbe*kL%pH?f|mx#b&LtTQ+<1B8ODpHom14gEg18nME2rAKS8sS! z*1iL8q)?5_KOJBv*F8Btat=Q~3;-Muh=GAQ?L$xHpTgi9I#YPQEiPKTopTe2+9htFSzo%!LT)~g}c`dG|GEUKli1X6Q zltq=BJT=bvab{FW^?H=H}Sm{X4;_Y>Y>aE59o1yLwgt`>s2Bg5@81 zzblh1xX(7_2sg$kPVmXRmFoJkLYZ0d_ujbR>6UA3W|pANp_%Fj?uY9vfc!}dWLFND z08=3N`R`xAkBA==DjgJ-tDN|YKN71&){Z7)$lc2+Z0Ie|8bZ+Bf*q8LGM_P}i3VQb z0QGt-b93*rixb%oYUC=ZmkU9si_3zf&3<+5XZuZ=cLR4}}9|0Q8)efZ?#8pC52+qX2oZB_K-ug9Du_ed5lYWRSm%&K^+q zwmOj1T(HKTlymkbEHd$Z?2^|k9)?i&6X!^%f9!q44UN_6r?XI6a*v_zXiL5Iq{uFY znLz2nD+=pZFErJR-r>|vkg<%1kS>`V6YffJpvRj`?I7(6Apf>qJKEY%hTpfyFO<#O z?~Gx~{rSbWAQW5s>{?@cuBwG~9pLC0QIzFnbO}#gr7g-d=o&u-o0Mx*)Fw(+KpRuc zbgV-oA|t!czol06yNQ2&|GBH>OZjXC+Xcb%M@53&Grol!zJ>ZCQyB0iZS4xA;j3|56H0T@J1(#)b^dij?c>8)%O@P2>zPif|&6DdL1hzK-e{_we#q zyVB!c;Ac3;U0Xrq!2I>zQ$>^G!`?7A=mpx!_fR1h7mO^N_i*`){X?~yN*`aBnONi*wo_r zLjME+VfI^E{WEHP&F7Kca(JWH(ld1dHZE2I`MUR1X}IqftL|;E;-V`+Xt*9#P$sEE z*wSuRy*+A|G_(wF2GDK8+D;soD(+tdNanNB2lmnuwhl7d7}UCpgcW~s>Et~-VtDC- zHI;M1(0a-!G0tmVPrh}Pn&YfsCz6zd738~^C1@*hvU?S7WQ9$?^CPeik#GEQAg#fN zIojwh8WbIyi{fK<&RedL_2HCT3SY=exeD(~8414wRMp9^Z%k0eF_H@6-gnM^qi9`T zzGVV{l8ndpg3g)W@ROLgVy5&uxjS>{qHd`3mgP4K^*%c|VHX7QSxpV_js{AgLz;K@ zv;9YsoAmbed|}-(eX}yXWNI=2ul;-0U)I}d*xF_)d}*p|hNEa3sVJWu#HQsq@K?{e;~L(iN2jXDj8(p@ z8ph+}qqy%${twKYcy$`?B(uh~;pvXWtKkr3`s^q@sUEin) zSUvYdT+%}THuw##(vRj#yu%H*9$;KEz4y^%D!8tWMkO_+8Hq42FIyC zE}0S@%hELtLU@hd!-}0@dTSR66Ga-C^V6+CQb6siGf?xrKqIbJj7bD3D*0S1w;fdU=z zCW3>?!r_K$Ty$^qLaHqu7oFYg7?G$bR<(TkVBrDvmW`=6Xt?vsCfX*2;-Ze3>yFLZ z&mcKW4qYZ+bp@);dsAkuzR`aq!?GSH;1>K%bC38d(mq?z`YnF=fGy~H z_5!N)J<>=GeXA$jn?V3sK=^Jj zHKE+#G0aH9j_m5e@1CewTuON@milylPceFF|ET<}b!N>L)4M_sVzY;|6V6Wa`qOPP z`2EIYxeX=J)Qv^rOfS*an*fXzqNjs5#Be*V3!fU#u09(MH zrpKpYdseC1bl>v}GsVYu>mKzphM3SK=K8a2Ztk*I#;qMoeWbgCI5x8^cZrJor@m5$ z(oNV*CeXCA**~8oPu|Y;sFkTcPSPY8f zkY?7Lba1VLJLGWxC#IX5!HJnJCKO!`P!#3X2J%O$Y+NSYwkGAyt{!5Wd{VQ~r-#r2 zlezw$T*ck8wKQQ)nI3k9`0Q<(r_`4l z!*F0lSv}rriK6f}jcADo4_bJKBXk0T)P|AhLI_Vl0Ej<5)Iohv-sJ?p|KM1Q0*<~p zm@XMD5h$0&!YLSKl7Gf--#|LU!D0b+Y-mho1;=$@TAv<$mj&Qd6U=O6UJ3h4AjTID7hFi{4|7%fwKxf_aG;= zi69QAHI(Vu;A!dD4x(y8m5p8WY$s>v=%$eK?5B%tunFozTPJLJAospxvhdg4*Z|>L zG&njX@+_s&>JmDkRq@HR@dO1}@1kLR@5Ks_rMc-TdtCjNH6)!G_TqF$=<{>BXy0Q_ z&|co*zg(ceAdQyewMNHRO^J~=HKoO^FPNg>r6o{R^}^Oq2lP5nCd%o=W&pgU(HwK&PWQbkz zo5EA~>_U`sptEjqg?G-d5nwIQSOGl*QKRl`^K7VXEE5;rvHBboZ8|Aju=VI?KFfrP zG?C<#^99HxX|V$FJNjf+Jbumv*)QY^8`n6507I3w z0b~7RV|zU zwAOSyGvnj~FB1FGZK8z=^W5j2r1;HC$~EEOhS}tDQ^lY4mMClcopyUq>0)>#zuz*{ z4#MdNzJ79UPeh1u1uMLYT^`nTe)(hWQA6V;@#;Qom$7R#!;>N6 z%tHl>z=l`C`s3Hr`cok}+|dSCcxLwtfO5$b$qqT+iQ;^{o*L{jgZ;-vpv)ZQ`lF`` z#Xkg>Y1)hkIdUu|bx4AUsUY}%y3|RrwkN0m1_);i-nyIrBx_O=Uz)h(76Cljd z?k)rcmu%Uue^;1HDJ-;09dYbYN7`hk6cLkiAufZ}jZ1d0JZi18wMv`353k->%I7$&RCh0ax15E77l9JOjt=j`?=-r1laWLW)`q%Y7Z4(o6GC zAGNx3Mwr}Ww;uiF#a1A4ZD_aEf|e#97`2Hs_}@uhYg~=)nRSPfkyxnr};7&4J`3prxf18R`_7spN~vA!!kWWcz3j#c>$p5#q+ zPd1?~rS3hv+!eie!kGK={hb6unTPr-Fnum%Bk}Wo(#Ih6tqQnL(B-v~!&OXI*INQ- z!Q}mY&^M>rE%FQk#CXcjsG96|YS2j`ikp!4bI869rmj$Kb1BZ?=rm?nc5^IEooUfM zYbv4yv|A|=^$dc9-i%Vy2AZQrpn_}B7e8Y^S1$%V7Q8NVF<}5=qu~wVcMjQ7!;F+> zt}c$TFrmezk1U7bnSTHzM~lPi5~#cwUY~FK<{^?$Lai5?-nL-OhD>IrBLUGOMT-`zWM^9XBulR<)$HH1W43gY zNGX;2IfQf%Te|~vmhM?*{-X)zP{diL$*E9uKX6w!R8wAVd!ZLEQ~u5HXffy<94p>d zHcDhlcU5uFZi+Xv;)X>DP2IalMQXNF@PMZXW_k?L7WDflsr zVZX8||G32nnX8Td%)$4fYn;7zcam*@iM=7T1Q%NLWtp{9<}n4|FTQbkCJN5tXR?qr zT^5D28&r%yI~^TNC>CLs%{~jdc4P)<1P>%}bj;N(nbxOLa-S;&v-<=4cHzW~_KCI0;pdkDwVvPde znLZ$Ze+CC54Ewqfs7;YS(jHK>y^}q#FRWo)6{ORoqP%sBO=Y@|c}8S~s64eUGoko{ zofu@|%hwfebD4A0IZoOhEjEBlxW>{;*bW-4`QEDtMT8xJkVd9$sSMCO#|CU{4C zjy8A6;vyQOFYdEb7}kv{1?^3Jv`Oz1#h*&6wJ~ylEcQ>OSo)cY(OjJcsqv}`b!yI6 z9u}~i3eV^dGL3j%eP_Qz??^T-L$pklQkoe{{VcFxl(b6Wm|^+rGQ%d#wagAnnxFoa z%DTA}mgOqaW9T}HTU1vrv?bZw>*ve%pkuj(_GUxl$06Cx;(x++7bESz6@@}!L{S=w zuO3-`t>WlQd3?f8A)R^f534t?umJ<6MLLuPXcKE0>(wg1QK1}z%gNd>qUDG`Gk)?8 zVwOxVP0m%m4%Nn)o`c|V=t?xjUW<^e{^;)-ynial0$KqY6S%gakNvLgVuPg9o}}qe z0s@vSERATMqXL;!8EXsKuV%38$S-Fz)L#+@Oy{o9ayEPKc5-XAhB1EZbM6VQy<+>* zpLd|Lh==(8ZJtE6z}9l(H|n{IxKMkdbQ(Ys>);|gXt;{zVl*dL7>NS9e@-LDEe z4udJbt@l|AG|dySdV1^1;HJ1Xzla6nS7N6uMUVmCA(?O2Xn=X z;A}D@;|2NT@Tv0NU2uE#BQ0alIfbjc_@|LMv7jcq>>JO-Io+GBv@U9^mra=zZ5~UR z)`XjS?ocyC)>-weySyZU_&5{{PCzQ~H;EpC8Kox~cgm3a(Hb?`K42=Hxy_+DnK*Hu zWQ3xI(ox~T$qV;cK4b&l1RiGKA8ecUGtxTZ);^~8p$M53_lwPk_wDs5G+3jSFOoCB z6E%+1)-bGcCD`6}ncy9V!eA+-1h>3?&y6qrzk=Z|$po&v+f13(E?niox0ImZ{Rp-OPH~*qSln8_i2ojqCjp+ z+2AwNwWJZjv=dHQsj}~OgT*@j9`UN}6*!!y@4-z9-T$E1Y69WHW{tN^*zN>7QrzYD z%v&8EA5o3qHyre7`)TJ=Ch%-MXDf`-NS>1m3cKyV+^GuF;vO7O*s8F*gkTD;7OyT% zB-$K*cE6}2)*v`HuAN z=ir~;uxL)CB7-!vAqrP>d#4LLsdssGq0+bJrT{`Nt7cDe^Jgvf{gb^#g0Qvl$1vrH2aRlHp@M5)>cmWGwaG(F0A^k8)$80iI(NoCqHqS*tknxKqfAqQ z!sHd!V%wm%_MMMNUc3;)a8`uHmiXK;^*TaAWACxm)=4k(K5%%aD~R`a{`D+Z|1=95 z`KHe}-6g$k+w5C&%SXo+56`7OhF3z?)Jt@`%^eNzK=%h(MOa8TB4Y2VrUn`iT;5-U zpUBTN9J(i{Vn+M1KA@0)MLH_P-0^Z+`A>H=rS3;#m9V_;wOse0(Nzy~eKf9`4Z5z; zP>-+AITjE17Z)$+-P`45lBia2(jG_=#4&rHCL?)fEck zxU(%&=}S_9;!8AQ0vlCrtjZ$guS1xjM!8@9QDpOf!5eMrc^1yue#Y0{Ror>CV=lSaOI9D4YXa19xN)ICEkBH?R7kLDvTah|p0tpkt-Q+-G z54iE#_B1*1x_d-)r#QAlm$Lj9)4aZ5knq{2TxL3#QitGVabTrCb>*Emdx?q%{pEHa zlk~WbNY$PN{3J3KUy6w_W(0GCD7c@9uSLbyWv-dlFmPh!#ynb%7rZRSZD~%TB6uE8 zBQ`limHCyYeRj4O1#n7CQXmS~E?vamBfw9w_wSX+1V1Gov4Ro#F-Fp@KA3wRRxQV^ z@4q*67uNMIQEQ{h;yhN(y$UPE09&Sc4v+ok74`R{-&FANg{Ip@SLFNZo~4MskGG{hD#tspBw z@X=U9SsEe>Smm2AYhh^oS5#l{B6zzXgu>o=B#$*@n)kbFiw+JxP1*Q;%nTmIpA=j0 zNt()6BH$-W7W{rkIAbOTC43nX)R3x$nOu}F+c2yw*6QWkD0w?e@BS~d1b2en!Nvw{ z%I3wjWD;Bo0u?)q`7G3*p#DY_swqW<1whtkmzM>@a%xRn-U*s`JqXKX)vj+G@x~C$ zr161$F`P|R*hdH}8ylv2`u#VtmCv?(fQQttk|%~H8F#Vq{9o<-uxp#0r2#D>1BFaV zI3-+npSkMp1*rvW)UL65l9XQ$d|qK(?g$x?mGsc-A_ov=Kj_D9=(PPp-56fzs(2Eu z)fyOZc5z|cERlnP2gQRH`w$sn2jK7nPu3qsPB>|t$aRF^lMZxRv8UK_VKuTpKHI2& zq#iCnOkj|6PltUp0lHVa^Y-6siY5j-5eZL8+#^ys&D6V0c!ku1+AQFPn159R{jO5;R{DGuvW`6EAKE$! zW^#~dTtH+&V^QROGkm=>H82Jh@AA)HyESu5#Lb$rWB+X}h)=c|1W`%7dZHy*TS~ zzoRqD>hja?VxF~=-?Knq)8DA2$|f36M-)ASNa;!8xoz=GxE}kAZk7lbn&1=~B25NmpoSHU0I!E!)g`_69;)R8x6<$f-kKl(7FSWHr>oDKuDY%aX2iT*AC>KZ1gWMWE{@bHg(Oyrit- ziG!k9%v-h#P3rJeQhB-Mq6-RW-o2yMH76v8U!pE8y}`!8>FEq-I@ksNrB8O}zg1ZR zX(8FI$&YL6F^&?qYkvI9tV&Ic2yO-2KRoON78xTgeyZaRhU)A*?T*^8X4L8yqgSn( z<{bv+0infuCB=2feHFI#yj$BnppVuCK>xy8w&dCjsKBu%wO!tMpm6;qBow0XWtV-> zb_Ep#(V*+&)GNj$aW{>a^le;aW40rafP9*3d7fNz&1-*&~~VBzJpCi za5T|#x$DkcgIDh!J13`#*Re%#E&Jm7dKfAOPM@@8P$KxRT+pPudsBAu_p5&ILI>?S zZ@((U4;-MU>)aTO{VxQl>$FeZ-a4NhTTDFVb>IDpHgx6-$&$cHY2E+*y|(15f?)v8 z<|D-IV5Qx}or=XEwU|j@`auHGK2~BA-g8#3@OWaT5=L5K6HGD6$L})deYSCcf7>4f zK4_oTepR`WBHNt6tBMD``hY}CppR3-(ffeeK_##gb6`oK`;!;ILJCbAcGUOh$2ejJ zxaVivpyg_(@h;UbD}w&Z_DuCw{zWM}1{CFX9H9%?q!sB1fS7&h!c@*%A9ufX$4W5L&+}fxvKQgHVX>_isXabuG)a+ z{nC%c=;QQobbV{IXNuQGVP@^kKP67&pT;JhGg6(Ygqg|{X3o;auW05HxL?2Gb(39O6z6afW@jSvS8YyCSV7Xg<>UM0Bp97w1kpx}u5os^pL-sk6!_oFqu=COp- za5ARgkq^F)G9#|MDoS%>{zRQE_Gg{tcBBiO>Ms5GDNSL2-4u zBiN+1tV$}>NRcQQV3b>6%jHKJp5m{5d&UDI(AK)$8VBt5VyMc0|7*|WC8|CN2w~Kc z3~GP>ofQ5N<@VikG}j;>Iswtixi!{E?%%H}`g;Q(T7)FtquPRx3DB^*$^Y}Q3aY>J zoAKhU5z%ijIrimW3@!ip7|a(0T7G2Ssd&$&4x1A6$d;t;-96kcy&i!>OWWjSmm{dE&jjv@!{`%q+NX7^T$cMy@Yd8 z6VX4HXtVu0GtTQawhA@u;P#tEtRnyY*iSGW9f*YaUCLd}U~6!jXP$p&6HMFQ=i3Ru zY2|`i2!pYfj2^cCJKBlA-&J_BX5H>=4pW7!0bUqT=u8UQnQwMFbDMQzos38Q`S+a! zUPXh_3Q?pop*Upmz%}#8&q8eB9MF94N^`j`w8R4166GIx1%>>>#20=zlzj03O51t* z7@*?epPY@XzrLF}qcL3kyV2q{+4`enB#@8D!iX3IZ^Pa8d~?PZB?yio?A8VGE<-vH z*tQ5Rc)LrqZ1?KSh$+x^4~dvW=QJpb0b5fJ5UeSNirqd`PBVFO+4rc9girtlPGS)4 za#QeH?+gMFgS>dX43^B%t!ghn+~Am5Aq;sTGUJzI2t!{Mso2Aw(U z(Lkd?i9Y`I#qrBc8?8eS9Td*JmN!RptI~k;q8u>31~;R>`t^6D#0v@FGnkuR(pL3T zjggxhwY_}_n}DFR{bkTf-Gau_`C+|T3!8d6QuDo(KE)G|XIEaR_MvVXz`j6i)`#AP znI(!b7(6!&n-7Veq+A&4cJohTePA0`1zSE{`?><`zn!1 zF02oCA>e^D$Q^=<^%fpnD>j9o>XX(7-4x+*I8E&&=idhNi<946;g5~CEN;JZvaxqV z8^sYHnzLaI>_)0WF$0btswBOL`=|is7``~N+go9~9|v|GMJc_j4y0kFB{{duKpe4T z2?(~2U@#Pa|6ibnLhbHpsi{2RDIxa}HRplN{<8VrrdGs6>+auxauLws`4a|C zqkQ1{ZoFKp97pWfG52MP1sMlYBY3~FfMxN*1sv4r%mdH!i*X)$EX&{OZIW@4c7wb` zPfvtA47G^t?vnM+91j2lRq6e6Y3)mbLou8@BbW;W9OGyK>8ux6#V$TRc#KEobnQ{^ zptz0?MS29g@?iB-$Iwes>lN#2DY)FyDS`7PvjHz5s1(pOc=;9Pm~x|I3^BQbUMn6| z6}DwrRBg-O(GTtO9@3L4CEunhZ&)7j1HNp%-LvipH%vx@EZU-C3cef^j3M^_M6R-J zVVeQc!ylsf-oJh{K5(6HiX6=ifal|EyvqwtNG;a2xV{K51jpZre=e_k@v+_Vrwq6O z8-Qt_ZV3>l7Ab#ui@49eWB3TiUe==9TY7PEK9^GbIX9Fn&x(0@f2gsP+?|GF1$I89nG^}ibpFqFGj zJb8ig__Ee+Pz!;|Nn9TwbT?4$!@xCMo-nNT_2#DieWyt^slY>9X;E>z3Vp3JQ=GiU zwqa?8o*V^n#*UEbxW0tHi52U@1F2}#JLq7kVyiJX_9GAyXNPDovOPW5NsLx%S*$MBpLAc3-J-B;~J0Ori~h&3>hHA0TsCi0axF%q~1>WG@R9 zW3=lr@S!Aou*wBW3O=MZajv`aec8qz=(kYc37o~0&@Kx%KP@auJ@m)9cNZiGQ@HJj zoU#)O2WLYNFT-e3^>Pt!F>2`HS8flj799-6`^jQkLf@~bRU~fn6lHMX1fko&vee4s zXU~(b>e$Y6;-}8@`$KZrZRdq4YEGlN@GwaeuYF`>L9~3<3;+nf90^l;!ftbidJiLE zoHQfY7Gy2lX-$p@%-T2AugSSPheUGE8sX?B56oXLq4Jki}Y~_ zFUdX;z36JU{Ae_A%^FqTBKryNowl98Qz__U3};qk1k>YCQ}tas0nF1Ud6H$}55bL4 z@?<3@pa2so*_3NBv?!bA^ZRtTo29#voYs~$(yufjb@q@pD?re2U^2i2Cg|SvwQ%ELKj2- zqtjXMW-0tJrKme+3LitXVr=o--!1DcL}*bB3g4bfVpj9@*qbL=SMpqsk7j+`wGckig~mh_&Ft6t)a zcLyoT+UGMbJ+8mwpF>(TI@32tYGZAswll<$S5-EIzBRjX4hsPx4w|JrR!P&R zT;6Xw8C6*;h7Q>5JETq)PF1i8T3_)YIj4pmOOd^=aj`r)jh@%EhAE%pE4jdo8c!&m zZtm#~5TaDretEFBe@+=r_`W@y;d#J{Fz|*+Vc2GnCJ2rjR@(ml>|XmhuuhOG(SNr8 zvj9JyC*zW4myDP=Z0ASspjQen9h&zk_noi6RhH+2#^XqrS=(IGhErny-*M6!*^03{ z0Cpn*#IBunCBF$Foo7$5!tgUfZ3cUgjuT^55^q*d*Y?K3Ia@V{>Yq za&xKMyhpmw!h)q~0UsthXzJmiZWC(6>X7ZM^y}TN4?2ageWiW*;iFVoW@aRfP~MsK zVV1>L1oLxV24Nowk5#9I zvnwTTVePD5Z0FBFWu;aeO=ZBf2p{?=?oTWl)*nF$AmD~WBeESDU}ycybDQAxq)PP}6$E(%i_1`_XUlJ0%9YZ5^Sxd*>TGBy)D7Iq&&h=W_0K4rb`` zP*HQAmnJRb)eBL=W0I?eUf@AfJl1ufjNaDd;zH4Mj@=rylM-VGe059o?V54`7o;p2bdtaprv6q4 zX(|?kA?c5abUxP>tvKaRDSOZ5CvPS_Pby+*X=XY4ZY@pJ*EhtB63kLSfs-T>nz;H! zSo+>UJ{|cDABort1;(vbuP;gYG2%W7md4cj``V}q?IAA!5(^GA9R##;IV7PfaRV8~ z$Lgnz{^uWPcSwneqb5pPW!^BmvHF#KG$BM937K!tU(*4jRBKVqbN8T=Z9OWD<PLC`8{7Kn*FO3r-9S4dapbM21kiix0XFgR06YOi6EKf|CCiQGoW~ZwsTy)OPC=2n zn7(6Kp4ci!>v8^;C5e^)ps`6_`IIv0IHLV$!Rt*eC~9(5zN=DEVGJu;l+XPB%EoBZ zxdmV-6Lf}q2fyqL>eO3V$rAU*|7eUaw>$rFX=}^sZ0v)2Yv-_AHXcvT10{4KzH*6! zE$>~-_Fg+uP}hi3PQ+xC3#)&hnv-h3HsAu%bFSBP;&D-A(YdOrAAl!#BvU*`_EMsz z<4PytAaJ3znQlB4jUwlXkP0vc6$?$`S9JjM6HygGPczEGI>1wHKFZSQ^1}e=nHb3EDdXNizHS)HKRJ#{@_lG7WI(yi#H)A z>7mhq2B}Xjg4!3(rtvNUh@`M_+MRRekNPQ5RM%J-qYb=N62C98$vjw9=_#MHWXkf@ zrYj5UwP*d*0nVEP3Gn89*{U09tmacm3SVB=A{&% zpUiVa735>FvXQ5GatN)Pc?rBqSfxMn$bvR>RiwR4`QAAOQJ~5pBR$eR$*~^J67J8D z4!FRh6MwCkB{3u5cft=`N?F7%Fj~$m3FswpQkvP{2do1YOe_CU1;BK%-ggkZYtPanM0X*XCg+7f_9B^r47oAT<~JJ)NYCr!{M9*y>$*niCseL%Qd392yzWRK8#N2xG*MS3HL`JpWCNiARZ|si}GNYXTQ27bQNi0Zy|% z2dj5_)TmI)Wp84=L_S-VXQoXem^;F;nbZ$@EaomF4c0Eq(y9S1BW*RmhVGWT6Td&9_aUZrYfxbW#Uk`rI#&shlTe38c zZ_JZ`M}sJWFLr!Z``+@*Y(ydw#wF#cd_OTD?g%}~)w^8h5Xs#X{Xj`DAgP<#Q2GJ^sc`?)4aSS%HzpM~~kwr@pvPpaB;>}15*bgExt@Gi$eNk3h$2?VExiJf;@sn z1erHJXTLZ)C(n4G`6yG2ff6;U+6&YF=2}$F;;tksvs%P_>ieK9rk9=4H*<=O&&~U` z*wi-d&ZsUfciBg>JE3?qlQSb*B+|&d`^r-Md)at4Kwq(UZz=Q5{sP8>orNIoEzXc{ zO)psD&leuLu3zng7L&%8nuTZx>+i58G>jNxIBJv@d%=n_8JGU6_wU~?-C1t!#){Ku z{*F{^=5z@31e;Pi3j0ufIwTXPr47k^^F>Gthn(Ij-0{*hew1ERo848rsS={_j)sbe zL$0&5AD3}G)B4ywRg%IIs^37U!fqI>LPad%*Ke&`o;hNhcq8I3>8TR3_=Ys=0CK&t zFiExkEW*9gm}F_6MJ$Q)@yM z?bExRO}@{L6mr*(6KQ+MZ?b@y&)IrO(b+<6Mq0Hqjzskf#(QT}VMp{B26fzN{8nlq zW*=5NdO(5LdiYzNmEH2L5XI`<1{DVV_&7_L@{hVCVz{>Vv+v~qGh*2I{Ns}1KvOM< z745_2I#Gm5>aZ7Nxc9|2nZjMxJOV?L$>c^(lW4#x3-;EIIm{nlY9&gIpmN%nhcfr8 zP5VB(N68so=^?u10+|k>4yuah>1%2E{4B-w}M6~g(Q7W0h8N2EnFXs#0xCF&zd1i)+%w4 zlzw_u zCE)H8f@md@WYrTxHC=5-`1!;suDDi8$?JTK8vZpjVgYF@yXMR%(CR#Qx9lu@tn)x) z-C){~RW`6c36V3Wdi470&lbe_+JT+mw|GcJg*z2vOV$aQO44hZ4rW=Uo3hS%dtzxH z^!b+X*sZ`Y!>ZG(ndm!Zev-(0wc(MK*^lN#8RJHz3duJLB zW&8K>$k?;Z*dpR4GsZI7R19NJlzmqiq#F^k4jH#~Mz)ZBO{MH>wkV8cBoyJc6vmP@ zJK3I7-T&ix{;!|6_q?3rnCqH3&$-U?x_;l!@B2l*M@g?d6pRFk_VN`&=yp&dY~Q2N+$!AH|Md#b*lZP#;6+# zesZ2dZ2S9$5aQ|5CiF1_j4ZNC0k^5fKRC88&pc|Qh1m;`V};HfWw13F7cV|%J~dJ? zn{U~t<)6*HuAsUSoXm7S;HPy&X6z1hK0a8lc_59N$P@jg@!29sSeZ|>scN`J`f+iC zhH*~yTU!+0+~=39t#mP^$EH)B}N`q_0uHmc*1M|CgN=iGUnWeCu+N1kbPmoDD6Ez7TTEkaR1$@ zb2*KVV4G6HIDyF?Blh^oubWa5vvKLW3$DXRtTV<8<&mPduJM6g_lv}O`vzg10}@C1 zOAE|WrtNs_uv=?M`)`++CG*EJ8na~$rk>s%E9{i5W# zF}djjXKipdt-{~;gO&BFKT@*&@uwU%==#m8VEkvyNm_^`8I^|CT5Pdqd$d*Ogz+sQ#&-=It0&kt~1gR{#InN33(SsP)@O$aH~AyHFo40_*Xv- zj9oZWfhEkl6C1WGvO1j5&FCPVA~Nd=N5fZJ)bu}K1!Ea(UraR*YbDn^GrG?nxI)q> zVLoQ{bZWe0(R2G^-i8H6BviY4dVFeWT&mM!pTzrzFeh4A-)E$szm?+XsO7hX5spN0 z(NP}Mt2Wf7Y=1W?CgahF5jinQ4Tf!=#aFxic^0PEvU%h*?-(klgaa`V@|dSj?IUl> z>`g8mMCW*)Qz+-T;k8Cl`;c12 zMaPofJU?L7rMWc;&X#vkwmq-y(u5r?3|cDjK>Q>T61z*!n6GKQI!RiS&B1aMI#d_3 zA$_Wro~+q9+Adf}3&2(jZ+i2~?3vSsw26!|snI;OjhQ-Eg%lzU2_)2h=Ca-WYk=U# zoKS}ld_j_rIaI+Zn|YZ^r0@mO_b+fwwmdp=X^E4yl4_YZB3~t=AAeW!{mh>b8EDnk zh^AY0`~1_VzSJZ&+=pCVE+At38IJ=+oxJ9i4sX48GeaSnui{Q|;d-@9(?K(p~hmGvrN-2lo}N zw^p!!fesc)ilarRI5G;+SY8ZZj31^(ggRl0-G- zJszvMl#oTjKPhML$;Njx+_QP6zWZLJUw~?2tA_7SF~#hN#CnAfha8cIN$*Pq$%CY4 zsGt6$;);kRk-)8f-;E7k{Ao{x){c_!4u&;yPT`MB4r|ISL}T)6b8H}M-v#}}1MgF_ zR*gQV=mL+RXX>jGkIoryUJG14KO>bPd@|%p>&J~h0@}L{v>!9TUCl{dsFZ`RMlGMt zw=RHOg=85w1uy6EP&HsJFoz>-bFm>4Hou>zu}3B(Xo*C2OBz5g>w83X2edrTRsO;P z&+Wk4nw8aPbUs|1?*0zb?R0pGe%0*g|7LY3sz~kx2$>&E1SsL}Bsq156oeI*g z&YPak2H9G?Cuy~nw6(Q~e3!)Sjb?Hz>%EYDZI9iS9-hj$78N#>S9Z7Co#CB|QWlKWKY;mWHO~_}%$|NnX=(9LL!%aOwSXVp{ z9hK|71V!uDay6yDJBeNRuc{e-9#YAnJ5KW|1Xc!H9b#&Oz*Ym@Eo2XcRaCeJKinJ5 z4NCVA4!cJ<&`>Q=-fql5VGB!aq>gI_sD`gRX0Wm>0zKkobQYXW-8>gH)A!C@SZ{Tkm23vw85#at;RpOee4Aj{2^;(w2ozYjrE9* z+_VB5>JS~*W4NWH>6n}>6Hkd}6fCh2{0on~iU@e`4(E zJy2b18rJ##bFfKD`PP^v!Q_PYvI4j%pnx?NhlEZi?uCY`Wdqj&cQvG2#6Wdx`l-GJ zl*7jd36d5c@?Rs?bz2#Yu~o$`V;oyPNTlce(H%Z6DSrFpz}(UO_rdLRUjvDY0qnS^ zfE=?Ow%xmeI@X9Sot9L zD4NW0b!D@;i?lE%rF9vYZal`17WVbR$17}FW;_?JlAP)e+H zU$8#dlqaRbt_V{?&oqo-zhw$7JA|8Nn(jC3JohWjF(L5;7*LbbmR}ZzJs;Ka&o^d~ zc~$Q?pwHH|R_$_|6=cBc)U`L2pE$u1dh83ZW;~M;@gTl`t$xxW#?-}!oRAnc9bqN? zk{(uId_SqaGZOr?aU{qnimxAze5=-)vvDVaP55$n`o-^ivdbbRqXsl|_F}$eHdF6{ zmY|C}nT8nl9yz}a*IJI`WNSs=HB9XaVXeY&gOSj=jTPJFmd55~z)hC^=43`=+A50> zv#9Lk+{D9KP`PfB$-+<#FyuL4%-lXRcodTY?!BR`x@GeC8_2J=ML(4|nWaYM!7!wZ zks;-dKVscKGYJ=~i4?M$?5Ge8-`{hoINNaOM2tD=AR6dolveySNLY;s8d4!S;aD0T zLkVZT1>O_%qx2w*SdMqXj&(zNjh`&Rbu_~3wpSZ$d8fv)ntO;pnSHQ@U-#n_ z#MszBY?1eK&4}%5izseKGXVD8E^7ZRaKWvQziK3ET?lr)3O`Ow#B;RNimz<8zNN<* zlDDWU$RW9;oWdIJKVu-%nK^2QaGDUg4v*G!SeXNvnD)^6G<2j|*ehy01BK48qTQ8UW=+_- z*khVv&7^J@E*1#;nei{;8AO|Vr3s19Z86<`FQlYRS87jCtmm5-K%3 z`f+*q%AY2S0kLb2_|Wo(gtti1ingMCQZQfvtTCEJmOm}q@lO|xVZe--hN|#^CUHOZ-I%lkMDGAb7*j( zK8uX+p?m(bbe!-Z<>4bppVL~V1@n2g5@c^#bwameU0bZ!~FR!rv-=|rfiez?g2bD1OuFj zfj@1C@(NdLhilP#n%-q*aE8iv1CfI=z8jYPC02rsjg7|k9B6p1nEl7}Mv#P;Wz^Li zZg3V2*+1B}B@xHKqZ!0+YcVA=X7X(mkWpo*2`_cuaY2CjFda@qPTOM9A#%Vr1DcJ8s4x2>`DFX zDvWU`7eCkB_+WyXHs*WOwiagzysShKQwXsl0J}2ufsFdsVtyF z_1@AiZl;A%-|?N0wXG>KirLJ;pMzAp>~LD_2daU zw(U}&_Mg}=R^vAH15`|t7rr#;oCa6nCw#jWBHJ?vfXcR%j=1vE0pZ?i!$i@lJEBjs zs8eC|kA5;ko6-sGN;=0$hs=V-nRmK-dv%8+Ie2(LcxFKkZaXaX;@up?kGgm9Vv}Qc z@Zqe%eN|2-z;iG4x;VJ9^)yvLf=B67Jdb+0)1cJu&fWWb*?*?dei3KP(xSS}C||=J zatc}f?L+6f&)(7-8DM8!Q&;zztUN5I34854EIc<{5jQFrN(ZSFXXDwS*Lu3xT4tLB zI_S{M0`jH>MrEDupa^4EQLYa|-Nf)V3l)q1d}Pz_WO>qF0dDj6O`ppUxOMrv%%#26 zt`~28xH!a1IGa#x>pJ~D{0ja&>oeUd4<4Z8<;&l-zl^pVM%t>2UE)fz&&8Ber^yPo zg`J{f5eSQ}LiuQt| z=&`tgmhM#2R0Sg2H)wW(-G_gJCPtv`;Oh1u#8Ted=t}``bap=q1-{U)>N0`5Y6}p~ zfaOpi*?p!f>5S*XQ>E{pLhbLZZafT*j}Lym@UHp07AAyECImzcsvb&uJy!IXsZ(X+ zizC|HzUoft<*d7&N?!3@6KSpS5P)T4eli~W&UdHDY5-98 z)3(yx#yyaXLg`^xy$}or_nhtvZC+mO*01vY2(SWv^s;#cxAvr3otOe7DTvgLo`@M> zB2nvNTBw(omw^XovxVzh(QR4wKtQPEPn@O#S8AftbXMSDoZQE+b)HOdadD}|P$pLk z>SL?!AZkdgV&J1==WgH;`DK4Q<9?Oyrz#svp9-=f`adY+F+bRQ+|i(Znn=p~#b5q| zO$vZP-{>V5{_&ejJf=2JKrSA)1jL15W&R-&e;p>94(wOx%JU0=?)wjqh@m=eO}Lkr zW2*gs-ea6o0y`aR(T8jLzmNBunmlgIIQ=J_EB@Cxe!YjM_5;h+zhCv=QT_M7`tN1+ m8w~%oko>z?{lC}M9Ys%m^YI2$L-Yyo(p0;pTC8mS*Z%;pVr@16 literal 0 HcmV?d00001 diff --git a/api/3.0/index.html b/api/3.0/index.html index a01858f873e..c12009b208c 100644 --- a/api/3.0/index.html +++ b/api/3.0/index.html @@ -3,7 +3,7 @@ - Untitled :: TED Developer Documentation + TED API Documentation :: TED Developer Documentation @@ -259,19 +259,9 @@
    -
    - - - - - -
    - - -Please refrain from testing in the Production environment of eNotices2. This is reserved for notices that will be published in TED. TED Apps for eForms are available in the Preview environment for testing purposes. If you are an eSender, please note that URLs and API keys in "Production" and "Preview" environments are not interchangeable. -
    -
    -

    TED API Documentation

    +

    TED API Documentation

    +
    +

    TED API allows application developers to connect their 3rd party applications to the TED web services. Using TED APIs you can create applications that:

    @@ -289,11 +279,25 @@

    -

    TED API allows anonymous access to all services manipulating published notices (i.e. searching for, or retrieving notices already published on TED). These APIs are mostly targeted to data reusers. You can find information on reusing TED data at the SIMAP Developers' Corner.

    +

    TED API allows anonymous access to all services manipulating published notices (i.e. searching for, or retrieving notices already published on TED).

    All TED APIs manipulating notices that are not yet published, require the \cas\logincaller to be authenticated with an API key.

    +
    + + + + + +
    + + +Please refrain from testing in the Production environment of eNotices2. This is reserved for notices that will be published in TED. TED Apps for eForms are available in the Preview environment for testing purposes. If you are an eSender, please note that URLs and API keys in "Production" and "Preview" environments are not interchangeable. See section Testing your apps. +
    +
    +
    +

    API keys

    @@ -361,6 +365,108 @@

    API k

    +

    What is an API?

    +
    +
    +

    An API (Application Programming Interface) is a technical bridge that allows one system to interact with another. Think of it as a way for software applications to "talk" to TED services, enabling systems to exchange information and perform tasks automatically without manual input.

    +
    +
    +
    +
    +

    Why TED API Exists

    +
    +
    +

    Public procurement is vital for fostering transparency, accountability, and competitiveness across the EU. TED API simplifies and automates interactions with TED services, allowing users to:

    +
    +
    +
      +
    • +

      Retrieve published procurement notices for analysis or reuse.

      +
    • +
    • +

      Submit and manage notices programmatically, eliminating manual steps.

      +
    • +
    • +

      Validate notices to ensure compliance with procurement regulations.

      +
    • +
    • +

      Visualise notices in readable formats such as PDFs or HTML.

      +
    • +
    +
    +
    +

    TED API bridges the gap between systems, ensuring efficient and reliable access to TED services.

    +
    +
    +

    TED API is a set of programmatic tools that allows third-party developers to integrate their applications with the TED ecosystem. By using TED API, organisations can automate and streamline processes related to public procurement, enabling efficient interaction with TED services across Europe. This makes TED API an essential resource for governments, businesses, and developers (e.g. eSenders or reusers of TED Data) who need to work with public procurement notices.

    +
    +
    +
    +
    +

    How TED API Connects to TED services

    +
    +
    +

    The Publications Office (OP) has developed a range of applications for the submission, validation, processing, visualisation and dissemination of eForms notices, which went into production use on 14 November 2022. TED API serves as the programmatic gateway that connects external systems to these TED services. Each API aligns with specific TED applications, enabling the seamless processing, validation, and publication of eForms notices. The diagram below illustrates how these connections are structured:

    +
    +
    +
    +api connections +
    +
    +
    +
      +
    • +

      eNotices2: This is the single entry point for submitting and managing eForms notices. It interacts with the Publication API to allow programmatic submissions, queries, and publication management. The eNotices2 web user interface was designed with front-end users in mind, whereas applications and developers should interact directly with the Publication API. It also interacts with the TED Central Validation Service for validating notices before and upon submission.

      +
    • +
    • +

      TED Central Validation Service (TED CVS): This service – which exists only as an API – ensures notices meet compliance standards. The Validation API provides a mechanism to check notices for errors and warnings. This service can be used independently at any time to detect and correct errors in notices prior to sending them for publication via the Publication API. Any notice that passes validation through CVS upon submission to the Publication API or the eNotices2 front-end, can be considered technically valid for publication on TED.

      +
    • +
    • +

      TED Viewer: Used for rendering notices into readable formats such as HTML and PDF. The Visualisation API facilitates this functionality. It also interacts with eNotices2 to preview a notice in PDF or HTML and can be called directly by external parties to preview their XML notices.

      +
    • +
    • +

      TED Website: This is the public-facing platform for published notices. The Search API enables access to these notices for reuse or analysis. Expert queries built on the TED Website can also be used via the API.

      +
    • +
    • +

      TED XML Data Converter (TEDXDC): This service – which exists only as an API – was designed to help with the process of converting a notice published in the legacy TED XML schemas, to a draft form of the same notice in eForms. It is used by eNotices2 when the user imports a published TED XML notice in the interface to continue a procedure in eForms; however, it can also be used as a stand-alone API by developers.

      +
    • +
    +
    +
    +

    This interconnected structure ensures that developers can automate every stage of notice processing, from submission to publication and visualisation, while adhering to EU standards. +Other systems, such as TED Monitor, are internal to the Publications Office and support the preparation of notices for publication. Additionally, auxiliary developer operations provide essential tools for both developers and OP systems.

    +
    +
    +
    +
    +

    What’s New in TED API v3?

    +
    +
    +

    The new TED API v3 simplifies access, consolidates services under a unified gateway, and improves user experience for developers and organisations alike. +TED API v3 introduces a range of improvements to address feedback from developers and streamline integration:

    +
    +
    +
      +
    • +

      Unified Gateway: All APIs are accessible through a single domain: https://api.ted.europa.eu/v3

      +
    • +
    • +

      Rationalised and standardised API endpoints: The structure of API URLs has been harmonised: https://api.ted.europa.eu/{api-version}/{resource}/{action}

      +
    • +
    • +

      Consolidated Swagger Interface: Explore all endpoints in one place for easier navigation and integration: https://api.ted.europa.eu/webjars/swagger-ui/

      +
    • +
    • +

      Streamlined API transitions: One unified version number for all APIs

      +
    • +
    • +

      Backward Compatibility: TED API v2 remains active, allowing for a smooth transition to v3

      +
    • +
    +
    +
    +
    +

    Available APIs

    @@ -405,6 +511,39 @@

    Tes

    +
    +
    +
    +

    How to Get Started

    +
    +
    +
      +
    1. +

      Obtain an API Key

      +
    2. +
    3. +

      Visit the TED Developer Portal.

      +
    4. +
    5. +

      Log in with your EU Login credentials.

      +
    6. +
    7. +

      Generate your API Key via the Manage API Keys section.

      +
    8. +
    +
    +
    + + + + + +
    + + +Copy your API key upon creation; it cannot be retrieved later. +
    +
    @@ -412,27 +551,152 @@

    Tes

    -Information about eSentool, the legacy API to submit and manage notices, is available on the legacy eSenders Wiki. +The Search API does not require a key.
    +
    +
      +
    1. +

      Authenticate your application.

      +
    2. +
    3. +

      Use your API Key in the header of requests to access TED services.

      +
    4. +
    +
    -

    Status & Roadmap

    +

    Test in the Preview Environment

    -

    The TED API endpoints currently available are the first generation of APIs for the new TED web services for eForms.

    +

    Use the eForms Preview Environment to test your applications before deployment. To use the eForms Preview Environment you will need an API key generated on the TED Developer Portal of the Preview Environment. This means that you will also need an EU Login account from the EU-Login Acceptance Environment.

    +
    + + + + + +
    + + +If you are using the Publication API, you also need to create an eNotices2 account in the respective environment by logging in with the same EU Login account. +
    +
    +
    + + + + + +
    + + +The Search API and the TED Website are not available in the Preview environment; notices submitted in the Preview environment do not get published. +
    +
    +
    +
    +
    +

    Transitioning from TED API v2

    +
    -

    These APIs have been initially released in June 2022 together with the "eForms Preview Environment" and have since remained unchanged. These endpoints will also remain unchanged throughout their lifetime.

    +

    TED API v2 will remain supported for at least six months until July 2025, ensuring a smooth transition to the latest version.

    -

    We are currently in the process of simplifying, better documenting and rationalising our APIs to improve user experience and to allow us to keep enriching them in the future for offering better and consistent services to our developer community.

    +

    Developers are encouraged to migrate to the latest version as soon as possible to benefit from its enhanced features and unified interface.

    +
    +
    +
    +
    +

    Versioning Policy

    +
    +
    +

    TED API is committed to providing a stable and reliable environment for developers. Our versioning policy ensures clarity and minimises disruption when introducing updates.

    +
    +
    +

    Supported Versions

    +
    +

    At any given time, TED API supports two active versions. to allow users ample time to transition to the latest version.

    +
    +
    +
    +

    Current Active Versions:

    +
    +
      +
    • +

      Version 2 (Legacy, recommended for migration).

      +
    • +
    • +

      Version 3 (Primary focus, unified and improved features).

      +
    • +
    +
    +
    +

    Future transitions will maintain the two-version policy, with older versions being deprecated only after ensuring most users have migrated.

    +
    +
    +
    +
    +
    +

    When Do We Change Versions?

    +
    +
    +

    New versions of TED API are introduced to deliver significant improvements or to address limitations in previous versions. A version change is triggered when: +New functionalities or services are added that cannot be accommodated within the current version. +Technical or compliance requirements necessitate modifications that constitute breaking changes. +A need arises to consolidate or rationalise APIs for better usability. +We commit to keeping version transitions smooth by offering extensive support, backward compatibility, and clear timelines.

    +
    +
    +

    Breaking Changes

    +
    +

    We strive to avoid breaking changes within a single version. Breaking changes are defined as changes that can disrupt or require updates to existing integrations. These include:

    +
    +
    +
      +
    • +

      Removing an endpoint: Users rely on stable access to endpoints for their systems.

      +
    • +
    • +

      Adding a new required request parameter: This introduces incompatibility for existing requests. Adding a new optional parameter is not considered a breaking change.

      +
    • +
    • +

      Removing or changing the type of a request parameter or response attribute: This impacts how applications handle data.

      +
    • +
    +
    +
    +

    When a breaking change is necessary, a new version will be introduced to preserve compatibility for existing users. We will always provide clear migration guidance and sufficient notice before deprecating an older version.

    +
    +
    +
    +
    +
    +

    Resources and Support

    +
    +
    +

    Unified Swagger Interface: https://api.ted.europa.eu/v3

    +
    +
    +

    Developer Portal: https://developer.ted.europa.eu/

    +
    +
    +

    Developers’ Corner: Explore additional tools and resources for reusing TED data at https://ted.europa.eu/en/simap/developers-corner-for-reusers

    +
    +
    +
    +
    eForms Preview Environment: Read what it is and how to test your eSender integration before production at eForms Preview environment
    +
    +

    TED Developer Documentation.

    +
    +
    -

    A second generation of TED APIs is being developed. The release of this second version of TED APIs (which will be known as TED API v2) will be added next to the currently available endpoints and will not replace them. This will allow 3rd party applications that already use the current endpoints to continue functioning undisrupted. The current endpoints will only be discontinued when no 3rd party applications use them any more.

    +

    Technical issues related to the eForms SDK: Please go to the discussions on GitHub at https://github.com/OP-TED/eForms-SDK/discussions

    diff --git a/epo-wf/Business Process workflow/stage4/stage4.html b/epo-wf/Business Process workflow/stage4/stage4.html index 733f3c9bd9f..5f333c19d96 100644 --- a/epo-wf/Business Process workflow/stage4/stage4.html +++ b/epo-wf/Business Process workflow/stage4/stage4.html @@ -290,7 +290,7 @@

    Stage 4: Publishing Candidate Semantic Data Specification Versi
    -

    In this stage, the reviewed SDS formal artefacts are moved to the ePO repository as a release candidate and the existing SDS documentation artefacts are moved to the ePO-docs repository were the rest of the SDS documentation artefacts are generated such as the documentation website of the release candidate. At the end of this stage the Product Owner invites the Wider Public to review the release candidate and decides whether or not to incorporate any feedback received to this release candidate or to a future release.

    +

    In this stage, the reviewed SDS formal artefacts are moved to the ePO repository as a release candidate and the existing SDS documentation artefacts are moved to the ePO-docs repository where the rest of the SDS documentation artefacts are generated and uploaded on the documentation website of the release candidate. The said website is also generated earlier at this stage. At the end of this stage the Product Owner invites the Wider Public to review the release candidate and decides whether or not to incorporate any feedback received to this release candidate or to a future release.

    @@ -298,7 +298,7 @@

    Stage 4: Publishing Candidate Semantic Data Specification Versi

    Business view

    -

    The detailed business workflow diagram for the Publishing Candidate Semantic Data Specification Version Stage is depicted in the figure below. The stage can be further be divided into two substages: Part 1 that describes the moving of the SDS artefacts to their respective repository branches and the tagging of those branches for publication, and part 2, that describes the documentation website generation and the review of the release candidate by the Wider Public.

    +

    The detailed business workflow diagram for the Publishing Candidate Semantic Data Specification Version Stage is depicted in the figure below.

    @@ -324,30 +324,35 @@

    Business vi

    Moving the SDS artefacts for Release and generating the rest of the SDS documentation substage

    -
    -

    During the “SDS artefacts transfer” Business Process, the Development Team moves the Semantic Data Specification artefacts from the release branch of the GitHub OP-TED/epo-conceptual-model repository, to the corresponding release branch of the GitHub OP-TED/epo repository.
    -In the next Business Process, “Mark the release candidate SDS”, the Development Team creates a GitHub tag in the release branch of the GitHub OP-TED/epo repository, that contains the name of the branch and the “-rc.X” where X is the number of the release candidate for that version. For example, the first release candidate for version 5.0.0 would be placed in the release/5.0.0 branch, tagged as ”5.0.0-rc.1”.

    +
    +
    +2024 12 19 11 38 +
    -

    In the “SDS documentation transfer” Business Process, the Development Team moves the existing SDS documentation artefacts from the release branch of the GitHub OP-TED/epo-conceptual-model repository to the corresponding release branch of thehttps://github.com/OP-TED/epo-docs[GitHub OP-TED/epo-docs] repository. In the subsequent “Produce release notes” business Process, The Development team creates the “Release notes” Business Object by writing a release summary statement followed by the change notes that were automatically generated in the “Generate diffing artefacts” Business Process in the previous stage. In the next Business Process, “Mark the release candidate documentation” the Development Team creates a GitHub tag on the release branch of the GitHub OP-TED/epo-docs repository similar to the one mentioned in “Mark the release candidate SDS” Business Process.

    +

    Moving the SDS artefacts for Release and generating the rest of the SDS documentation substage Business view diagram

    -

    After both “Mark the release candidate SDS” and “Mark the release candidate documentation” Business Processes are concluded, the “Create candidate release” Business Process is triggered. During this process the Product Owner creates a GitHub candidate release in the GitHub OP-TED/epo repository from the existent tag, using the release notes provided in the documentation repository.

    +

    During the “SDS artefacts transfer” Business Process, the Development Team moves the Semantic Data Specification artefacts from the release branch of the GitHub OP-TED/epo-conceptual-model repository, to the corresponding release branch of the GitHub OP-TED/epo repository.

    -
    -
    -2024 12 19 11 38 +
    +

    In the next Business Process, “Mark the release candidate SDS”, the Development Team creates a GitHub tag in the release branch of the GitHub OP-TED/epo repository, that contains the name of the branch and the “-rc.X” where X is the number of the release candidate for that version. For example, the first release candidate for version 5.0.0 would be placed in the release/5.0.0 branch, tagged as ”5.0.0-rc.1”.

    +
    +

    In the “SDS documentation transfer” Business Process, the Development Team moves the existing SDS documentation artefacts from the release branch of the GitHub OP-TED/epo-conceptual-model repository to the corresponding release branch of the GitHub OP-TED/epo-docs repository.

    -

    Moving the SDS artefacts for Release and generating the rest of the SDS documentation substage Business view diagram

    +

    In the subsequent “Produce release notes” business Process, The Development team creates the “Release notes” Business Object by writing a release summary statement followed by the change notes that were automatically generated in the “Generate diffing artefacts” Business Process in the previous stage. See here for an example of the release notes.

    +
    +

    In the next Business Process, “Mark the release candidate documentation” the Development Team creates a GitHub tag on the release branch of the GitHub OP-TED/epo-docs repository similar to the one mentioned in “Mark the release candidate SDS” Business Process.

    -
    -

    Documentation website generation and Wider Public Review

    -

    In the “Publish staging documentation website” Business Process, the Product Owner generates the static website from the tag in GitHub OP-TED/epo-docs and publishes it in the staging environment which is not accessible to the public. The Product Owner then reviews the staging documentation website, and if changes are needed, changes the AsciiDocs pages to integrate the necessary website adjustments. This process repeats until the Product Owner finds no mistake in the documentation website, and the “Publish public documentation website” is triggered.

    +

    After both “Mark the release candidate SDS” and “Mark the release candidate documentation” Business Processes are concluded, the “Create candidate release” Business Process is triggered. During this process the Product Owner creates a GitHub candidate release in the GitHub OP-TED/epo repository from the existent tag, using the release notes provided in the documentation repository.

    +
    +
    +

    Documentation website generation and Wider Public Review substage

    gAAAABJRU5ErkJggg== @@ -357,10 +362,13 @@

    +

    In the “Publish staging documentation website” Business Process, the Product Owner generates the static website from the tag in GitHub OP-TED/epo-docs and publishes it in the staging environment which is not accessible to the public. The Product Owner then reviews the staging documentation website and if changes are required modifies the AsciiDocs pages to integrate the necessary website adjustments. This process repeats until the Product Owner finds no mistake in the documentation website, and the “Publish public documentation website” Business Process can commence.

    +

    +

    In the “Publish public documentation website "Business Process, the Product Owner integrates the documentation webpage to the existing eProcurement Ontology web site under the specified version.

    -

    In the “Announce the start of the public review period” Business Process, the Product Owner announces the beginning of the two-month review period of the new module by the Wider Public. During this period, The Wider Public reviews the new ePO version in the “Review the release candidate” Business Process. At the same time, in the “Collect, assess and respond to the public review feedback” Business Process, the Product Owner receives the feedback from the Wider Public in the form of electronic mail, GitHub issues and discussions. The feedback issues are then triaged into bugs and change requests. In case there are bugs, then the conceptual model needs to be updated for a correct release of this version; otherwise, changes are planned for implementation into the next version. In the former case, the next Business Process will be “ORSD consolidation” (in the 1st stage), and all the stages and processes have to be repeated. In the latter case, the Product Owner can initiate the “Decide to release” Business Process in the last stage of the workflow in order to convert the latest release candidate to a stable release.

    +

    In the “Announce the start of the public review period” Business Process, the Product Owner announces the beginning of the two-month review period of the new module by the Wider Public. During this period, The Wider Public reviews the new ePO version in the “Review the release candidate” Business Process. At the same time, in the “Collect, assess and respond to the public review feedback” Business Process, the Product Owner receives the feedback from the Wider Public in the form of electronic mail, GitHub issues and discussions. The feedback issues are then divided into bugs and change requests. In case there are bugs, then the conceptual model needs to be updated for a correct release of this version; otherwise, changes are planned for implementation into the next version. In the former case, the next Business Process will be “ORSD consolidation” (in the 1st stage), and all the stages and processes have to be repeated. In the latter case, the Product Owner can initiate the “Decide to release” Business Process in the last stage of the workflow in order to convert the latest release candidate to a stable release.

    @@ -394,7 +402,7 @@

    Business vi

    The Publishing Stable SDS Version with stakeholders business view diagram.

    -

    In the “Decide to release” Business Process, the Product Owner decides to release the latest ePO version release candidate as a stable release. In the “Update the documentation and publish the website” Business Process, the Product Owner removes the “rc” mark from the asciidoc pages of the documentation on the release/x.y.z branch of the OP-TED/epo-docs repository. Consequently, the Documentation Website must be generated again to reflect this change.

    +

    In the “Decide to release” Business Process, the Product Owner decides to release the latest ePO version release candidate as a stable release.

    +
    +
    +

    In the “Update the documentation and publish the website” Business Process, the Product Owner removes the “rc” mark from the asciidoc pages of the documentation on the release/x.y.z branch of the OP-TED/epo-docs repository. Consequently, the Documentation Website must be generated again to reflect this change.

    On the OP-TED/ePO repository, a release tag is created on the same commit as the latest release candidate tag in the “Mark the release version” business Process. Then, in the @@ -360,7 +363,7 @@

    Business vi

    -

    In the “Announce the release of the stable version” the Product Owner announces the release of the stable version to the community. The Product owner also contacts the EU Vocabularies (who are responsible for maintaining Cellar) and Interoperable europe teams, informing them of the latest release and works with them in order to publish the latest ontology release on their websites. For more information on EU Vocabularies and publishing to Cellar, look at the end of the document.

    +

    In the “Announce the release of the stable version” the Product Owner announces the release of the stable version to the community. The Product owner also contacts the EU Vocabularies (who are responsible for maintaining Cellar) and Interoperable europe teams, informing them of the latest release and works with them in order to publish the latest ontology release on their websites. For more information on EU Vocabularies and publishing to Cellar, look at the end of this page.

    @@ -385,13 +388,13 @@

    <

    In order to publish a release on Cellar, TED provides One self-sufficient SDS distribution package for each ePO module In Cellar (ideally in the same structure as the one on GitHub) to the EU Vocabularies team. That package should be in the form of the METS specification and should contain Core, SHACL, restrictions, single HTML page documentation, deprecated URIs and change notes/release notes. The EU vocabularies team loads each module (including all the files) into Cellar as .OWL/.TTL/.HTML/.md files and does not activate ePO in Cellar (i.e. the Cellar CDM model is not affected by ePO).

    -

    There is a pending question on how to handle Dereferencing. Dereferenceable URIs are the backbone of Linked Data. They can be looked up (dereferenced) by both humans and machines to provide useful information about the resource that the URI identifies (in HTML for humans and RDF for machines), which in turn refers to other URIs, and so on. Please bear in mind that Reference documentation for the purpose of URI HTML dereferencing is not the same as Reference documentation for the purpose of including it into the TED Developer docs. The former must be a single page HTML document, the latter can be single or multi page AsciiDoc. Dereferencing as well Deprecation mechanisms are needed in order for an RDF graph to fullfill FAIR publishing requirements. The question is who should implement this, the ePO team or the Cellar team?

    +

    There is a pending question on how to handle Dereferencing. Dereferenceable URIs are the backbone of Linked Data. They can be looked up (dereferenced) by both humans and machines to provide useful information about the resource that the URI identifies (in HTML for humans and RDF for machines), which in turn refers to other URIs, and so on. Please bear in mind that Reference documentation for the purpose of URI HTML dereferencing is not the same as Reference documentation for the purpose of including it into the TED Developer docs. The former must be a single page HTML document, the latter can be single or multi page AsciiDoc. Dereferencing as well as Deprecation mechanisms are needed in order for an RDF graph to fullfill FAIR publishing requirements. The question is who should implement this, the ePO team or the Cellar team?

    -

    In case Cellar implements Dereferencing then, it may need to activate the ontology in order to dereference RDF, which can cause conflict with the CDM. If that is the case then alternative solutions should to be investigated. If a solution is found the Cellar also needs to provide a good HTML dereferencing mechanism, this shall point to a single HTML page in the style of ReSpec, Widoco,or a custom reference documentation.

    +

    If Cellar implements Dereferencing then, it may need to activate the ontology in order to dereference RDF, which can cause conflict with the CDM. If that is the case then alternative solutions should to be investigated. If a solution is found Cellar also needs to provide a good HTML dereferencing mechanism that should point to a single HTML page in the style of ReSpec, Widoco,or a custom reference documentation.

    -

    In case the ePO team implements Dereferencing, this will require a dedicated dereferencing server for both RDF and HTML. Also in this case, the ePO team should maintain Persistent URIs, in accordance with PURI conventions released by the European Commission in 2016 (see documents on EU Cool URI), as well as maintain deprecated concepts for both RDF and HTML formats to fulfill persistence of the URIs.

    +

    If the ePO team implements Dereferencing, that will require a dedicated dereferencing server for both RDF and HTML. Also in this case, the ePO team should maintain Persistent URIs, in accordance with PURI conventions released by the European Commission in 2016 (see documents on EU Cool URI), as well as maintain deprecated concepts for both RDF and HTML formats to fulfill persistence of the URIs.

    diff --git a/epo-wf/SDS and related artefacts/SDSmodel2owl.html b/epo-wf/SDS and related artefacts/SDSmodel2owl.html index 6ba61f3f000..5da7b707b79 100644 --- a/epo-wf/SDS and related artefacts/SDSmodel2owl.html +++ b/epo-wf/SDS and related artefacts/SDSmodel2owl.html @@ -289,14 +289,14 @@

    SDS artefact groups and purposes

    -

    In this section we explain purposes for artefacts (i.e. define requirements, in line with SEMIC style guide)

    +

    In this section we explain the purposes of the artefacts (i.e. define requirements, in line with SEMIC style guide)

    Purpose 1:

    -

    “What artefacts are part of the ePO SDS to be distributed as a package”? +

    “What artefacts are part of the ePO Semantic Data Specification to be distributed as a package”? As seen in the figure below, these artefacts are:

    @@ -338,7 +338,7 @@

    Purpose 1:

    Purpose 2:

    -

    “What artefacts are parts of the ePO documentation?” As seen in the figure above, these artefacts are:

    +

    “What artefacts are parts of the ePO Semantic Data Specification documentation?” As seen in the figure above, these artefacts are:

      @@ -375,7 +375,7 @@

      Purpose 2:

      Purpose 3:

      -

      “What artefacts should be used for quality control while preparing the ePO SDS?” As seen in the figure below, these artefacts are:

      +

      “What artefacts should be used for quality control while preparing the ePO Semantic Data Specification?” As seen in the figure below, these artefacts are:

        diff --git a/epo-wf/methodology/methodologyIndex.html b/epo-wf/methodology/methodologyIndex.html index 4b0e99d9b88..ad3cc99f60c 100644 --- a/epo-wf/methodology/methodologyIndex.html +++ b/epo-wf/methodology/methodologyIndex.html @@ -302,11 +302,16 @@

        Methodology

        Providing clarity on required artefacts, their purposes, and generation methods.

      • -

        Applying simplified views of Business, Application, and Technology layers, with realised connections and support dependencies across layers. -This document does not include technical specifications of supporting tools, such as Model2Owl, Enterprise Architect UML Editor, GitHub Actions, Git clients, etc., or descriptions of procurement data models. Instead, the document focuses on the procedural framework, artefact requirements, and lifecycle stages suitable for ePO specific case, leaving the internal workings of associated technologies beyond its scope.

        +

        Applying simplified views of Business, Application, and Technology layers, with realised connections and support dependencies across layers.

      +
      +

      This document does not include technical specifications of supporting tools, such as Model2Owl, Enterprise Architect UML Editor, GitHub Actions, Git clients, etc., or descriptions of procurement data models. Instead, the document focuses on the procedural framework, artefact requirements, and lifecycle stages suitable for the ePO specific case, leaving the internal workings of associated technologies beyond its scope.

      +
      +
      +

      All the Archimate diagrams used for the workflow can be generated from the Enterprise Architect file found here.

      +

    diff --git a/sitemap-EPO.xml b/sitemap-EPO.xml index e45271f7cd0..d4449de5cd1 100644 --- a/sitemap-EPO.xml +++ b/sitemap-EPO.xml @@ -2,266 +2,266 @@ https://docs.ted.europa.eu/EPO/latest/business.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/latest/conceptual.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/latest/glossaries.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/latest/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/latest/release-notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/latest/stories_eAccess.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/latest/stories_eInvoicing.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/latest/stories_eSubmissions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/4.1/business.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/4.1/conceptual.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/4.1/glossaries.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/4.1/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/4.1/release-notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/4.1/stories_eAccess.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/4.1/stories_eSubmissions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/4/business.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/4/conceptual.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/4/glossaries.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/4/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/4/release-notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.1/business.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.1/conceptual.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.1/glossaries.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.1/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.1/release-notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.1/uml2owl.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.1/umlconv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.0.1/eCatalogue-Conceptual-Model-v3.0.1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.0.1/eCatalogue-Glossary-v3.0.1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.0.1/eNotice-Conceptual-Model-v3.0.1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.0.1/eNotice-Glossary-v3.0.1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.0.1/ePO-core-Conceptual-Model-v3.0.1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.0.1/ePO-core-Glossary-v3.0.1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.0.1/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.0.1/release-notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/3.0.1/Report-v3.0.0.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.1/BDTI.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.1/Conceptual-Model-v2.0.1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.1/epo-guidelines.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.1/eProcurement-Glossary-v2.0.1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.1/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.1/Reg2015.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.1/release-notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.1/Report-v2.0.1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.0/competency-questions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.0/Conceptual-Model-v2.0.0.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.0/epo-guidelines.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.0/eProcurement-Glossary-v2.0.0.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.0/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.0/release_notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.0/Report-v2.0.0.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.0/sparql-endpoint.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/2.0.0/use-case1-transparency-and-monitoring.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/1.0.0/add_new_info_req.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/1.0.0/additional_concepts.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/1.0.0/CM_classes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/1.0.0/CM_properties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/1.0.0/CM_relationships.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/1.0.0/CM_visualization.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/1.0.0/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/1.0.0/information_requirements.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/1.0.0/mapping_CM_classes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/1.0.0/mapping_CM_data_type_properties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/1.0.0/mapping_CM_object_type_properties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/1.0.0/release_notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/EPO/1.0.0/Report-v1.0.0.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z diff --git a/sitemap-ESPD-EDM.xml b/sitemap-ESPD-EDM.xml index 5842d7d8a2a..20888b1d1bb 100644 --- a/sitemap-ESPD-EDM.xml +++ b/sitemap-ESPD-EDM.xml @@ -2,986 +2,986 @@ https://docs.ted.europa.eu/ESPD-EDM/latest/business/business_info.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/business/espd_form.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/business/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/business/service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/business/using.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/demo.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/home.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/release_notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/technical/bus_codelist.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/technical/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/technical/tech_architecture.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/technical/tech_busrules.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/technical/tech_codelist_examples.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/technical/tech_codelist.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/technical/tech_common_aspects_for_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/technical/tech_dist_pack.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/technical/tech_exclusion_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/technical/tech_glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/technical/tech_request.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/technical/tech_response.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/technical/tech_selection_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/technical/tech_ubl.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/latest/technical/tech_validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/business/business_info.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/business/espd_form.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/business/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/business/service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/business/using.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/demo.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/home.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/release_notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/technical/bus_codelist.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/technical/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/technical/tech_busrules.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/technical/tech_codelist_examples.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/technical/tech_codelist.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/technical/tech_common_aspects_for_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/technical/tech_dist_pack.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/technical/tech_exclusion_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/technical/tech_glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/technical/tech_request.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/technical/tech_response.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/technical/tech_selection_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.3.0/technical/tech_validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/1.1_ESPD_Distribution_package.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/1.2_Adoption_of_UBL-2.3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/1.3_UBL-2.3_Documents_and_libraries.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/1.4_UBL-2.3_and_TOOP_Requirements.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/1.5_Codes_and_Identifiers.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/1.UBL_Based_and_distribution_package.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/2.1_ESPD_Request_Business_Requirements.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/2.2_ESPD_Request_XSD_Schema.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/2.3_ESPD_Request_cardinalities.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/2.4_Root_elements.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/2.5_Lot_Management.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/2.6_EU_and_national_publications.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/2.7_Contracting_Body.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/2.8_Service_Provider.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/2.ESPD_Request.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/3.1_General_behavior.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/3.2_Legislation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/3.3_Groups_of_properties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/3.4_Properties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/3.5_Mock-ups.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/3.6_Data_Structures.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/3.7_XML_examples_and_tools.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/3.8_GUI_control_elements.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/3.9_Short_Tag_Name_and_Implicit_Numbering.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/3.Common_aspects_for_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/4.1_Convictions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/4.2_Contributions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/4.3_Environment_Social_Labour_Law.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/4.4_Business.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/4.5_Misconduct.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/4.6_Conflict_of_interest.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/4.7_Early_termination.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/4.8_Misinterpretation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/4.9_Purely_national_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/4.Exclusion_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/5.1_Lot_Management_approach_for_SelectionCriteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/5.10_Subcontracting_proportion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/5.11_Samples_and_certificates.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/5.12_Quality_assurance.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/5.13_Other_aspects_of_participation_and_selection.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/5.2_Initial_question_for_the_EO_to_fulfill_or_not_the_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/5.3_Suitability.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/5.4_Turnovers.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/5.5_Financial_ratios.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/5.6_Risk_indemnity_insurance.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/5.7_Other_economic_or_financial_requirements.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/5.8_References_on_similar_works_deliveries_or_services.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/5.9_Abilities.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/5.Selection_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/6.1_Business_requirements_specification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/6.2_ESPD_Response_XSD_Schema.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/6.3_ESPD_Response_cardinalities.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/6.4_Root_elements.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/6.5_Reference_to_publications_and_to_ESPD_Request.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/6.6_Economic_Operator.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/6.7_Answering_QUESTIONs.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/6.8_Evidences.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/6.ESPD_Response_Document.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/7.1_ISO_Schematron.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/7.2_Code_list_validation_Architecture.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/7.3_ESPD_Validation_Architecture.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/7.4._UUID_Criterion_Validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/7.5_Interoperability_testbed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/7.Validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/AnnexI.Code_list_used_in_ESPD.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/AnnexIII.Revisions_of_the_document.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/AnnexIV.BusinessRules_Guide.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/home.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/I_ESPD_BusinessHandbook_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/I.1_ESPD_Introduction.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/I.2_ESPD_EDM.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/I.3_ESPD_Main_Goals_and_Benefits.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/release_notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/Tech_AnnexI_Code_Lists_Catalogue.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/Tech_AnnexII_XML_Examples.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/Tech_Glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/xml_business_handbook.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.2.0/xml_technical_handbook.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/1.1_ESPD_Distribution_package.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/1.2_Adoption_of_UBL-2.3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/1.3_UBL-2.3_Documents_and_libraries.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/1.4_UBL-2.3_and_TOOP_Requirements.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/1.5_Codes_and_Identifiers.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/1.UBL_Based_and_distribution_package.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/2.1_ESPD_Request_Business_Requirements.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/2.2_ESPD_Request_XSD_Schema.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/2.3_ESPD_Request_cardinalities.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/2.4_Root_elements.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/2.5_Lot_Management.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/2.6_EU_and_national_publications.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/2.7_Contracting_Body.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/2.8_Service_Provider.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/2.ESPD_Request.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/3.1_General_behavior.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/3.2_Legislation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/3.3_Groups_of_properties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/3.4_Properties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/3.5_Mock-ups.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/3.6_Data_Structures.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/3.7_XML_examples_and_tools.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/3.8_GUI_control_elements.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/3.9_Short_Tag_Name_and_Implicit_Numbering.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/3.Common_aspects_for_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/4.1_Convictions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/4.2_Contributions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/4.3_Environment_Social_Labour_Law.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/4.4_Business.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/4.5_Misconduct.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/4.6_Conflict_of_interest.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/4.7_Early_termination.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/4.8_Misinterpretation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/4.9_Purely_national_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/4.Exclusion_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/5.1_Lot_Management_approach_for_SelectionCriteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/5.10_Subcontracting_proportion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/5.11_Samples_and_certificates.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/5.12_Quality_assurance.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/5.13_Other_aspects_of_participation_and_selection.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/5.2_Initial_question_for_the_EO_to_fulfill_or_not_the_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/5.3_Suitability.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/5.4_Turnovers.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/5.5_Financial_ratios.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/5.6_Risk_indemnity_insurance.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/5.7_Other_economic_or_financial_requirements.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/5.8_References_on_similar_works_deliveries_or_services.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/5.9_Abilities.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/5.Selection_criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/6.1_Business_requirements_specification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/6.2_ESPD_Response_XSD_Schema.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/6.3_ESPD_Response_cardinalities.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/6.4_Root_elements.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/6.5_Reference_to_publications_and_to_ESPD_Request.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/6.6_Economic_Operator.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/6.7_Answering_QUESTIONs.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/6.8_Evidences.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/6.ESPD_Response_Document.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/7.1_ISO_Schematron.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/7.2_Code_list_validation_Architecture.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/7.3_ESPD_Validation_Architecture.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/7.4._UUID_Criterion_Validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/7.5_Interoperability_testbed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/7.Validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/AnnexI.Code_list_used_in_ESPD.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/AnnexIII.Revisions_of_the_document.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/AnnexIV.BusinessRules_Guide.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/home.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/I_ESPD_BusinessHandbook_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/I.1_ESPD_Introduction.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/I.2_ESPD_EDM.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/I.3_ESPD_Main_Goals_and_Benefits.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/release_notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/Tech_AnnexI_Code_Lists_Catalogue.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/Tech_AnnexII_XML_Examples.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/Tech_Glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/xml_business_handbook.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.1.0/xml_technical_handbook.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.0.1/AnnexI.Code_list_used_in_ESPD.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.0.1/home.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.0.1/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.0.1/release_notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.0.1/xml_business_handbook.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/3.0.1/xml_technical_handbook.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/4.2_Contributions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/7.4._UUID_Criterion_Validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/I_Introduction_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/II_The_ESPD_Semantic_Assets_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/III_ESPDRequest_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/IV_Criteria_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/release_notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/V_Exclusion_Criteria_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/VI_Selection_Criteria_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/VII_Other_Criteria_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/VIII_ESPDResponse_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/XIX_Putting_Pieces_Together_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/xml_guide.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/XXIX_AI.0_Schematron_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.1.1/XXIX_AII.0_ESPDCodeLists.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.0.2/I_Introduction_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.0.2/II_The_ESPD_Semantic_Assets_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.0.2/III_ESPDRequest_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.0.2/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.0.2/IV_Criteria_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.0.2/release_notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.0.2/V_Exclusion_Criteria_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.0.2/VI_Selection_Criteria_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.0.2/VII_ESPDResponse_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.0.2/VIII_AI.0_Schematron_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.0.2/XIX_AII.0_ESPDCodeLists.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/2.0.2/xml_guide.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/1.0.2/1.0_RESP_Introduction_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/1.0.2/2.0_RESP_DataModel_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/1.0.2/3.0_RESP_ESPD_XML_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/1.0.2/4.0_CMMN_DataFlows_Includes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/1.0.2/5.Notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/1.0.2/index_response.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/1.0.2/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ESPD-EDM/1.0.2/release_notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z diff --git a/sitemap-M2O.xml b/sitemap-M2O.xml index 1a35b7c860f..ca48f66d521 100644 --- a/sitemap-M2O.xml +++ b/sitemap-M2O.xml @@ -2,106 +2,106 @@ https://docs.ted.europa.eu/M2O/latest/architecture/ontology-architecture.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/checkers/model2owl-checkers.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/epo-context.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/references.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/transformation/tikz-grafoo.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/transformation/transf-rules1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/transformation/transf-rules2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/transformation/transf-rules3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/transformation/transf-rules4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/transformation/uml2owl-transformation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/uml/conceptual-model-conventions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/uml/conv-attributes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/uml/conv-classes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/uml/conv-conn-association.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/uml/conv-conn-dependency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/uml/conv-conn-generalization.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/uml/conv-conn-realization.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/uml/conv-connectors.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/uml/conv-datatypes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/uml/conv-enumerations.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/uml/conv-general.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/uml/conv-objects.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/uml/conv-packages.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/uml/definitions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/M2O/latest/uml/technical-conventions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z diff --git a/sitemap-ODS.xml b/sitemap-ODS.xml index 607977b8e18..8e0a59311ea 100644 --- a/sitemap-ODS.xml +++ b/sitemap-ODS.xml @@ -2,230 +2,230 @@ https://docs.ted.europa.eu/ODS/latest/audience.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/connecting/excel.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/connecting/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/connecting/python.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/connecting/sparql.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/data_availability.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/data_index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/get-started.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping_eforms/glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping_eforms/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping_eforms/methodology.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping_eforms/package_structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping_eforms/usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping_suite/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping/code-list-resources.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping/glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping/index_sf.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping/mapping_how.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping/mapping-suite-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping/preparing-test-data.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping/prior.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping/repository-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping/reusing.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping/toolchain.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/mapping/versioning.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/querying/designing_query.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/querying/epo.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/querying/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/querying/notice_data.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/querying/online_training.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/querying/scenarios.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/querying/starting.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/querying/structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/querying/submit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/querying/tips.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/reuse/download-direct.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/reuse/download-xml.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/reuse/field-list.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/reuse/ftp.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/reuse/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/reuse/search-api-demo.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/reuse/search-api.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/samples/advanced-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/samples/advanced-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/samples/examples.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/samples/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/samples/query-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/samples/query-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/samples/query-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/samples/query-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/samples/query-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/samples/query-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/samples/sparql_queries.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/ODS/latest/snippets/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z diff --git a/sitemap-api.xml b/sitemap-api.xml index 80fee7bdc1f..1126f8b2b6f 100644 --- a/sitemap-api.xml +++ b/sitemap-api.xml @@ -2,54 +2,54 @@ https://docs.ted.europa.eu/api/3.0/authenticate.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/api/3.0/convert.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/api/3.0/developer%20operations.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/api/3.0/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/api/3.0/publish.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/api/3.0/search.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/api/3.0/validate.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/api/3.0/visualise.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/api/latest/endpoints/cvs-ted-europa-eu.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/api/latest/endpoints/enotices2-ted-europa-eu-esenders.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/api/latest/endpoints/ted-europa-eu.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/api/latest/endpoints/viewer-ted-europa-eu.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/api/latest/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z diff --git a/sitemap-eforms-common.xml b/sitemap-eforms-common.xml index fbf1274226a..32a8431bdee 100644 --- a/sitemap-eforms-common.xml +++ b/sitemap-eforms-common.xml @@ -2,54 +2,54 @@ https://docs.ted.europa.eu/eforms-common/active-versions/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms-common/articles/eforms-change-management.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms-common/eforms-core/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms-common/efx-toolkit/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms-common/FAQ/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms-common/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms-common/notice-editor/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms-common/notice-viewer/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms-common/preview/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms-common/roadmap/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms-common/sdk2/efx2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms-common/sdk2/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms-common/versioning/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z diff --git a/sitemap-eforms.xml b/sitemap-eforms.xml index b13bbe89637..4b884be68c9 100644 --- a/sitemap-eforms.xml +++ b/sitemap-eforms.xml @@ -2,23174 +2,23174 @@ https://docs.ted.europa.eu/eforms/latest/codelists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/efx/expression-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/efx/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/efx/template-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/efx/transpiling-efx.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/fields/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/fields/xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/guide/implementing-eforms-without-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/guide/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/guide/notice-forms.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/guide/sdk-glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/guide/understanding-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/guide/validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/guide/visualisation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/guide/xml-generation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/metadata-driven-applications.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/notice-types/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/acronyms-and-abbreviations.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/all-in-one.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/audience.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/change-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/codelists-and-fields.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/competition-results.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/contract-modification-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/disclaimer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/documents-forms-and-notices.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/identifiers.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/introduction.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/notice-content.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/notice-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/notices-xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/other-resources.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/parties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/procedure-lot-part-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/references.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/schemas.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/terms-and-definitions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schema/withheld-publication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schemas/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/schematrons/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/translations/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/latest/viewer-templates/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/codelists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/efx/expression-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/efx/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/efx/template-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/efx/transpiling-efx.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/fields/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/fields/xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/guide/implementing-eforms-without-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/guide/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/guide/notice-forms.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/guide/sdk-glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/guide/understanding-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/guide/validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/guide/visualisation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/guide/xml-generation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/metadata-driven-applications.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/notice-types/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-CEI.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-T01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-T02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-X01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-rules/notice-subtype-X02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-03.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-04.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-05.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-06.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-08.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-09.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-106.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-109.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-115.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-119.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-124.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-125.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1251.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1252.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-127.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1311.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-132.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-133.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-134.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-135.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1351.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-136.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-137.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1371.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-13710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-13711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-13712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-13713.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-13714.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-13715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-13716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-13717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-13718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-13719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1372.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-13720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-13721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-13722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1373.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1374.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1375.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1376.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1377.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1378.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1379.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-142.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-144.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-145.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1451.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-151.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1561.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-157.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-161.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-162.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-163.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-165.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-171.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-1711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-191.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-193.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-195.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-196.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-197.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-198.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-262.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-263.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-271.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-3201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-3202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-330.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-41.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-42.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-44.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-45.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-46.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-47.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-50.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-500.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-5010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-5011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-502.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-503.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-505.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-506.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-507.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-5071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-508.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-509.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-51.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-510.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-5101.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-512.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-5121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-513.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-5131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-514.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-5141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-52.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-53.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-536.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-537.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-538.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-539.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-54.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-540.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-541.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-5421.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-5422.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-5423.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-543.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-553.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-554.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-555.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-556.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-557.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-57.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-578.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-58.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-60.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-610.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-6110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-6140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-615.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-625.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-63.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-630.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-631.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-632.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-633.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-634.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-635.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-636.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-64.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-644.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-65.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-651.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-660.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-661.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-67.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-70.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-701.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-702.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-706.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-707.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-708.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-709.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-71.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-7220.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-723.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-724.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-725.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-726.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-727.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-728.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-729.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-730.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-731.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-732.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-733.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-734.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-735.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-736.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-737.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-738.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-739.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-740.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-743.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-744.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-745.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-746.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-747.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-748.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-749.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-75.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-750.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-751.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-752.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-7531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-7532.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-754.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-755.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-756.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-757.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-758.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-759.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-76.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-760.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-761.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-762.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-763.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-764.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-765.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-766.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-767.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-768.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-769.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-77.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-770.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-771.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-772.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-773.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-774.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-775.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-776.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-777.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-778.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-779.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-78.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-780.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-781.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-782.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-783.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-784.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-785.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-786.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-787.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-788.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-789.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-79.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-790.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-791.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-792.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-793.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-794.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-795.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-796.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-797.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-798.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-799.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-800.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-801.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-802.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-803.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-805.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-88.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-92.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-93.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-94.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-95.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-97.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-98.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/BT-99.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-012.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-020.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-021.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-022.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-023.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-031.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-032.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-033.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-034.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-035.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-040.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-051.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-052.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-080.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-124.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPP-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-001.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-002.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-060.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-072.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-091.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-092.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-093.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-155.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-170.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-210.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-211.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-301.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-302.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-310.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-315.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-316.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-320.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-321.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-322.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/business-terms/OPT-999.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/accelerated-procedure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/accessibility.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/applicability.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/authority-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/award-criterion-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/bri.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/brin-ecs.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/brin-eeig.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/buyer-categories.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/buyer-contracting-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/can-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/can-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/can-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/can-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/can-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/change-corrig-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/classification-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/cn-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/cn-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/cn-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/communication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/competition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/conditions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/cont-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/contract-detail.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/contract-term.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/corporate-body.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/customer-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/cvd-contract-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/cvd-scope.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/dir-awa-pre.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/direct-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/document-distribution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/document-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/dps-usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/duration-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/duration.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/ecatalog-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/economic-operator-size.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/eea-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/eforms-buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/eforms-contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/eforms-currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/eforms-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/eforms-legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/einvoicing.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/entity-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/environmental-impact.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/esignature-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/esubmission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/eu-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/eu-funded.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/eu-official-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/eu-programme.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/exclusion-ground.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/form-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/framework-agreement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/gpp-criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/indicator.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/innovative-acquisition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/irregularity-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/lawful-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-cei.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-x01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis-x02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/linguistic-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/main-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/measurement-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/missing-info-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/modification-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nda.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/no-esubmission-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/non-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/non-publication-identifier.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/non-publication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/notice-purpose.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/notice-reference.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/notice-subtype.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/notice-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/number-fixed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/number-threshold.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/number-weight.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-alb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-aut-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-bel-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-bgr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-che-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-cyp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-cze-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-deu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-dnk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-esp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-est-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-fin-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-fra-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-gbr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-grc-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-hrv-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-hun-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-irl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-isl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-ita-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-lie-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-ltu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-lux-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-lva-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-mkd-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-mlt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-mne-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-nld-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-nor-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-pol-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-prt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-rou-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-srb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-svk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-svn-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-swe-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts-tur-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/nuts.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/organisation-role-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/organisation-role.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/other-place-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/period-listname.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/permission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/pin-buyer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/pin-cfc-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/pin-cfc-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/pin-only.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/pin-rtl.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/pin-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/planning.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/player-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/postcode-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procedure-type-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/procurement-procedure-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/qu-sy.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/received-submission-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/remedy-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/requirement-stage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/reserved-execution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/reserved-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/result.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/revenue-allocation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/review-body-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/review-decision-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/review-requester-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/review-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/review-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/rewards-penalties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/selection-criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/social-objective.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/social-service-cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/strategic-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/subco.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/subcontracting-allowed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/subcontracting-indication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/subcontracting-obligation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/tender-guarantee-required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/tendered-object.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/tenderlot-presentation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/timeperiod.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/transport-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/veat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/vehicle-category.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/vehicles.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/code-lists/winner-selection-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/reference/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/acronyms-and-abbreviations.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/all-in-one.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/audience.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/change-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/codelists-and-fields.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/competition-results.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/contract-modification-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/disclaimer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/documents-forms-and-notices.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/identifiers.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/introduction.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/notice-content.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/notice-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/notices-xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/other-resources.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/parties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/procedure-lot-part-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/references.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/schemas.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/terms-and-definitions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schema/withheld-publication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schemas/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/schematrons/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/translations/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.11/viewer-templates/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/codelists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/efx/expression-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/efx/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/efx/template-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/efx/transpiling-efx.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/fields/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/fields/xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/guide/implementing-eforms-without-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/guide/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/guide/notice-forms.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/guide/sdk-glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/guide/understanding-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/guide/validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/guide/visualisation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/guide/xml-generation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/metadata-driven-applications.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/notice-types/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-CEI.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-T01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-T02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-X01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-rules/notice-subtype-X02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-03.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-04.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-05.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-06.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-08.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-09.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-106.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-109.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-115.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-119.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-124.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-125.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1251.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1252.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-127.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1311.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-132.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-133.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-134.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-135.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1351.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-136.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-137.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1371.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-13710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-13711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-13712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-13713.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-13714.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-13715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-13716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-13717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-13718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-13719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1372.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-13720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-13721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-13722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1373.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1374.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1375.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1376.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1377.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1378.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1379.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-142.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-144.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-145.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1451.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-151.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1561.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-157.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-161.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-162.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-163.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-165.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-171.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-1711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-191.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-193.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-195.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-196.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-197.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-198.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-262.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-263.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-271.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-3201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-3202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-330.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-41.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-42.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-44.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-45.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-46.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-47.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-50.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-500.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-5010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-5011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-502.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-503.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-505.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-506.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-507.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-5071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-508.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-509.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-51.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-510.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-5101.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-512.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-5121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-513.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-5131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-514.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-5141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-52.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-53.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-536.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-537.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-538.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-539.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-54.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-540.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-541.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-5421.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-5422.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-5423.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-543.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-553.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-554.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-555.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-556.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-557.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-57.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-578.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-58.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-60.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-610.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-6110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-6140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-615.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-625.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-63.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-630.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-631.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-632.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-633.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-634.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-635.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-636.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-64.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-644.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-65.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-651.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-660.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-661.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-67.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-70.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-701.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-702.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-706.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-707.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-708.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-709.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-71.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-7220.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-723.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-724.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-725.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-726.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-727.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-728.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-729.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-730.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-731.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-732.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-733.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-734.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-735.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-736.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-737.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-738.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-739.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-740.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-743.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-744.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-745.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-746.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-747.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-748.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-749.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-75.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-750.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-751.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-752.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-7531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-7532.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-754.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-755.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-756.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-757.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-758.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-759.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-76.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-760.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-761.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-762.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-763.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-764.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-765.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-766.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-767.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-768.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-769.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-77.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-770.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-771.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-772.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-773.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-774.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-775.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-776.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-777.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-778.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-779.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-78.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-780.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-781.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-782.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-783.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-784.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-785.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-786.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-787.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-788.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-789.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-79.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-790.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-791.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-792.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-793.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-794.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-795.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-796.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-797.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-798.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-799.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-800.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-801.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-802.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-803.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-805.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-88.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-92.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-93.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-94.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-95.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-97.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-98.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/BT-99.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-012.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-020.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-021.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-022.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-023.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-031.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-032.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-033.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-034.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-035.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-040.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-051.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-052.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-080.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-124.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPP-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-001.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-002.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-060.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-072.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-091.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-092.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-155.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-170.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-210.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-211.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-301.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-302.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-310.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-315.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-316.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-320.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-321.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-322.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/business-terms/OPT-999.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/accelerated-procedure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/accessibility.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/applicability.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/authority-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/award-criterion-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/bri.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/brin-ecs.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/brin-eeig.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/buyer-categories.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/buyer-contracting-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/can-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/can-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/can-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/can-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/can-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/change-corrig-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/classification-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/cn-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/cn-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/cn-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/communication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/competition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/conditions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/cont-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/contract-detail.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/contract-term.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/corporate-body.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/customer-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/cvd-contract-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/cvd-scope.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/dir-awa-pre.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/direct-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/document-distribution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/document-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/dps-usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/duration-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/duration.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/ecatalog-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/economic-operator-size.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/eea-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/eforms-buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/eforms-contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/eforms-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/eforms-currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/eforms-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/eforms-legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/einvoicing.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/entity-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/environmental-impact.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/esignature-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/esubmission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/eu-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/eu-funded.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/eu-official-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/eu-programme.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/exclusion-ground.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/form-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/framework-agreement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/gpp-criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/indicator.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/innovative-acquisition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/irregularity-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/lawful-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-cei.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-x01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis-x02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/linguistic-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/main-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/measurement-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/missing-info-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/modification-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nda.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/no-esubmission-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/non-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/non-publication-identifier.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/non-publication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/notice-purpose.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/notice-reference.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/notice-subtype.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/notice-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/number-fixed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/number-threshold.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/number-weight.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-alb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-aut-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-bel-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-bgr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-che-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-cyp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-cze-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-deu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-dnk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-esp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-est-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-fin-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-fra-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-gbr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-grc-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-hrv-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-hun-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-irl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-isl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-ita-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-lie-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-ltu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-lux-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-lva-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-mkd-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-mlt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-mne-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-nld-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-nor-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-pol-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-prt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-rou-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-srb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-svk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-svn-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-swe-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts-tur-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/nuts.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/organisation-role-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/organisation-role.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/other-place-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/period-listname.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/permission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/pin-buyer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/pin-cfc-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/pin-cfc-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/pin-only.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/pin-rtl.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/pin-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/planning.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/player-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/postcode-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procedure-type-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/procurement-procedure-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/qu-sy.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/received-submission-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/remedy-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/requirement-stage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/reserved-execution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/reserved-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/result.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/revenue-allocation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/review-body-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/review-decision-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/review-requester-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/review-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/review-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/rewards-penalties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/selection-criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/social-objective.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/social-service-cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/strategic-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/subco.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/subcontracting-allowed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/subcontracting-indication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/subcontracting-obligation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/tender-guarantee-required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/tendered-object.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/tenderlot-presentation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/timeperiod.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/transport-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/veat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/vehicle-category.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/vehicles.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/code-lists/winner-selection-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/reference/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/acronyms-and-abbreviations.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/all-in-one.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/audience.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/change-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/codelists-and-fields.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/competition-results.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/contract-modification-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/disclaimer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/documents-forms-and-notices.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/identifiers.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/introduction.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/notice-content.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/notice-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/notices-xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/other-resources.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/parties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/procedure-lot-part-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/references.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/schemas.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/terms-and-definitions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schema/withheld-publication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schemas/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/schematrons/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/translations/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.10/viewer-templates/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/codelists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/efx/expression-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/efx/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/efx/template-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/efx/transpiling-efx.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/fields/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/fields/xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/guide/implementing-eforms-without-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/guide/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/guide/notice-forms.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/guide/sdk-glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/guide/understanding-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/guide/validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/guide/visualisation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/guide/xml-generation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/metadata-driven-applications.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/notice-types/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-CEI.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-T01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-T02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-X01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-rules/notice-subtype-X02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-03.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-04.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-05.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-06.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-08.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-09.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-106.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-109.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-115.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-119.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-124.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-125.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1251.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1252.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-127.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1311.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-132.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-133.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-134.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-135.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1351.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-136.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-137.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1371.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-13710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-13711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-13712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-13713.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-13714.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-13715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-13716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-13717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-13718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-13719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1372.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-13720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-13721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-13722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1373.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1374.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1375.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1376.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1377.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1378.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1379.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-142.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-144.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-145.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1451.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-151.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1561.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-157.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-161.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-162.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-163.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-165.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-171.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-1711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-191.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-193.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-195.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-196.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-197.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-198.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-262.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-263.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-271.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-3201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-3202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-330.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-41.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-42.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-44.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-45.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-46.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-47.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-50.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-500.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-5010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-5011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-502.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-503.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-505.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-506.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-507.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-5071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-508.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-509.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-51.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-510.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-5101.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-512.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-5121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-513.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-5131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-514.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-5141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-52.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-53.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-536.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-537.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-538.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-539.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-54.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-540.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-541.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-5421.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-5422.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-5423.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-543.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-553.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-554.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-555.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-556.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-557.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-57.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-578.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-58.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-60.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-610.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-6110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-6140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-615.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-625.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-63.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-630.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-631.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-632.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-633.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-634.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-635.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-636.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-64.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-644.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-65.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-651.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-660.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-661.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-67.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-70.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-701.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-702.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-706.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-707.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-708.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-709.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-71.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-7220.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-723.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-724.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-725.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-726.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-727.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-728.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-729.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-730.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-731.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-732.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-733.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-734.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-735.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-736.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-737.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-738.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-739.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-740.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-743.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-744.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-745.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-746.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-747.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-748.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-749.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-75.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-750.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-751.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-752.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-7531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-7532.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-754.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-755.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-756.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-757.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-758.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-759.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-76.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-760.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-761.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-762.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-763.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-764.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-765.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-766.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-767.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-768.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-769.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-77.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-770.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-771.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-772.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-773.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-774.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-775.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-776.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-777.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-778.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-779.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-78.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-780.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-781.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-782.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-783.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-784.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-785.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-786.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-787.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-788.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-789.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-79.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-790.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-791.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-792.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-793.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-794.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-795.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-796.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-797.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-798.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-799.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-800.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-801.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-802.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-803.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-805.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-88.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-92.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-93.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-94.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-95.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-97.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-98.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/BT-99.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-012.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-020.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-021.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-022.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-023.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-031.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-032.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-033.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-034.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-040.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-051.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-052.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-080.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-124.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPP-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-001.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-002.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-060.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-072.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-091.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-092.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-155.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-170.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-210.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-211.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-301.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-302.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-310.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-315.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-316.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-320.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-321.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-322.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/business-terms/OPT-999.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/accelerated-procedure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/accessibility.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/applicability.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/authority-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/award-criterion-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/bri.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/brin-ecs.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/brin-eeig.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/buyer-categories.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/buyer-contracting-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/can-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/can-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/can-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/can-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/can-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/change-corrig-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/classification-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/cn-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/cn-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/cn-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/communication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/competition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/conditions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/cont-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/contract-detail.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/corporate-body.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/customer-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/cvd-contract-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/cvd-scope.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/dir-awa-pre.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/direct-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/document-distribution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/document-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/dps-usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/duration-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/duration.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/ecatalog-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/economic-operator-size.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/eea-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/eforms-buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/eforms-contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/eforms-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/eforms-currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/eforms-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/eforms-legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/einvoicing.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/entity-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/environmental-impact.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/esignature-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/esubmission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/eu-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/eu-funded.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/eu-official-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/eu-programme.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/exclusion-ground.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/form-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/framework-agreement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/gpp-criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/indicator.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/innovative-acquisition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/irregularity-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/lawful-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-cei.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-x01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis-x02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/linguistic-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/main-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/measurement-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/missing-info-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/modification-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nda.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/no-esubmission-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/non-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/non-publication-identifier.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/non-publication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/notice-purpose.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/notice-reference.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/notice-subtype.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/notice-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/number-fixed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/number-threshold.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/number-weight.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-alb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-aut-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-bel-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-bgr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-che-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-cyp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-cze-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-deu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-dnk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-esp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-est-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-fin-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-fra-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-gbr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-grc-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-hrv-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-hun-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-irl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-isl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-ita-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-lie-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-ltu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-lux-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-lva-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-mkd-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-mlt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-mne-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-nld-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-nor-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-pol-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-prt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-rou-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-srb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-svk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-svn-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-swe-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts-tur-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/nuts.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/organisation-role-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/organisation-role.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/other-place-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/period-listname.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/permission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/pin-buyer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/pin-cfc-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/pin-cfc-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/pin-only.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/pin-rtl.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/pin-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/planning.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/player-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/postcode-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-cei.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procedure-type-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/procurement-procedure-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/qu-sy.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/received-submission-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/remedy-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/requirement-stage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/reserved-execution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/reserved-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/result.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/review-body-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/review-decision-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/review-requester-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/review-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/review-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/rewards-penalties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/selection-criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/social-objective.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/social-service-cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/strategic-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/subco.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/subcontracting-allowed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/subcontracting-indication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/subcontracting-obligation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/tender-guarantee-required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/tendered-object.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/tenderlot-presentation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/timeperiod.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/transport-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/veat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/vehicle-category.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/vehicles.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/code-lists/winner-selection-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/reference/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/acronyms-and-abbreviations.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/all-in-one.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/audience.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/change-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/codelists-and-fields.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/competition-results.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/contract-modification-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/disclaimer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/documents-forms-and-notices.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/identifiers.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/introduction.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/notice-content.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/notice-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/notices-xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/other-resources.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/parties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/procedure-lot-part-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/references.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/schemas.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/terms-and-definitions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schema/withheld-publication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/schematrons/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/translations/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.9/viewer-templates/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/codelists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/efx/expression-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/efx/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/efx/template-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/efx/transpiling-efx.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/fields/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/fields/xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/guide/implementing-eforms-without-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/guide/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/guide/notice-forms.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/guide/sdk-glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/guide/understanding-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/guide/validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/guide/visualisation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/guide/xml-generation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/metadata-driven-applications.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/notice-types/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-CEI.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-T01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-T02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-X01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-rules/notice-subtype-X02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-03.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-04.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-05.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-06.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-08.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-09.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-106.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-109.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-115.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-119.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-124.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-125.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1251.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1252.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-127.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1311.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-132.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-133.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-134.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-135.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1351.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-136.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-137.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1371.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-13710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-13711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-13712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-13713.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-13714.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-13715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-13716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-13717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-13718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-13719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1372.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-13720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-13721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-13722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1373.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1374.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1375.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1376.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1377.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1378.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1379.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-142.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-144.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-145.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1451.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-151.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1561.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-157.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-161.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-162.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-163.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-165.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-171.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-1711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-191.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-193.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-195.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-196.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-197.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-198.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-262.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-263.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-271.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-3201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-3202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-330.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-41.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-42.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-44.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-45.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-46.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-47.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-50.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-500.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-5010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-5011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-502.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-503.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-505.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-506.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-507.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-5071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-508.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-509.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-51.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-510.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-5101.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-512.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-5121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-513.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-5131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-514.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-5141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-52.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-53.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-536.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-537.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-538.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-539.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-54.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-540.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-541.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-5421.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-5422.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-5423.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-543.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-553.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-554.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-555.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-556.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-557.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-57.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-578.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-58.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-60.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-610.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-6110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-6140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-615.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-625.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-63.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-630.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-631.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-632.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-633.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-634.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-635.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-636.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-64.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-644.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-65.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-651.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-660.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-661.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-67.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-70.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-701.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-702.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-706.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-707.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-708.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-709.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-71.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-7220.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-723.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-724.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-725.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-726.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-727.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-728.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-729.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-730.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-731.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-732.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-733.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-734.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-735.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-736.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-737.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-738.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-739.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-740.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-743.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-744.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-745.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-746.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-747.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-748.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-749.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-75.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-750.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-751.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-752.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-7531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-7532.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-754.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-755.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-756.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-757.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-758.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-759.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-76.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-760.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-761.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-762.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-763.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-764.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-765.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-766.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-767.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-768.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-769.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-77.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-770.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-771.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-772.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-773.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-774.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-775.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-776.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-777.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-778.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-779.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-78.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-780.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-781.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-782.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-783.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-784.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-785.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-786.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-787.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-788.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-789.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-79.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-790.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-791.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-792.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-793.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-794.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-795.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-796.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-797.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-798.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-799.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-800.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-801.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-802.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-803.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-805.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-88.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-92.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-93.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-94.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-95.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-97.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-98.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/BT-99.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-012.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-020.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-021.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-022.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-023.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-031.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-032.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-033.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-034.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-040.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-051.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-052.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-080.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPP-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-001.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-002.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-060.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-072.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-091.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-092.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-155.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-170.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-210.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-301.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-302.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-310.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-315.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-316.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-320.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-321.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-322.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/business-terms/OPT-999.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/accelerated-procedure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/accessibility.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/applicability.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/authority-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/award-criterion-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/bri.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/brin-ecs.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/brin-eeig.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/buyer-categories.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/buyer-contracting-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/can-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/can-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/can-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/can-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/can-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/change-corrig-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/change.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/classification-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/cn-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/cn-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/cn-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/communication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/competition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/conditions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/cont-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/contract-detail.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/corporate-body.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/corr.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/customer-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/cvd-contract-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/cvd-scope.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/dir-awa-pre.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/direct-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/document-distribution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/document-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/dps-usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/duration-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/duration.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/ecatalog-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/economic-operator-size.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/eea-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/eforms-buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/eforms-contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/eforms-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/eforms-currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/eforms-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/eforms-legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/einvoicing.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/entity-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/environmental-impact.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/esignature-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/esubmission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/eu-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/eu-funded.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/eu-official-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/eu-programme.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/exclusion-ground.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/form-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/framework-agreement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/gpp-criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/indicator.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/innovative-acquisition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/irregularity-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/lawful-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-cei.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-x01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis-x02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/linguistic-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/main-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/measurement-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/missing-info-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/modification-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nda.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/no-esubmission-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/non-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/non-publication-identifier.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/non-publication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/notice-purpose.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/notice-subtype.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/notice-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/number-fixed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/number-threshold.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/number-weight.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-alb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-aut-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-bel-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-bgr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-che-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-cyp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-cze-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-deu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-dnk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-esp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-est-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-fin-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-fra-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-gbr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-grc-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-hrv-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-hun-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-irl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-isl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-ita-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-lie-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-ltu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-lux-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-lva-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-mkd-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-mlt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-mne-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-nld-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-nor-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-pol-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-prt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-rou-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-srb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-svk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-svn-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-swe-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts-tur-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/nuts.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/organisation-role-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/organisation-role.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/other-place-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/period-listname.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/permission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/pin-buyer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/pin-cfc-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/pin-cfc-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/pin-only.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/pin-rtl.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/pin-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/planning.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/postcode-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-cei.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procedure-type-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/procurement-procedure-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/qu-sy.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/received-submission-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/remedy-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/requirement-stage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/reserved-execution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/reserved-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/result.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/review-body-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/review-decision-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/review-requester-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/review-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/review-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/rewards-penalties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/selection-criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/social-objective.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/social-service-cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/strategic-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/subco.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/subcontracting-allowed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/subcontracting-indication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/subcontracting-obligation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/tender-guarantee-required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/tenderlot-presentation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/timeperiod.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/transport-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/veat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/vehicle-category.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/vehicles.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/code-lists/winner-selection-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/reference/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/acronyms-and-abbreviations.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/all-in-one.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/audience.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/change-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/codelists-and-fields.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/competition-results.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/contract-modification-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/disclaimer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/documents-forms-and-notices.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/identifiers.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/introduction.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/notice-content.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/notice-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/notices-xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/other-resources.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/parties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/procedure-lot-part-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/references.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/schemas.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/terms-and-definitions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schema/withheld-publication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/schematrons/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/translations/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.8/viewer-templates/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/codelists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/efx/expression-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/efx/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/efx/template-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/efx/transpiling-efx.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/fields/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/fields/xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/guide/implementing-eforms-without-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/guide/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/guide/notice-forms.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/guide/sdk-glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/guide/understanding-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/guide/validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/guide/visualisation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/guide/xml-generation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/metadata-driven-applications.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/notice-types/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-CEI.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-T01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-T02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-X01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-rules/notice-subtype-X02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-03.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-04.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-05.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-06.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-08.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-09.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-106.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-109.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-115.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-119.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-124.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-125.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1251.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1252.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-127.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1311.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-132.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-133.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-134.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-135.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1351.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-136.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-137.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1371.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-13710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-13711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-13712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-13713.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-13714.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-13715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-13716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-13717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-13718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-13719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1372.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-13720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-13721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-13722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1373.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1374.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1375.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1376.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1377.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1378.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1379.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-142.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-144.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-145.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1451.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-151.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1561.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-157.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-161.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-162.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-163.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-165.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-171.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-1711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-191.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-193.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-195.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-196.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-197.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-198.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-262.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-263.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-271.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-3201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-3202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-330.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-41.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-42.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-44.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-45.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-46.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-47.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-50.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-500.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-5010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-5011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-502.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-503.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-505.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-506.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-507.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-5071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-508.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-509.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-51.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-510.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-5101.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-512.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-5121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-513.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-5131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-514.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-5141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-52.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-53.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-536.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-537.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-538.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-539.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-54.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-540.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-541.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-5421.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-5422.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-5423.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-543.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-553.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-554.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-555.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-556.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-557.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-57.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-578.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-58.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-60.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-610.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-6110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-6140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-615.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-625.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-63.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-630.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-631.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-632.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-633.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-634.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-635.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-636.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-64.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-644.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-65.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-651.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-660.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-661.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-67.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-70.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-701.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-702.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-706.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-707.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-708.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-709.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-71.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-7220.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-723.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-724.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-725.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-726.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-727.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-728.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-729.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-730.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-731.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-732.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-733.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-734.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-735.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-736.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-737.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-738.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-739.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-740.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-743.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-744.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-745.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-746.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-747.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-748.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-749.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-75.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-750.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-751.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-752.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-7531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-7532.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-754.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-755.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-756.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-757.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-758.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-759.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-76.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-760.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-761.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-762.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-763.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-764.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-765.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-766.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-767.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-768.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-769.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-77.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-770.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-771.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-772.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-773.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-774.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-775.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-776.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-777.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-778.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-779.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-78.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-780.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-781.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-782.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-783.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-784.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-785.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-786.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-787.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-788.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-789.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-79.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-790.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-791.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-792.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-793.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-794.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-795.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-796.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-797.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-798.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-799.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-800.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-801.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-802.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-803.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-805.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-88.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-92.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-93.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-94.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-95.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-97.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-98.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/BT-99.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-012.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-020.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-021.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-022.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-023.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-031.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-032.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-033.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-034.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-040.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-051.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-052.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-080.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPP-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-001.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-002.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-060.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-072.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-091.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-092.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-155.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-170.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-210.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-301.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-302.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-310.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-315.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-316.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-320.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-321.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-322.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/business-terms/OPT-999.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/accelerated-procedure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/accessibility.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/applicability.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/authority-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/award-criterion-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/bri.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/brin-ecs.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/brin-eeig.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/buyer-categories.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/buyer-contracting-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/can-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/can-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/can-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/can-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/can-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/change-corrig-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/change.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/classification-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/cn-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/cn-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/cn-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/communication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/competition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/conditions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/cont-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/contract-detail.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/corporate-body.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/corr.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/customer-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/cvd-contract-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/cvd-scope.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/dir-awa-pre.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/direct-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/document-distribution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/document-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/dps-usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/duration-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/duration.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/ecatalog-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/economic-operator-size.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/eea-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/eforms-buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/eforms-contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/eforms-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/eforms-currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/eforms-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/eforms-legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/einvoicing.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/entity-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/environmental-impact.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/esignature-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/esubmission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/eu-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/eu-funded.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/eu-official-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/eu-programme.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/exclusion-ground.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/form-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/framework-agreement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/gpp-criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/indicator.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/innovative-acquisition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/irregularity-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/lawful-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-cei.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-x01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis-x02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/linguistic-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/main-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/measurement-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/missing-info-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/modification-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nda.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/no-esubmission-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/non-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/non-publication-identifier.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/non-publication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/notice-purpose.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/notice-subtype.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/notice-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/number-fixed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/number-threshold.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/number-weight.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-alb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-aut-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-bel-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-bgr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-che-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-cyp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-cze-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-deu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-dnk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-esp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-est-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-fin-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-fra-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-gbr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-grc-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-hrv-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-hun-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-irl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-isl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-ita-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-lie-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-ltu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-lux-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-lva-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-mkd-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-mlt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-mne-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-nld-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-nor-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-pol-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-prt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-rou-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-srb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-svk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-svn-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-swe-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts-tur-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/nuts.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/organisation-role-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/organisation-role.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/other-place-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/period-listname.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/permission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/pin-buyer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/pin-cfc-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/pin-cfc-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/pin-only.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/pin-rtl.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/pin-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/planning.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/postcode-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-cei.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procedure-type-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/procurement-procedure-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/qu-sy.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/received-submission-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/remedy-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/requirement-stage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/reserved-execution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/reserved-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/result.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/review-body-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/review-decision-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/review-requester-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/review-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/review-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/rewards-penalties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/selection-criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/social-objective.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/social-service-cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/strategic-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/subco.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/subcontracting-allowed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/subcontracting-indication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/subcontracting-obligation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/tender-guarantee-required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/tenderlot-presentation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/timeperiod.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/transport-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/veat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/vehicle-category.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/vehicles.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/code-lists/winner-selection-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/reference/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/acronyms-and-abbreviations.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/all-in-one.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/audience.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/change-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/codelists-and-fields.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/competition-results.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/contract-modification-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/disclaimer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/documents-forms-and-notices.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/identifiers.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/introduction.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/notice-content.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/notice-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/notices-xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/other-resources.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/parties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/procedure-lot-part-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/references.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/schemas.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/terms-and-definitions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schema/withheld-publication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/schematrons/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/translations/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.7/viewer-templates/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/codelists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/efx/expression-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/efx/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/efx/template-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/efx/transpiling-efx.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/fields/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/fields/xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/guide/implementing-eforms-without-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/guide/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/guide/notice-forms.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/guide/sdk-glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/guide/understanding-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/guide/validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/guide/visualisation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/guide/xml-generation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/metadata-driven-applications.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/notice-types/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-CEI.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-T01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-T02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-X01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-rules/notice-subtype-X02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-03.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-04.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-05.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-06.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-08.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-09.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-106.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-109.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-115.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-119.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-124.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-125.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1251.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1252.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-127.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1311.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-132.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-133.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-134.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-135.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1351.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-136.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-137.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1371.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-13710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-13711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-13712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-13713.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-13714.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-13715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-13716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-13717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-13718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-13719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1372.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-13720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-13721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-13722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1373.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1374.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1375.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1376.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1377.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1378.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1379.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-142.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-144.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-145.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1451.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-151.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1561.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-157.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-161.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-162.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-163.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-165.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-171.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-1711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-191.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-193.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-195.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-196.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-197.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-198.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-262.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-263.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-271.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-3201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-3202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-330.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-41.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-42.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-44.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-45.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-46.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-47.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-50.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-500.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-5010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-5011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-502.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-503.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-505.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-506.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-507.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-5071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-508.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-509.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-51.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-510.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-5101.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-512.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-5121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-513.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-5131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-514.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-5141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-52.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-53.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-536.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-537.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-538.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-539.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-54.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-540.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-541.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-5421.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-5422.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-5423.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-543.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-553.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-554.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-555.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-556.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-557.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-57.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-578.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-58.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-60.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-610.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-6110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-6140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-615.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-625.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-63.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-630.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-631.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-632.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-633.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-634.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-635.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-636.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-64.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-644.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-65.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-651.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-660.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-661.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-67.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-70.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-701.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-702.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-706.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-707.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-708.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-709.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-71.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-7220.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-723.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-724.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-725.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-726.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-727.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-728.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-729.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-730.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-731.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-732.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-733.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-734.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-735.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-736.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-737.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-738.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-739.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-740.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-743.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-744.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-745.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-746.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-747.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-748.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-749.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-75.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-750.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-751.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-752.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-7531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-7532.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-754.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-755.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-756.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-757.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-758.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-759.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-76.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-760.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-761.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-762.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-763.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-764.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-765.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-766.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-767.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-768.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-769.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-77.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-770.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-771.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-772.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-773.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-774.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-775.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-776.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-777.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-778.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-779.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-78.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-780.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-781.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-782.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-783.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-784.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-785.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-786.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-787.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-788.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-789.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-79.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-790.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-791.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-792.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-793.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-794.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-795.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-796.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-797.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-798.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-799.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-800.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-801.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-802.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-803.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-805.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-88.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-92.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-93.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-94.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-95.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-97.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-98.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/BT-99.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-012.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-020.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-021.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-022.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-023.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-031.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-032.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-033.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-034.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-040.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-051.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-052.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-080.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPP-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-001.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-002.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-072.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-091.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-092.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-155.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-170.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-210.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-301.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-302.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-310.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-315.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-316.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-320.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-321.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-322.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/business-terms/OPT-999.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/accelerated-procedure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/accessibility.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/applicability.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/authority-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/award-criterion-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/bri.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/brin-ecs.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/brin-eeig.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/buyer-categories.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/buyer-contracting-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/can-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/can-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/can-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/can-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/can-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/change-corrig-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/change.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/classification-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/cn-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/cn-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/cn-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/communication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/competition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/conditions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/cont-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/contract-detail.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/corr.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/customer-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/cvd-contract-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/cvd-scope.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/dir-awa-pre.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/direct-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/document-distribution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/document-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/dps-usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/duration-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/duration.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/ecatalog-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/economic-operator-size.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/eea-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/eforms-buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/eforms-contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/eforms-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/eforms-currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/eforms-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/eforms-legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/einvoicing.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/entity-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/environmental-impact.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/esignature-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/esubmission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/eu-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/eu-funded.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/eu-official-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/eu-programme.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/exclusion-ground.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/form-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/framework-agreement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/gpp-criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/indicator.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/innovative-acquisition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/irregularity-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/lawful-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-cei.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-x01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis-x02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/linguistic-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/main-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/measurement-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/missing-info-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/modification-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nda.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/no-esubmission-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/non-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/non-publication-identifier.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/non-publication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/notice-purpose.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/notice-subtype.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/notice-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/number-fixed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/number-threshold.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/number-weight.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-alb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-aut-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-bel-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-bgr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-che-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-cyp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-cze-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-deu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-dnk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-esp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-est-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-fin-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-fra-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-gbr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-grc-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-hrv-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-hun-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-irl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-isl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-ita-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-lie-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-ltu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-lux-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-lva-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-mkd-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-mlt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-mne-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-nld-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-nor-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-pol-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-prt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-rou-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-srb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-svk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-svn-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-swe-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts-tur-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/nuts.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/organisation-role-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/organisation-role.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/other-place-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/period-listname.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/permission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/pin-buyer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/pin-cfc-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/pin-cfc-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/pin-only.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/pin-rtl.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/pin-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/planning.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/postcode-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-cei.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procedure-type-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/procurement-procedure-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/qu-sy.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/received-submission-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/remedy-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/requirement-stage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/reserved-execution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/reserved-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/result.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/review-body-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/review-decision-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/review-requester-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/review-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/review-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/rewards-penalties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/selection-criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/social-objective.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/social-service-cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/strategic-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/subco.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/subcontracting-allowed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/subcontracting-indication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/subcontracting-obligation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/tender-guarantee-required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/tenderlot-presentation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/timeperiod.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/transport-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/veat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/vehicle-category.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/vehicles.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/code-lists/winner-selection-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/reference/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/acronyms-and-abbreviations.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/all-in-one.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/audience.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/change-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/codelists-and-fields.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/competition-results.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/contract-modification-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/disclaimer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/documents-forms-and-notices.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/identifiers.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/introduction.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/notice-content.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/notice-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/notices-xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/other-resources.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/parties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/procedure-lot-part-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/references.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/schemas.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/terms-and-definitions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schema/withheld-publication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/schematrons/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/translations/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.6/viewer-templates/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/codelists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/efx/expression-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/efx/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/efx/template-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/efx/transpiling-efx.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/fields/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/fields/xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/guide/implementing-eforms-without-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/guide/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/guide/notice-forms.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/guide/sdk-glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/guide/understanding-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/guide/validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/guide/visualisation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/guide/xml-generation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/metadata-driven-applications.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/notice-types/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-CEI.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-T01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-T02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-X01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-rules/notice-subtype-X02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-03.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-04.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-05.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-06.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-08.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-09.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-106.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-109.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-115.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-119.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-124.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-125.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1251.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1252.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-127.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1311.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-132.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-133.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-134.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-135.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1351.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-136.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-137.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1371.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-13710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-13711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-13712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-13713.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-13714.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-13715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-13716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-13717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-13718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-13719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1372.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-13720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-13721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-13722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1373.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1374.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1375.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1376.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1377.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1378.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1379.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-142.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-144.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-145.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1451.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-151.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1561.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-157.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-161.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-162.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-163.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-165.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-171.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-1711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-191.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-193.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-195.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-196.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-197.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-198.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-262.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-263.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-271.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-3201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-3202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-330.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-41.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-42.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-44.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-45.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-46.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-47.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-50.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-500.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-5010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-5011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-502.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-503.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-505.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-506.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-507.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-5071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-508.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-509.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-51.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-510.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-5101.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-512.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-5121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-513.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-5131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-514.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-5141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-52.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-53.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-536.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-537.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-538.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-539.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-54.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-540.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-541.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-5421.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-5422.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-5423.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-543.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-553.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-554.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-555.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-556.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-557.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-57.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-578.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-58.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-60.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-610.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-6110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-6140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-615.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-625.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-63.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-630.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-631.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-632.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-633.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-634.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-635.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-636.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-64.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-644.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-65.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-651.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-660.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-661.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-67.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-70.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-701.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-702.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-706.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-707.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-708.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-709.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-71.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-7220.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-723.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-724.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-725.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-726.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-727.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-728.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-729.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-730.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-731.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-732.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-733.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-734.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-735.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-736.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-737.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-738.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-739.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-740.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-743.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-744.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-745.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-746.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-747.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-748.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-749.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-75.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-750.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-751.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-752.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-7531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-7532.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-754.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-755.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-756.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-757.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-758.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-759.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-76.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-760.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-761.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-762.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-763.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-764.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-765.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-766.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-767.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-768.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-769.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-77.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-770.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-771.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-772.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-773.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-774.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-775.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-776.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-777.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-778.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-779.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-78.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-780.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-781.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-782.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-783.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-784.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-785.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-786.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-787.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-788.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-789.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-79.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-790.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-791.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-792.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-793.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-794.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-795.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-796.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-797.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-798.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-799.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-800.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-801.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-802.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-803.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-805.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-88.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-92.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-93.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-94.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-95.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-97.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-98.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/BT-99.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-012.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-020.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-021.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-022.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-023.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-031.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-032.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-033.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-034.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-040.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-051.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-052.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-080.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPP-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-001.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-002.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-072.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-091.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-092.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-155.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-170.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-210.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-301.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-302.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-310.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-315.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-316.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-320.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-321.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-322.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/business-terms/OPT-999.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/accelerated-procedure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/accessibility.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/applicability.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/authority-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/award-criterion-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/bri.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/brin-ecs.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/brin-eeig.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/buyer-categories.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/buyer-contracting-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/can-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/can-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/can-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/can-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/can-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/change-corrig-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/change.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/classification-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/cn-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/cn-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/cn-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/communication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/competition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/conditions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/cont-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/contract-detail.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/corr.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/customer-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/cvd-contract-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/cvd-scope.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/dir-awa-pre.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/direct-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/document-distribution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/document-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/dps-usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/duration-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/duration.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/ecatalog-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/economic-operator-size.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/eea-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/eforms-buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/eforms-contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/eforms-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/eforms-currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/eforms-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/eforms-legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/einvoicing.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/entity-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/environmental-impact.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/esignature-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/esubmission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/eu-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/eu-funded.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/eu-official-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/eu-programme.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/exclusion-ground.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/form-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/framework-agreement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/gpp-criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/indicator.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/innovative-acquisition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/irregularity-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/lawful-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-cei.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-x01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis-x02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/linguistic-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/main-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/measurement-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/missing-info-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/modification-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nda.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/no-esubmission-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/non-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/non-publication-identifier.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/non-publication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/notice-purpose.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/notice-subtype.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/notice-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/number-fixed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/number-threshold.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/number-weight.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-alb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-aut-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-bel-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-bgr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-che-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-cyp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-cze-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-deu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-dnk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-esp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-est-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-fin-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-fra-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-gbr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-grc-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-hrv-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-hun-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-irl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-isl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-ita-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-lie-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-ltu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-lux-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-lva-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-mkd-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-mlt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-mne-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-nld-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-nor-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-pol-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-prt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-rou-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-srb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-svk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-svn-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-swe-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts-tur-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/nuts.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/organisation-role-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/organisation-role.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/other-place-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/period-listname.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/permission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/pin-buyer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/pin-cfc-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/pin-cfc-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/pin-only.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/pin-rtl.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/pin-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/planning.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/postcode-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-cei.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procedure-type-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/procurement-procedure-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/qu-sy.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/received-submission-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/remedy-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/requirement-stage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/reserved-execution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/reserved-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/result.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/review-body-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/review-decision-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/review-requester-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/review-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/review-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/rewards-penalties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/selection-criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/social-objective.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/social-service-cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/strategic-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/subco.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/subcontracting-allowed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/subcontracting-indication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/subcontracting-obligation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/tender-guarantee-required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/tenderlot-presentation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/timeperiod.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/transport-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/veat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/vehicle-category.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/vehicles.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/code-lists/winner-selection-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/reference/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/acronyms-and-abbreviations.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/all-in-one.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/audience.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/change-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/codelists-and-fields.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/competition-results.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/contract-modification-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/disclaimer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/documents-forms-and-notices.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/identifiers.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/introduction.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/notice-content.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/notice-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/notices-xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/other-resources.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/parties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/procedure-lot-part-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/references.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/schemas.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/terms-and-definitions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/schema/withheld-publication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/translations/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.5/viewer-templates/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/codelists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/efx/expression-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/efx/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/efx/template-syntax.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/efx/transpiling-efx.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/fields/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/fields/xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/guide/implementing-eforms-without-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/guide/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/guide/notice-forms.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/guide/sdk-glossary.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/guide/understanding-the-sdk.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/guide/validation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/guide/visualisation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/guide/xml-generation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/metadata-driven-applications.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/notice-types/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-CEI.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-T01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-T02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-X01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-rules/notice-subtype-X02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-03.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-04.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-05.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-06.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-08.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-09.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-106.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-109.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-115.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-118.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-119.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-124.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-125.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1251.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1252.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-127.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1311.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-132.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-133.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-134.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-135.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1351.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-136.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-137.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1371.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-13710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-13711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-13712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-13713.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-13714.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-13715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-13716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-13717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-13718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-13719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1372.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-13720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-13721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-13722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1373.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1374.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1375.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1376.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1377.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1378.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1379.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-142.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-144.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-145.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1451.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-151.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1561.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-157.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-161.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-162.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-163.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-165.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-171.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-1711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-191.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-193.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-195.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-196.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-197.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-198.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-262.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-263.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-271.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-3201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-3202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-330.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-41.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-42.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-44.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-45.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-46.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-47.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-50.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-500.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-501.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-5010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-5011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-502.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-503.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-505.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-506.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-507.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-5071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-508.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-509.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-51.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-510.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-5101.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-512.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-5121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-513.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-5131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-514.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-5141.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-52.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-53.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-536.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-537.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-538.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-539.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-54.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-540.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-541.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-5421.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-5422.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-5423.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-543.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-553.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-554.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-555.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-556.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-557.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-57.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-578.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-58.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-60.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-610.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-6110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-6140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-615.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-625.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-63.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-630.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-631.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-632.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-633.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-634.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-635.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-636.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-64.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-644.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-65.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-651.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-660.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-661.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-67.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-70.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-701.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-702.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-706.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-707.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-708.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-709.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-71.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-710.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-711.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-712.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-715.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-716.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-717.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-718.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-719.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-720.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-721.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-722.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-7220.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-723.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-724.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-725.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-726.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-727.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-728.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-729.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-730.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-731.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-732.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-733.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-734.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-735.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-736.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-737.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-738.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-739.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-740.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-743.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-744.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-745.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-746.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-747.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-748.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-749.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-75.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-750.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-751.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-752.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-7531.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-7532.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-754.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-755.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-756.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-757.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-758.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-759.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-76.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-760.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-761.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-762.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-763.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-764.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-765.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-766.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-767.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-768.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-769.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-77.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-770.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-771.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-772.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-773.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-774.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-775.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-776.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-777.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-778.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-779.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-78.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-780.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-781.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-782.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-783.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-784.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-785.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-786.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-787.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-788.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-789.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-79.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-790.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-791.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-792.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-793.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-794.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-795.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-796.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-797.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-798.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-799.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-800.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-801.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-802.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-803.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-805.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-88.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-92.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-93.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-94.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-95.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-97.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-98.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/BT-99.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-010.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-011.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-012.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-020.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-021.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-022.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-023.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-031.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-032.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-033.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-034.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-040.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-051.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-052.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-080.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-105.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-121.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-122.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-123.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPP-131.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-001.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-002.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-030.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-050.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-070.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-071.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-072.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-090.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-091.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-092.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-100.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-110.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-111.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-112.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-113.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-120.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-130.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-140.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-150.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-155.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-156.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-160.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-170.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-200.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-201.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-202.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-210.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-300.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-301.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-302.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-310.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-315.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-316.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-320.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-321.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-322.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/business-terms/OPT-999.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/accelerated-procedure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/accessibility.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/applicability.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/authority-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/award-criterion-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/bri.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/brin-ecs.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/brin-eeig.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/buyer-categories.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/buyer-contracting-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/can-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/can-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/can-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/can-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/can-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/change-corrig-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/change.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/classification-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/cn-desg.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/cn-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/cn-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/communication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/competition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/conditions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/cont-modif.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/contract-detail.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/corr.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/customer-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/cvd-contract-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/cvd-scope.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/dir-awa-pre.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/direct-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/document-distribution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/document-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/dps-usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/duration-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/duration.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/ecatalog-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/economic-operator-size.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/eea-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/eforms-buyer-legal-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/eforms-contract-nature.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/eforms-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/eforms-currency.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/eforms-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/eforms-legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/einvoicing.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/entity-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/environmental-impact.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/esignature-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/esubmission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/eu-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/eu-funded.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/eu-official-language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/eu-programme.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/exclusion-ground.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/form-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/framework-agreement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/gpp-criteria.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/indicator.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/innovative-acquisition.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/irregularity-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/language.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/lawful-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-15.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-38.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-39.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-40.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-6.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-cei.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-x01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis-x02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/legal-basis.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/linguistic-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/main-activity.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/measurement-unit.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/missing-info-submission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/modification-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nda.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/no-esubmission-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/non-award-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/non-publication-identifier.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/non-publication-justification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/notice-purpose.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/notice-subtype.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/notice-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/number-fixed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/number-threshold.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/number-weight.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-alb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-aut-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-bel-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-bgr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-che-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-cyp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-cze-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-deu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-dnk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-esp-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-est-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-fin-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-fra-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-gbr-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-grc-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-hrv-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-hun-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-irl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-isl-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-ita-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-lie-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-ltu-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-lux-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-lva-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-mkd-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-mlt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-mne-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-nld-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-nor-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-pol-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-prt-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-rou-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-srb-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-svk-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-svn-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-swe-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts-tur-lvl3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/nuts.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/organisation-role-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/organisation-role.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/other-place-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/period-listname.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/permission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/pin-buyer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/pin-cfc-social.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/pin-cfc-standard.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/pin-only.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/pin-rtl.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/pin-tran.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/planning.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/postcode-country.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-10.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-11.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-12.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-13.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-14.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-16.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-17.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-18.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-19.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-20.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-21.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-22.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-23.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-24.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-25.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-26.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-27.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-28.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-29.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-30.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-31.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-32.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-33.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-34.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-35.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-36.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-37.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-7.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-8.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-9.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-cei.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-e1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-e2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-e3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-e4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-e5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-t01.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procedure-type-t02.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/procurement-procedure-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/qu-sy.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/received-submission-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/remedy-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/requirement-stage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/reserved-execution.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/reserved-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/result.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/review-body-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/review-decision-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/review-requester-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/review-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/review-type.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/rewards-penalties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/selection-criterion.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/social-objective.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/social-service-cpv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/strategic-procurement.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/subco.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/subcontracting-allowed.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/subcontracting-indication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/subcontracting-obligation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/tender-guarantee-required.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/tenderlot-presentation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/timeperiod.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/transport-service.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/usage.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/veat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/vehicle-category.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/vehicles.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/code-lists/winner-selection-status.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/reference/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/acronyms-and-abbreviations.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/all-in-one.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/audience.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/change-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/codelists-and-fields.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/competition-results.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/contract-modification-notice.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/disclaimer.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/documents-forms-and-notices.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/identifiers.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/introduction.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/notice-content.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/notice-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/notices-xml-structure.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/other-resources.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/parties.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/procedure-lot-part-information.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/references.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/schemas.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/terms-and-definitions.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/schema/withheld-publication.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/translations/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/eforms/1.4/viewer-templates/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z diff --git a/sitemap-epo-home.xml b/sitemap-epo-home.xml index c6d9ef3a73d..3c9ef4a2289 100644 --- a/sitemap-epo-home.xml +++ b/sitemap-epo-home.xml @@ -2,122 +2,122 @@ https://docs.ted.europa.eu/epo-home/examples/ex1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/examples/ex2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/guide.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/guides/conceptualModelGuide.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/guides/glossaryGuide.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/guides/moduleGuide.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/history.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/methodology2024.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/motivation.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/REFcharter.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/REFePO_Arch_Design.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/REFlandscaping.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/REFmetgovman.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/REFreferences.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/REFspecification.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/REFuml2owl_2020.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/REFumlconv2020.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/showcase/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/showcase/sc_espd.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/showcase/sc_m2o.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/showcase/sc_pipeline.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/showcase/sc_ppds.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/showcase/sc_queries.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/stories_eAccess.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/stories_eInvoicing.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/stories_eSubmission.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/stories.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/TBDFAQ.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-home/versioning.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z diff --git a/sitemap-epo-wf.xml b/sitemap-epo-wf.xml index de88d79a720..e94c60fb00e 100644 --- a/sitemap-epo-wf.xml +++ b/sitemap-epo-wf.xml @@ -2,66 +2,66 @@ https://docs.ted.europa.eu/epo-wf/Business%20Process%20workflow/businessProcessOverview.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wf/Business%20Process%20workflow/businessProcessWorkflowIndex.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wf/Business%20Process%20workflow/stage1/stage1.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wf/Business%20Process%20workflow/stage2/stage2.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wf/Business%20Process%20workflow/stage3/stage3.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wf/Business%20Process%20workflow/stage4/stage4.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wf/Business%20Process%20workflow/stage5/stage5.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wf/Business%20Process%20workflow/stakeholders.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wf/GitHub%20repositories/githubRepositories.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wf/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wf/legend.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wf/methodology/archimateElements.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wf/methodology/methodologyIndex.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wf/methodology/SDA.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wf/methodology/workflowAsEA.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wf/SDS%20and%20related%20artefacts/SDSmodel2owl.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z diff --git a/sitemap-epo-wgm.xml b/sitemap-epo-wgm.xml index 78a4cb8bb61..07a359b475e 100644 --- a/sitemap-epo-wgm.xml +++ b/sitemap-epo-wgm.xml @@ -2,1374 +2,1374 @@ https://docs.ted.europa.eu/epo-wgm/cumulative.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/ePO_11th_WGM_report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/ePO_12th_WGM_report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/ePO_13th_WGM_report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/ePO_July_2024_WGM_report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/ePO_Q2_2023_WGM.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/indiv.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/Note_taking.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-10-22-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-10-24-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-10-29-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-10-31-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-11-05-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-11-07-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-11-11-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-11-12-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-11-21-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-11-22-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-11-26-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-11-28-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-12-03-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-12-05-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-12-10-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-12-12-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-12-17-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2019-12-19-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-01-07-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-01-09-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-01-14-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-01-16-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-01-21-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-01-28-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-01-30-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-02-06-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-02-11-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-02-13-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-02-20-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-02-25-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-02-26-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-02-27-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-03-03-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-03-05-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-03-10-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-03-12-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-03-17-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-03-19-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-03-26-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-04-02-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-04-07-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-04-17-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-04-21-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-04-23-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-04-28-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-04-30-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-05-07-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-05-12-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-05-14-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-05-26-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-05-28-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-06-02-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-06-04-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-06-11-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-06-18-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-06-25-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-06-30-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-07-02-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-07-16-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-07-23-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-07-28-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-07-30-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-09-01-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-09-03-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-09-08-wgm-tc440.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-09-08-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-09-10-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-09-15-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-09-17-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-09-22-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-09-29-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-10-01-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-10-06-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-10-08-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-10-13-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-10-15-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-10-20-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-10-22-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-10-27-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-10-29-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-11-03-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-11-05-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-11-10-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-11-12-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-11-17-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-11-19-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-11-24-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-11-26-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-12-01-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-12-03-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-12-10-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-12-15-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2020-12-17-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-01-07-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-01-12-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-01-14-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-01-19-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-01-21-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-01-26-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-01-28-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-02-02-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-02-04-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-02-09-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-02-11-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-02-16-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-02-18-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-02-23-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-02-25-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-03-02-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-03-04-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-03-09-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-03-11-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-03-16-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-03-23-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-03-25-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-04-13-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-04-15-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-04-20-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-04-22-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-04-27-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-04-29-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-05-04-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-05-06-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-05-11-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-05-18-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-05-25-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-05-27-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-06-01-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-06-03-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-06-10-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-07-06-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-07-20-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-07-22-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-07-27-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-08-17-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-08-31-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-09-02-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-09-21-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-09-30-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-10-05-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-10-07-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-10-12-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-10-14-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-10-19-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-10-21-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-10-26-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-10-28-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-11-04-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-11-09-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-11-11-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-11-16-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-11-18-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-12-07-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-12-14-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2021-12-16-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-01-11-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-01-18-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-01-20-ecat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-01-25-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-01-27-ecat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-02-01-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-02-08-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-02-15-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-02-22-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-02-24-ecat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-03-01-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-03-08-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-03-10-ecat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-03-15-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-03-22-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-04-05-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-04-07-ecat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-04-12-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-05-05-ecat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-05-10-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-05-17-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-05-19-ecat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-05-24-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-06-02-ecat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-06-07-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-06-14-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-06-16-ecat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-06-21-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-06-30-ecat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-07-05-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-07-06-eord-kick-off.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-07-12-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-07-14-ecat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-07-19-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-07-21-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-07-26-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-07-28-ecat.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-08-02-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-08-09-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-08-11-eful.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-08-16-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-08-23-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-08-25-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-08-30-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-09-06-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-09-08-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-09-13-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-09-27-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-10-04-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-10-06-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-10-11-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-10-18-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-10-20-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-10-25-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-11-03-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-11-08-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-11-15-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-11-17-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-11-22-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-11-29-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-12-01-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-12-13-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2022-12-15-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-01-10-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-01-12-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-01-17-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-01-24-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-01-26-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-01-31-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-02-07-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-02-09-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-02-14-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-02-21-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-02-23-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-02-28-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-03-02-eful.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-03-07-eful.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-03-14-eful.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-03-21-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-03-23-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-03-24-eful.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-03-28-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-03-30-eful.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-04-04-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-04-11-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-04-20-eord.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-04-25-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-04-27-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-05-02-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-05-04-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-05-16-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-05-23-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-05-30-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-06-01-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-06-13-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-06-20-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-07-04-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-08-01-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-08-22-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-08-29-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-09-05-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-09-12-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-09-21-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-09-26-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-10-03-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-10-05-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-10-10-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-10-12-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-10-24-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-10-31-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-11-07-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-11-21-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-11-28-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-12-12-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2023-12-14-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-01-16-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-01-18-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-01-23-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-01-25-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-01-30-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-02-01-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-02-06-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-02-08-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-02-13-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-02-15-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-02-20-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-02-22-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-02-27-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-02-29-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-03-05-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-03-07-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-03-12-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-03-14-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-03-19-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-03-21-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-03-26-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-05-02-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-05-07-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-05-14-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-05-16-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-05-21-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-05-23-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-05-30-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-06-06-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-06-18-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-06-20-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-06-25-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-06-26-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-07-02-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-07-04-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-07-09-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-07-11-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-07-16-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-07-18-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-10-01-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-10-08-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-10-10-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-10-15-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-10-17-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-10-22-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-10-24-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-10-29-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-10-31-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-11-05-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-11-07-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-11-19-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-11-21-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-11-26-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-11-28-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-12-10-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-12-12-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/notes/2024-12-17-wgm.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/wgm-2019.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/wgm-2020.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/wgm-2021.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/wgm-2022.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/wgm-2023.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/wgm-2024.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/epo-wgm/wider.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z diff --git a/sitemap-espd-home.xml b/sitemap-espd-home.xml index 5b5943c0e74..f1add6f3a03 100644 --- a/sitemap-espd-home.xml +++ b/sitemap-espd-home.xml @@ -2,30 +2,30 @@ https://docs.ted.europa.eu/espd-home/demo.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-home/external.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-home/history.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-home/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-home/laws.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-home/release_notes.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-home/supporting.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z diff --git a/sitemap-espd-wgm.xml b/sitemap-espd-wgm.xml index f2ac50c2751..cd3eeba3bc6 100644 --- a/sitemap-espd-wgm.xml +++ b/sitemap-espd-wgm.xml @@ -2,102 +2,102 @@ https://docs.ted.europa.eu/espd-wgm/2020.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/2021.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/2022_ESPD%20Annual%20Seminar%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/2022.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20220331_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20220428_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20220616_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20220928_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20221027_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/2023.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20230126_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20230223_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20230323_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20230427_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20230629_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20230921_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20231026_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20240229_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20240424_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20240627_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/20241001_OUC%20meeting%20report.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/annual.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/monthly.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z https://docs.ted.europa.eu/espd-wgm/wgm_style_sample.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z diff --git a/sitemap-home.xml b/sitemap-home.xml index 7dca2b801d5..956b73e94ca 100644 --- a/sitemap-home.xml +++ b/sitemap-home.xml @@ -2,6 +2,6 @@ https://docs.ted.europa.eu/home/index.html -2025-01-08T11:40:41.543Z +2025-01-10T15:31:59.793Z

    TED API