From 21a3ae7c59f759ad5948451b799c5e7414aabd46 Mon Sep 17 00:00:00 2001 From: odscjen Date: Mon, 18 Nov 2024 15:02:36 +0000 Subject: [PATCH 1/4] docs/schema/: create individual pages for all codelists --- docs/schema/codelists.md | 353 ++---------------- docs/schema/codelists/awardCriteria.md | 14 + docs/schema/codelists/awardFinalStatus.md | 11 + docs/schema/codelists/awardStatus.md | 11 + docs/schema/codelists/classificationScheme.md | 10 + docs/schema/codelists/contractFinalStatus.md | 11 + docs/schema/codelists/contractStatus.md | 11 + docs/schema/codelists/country.md | 13 + docs/schema/codelists/currency.md | 13 + docs/schema/codelists/documentType.md | 14 + .../codelists/extendedProcurementCategory.md | 13 + docs/schema/codelists/initiationType.md | 11 + docs/schema/codelists/language.md | 13 + docs/schema/codelists/linkRelationType.md | 13 + docs/schema/codelists/mediaType.md | 13 + docs/schema/codelists/method.md | 14 + docs/schema/codelists/milestoneStatus.md | 12 + docs/schema/codelists/milestoneType.md | 13 + .../codelists/organizationIdentifierScheme.md | 13 + docs/schema/codelists/partyRole.md | 13 + docs/schema/codelists/partyScale.md | 24 ++ docs/schema/codelists/procurementCategory.md | 13 + docs/schema/codelists/relatedProcess.md | 23 ++ docs/schema/codelists/relatedProcessScheme.md | 13 + docs/schema/codelists/releaseTag.md | 16 + docs/schema/codelists/submissionMethod.md | 13 + docs/schema/codelists/tenderFinalStatus.md | 11 + docs/schema/codelists/tenderStatus.md | 15 + .../codelists/unitClassificationScheme.md | 13 + 29 files changed, 405 insertions(+), 325 deletions(-) create mode 100644 docs/schema/codelists/awardCriteria.md create mode 100644 docs/schema/codelists/awardFinalStatus.md create mode 100644 docs/schema/codelists/awardStatus.md create mode 100644 docs/schema/codelists/classificationScheme.md create mode 100644 docs/schema/codelists/contractFinalStatus.md create mode 100644 docs/schema/codelists/contractStatus.md create mode 100644 docs/schema/codelists/country.md create mode 100644 docs/schema/codelists/currency.md create mode 100644 docs/schema/codelists/documentType.md create mode 100644 docs/schema/codelists/extendedProcurementCategory.md create mode 100644 docs/schema/codelists/initiationType.md create mode 100644 docs/schema/codelists/language.md create mode 100644 docs/schema/codelists/linkRelationType.md create mode 100644 docs/schema/codelists/mediaType.md create mode 100644 docs/schema/codelists/method.md create mode 100644 docs/schema/codelists/milestoneStatus.md create mode 100644 docs/schema/codelists/milestoneType.md create mode 100644 docs/schema/codelists/organizationIdentifierScheme.md create mode 100644 docs/schema/codelists/partyRole.md create mode 100644 docs/schema/codelists/partyScale.md create mode 100644 docs/schema/codelists/procurementCategory.md create mode 100644 docs/schema/codelists/relatedProcess.md create mode 100644 docs/schema/codelists/relatedProcessScheme.md create mode 100644 docs/schema/codelists/releaseTag.md create mode 100644 docs/schema/codelists/submissionMethod.md create mode 100644 docs/schema/codelists/tenderFinalStatus.md create mode 100644 docs/schema/codelists/tenderStatus.md create mode 100644 docs/schema/codelists/unitClassificationScheme.md diff --git a/docs/schema/codelists.md b/docs/schema/codelists.md index bd3dc7bc6..7bc052fad 100644 --- a/docs/schema/codelists.md +++ b/docs/schema/codelists.md @@ -16,355 +16,58 @@ The release schema, in [JSON Schema](../../build/current_lang/release-schema.jso Codes are case-sensitive, and are generally provided as English language camelCase. Codes must not be translated, though the OCDS team will work with publishers to translate code titles and definitions. -## Open Codelists +## All Codelists -### Release Tag +### [Award Criteria](codelists/awardCriteria.md) -A contracting (or planning) process can result in a number of releases of information over time. A release must be tagged to indicate whether it is about a planning process or a contracting process and, if it is about the latter, to indicate the stage of the contracting process to which it relates. +### [Award Final Status](codelists/awardFinalStatus.md) -Additional codes may be used to label releases, based on user needs: for example, to indicate the notice or form to which a release corresponds. +### [Award Status](codelists/awardStatus.md) -```{versionchanged} 1.1 -Added the 'planningUpdate' code. -``` - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/releaseTag.csv -``` +### [Classification Scheme](codelists/classificationScheme.md) -### Organization Role - -```{versionadded} 1.1 -``` +### [Contract Final Status](codelists/contractFinalStatus.md) -The organizations participating in a contracting (or planning) process are listed in the [parties section](reference.md#parties). In a given process, a single organization can have one or more roles. +### [Contract Status](codelists/contractStatus.md) -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/partyRole.csv -``` +### [Country](codelists/country.md) -### Classification Scheme +### [Currency](codelists/currency.md) -The `classificationScheme` codelist is referenced by the `scheme` field of the `Classification` object, which can be used in multiple contexts. You can find the codes relevant to a given context by filtering the codelist by its `Category` column. +### [Document Type](codelists/documentType.md) -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/classificationScheme.csv -``` +### [Extended Procurement Category](codelists/extendedProcurementCategory.md) -### Unit Classification Scheme +### [Initiation Type](codelists/initiationType.md) -```{versionadded} 1.1 -``` +### [Language](codelists/language.md) -Item quantities can be provided using an established codelist for units of measurement. Codelists might provide human-readable descriptions of units, or symbols for use in input and display interfaces. +### [Link Relation Type](codelists/linkRelationType.md) -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/unitClassificationScheme.csv -``` +### [Media Type](codelists/mediaType.md) -### Organization Identifier Scheme +### [Method](codelists/method.md) -![org-id.guide](../_static/png/org-id_logo.png) +### [Milestone Status](codelists/milestoneStatus.md) -The Organization Identifier Scheme uses the codes from [org-id.guide](http://org-id.guide). The latest version of the codelist can be [downloaded](http://org-id.guide/download.csv) or [browsed](http://org-id.guide) from its website. +### [Milestone Type](codelists/milestoneType.md) -To add new codes to the codelist, contact the [Data Support Team](../../support/index). +### [Organization Identifier Scheme](codelists/organizationIdentifierScheme.md) -```{versionchanged} 1.1 -The `organizationIdentifierRegistrationAgency_iati.csv` file was removed. This list was formerly maintained by the International Aid Transparency Initiative. -``` +### [Organization Role](codelists/partyRole.md) -### Document Type +### [Party Scale](codelists/partyScale.md) -The following list describes documents and documentation recommended for publication as part of an open contracting implementation. The codelist indicates the section of an OCDS release they are most likely to be applicable within. +### [Procurement Category](codelists/procurementCategory.md) -The code descriptions are necessarily broad, to cover their usage in a range of contracting (or planning) processes, including for goods, services and works, and in other contexts, such as public private partnerships, infrastructure or concession contracts. - -Publishers must map their existing document codes to this list, where possible. If using this list within a user interface, publishers can re-write the codelist titles and descriptions appropriately for the context they are being used in. - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/documentType.csv -``` - -### Award Criteria - -The award criteria codelist describes the basis on which contract awards will be made. - -```{versionchanged} 1.1 -Added all new codes. Deprecated all old codes, which were undefined. -``` - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/awardCriteria.csv -``` +### [Release Tag](codelists/releaseTag.md) -### Submission Method +### [Related Process](codelists/relatedProcess.md) -```{deprecated} 1.2 -``` - -The submission method codelist is used to identify the mechanism through which a submission can be made. - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/submissionMethod.csv -``` - -### Related Process - -```{versionadded} 1.1 -``` - -```{versionchanged} 1.2 -Added 'parent'. Deprecated 'subContract', 'replacementProcess' and 'renewalProcess'. -``` - -```{field-description} ../../build/current_lang/release-schema.json /definitions/RelatedProcess -``` - -```{seealso} -* [Map: Contracting processes and planning processes](../guidance/map/contracting_planning_processes.md) -* [Map: Framework agreements](../guidance/map/framework_agreements.md) -``` - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/relatedProcess.csv -``` - -### Related Process Scheme - -```{versionadded} 1.1 -``` +### [Related Process](codelists/relatedProcessScheme.md) -The related process scheme describes the kind of identifier used to cross-reference another process. - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/relatedProcessScheme.csv -``` - -### Milestone Type - -```{versionadded} 1.1 -``` - -The milestone block can be used to represent a wide variety of events in the lifetime of a contracting (or planning) process. The milestone type codelist is used to indicate the nature of each milestone. - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/milestoneType.csv -``` - -### Extended Procurement Category - -```{versionadded} 1.1 -``` - -The extended procurement category codelist is used to provide additional detail about the focus of a contracting (or planning) process. - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/extendedProcurementCategory.csv -``` - -### Language - -```{versionadded} 1.2 -``` - -The language codelist is used to provide the default language used in text fields and the language of linked documents, using two-letter codes from [ISO639-1](https://id.loc.gov/vocabulary/iso639-1.html). - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/language.csv -``` - -### Media Type - -```{versionadded} 1.2 -``` - -The media type codelist is based on the [IANA Media Types](https://www.iana.org/assignments/media-types/media-types.xhtml) list. The media type codelist adds an exceptional code for printed documents ('offline/print'), and omits any media type that is marked as deprecated or obsolete by IANA. - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/mediaType.csv -``` - -### Link Relation Type - -```{versionadded} 1.2 -``` - -The link relation type codelist is based on a subset of the [IANA Link Relation Types](https://www.iana.org/assignments/link-relations/link-relations.xhtml) list. - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/linkRelationType.csv -``` - -## Closed Codelists - -### Country - -```{versionadded} 1.2 -``` +### [Submission Method](codelists/submissionMethod.md) -The country codelist is used to provide the country component of an address, using uppercase two-letter codes from [ISO3166-1](https://www.iso.org/iso-3166-country-codes.html). The country codelist adds a user-assigned code for Kosovo ('XK'). +### [Tender Final Status](codelists/tenderFinalStatus.md) -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/country.csv -``` - -### Initiation Type - -```{deprecated} 1.2 -``` - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/initiationType.csv -``` - -### Tender Status - -```{deprecated} 1.2 -``` - -```{versionchanged} 1.1 -Added the 'planning' and 'withdrawn' codes. -``` - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/tenderStatus.csv -``` - -### Method - -The procurement method describes which organizations can submit a bid. The method codelist draws upon [the definitions of open, selective and limited provided by the WTO Government Procurement Agreement](https://www.wto.org/english/docs_e/legal_e/rev-gpr-94_01_e.htm), and adds an additional 'direct' code for awards without competition. - -```{versionchanged} 1.1 -Added the 'direct' code. -``` - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/method.csv -``` - -### Procurement Category - -```{versionadded} 1.1 -``` - -The procurement category codelist is used to indicate the **primary** focus of a contracting (or planning) process. Where a contracting (or planning) process covers more than one of the options below, publishers should use the `additionalProcurementCategories` field with an array of entries from the open [extendedProcurementCategory](#extended-procurement-category) codelist. - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/procurementCategory.csv -``` - -### Award Status - -```{deprecated} 1.2 -``` - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/awardStatus.csv -``` - -### Contract Status - -```{deprecated} 1.2 -``` - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/contractStatus.csv -``` - -### Milestone Status - -```{versionchanged} 1.1 -Added the 'scheduled' code. -``` - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/milestoneStatus.csv -``` - -### Currency - -```{versionadded} 1.1 -``` - -The currency for each amount must be specified using the uppercase 3-letter currency code from [ISO4217](https://www.iso.org/iso-4217-currency-codes.html). - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/currency.csv -``` - -### Party Scale - -```{versionadded} 1.2 -``` - -The party scale codelist is used to indicate the size or scale of an organization, in particular commercial enterprises or economic operators. - -The codes in the codelist do not have precise definitions. Instead, they defer to local laws and regulations, for example: - -* [OECD: Small and Medium-Sized Enterprises (SMEs) definition](https://stats.oecd.org/glossary/detail.asp?ID=3123) -* [European Commission: What is an SME?](https://ec.europa.eu/growth/smes/sme-definition_en) - -For small and medium-sized enterprises, if you can distinguish between the two sizes, use the 'small' and 'medium' codes. Otherwise, use the 'sme' code. - -For self-employed individuals and sole traders, if you can distinguish them from micro enterprises, use the 'selfEmployed' code. Otherwise, use the 'micro' code. - -For enterprises without employees, use the 'micro' code. - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/partyScale.csv -``` - -### Tender Final Status - -```{versionadded} 1.2 -``` - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/tenderFinalStatus.csv -``` - -### Award Final Status - -```{versionadded} 1.2 -``` - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/awardFinalStatus.csv -``` - -### Contract Final Status - -```{versionadded} 1.2 -``` - -```{csv-table-no-translate} -:header-rows: 1 -:file: ../../build/current_lang/codelists/contractFinalStatus.csv -``` +### [Tender Status](codelists/tenderStatus.md) diff --git a/docs/schema/codelists/awardCriteria.md b/docs/schema/codelists/awardCriteria.md new file mode 100644 index 000000000..c22f9c2ba --- /dev/null +++ b/docs/schema/codelists/awardCriteria.md @@ -0,0 +1,14 @@ +# Award Criteria + +{bdg-link-secondary}`Open<../../codelists/#codelists>` + +The award criteria codelist describes the basis on which contract awards will be made. + +```{versionchanged} 1.1 +Added all new codes. Deprecated all old codes, which were undefined. +``` + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/awardCriteria.csv +``` diff --git a/docs/schema/codelists/awardFinalStatus.md b/docs/schema/codelists/awardFinalStatus.md new file mode 100644 index 000000000..8482544ec --- /dev/null +++ b/docs/schema/codelists/awardFinalStatus.md @@ -0,0 +1,11 @@ +# Award Final Status + +{bdg-link-primary}`Closed<../../codelists/#codelists>` + +```{versionadded} 1.2 +``` + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/awardFinalStatus.csv +``` diff --git a/docs/schema/codelists/awardStatus.md b/docs/schema/codelists/awardStatus.md new file mode 100644 index 000000000..794cbeb95 --- /dev/null +++ b/docs/schema/codelists/awardStatus.md @@ -0,0 +1,11 @@ +# Award Status + +{bdg-link-primary}`Closed<../../codelists/#codelists>` + +```{deprecated} 1.2 +``` + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/awardStatus.csv +``` diff --git a/docs/schema/codelists/classificationScheme.md b/docs/schema/codelists/classificationScheme.md new file mode 100644 index 000000000..2d115cae6 --- /dev/null +++ b/docs/schema/codelists/classificationScheme.md @@ -0,0 +1,10 @@ +# Classification Scheme + +{bdg-link-secondary}`Open<../../codelists/#codelists>` + +The `classificationScheme` codelist is referenced by the `scheme` field of the `Classification` object, which can be used in multiple contexts. You can find the codes relevant to a given context by filtering the codelist by its `Category` column. + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/classificationScheme.csv +``` diff --git a/docs/schema/codelists/contractFinalStatus.md b/docs/schema/codelists/contractFinalStatus.md new file mode 100644 index 000000000..77643261b --- /dev/null +++ b/docs/schema/codelists/contractFinalStatus.md @@ -0,0 +1,11 @@ +# Contract Final Status + +{bdg-link-primary}`Closed<../../codelists/#codelists>` + +```{versionadded} 1.2 +``` + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/contractFinalStatus.csv +``` diff --git a/docs/schema/codelists/contractStatus.md b/docs/schema/codelists/contractStatus.md new file mode 100644 index 000000000..d4f6efc86 --- /dev/null +++ b/docs/schema/codelists/contractStatus.md @@ -0,0 +1,11 @@ +# Contract Status + +{bdg-link-primary}`Closed<../../codelists/#codelists>` + +```{deprecated} 1.2 +``` + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/contractStatus.csv +``` diff --git a/docs/schema/codelists/country.md b/docs/schema/codelists/country.md new file mode 100644 index 000000000..447e0715c --- /dev/null +++ b/docs/schema/codelists/country.md @@ -0,0 +1,13 @@ +# Country + +{bdg-link-primary}`Closed<../../codelists/#codelists>` + +```{versionadded} 1.2 +``` + +The country codelist is used to provide the country component of an address, using uppercase two-letter codes from [ISO3166-1](https://www.iso.org/iso-3166-country-codes.html). The country codelist adds a user-assigned code for Kosovo ('XK'). + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/country.csv +``` diff --git a/docs/schema/codelists/currency.md b/docs/schema/codelists/currency.md new file mode 100644 index 000000000..01ec70973 --- /dev/null +++ b/docs/schema/codelists/currency.md @@ -0,0 +1,13 @@ +# Currency + +{bdg-link-primary}`Closed<../../codelists/#codelists>` + +```{versionadded} 1.1 +``` + +The currency for each amount must be specified using the uppercase 3-letter currency code from [ISO4217](https://www.iso.org/iso-4217-currency-codes.html). + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/currency.csv +``` diff --git a/docs/schema/codelists/documentType.md b/docs/schema/codelists/documentType.md new file mode 100644 index 000000000..8fd197369 --- /dev/null +++ b/docs/schema/codelists/documentType.md @@ -0,0 +1,14 @@ +# Document Type + +{bdg-link-secondary}`Open<../../codelists/#codelists>` + +The following list describes documents and documentation recommended for publication as part of an open contracting implementation. The codelist indicates the section of an OCDS release they are most likely to be applicable within. + +The code descriptions are necessarily broad, to cover their usage in a range of contracting (or planning) processes, including for goods, services and works, and in other contexts, such as public private partnerships, infrastructure or concession contracts. + +Publishers must map their existing document codes to this list, where possible. If using this list within a user interface, publishers can re-write the codelist titles and descriptions appropriately for the context they are being used in. + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/documentType.csv +``` diff --git a/docs/schema/codelists/extendedProcurementCategory.md b/docs/schema/codelists/extendedProcurementCategory.md new file mode 100644 index 000000000..13abbf02d --- /dev/null +++ b/docs/schema/codelists/extendedProcurementCategory.md @@ -0,0 +1,13 @@ +# Extended Procurement Category + +{bdg-link-secondary}`Open<../../codelists/#codelists>` + +```{versionadded} 1.1 +``` + +The extended procurement category codelist is used to provide additional detail about the focus of a contracting (or planning) process. + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/extendedProcurementCategory.csv +``` diff --git a/docs/schema/codelists/initiationType.md b/docs/schema/codelists/initiationType.md new file mode 100644 index 000000000..3cc3d1da5 --- /dev/null +++ b/docs/schema/codelists/initiationType.md @@ -0,0 +1,11 @@ +# Initiation Type + +{bdg-link-primary}`Closed<../../codelists/#codelists>` + +```{deprecated} 1.2 +``` + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/initiationType.csv +``` diff --git a/docs/schema/codelists/language.md b/docs/schema/codelists/language.md new file mode 100644 index 000000000..1b5eb4bcb --- /dev/null +++ b/docs/schema/codelists/language.md @@ -0,0 +1,13 @@ +# Language + +{bdg-link-secondary}`Open<../../codelists/#codelists>` + +```{versionadded} 1.2 +``` + +The language codelist is used to provide the default language used in text fields and the language of linked documents, using two-letter codes from [ISO639-1](https://id.loc.gov/vocabulary/iso639-1.html). + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/language.csv +``` diff --git a/docs/schema/codelists/linkRelationType.md b/docs/schema/codelists/linkRelationType.md new file mode 100644 index 000000000..b51713f2d --- /dev/null +++ b/docs/schema/codelists/linkRelationType.md @@ -0,0 +1,13 @@ +# Link Relation Type + +{bdg-link-secondary}`Open<../../codelists/#codelists>` + +```{versionadded} 1.2 +``` + +The link relation type codelist is based on a subset of the [IANA Link Relation Types](https://www.iana.org/assignments/link-relations/link-relations.xhtml) list. + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/linkRelationType.csv +``` diff --git a/docs/schema/codelists/mediaType.md b/docs/schema/codelists/mediaType.md new file mode 100644 index 000000000..c79d0e814 --- /dev/null +++ b/docs/schema/codelists/mediaType.md @@ -0,0 +1,13 @@ +# Media Type + +{bdg-link-secondary}`Open<../../codelists/#codelists>` + +```{versionadded} 1.2 +``` + +The media type codelist is based on the [IANA Media Types](https://www.iana.org/assignments/media-types/media-types.xhtml) list. The media type codelist adds an exceptional code for printed documents ('offline/print'), and omits any media type that is marked as deprecated or obsolete by IANA. + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/mediaType.csv +``` diff --git a/docs/schema/codelists/method.md b/docs/schema/codelists/method.md new file mode 100644 index 000000000..011b0d17d --- /dev/null +++ b/docs/schema/codelists/method.md @@ -0,0 +1,14 @@ +# Method + +{bdg-link-primary}`Closed<../../codelists/#codelists>` + +The procurement method describes which organizations can submit a bid. The method codelist draws upon [the definitions of open, selective and limited provided by the WTO Government Procurement Agreement](https://www.wto.org/english/docs_e/legal_e/rev-gpr-94_01_e.htm), and adds an additional 'direct' code for awards without competition. + +```{versionchanged} 1.1 +Added the 'direct' code. +``` + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/method.csv +``` diff --git a/docs/schema/codelists/milestoneStatus.md b/docs/schema/codelists/milestoneStatus.md new file mode 100644 index 000000000..b86e355e2 --- /dev/null +++ b/docs/schema/codelists/milestoneStatus.md @@ -0,0 +1,12 @@ +# Milestone Status + +{bdg-link-primary}`Closed<../../codelists/#codelists>` + +```{versionchanged} 1.1 +Added the 'scheduled' code. +``` + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/milestoneStatus.csv +``` diff --git a/docs/schema/codelists/milestoneType.md b/docs/schema/codelists/milestoneType.md new file mode 100644 index 000000000..e772d2a84 --- /dev/null +++ b/docs/schema/codelists/milestoneType.md @@ -0,0 +1,13 @@ +# Milestone Type + +{bdg-link-secondary}`Open<../../codelists/#codelists>` + +```{versionadded} 1.1 +``` + +The milestone block can be used to represent a wide variety of events in the lifetime of a contracting (or planning) process. The milestone type codelist is used to indicate the nature of each milestone. + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/milestoneType.csv +``` diff --git a/docs/schema/codelists/organizationIdentifierScheme.md b/docs/schema/codelists/organizationIdentifierScheme.md new file mode 100644 index 000000000..099f0b7e4 --- /dev/null +++ b/docs/schema/codelists/organizationIdentifierScheme.md @@ -0,0 +1,13 @@ +# Organization Identifier Scheme + +{bdg-link-secondary}`Open<../../codelists/#codelists>` + +![org-id.guide](../_static/png/org-id_logo.png) + +The Organization Identifier Scheme uses the codes from [org-id.guide](http://org-id.guide). The latest version of the codelist can be [downloaded](http://org-id.guide/download.csv) or [browsed](http://org-id.guide) from its website. + +To add new codes to the codelist, contact the [Data Support Team](../../support/index). + +```{versionchanged} 1.1 +The `organizationIdentifierRegistrationAgency_iati.csv` file was removed. This list was formerly maintained by the International Aid Transparency Initiative. +``` diff --git a/docs/schema/codelists/partyRole.md b/docs/schema/codelists/partyRole.md new file mode 100644 index 000000000..b63262ca9 --- /dev/null +++ b/docs/schema/codelists/partyRole.md @@ -0,0 +1,13 @@ +# Organization Role + +{bdg-link-secondary}`Open<../../codelists/#codelists>` + +```{versionadded} 1.1 +``` + +The organizations participating in a contracting (or planning) process are listed in the [parties section](../reference.md#parties). In a given process, a single organization can have one or more roles. + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/partyRole.csv +``` diff --git a/docs/schema/codelists/partyScale.md b/docs/schema/codelists/partyScale.md new file mode 100644 index 000000000..d3b55f3a0 --- /dev/null +++ b/docs/schema/codelists/partyScale.md @@ -0,0 +1,24 @@ +# Party Scale + +{bdg-link-primary}`Closed<../../codelists/#codelists>` + +```{versionadded} 1.2 +``` + +The party scale codelist is used to indicate the size or scale of an organization, in particular commercial enterprises or economic operators. + +The codes in the codelist do not have precise definitions. Instead, they defer to local laws and regulations, for example: + +* [OECD: Small and Medium-Sized Enterprises (SMEs) definition](https://stats.oecd.org/glossary/detail.asp?ID=3123) +* [European Commission: What is an SME?](https://ec.europa.eu/growth/smes/sme-definition_en) + +For small and medium-sized enterprises, if you can distinguish between the two sizes, use the 'small' and 'medium' codes. Otherwise, use the 'sme' code. + +For self-employed individuals and sole traders, if you can distinguish them from micro enterprises, use the 'selfEmployed' code. Otherwise, use the 'micro' code. + +For enterprises without employees, use the 'micro' code. + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/partyScale.csv +``` diff --git a/docs/schema/codelists/procurementCategory.md b/docs/schema/codelists/procurementCategory.md new file mode 100644 index 000000000..4bff3ccc9 --- /dev/null +++ b/docs/schema/codelists/procurementCategory.md @@ -0,0 +1,13 @@ +# Procurement Category + +{bdg-link-primary}`Closed<../../codelists/#codelists>` + +```{versionadded} 1.1 +``` + +The procurement category codelist is used to indicate the **primary** focus of a contracting (or planning) process. Where a contracting (or planning) process covers more than one of the options below, publishers should use the `additionalProcurementCategories` field with an array of entries from the open [extendedProcurementCategory](extendedProcurementCategory.md) codelist. + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/procurementCategory.csv +``` diff --git a/docs/schema/codelists/relatedProcess.md b/docs/schema/codelists/relatedProcess.md new file mode 100644 index 000000000..7900ad41a --- /dev/null +++ b/docs/schema/codelists/relatedProcess.md @@ -0,0 +1,23 @@ +# Related Process + +{bdg-link-secondary}`Open<../../codelists/#codelists>` + +```{versionadded} 1.1 +``` + +```{versionchanged} 1.2 +Added 'parent'. Deprecated 'subContract', 'replacementProcess' and 'renewalProcess'. +``` + +```{field-description} ../../../build/current_lang/release-schema.json /definitions/RelatedProcess +``` + +```{seealso} +* [Map: Contracting processes and planning processes](../../guidance/map/contracting_planning_processes.md) +* [Map: Framework agreements](../../guidance/map/framework_agreements.md) +``` + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/relatedProcess.csv +``` diff --git a/docs/schema/codelists/relatedProcessScheme.md b/docs/schema/codelists/relatedProcessScheme.md new file mode 100644 index 000000000..8c2ad1368 --- /dev/null +++ b/docs/schema/codelists/relatedProcessScheme.md @@ -0,0 +1,13 @@ +# Related Process Scheme + +{bdg-link-secondary}`Open<../../codelists/#codelists>` + +```{versionadded} 1.1 +``` + +The related process scheme describes the kind of identifier used to cross-reference another process. + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/relatedProcessScheme.csv +``` diff --git a/docs/schema/codelists/releaseTag.md b/docs/schema/codelists/releaseTag.md new file mode 100644 index 000000000..03fbad329 --- /dev/null +++ b/docs/schema/codelists/releaseTag.md @@ -0,0 +1,16 @@ +# Release Tag + +{bdg-link-secondary}`Open<../../codelists/#open-codelists>` + +A contracting (or planning) process can result in a number of releases of information over time. A release must be tagged to indicate whether it is about a planning process or a contracting process and, if it is about the latter, to indicate the stage of the contracting process to which it relates. + +Additional codes may be used to label releases, based on user needs: for example, to indicate the notice or form to which a release corresponds. + +```{versionchanged} 1.1 +Added the 'planningUpdate' code. +``` + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/releaseTag.csv +``` diff --git a/docs/schema/codelists/submissionMethod.md b/docs/schema/codelists/submissionMethod.md new file mode 100644 index 000000000..3a12807c2 --- /dev/null +++ b/docs/schema/codelists/submissionMethod.md @@ -0,0 +1,13 @@ +# Submission Method + +{bdg-link-secondary}`Open<../../codelists/#codelists>` + +```{deprecated} 1.2 +``` + +The submission method codelist is used to identify the mechanism through which a submission can be made. + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/submissionMethod.csv +``` diff --git a/docs/schema/codelists/tenderFinalStatus.md b/docs/schema/codelists/tenderFinalStatus.md new file mode 100644 index 000000000..467fee046 --- /dev/null +++ b/docs/schema/codelists/tenderFinalStatus.md @@ -0,0 +1,11 @@ +# Tender Final Status + +{bdg-link-primary}`Closed<../../codelists/#codelists>` + +```{versionadded} 1.2 +``` + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/tenderFinalStatus.csv +``` diff --git a/docs/schema/codelists/tenderStatus.md b/docs/schema/codelists/tenderStatus.md new file mode 100644 index 000000000..11cf84f8a --- /dev/null +++ b/docs/schema/codelists/tenderStatus.md @@ -0,0 +1,15 @@ +# Tender Status + +{bdg-link-primary}`Closed<../../codelists/#codelists>` + +```{deprecated} 1.2 +``` + +```{versionchanged} 1.1 +Added the 'planning' and 'withdrawn' codes. +``` + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/tenderStatus.csv +``` diff --git a/docs/schema/codelists/unitClassificationScheme.md b/docs/schema/codelists/unitClassificationScheme.md new file mode 100644 index 000000000..b937bc3db --- /dev/null +++ b/docs/schema/codelists/unitClassificationScheme.md @@ -0,0 +1,13 @@ +# Unit Classification Scheme + +{bdg-link-secondary}`Open<../../codelists/#codelists>` + +```{versionadded} 1.1 +``` + +Item quantities can be provided using an established codelist for units of measurement. Codelists might provide human-readable descriptions of units, or symbols for use in input and display interfaces. + +```{csv-table-no-translate} +:header-rows: 1 +:file: ../../../build/current_lang/codelists/unitClassificationScheme.csv +``` From 0b468af43de5be4870255959fff022badae59406 Mon Sep 17 00:00:00 2001 From: odscjen Date: Mon, 18 Nov 2024 15:36:21 +0000 Subject: [PATCH 2/4] fix link typo in organizationIdentifierScheme.md --- docs/schema/codelists/organizationIdentifierScheme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schema/codelists/organizationIdentifierScheme.md b/docs/schema/codelists/organizationIdentifierScheme.md index 099f0b7e4..5967646be 100644 --- a/docs/schema/codelists/organizationIdentifierScheme.md +++ b/docs/schema/codelists/organizationIdentifierScheme.md @@ -2,7 +2,7 @@ {bdg-link-secondary}`Open<../../codelists/#codelists>` -![org-id.guide](../_static/png/org-id_logo.png) +![org-id.guide](../../_static/png/org-id_logo.png) The Organization Identifier Scheme uses the codes from [org-id.guide](http://org-id.guide). The latest version of the codelist can be [downloaded](http://org-id.guide/download.csv) or [browsed](http://org-id.guide) from its website. From 9e1ef69ad60992439398f32395728543aa8d82bf Mon Sep 17 00:00:00 2001 From: odscjen Date: Tue, 26 Nov 2024 16:28:14 +0000 Subject: [PATCH 3/4] codelists.md: add toctree --- docs/schema/codelists.md | 92 +++++++++++++++++++++++++++------------- 1 file changed, 63 insertions(+), 29 deletions(-) diff --git a/docs/schema/codelists.md b/docs/schema/codelists.md index 7bc052fad..8be7a4a0d 100644 --- a/docs/schema/codelists.md +++ b/docs/schema/codelists.md @@ -2,7 +2,10 @@ Some schema fields refer to codelists, to limit and standardize the possible values of the fields, in order to promote data interoperability. -Codelists can either be open or closed. **Closed codelists** are intended to be comprehensive; for example, the [currency](#currency) codelist covers all currencies in the world. **Open codelists** are intended to be representative, but not comprehensive. +Codelists can either be open or closed; + +* **Closed codelists** are intended to be comprehensive; for example, the [currency](#currency) codelist covers all currencies in the world. +* **Open codelists** are intended to be representative, but not comprehensive. Publishers must use the codes in the codelists, unless no code is appropriate. If no code is appropriate and the codelist is **open**, then a publisher may use a new code outside those in the codelist. If no code is appropriate and the codelist is **closed**, then a publisher is encouraged to create an issue in the [OCDS GitHub repository](https://github.com/open-contracting/standard/issues) about adding a new code. @@ -16,58 +19,89 @@ The release schema, in [JSON Schema](../../build/current_lang/release-schema.jso Codes are case-sensitive, and are generally provided as English language camelCase. Codes must not be translated, though the OCDS team will work with publishers to translate code titles and definitions. -## All Codelists +[Contract Status](codelists/contractStatus.md) + +[Award Criteria](codelists/awardCriteria.md) -### [Award Criteria](codelists/awardCriteria.md) +[Award Final Status](codelists/awardFinalStatus.md) -### [Award Final Status](codelists/awardFinalStatus.md) +[Award Status](codelists/awardStatus.md) -### [Award Status](codelists/awardStatus.md) +[Classification Scheme](codelists/classificationScheme.md) -### [Classification Scheme](codelists/classificationScheme.md) +[Contract Final Status](codelists/contractFinalStatus.md) -### [Contract Final Status](codelists/contractFinalStatus.md) +[Country](codelists/country.md) -### [Contract Status](codelists/contractStatus.md) +[Currency](codelists/currency.md) -### [Country](codelists/country.md) +[Document Type](codelists/documentType.md) -### [Currency](codelists/currency.md) +[Extended Procurement Category](codelists/extendedProcurementCategory.md) -### [Document Type](codelists/documentType.md) +[Initiation Type](codelists/initiationType.md) -### [Extended Procurement Category](codelists/extendedProcurementCategory.md) +[Language](codelists/language.md) -### [Initiation Type](codelists/initiationType.md) +[Link Relation Type](codelists/linkRelationType.md) -### [Language](codelists/language.md) +[Media Type](codelists/mediaType.md) -### [Link Relation Type](codelists/linkRelationType.md) +[Method](codelists/method.md) -### [Media Type](codelists/mediaType.md) +[Milestone Status](codelists/milestoneStatus.md) -### [Method](codelists/method.md) +[Milestone Type](codelists/milestoneType.md) -### [Milestone Status](codelists/milestoneStatus.md) +[Organization Identifier Scheme](codelists/organizationIdentifierScheme.md) -### [Milestone Type](codelists/milestoneType.md) +[Organization Role](codelists/partyRole.md) -### [Organization Identifier Scheme](codelists/organizationIdentifierScheme.md) +[Party Scale](codelists/partyScale.md) -### [Organization Role](codelists/partyRole.md) +[Procurement Category](codelists/procurementCategory.md) -### [Party Scale](codelists/partyScale.md) +[Release Tag](codelists/releaseTag.md) -### [Procurement Category](codelists/procurementCategory.md) +[Related Process](codelists/relatedProcess.md) -### [Release Tag](codelists/releaseTag.md) +[Related Process](codelists/relatedProcessScheme.md) -### [Related Process](codelists/relatedProcess.md) +[Submission Method](codelists/submissionMethod.md) -### [Related Process](codelists/relatedProcessScheme.md) +[Tender Final Status](codelists/tenderFinalStatus.md) -### [Submission Method](codelists/submissionMethod.md) +[Tender Status](codelists/tenderStatus.md) -### [Tender Final Status](codelists/tenderFinalStatus.md) +```{toctree} +:hidden: -### [Tender Status](codelists/tenderStatus.md) +codelists/awardCriteria +codelists/awardFinalStatus +codelists/awardStatus +codelists/classificationScheme +codelists/contractFinalStatus +codelists/contractStatus +codelists/country +codelists/currency +codelists/documentType +codelists/extendedProcurementCategory +codelists/initiationType +codelists/language +codelists/linkRelationType +codelists/mediaType +codelists/method +codelists/milestoneStatus +codelists/milestoneType +codelists/organizationIdentifierScheme +codelists/partyRole +codelists/partyScale +codelists/procurementCategory +codelists/relatedProcess +codelists/relatedProcessScheme +codelists/releaseTag +codelists/submissionMethod +codelists/tenderFinalStatus +codelists/tenderStatus +codelists/unitClassificationScheme +``` From 3e4aa284b33b3e63821127ab87f599ec3adab6a0 Mon Sep 17 00:00:00 2001 From: odscjen Date: Thu, 12 Dec 2024 12:40:14 +0000 Subject: [PATCH 4/4] codelists.md: update codelist section organization --- docs/schema/codelists.md | 120 ++++++++++-------- docs/schema/codelists/awardCriteria.md | 2 +- docs/schema/codelists/awardFinalStatus.md | 2 +- docs/schema/codelists/awardStatus.md | 2 +- docs/schema/codelists/classificationScheme.md | 2 +- docs/schema/codelists/contractFinalStatus.md | 2 +- docs/schema/codelists/contractStatus.md | 2 +- docs/schema/codelists/country.md | 2 +- docs/schema/codelists/currency.md | 2 +- docs/schema/codelists/documentType.md | 2 +- .../codelists/extendedProcurementCategory.md | 2 +- docs/schema/codelists/initiationType.md | 2 +- docs/schema/codelists/language.md | 2 +- docs/schema/codelists/linkRelationType.md | 2 +- docs/schema/codelists/mediaType.md | 2 +- docs/schema/codelists/method.md | 2 +- docs/schema/codelists/milestoneStatus.md | 2 +- docs/schema/codelists/milestoneType.md | 2 +- .../codelists/organizationIdentifierScheme.md | 2 +- docs/schema/codelists/partyRole.md | 2 +- docs/schema/codelists/partyScale.md | 2 +- docs/schema/codelists/procurementCategory.md | 2 +- docs/schema/codelists/relatedProcess.md | 2 +- docs/schema/codelists/relatedProcessScheme.md | 2 +- docs/schema/codelists/releaseTag.md | 2 +- docs/schema/codelists/submissionMethod.md | 2 +- docs/schema/codelists/tenderFinalStatus.md | 2 +- docs/schema/codelists/tenderStatus.md | 2 +- .../codelists/unitClassificationScheme.md | 2 +- 29 files changed, 94 insertions(+), 82 deletions(-) diff --git a/docs/schema/codelists.md b/docs/schema/codelists.md index 8be7a4a0d..5aacb6a7c 100644 --- a/docs/schema/codelists.md +++ b/docs/schema/codelists.md @@ -4,7 +4,7 @@ Some schema fields refer to codelists, to limit and standardize the possible val Codelists can either be open or closed; -* **Closed codelists** are intended to be comprehensive; for example, the [currency](#currency) codelist covers all currencies in the world. +* **Closed codelists** are intended to be comprehensive; for example, the [currency](codelists/currency.md) codelist covers all currencies in the world. * **Open codelists** are intended to be representative, but not comprehensive. Publishers must use the codes in the codelists, unless no code is appropriate. If no code is appropriate and the codelist is **open**, then a publisher may use a new code outside those in the codelist. If no code is appropriate and the codelist is **closed**, then a publisher is encouraged to create an issue in the [OCDS GitHub repository](https://github.com/open-contracting/standard/issues) about adding a new code. @@ -19,89 +19,101 @@ The release schema, in [JSON Schema](../../build/current_lang/release-schema.jso Codes are case-sensitive, and are generally provided as English language camelCase. Codes must not be translated, though the OCDS team will work with publishers to translate code titles and definitions. -[Contract Status](codelists/contractStatus.md) +```{toctree} +:hidden: -[Award Criteria](codelists/awardCriteria.md) +codelists/awardCriteria +codelists/awardFinalStatus +codelists/awardStatus +codelists/classificationScheme +codelists/contractFinalStatus +codelists/contractStatus +codelists/country +codelists/currency +codelists/documentType +codelists/extendedProcurementCategory +codelists/initiationType +codelists/language +codelists/linkRelationType +codelists/mediaType +codelists/method +codelists/milestoneStatus +codelists/milestoneType +codelists/organizationIdentifierScheme +codelists/partyRole +codelists/partyScale +codelists/procurementCategory +codelists/relatedProcess +codelists/relatedProcessScheme +codelists/releaseTag +codelists/submissionMethod +codelists/tenderFinalStatus +codelists/tenderStatus +codelists/unitClassificationScheme +``` -[Award Final Status](codelists/awardFinalStatus.md) +## Uncategorized -[Award Status](codelists/awardStatus.md) +[Release Tag](codelists/releaseTag.md) [Classification Scheme](codelists/classificationScheme.md) -[Contract Final Status](codelists/contractFinalStatus.md) - -[Country](codelists/country.md) - -[Currency](codelists/currency.md) - [Document Type](codelists/documentType.md) -[Extended Procurement Category](codelists/extendedProcurementCategory.md) +[Milestone Type](codelists/milestoneType.md) -[Initiation Type](codelists/initiationType.md) +[Initiation Type](codelists/initiationType.md) {bdg-danger}`deprecated` -[Language](codelists/language.md) +## Status -[Link Relation Type](codelists/linkRelationType.md) +[Tender Final Status](codelists/tenderFinalStatus.md) -[Media Type](codelists/mediaType.md) +[Award Final Status](codelists/awardFinalStatus.md) -[Method](codelists/method.md) +[Contract Final Status](codelists/contractFinalStatus.md) [Milestone Status](codelists/milestoneStatus.md) -[Milestone Type](codelists/milestoneType.md) +[Tender Status](codelists/tenderStatus.md) {bdg-danger}`deprecated` -[Organization Identifier Scheme](codelists/organizationIdentifierScheme.md) +[Award Status](codelists/awardStatus.md) {bdg-danger}`deprecated` + +[Contract Status](codelists/contractStatus.md) {bdg-danger}`deprecated` + +## Organization [Organization Role](codelists/partyRole.md) +[Organization Identifier Scheme](codelists/organizationIdentifierScheme.md) + [Party Scale](codelists/partyScale.md) +## Tender + +[Method](codelists/method.md) + [Procurement Category](codelists/procurementCategory.md) -[Release Tag](codelists/releaseTag.md) +[Extended Procurement Category](codelists/extendedProcurementCategory.md) + +[Award Criteria](codelists/awardCriteria.md) + +[Submission Method](codelists/submissionMethod.md) {bdg-danger}`deprecated` + +## Related process [Related Process](codelists/relatedProcess.md) [Related Process](codelists/relatedProcessScheme.md) -[Submission Method](codelists/submissionMethod.md) +## External -[Tender Final Status](codelists/tenderFinalStatus.md) +[Country](codelists/country.md) ([ISO 3166-1 alpha-2](https://www.iso.org/iso-3166-country-codes.html)) -[Tender Status](codelists/tenderStatus.md) +[Currency](codelists/currency.md) ([ISO4217](https://www.iso.org/iso-4217-currency-codes.html)) -```{toctree} -:hidden: +[Language](codelists/language.md) ([ISO639-1](https://id.loc.gov/vocabulary/iso639-1.html)) -codelists/awardCriteria -codelists/awardFinalStatus -codelists/awardStatus -codelists/classificationScheme -codelists/contractFinalStatus -codelists/contractStatus -codelists/country -codelists/currency -codelists/documentType -codelists/extendedProcurementCategory -codelists/initiationType -codelists/language -codelists/linkRelationType -codelists/mediaType -codelists/method -codelists/milestoneStatus -codelists/milestoneType -codelists/organizationIdentifierScheme -codelists/partyRole -codelists/partyScale -codelists/procurementCategory -codelists/relatedProcess -codelists/relatedProcessScheme -codelists/releaseTag -codelists/submissionMethod -codelists/tenderFinalStatus -codelists/tenderStatus -codelists/unitClassificationScheme -``` +[Link Relation Type](codelists/linkRelationType.md) ([IANA Link Relation Types](https://www.iana.org/assignments/link-relations/link-relations.xhtml)) + +[Media Type](codelists/mediaType.md) ([IANA Media Types](https://www.iana.org/assignments/media-types/media-types.xhtml)) diff --git a/docs/schema/codelists/awardCriteria.md b/docs/schema/codelists/awardCriteria.md index c22f9c2ba..35ea9568e 100644 --- a/docs/schema/codelists/awardCriteria.md +++ b/docs/schema/codelists/awardCriteria.md @@ -1,6 +1,6 @@ # Award Criteria -{bdg-link-secondary}`Open<../../codelists/#codelists>` +{bdg-link-secondary}`open<../../codelists/#codelists>` The award criteria codelist describes the basis on which contract awards will be made. diff --git a/docs/schema/codelists/awardFinalStatus.md b/docs/schema/codelists/awardFinalStatus.md index 8482544ec..3b570f024 100644 --- a/docs/schema/codelists/awardFinalStatus.md +++ b/docs/schema/codelists/awardFinalStatus.md @@ -1,6 +1,6 @@ # Award Final Status -{bdg-link-primary}`Closed<../../codelists/#codelists>` +{bdg-link-primary}`closed<../../codelists/#codelists>` ```{versionadded} 1.2 ``` diff --git a/docs/schema/codelists/awardStatus.md b/docs/schema/codelists/awardStatus.md index 794cbeb95..ca42f75f5 100644 --- a/docs/schema/codelists/awardStatus.md +++ b/docs/schema/codelists/awardStatus.md @@ -1,6 +1,6 @@ # Award Status -{bdg-link-primary}`Closed<../../codelists/#codelists>` +{bdg-link-primary}`closed<../../codelists/#codelists>` ```{deprecated} 1.2 ``` diff --git a/docs/schema/codelists/classificationScheme.md b/docs/schema/codelists/classificationScheme.md index 2d115cae6..2f44fa0ad 100644 --- a/docs/schema/codelists/classificationScheme.md +++ b/docs/schema/codelists/classificationScheme.md @@ -1,6 +1,6 @@ # Classification Scheme -{bdg-link-secondary}`Open<../../codelists/#codelists>` +{bdg-link-secondary}`open<../../codelists/#codelists>` The `classificationScheme` codelist is referenced by the `scheme` field of the `Classification` object, which can be used in multiple contexts. You can find the codes relevant to a given context by filtering the codelist by its `Category` column. diff --git a/docs/schema/codelists/contractFinalStatus.md b/docs/schema/codelists/contractFinalStatus.md index 77643261b..7c8e33d51 100644 --- a/docs/schema/codelists/contractFinalStatus.md +++ b/docs/schema/codelists/contractFinalStatus.md @@ -1,6 +1,6 @@ # Contract Final Status -{bdg-link-primary}`Closed<../../codelists/#codelists>` +{bdg-link-primary}`closed<../../codelists/#codelists>` ```{versionadded} 1.2 ``` diff --git a/docs/schema/codelists/contractStatus.md b/docs/schema/codelists/contractStatus.md index d4f6efc86..6a580d36b 100644 --- a/docs/schema/codelists/contractStatus.md +++ b/docs/schema/codelists/contractStatus.md @@ -1,6 +1,6 @@ # Contract Status -{bdg-link-primary}`Closed<../../codelists/#codelists>` +{bdg-link-primary}`closed<../../codelists/#codelists>` ```{deprecated} 1.2 ``` diff --git a/docs/schema/codelists/country.md b/docs/schema/codelists/country.md index 447e0715c..001a43881 100644 --- a/docs/schema/codelists/country.md +++ b/docs/schema/codelists/country.md @@ -1,6 +1,6 @@ # Country -{bdg-link-primary}`Closed<../../codelists/#codelists>` +{bdg-link-primary}`closed<../../codelists/#codelists>` ```{versionadded} 1.2 ``` diff --git a/docs/schema/codelists/currency.md b/docs/schema/codelists/currency.md index 01ec70973..6d04847b4 100644 --- a/docs/schema/codelists/currency.md +++ b/docs/schema/codelists/currency.md @@ -1,6 +1,6 @@ # Currency -{bdg-link-primary}`Closed<../../codelists/#codelists>` +{bdg-link-primary}`closed<../../codelists/#codelists>` ```{versionadded} 1.1 ``` diff --git a/docs/schema/codelists/documentType.md b/docs/schema/codelists/documentType.md index 8fd197369..1cc7ae314 100644 --- a/docs/schema/codelists/documentType.md +++ b/docs/schema/codelists/documentType.md @@ -1,6 +1,6 @@ # Document Type -{bdg-link-secondary}`Open<../../codelists/#codelists>` +{bdg-link-secondary}`open<../../codelists/#codelists>` The following list describes documents and documentation recommended for publication as part of an open contracting implementation. The codelist indicates the section of an OCDS release they are most likely to be applicable within. diff --git a/docs/schema/codelists/extendedProcurementCategory.md b/docs/schema/codelists/extendedProcurementCategory.md index 13abbf02d..c441ffc58 100644 --- a/docs/schema/codelists/extendedProcurementCategory.md +++ b/docs/schema/codelists/extendedProcurementCategory.md @@ -1,6 +1,6 @@ # Extended Procurement Category -{bdg-link-secondary}`Open<../../codelists/#codelists>` +{bdg-link-secondary}`open<../../codelists/#codelists>` ```{versionadded} 1.1 ``` diff --git a/docs/schema/codelists/initiationType.md b/docs/schema/codelists/initiationType.md index 3cc3d1da5..fb93235cb 100644 --- a/docs/schema/codelists/initiationType.md +++ b/docs/schema/codelists/initiationType.md @@ -1,6 +1,6 @@ # Initiation Type -{bdg-link-primary}`Closed<../../codelists/#codelists>` +{bdg-link-primary}`closed<../../codelists/#codelists>` ```{deprecated} 1.2 ``` diff --git a/docs/schema/codelists/language.md b/docs/schema/codelists/language.md index 1b5eb4bcb..2d6f48615 100644 --- a/docs/schema/codelists/language.md +++ b/docs/schema/codelists/language.md @@ -1,6 +1,6 @@ # Language -{bdg-link-secondary}`Open<../../codelists/#codelists>` +{bdg-link-secondary}`open<../../codelists/#codelists>` ```{versionadded} 1.2 ``` diff --git a/docs/schema/codelists/linkRelationType.md b/docs/schema/codelists/linkRelationType.md index b51713f2d..ceca2ff50 100644 --- a/docs/schema/codelists/linkRelationType.md +++ b/docs/schema/codelists/linkRelationType.md @@ -1,6 +1,6 @@ # Link Relation Type -{bdg-link-secondary}`Open<../../codelists/#codelists>` +{bdg-link-secondary}`open<../../codelists/#codelists>` ```{versionadded} 1.2 ``` diff --git a/docs/schema/codelists/mediaType.md b/docs/schema/codelists/mediaType.md index c79d0e814..db5b8e62b 100644 --- a/docs/schema/codelists/mediaType.md +++ b/docs/schema/codelists/mediaType.md @@ -1,6 +1,6 @@ # Media Type -{bdg-link-secondary}`Open<../../codelists/#codelists>` +{bdg-link-secondary}`open<../../codelists/#codelists>` ```{versionadded} 1.2 ``` diff --git a/docs/schema/codelists/method.md b/docs/schema/codelists/method.md index 011b0d17d..06cff351e 100644 --- a/docs/schema/codelists/method.md +++ b/docs/schema/codelists/method.md @@ -1,6 +1,6 @@ # Method -{bdg-link-primary}`Closed<../../codelists/#codelists>` +{bdg-link-primary}`closed<../../codelists/#codelists>` The procurement method describes which organizations can submit a bid. The method codelist draws upon [the definitions of open, selective and limited provided by the WTO Government Procurement Agreement](https://www.wto.org/english/docs_e/legal_e/rev-gpr-94_01_e.htm), and adds an additional 'direct' code for awards without competition. diff --git a/docs/schema/codelists/milestoneStatus.md b/docs/schema/codelists/milestoneStatus.md index b86e355e2..623fa79ef 100644 --- a/docs/schema/codelists/milestoneStatus.md +++ b/docs/schema/codelists/milestoneStatus.md @@ -1,6 +1,6 @@ # Milestone Status -{bdg-link-primary}`Closed<../../codelists/#codelists>` +{bdg-link-primary}`closed<../../codelists/#codelists>` ```{versionchanged} 1.1 Added the 'scheduled' code. diff --git a/docs/schema/codelists/milestoneType.md b/docs/schema/codelists/milestoneType.md index e772d2a84..7bbc4dfe6 100644 --- a/docs/schema/codelists/milestoneType.md +++ b/docs/schema/codelists/milestoneType.md @@ -1,6 +1,6 @@ # Milestone Type -{bdg-link-secondary}`Open<../../codelists/#codelists>` +{bdg-link-secondary}`open<../../codelists/#codelists>` ```{versionadded} 1.1 ``` diff --git a/docs/schema/codelists/organizationIdentifierScheme.md b/docs/schema/codelists/organizationIdentifierScheme.md index 5967646be..acf93c0ea 100644 --- a/docs/schema/codelists/organizationIdentifierScheme.md +++ b/docs/schema/codelists/organizationIdentifierScheme.md @@ -1,6 +1,6 @@ # Organization Identifier Scheme -{bdg-link-secondary}`Open<../../codelists/#codelists>` +{bdg-link-secondary}`open<../../codelists/#codelists>` ![org-id.guide](../../_static/png/org-id_logo.png) diff --git a/docs/schema/codelists/partyRole.md b/docs/schema/codelists/partyRole.md index b63262ca9..3afc15e80 100644 --- a/docs/schema/codelists/partyRole.md +++ b/docs/schema/codelists/partyRole.md @@ -1,6 +1,6 @@ # Organization Role -{bdg-link-secondary}`Open<../../codelists/#codelists>` +{bdg-link-secondary}`open<../../codelists/#codelists>` ```{versionadded} 1.1 ``` diff --git a/docs/schema/codelists/partyScale.md b/docs/schema/codelists/partyScale.md index d3b55f3a0..4574bd4e1 100644 --- a/docs/schema/codelists/partyScale.md +++ b/docs/schema/codelists/partyScale.md @@ -1,6 +1,6 @@ # Party Scale -{bdg-link-primary}`Closed<../../codelists/#codelists>` +{bdg-link-primary}`closed<../../codelists/#codelists>` ```{versionadded} 1.2 ``` diff --git a/docs/schema/codelists/procurementCategory.md b/docs/schema/codelists/procurementCategory.md index 4bff3ccc9..7373c571f 100644 --- a/docs/schema/codelists/procurementCategory.md +++ b/docs/schema/codelists/procurementCategory.md @@ -1,6 +1,6 @@ # Procurement Category -{bdg-link-primary}`Closed<../../codelists/#codelists>` +{bdg-link-primary}`closed<../../codelists/#codelists>` ```{versionadded} 1.1 ``` diff --git a/docs/schema/codelists/relatedProcess.md b/docs/schema/codelists/relatedProcess.md index 7900ad41a..891aae7c1 100644 --- a/docs/schema/codelists/relatedProcess.md +++ b/docs/schema/codelists/relatedProcess.md @@ -1,6 +1,6 @@ # Related Process -{bdg-link-secondary}`Open<../../codelists/#codelists>` +{bdg-link-secondary}`open<../../codelists/#codelists>` ```{versionadded} 1.1 ``` diff --git a/docs/schema/codelists/relatedProcessScheme.md b/docs/schema/codelists/relatedProcessScheme.md index 8c2ad1368..40a2f752f 100644 --- a/docs/schema/codelists/relatedProcessScheme.md +++ b/docs/schema/codelists/relatedProcessScheme.md @@ -1,6 +1,6 @@ # Related Process Scheme -{bdg-link-secondary}`Open<../../codelists/#codelists>` +{bdg-link-secondary}`open<../../codelists/#codelists>` ```{versionadded} 1.1 ``` diff --git a/docs/schema/codelists/releaseTag.md b/docs/schema/codelists/releaseTag.md index 03fbad329..c68189041 100644 --- a/docs/schema/codelists/releaseTag.md +++ b/docs/schema/codelists/releaseTag.md @@ -1,6 +1,6 @@ # Release Tag -{bdg-link-secondary}`Open<../../codelists/#open-codelists>` +{bdg-link-secondary}`open<../../codelists/#open-codelists>` A contracting (or planning) process can result in a number of releases of information over time. A release must be tagged to indicate whether it is about a planning process or a contracting process and, if it is about the latter, to indicate the stage of the contracting process to which it relates. diff --git a/docs/schema/codelists/submissionMethod.md b/docs/schema/codelists/submissionMethod.md index 3a12807c2..98d9ee768 100644 --- a/docs/schema/codelists/submissionMethod.md +++ b/docs/schema/codelists/submissionMethod.md @@ -1,6 +1,6 @@ # Submission Method -{bdg-link-secondary}`Open<../../codelists/#codelists>` +{bdg-link-secondary}`open<../../codelists/#codelists>` ```{deprecated} 1.2 ``` diff --git a/docs/schema/codelists/tenderFinalStatus.md b/docs/schema/codelists/tenderFinalStatus.md index 467fee046..71cc46682 100644 --- a/docs/schema/codelists/tenderFinalStatus.md +++ b/docs/schema/codelists/tenderFinalStatus.md @@ -1,6 +1,6 @@ # Tender Final Status -{bdg-link-primary}`Closed<../../codelists/#codelists>` +{bdg-link-primary}`closed<../../codelists/#codelists>` ```{versionadded} 1.2 ``` diff --git a/docs/schema/codelists/tenderStatus.md b/docs/schema/codelists/tenderStatus.md index 11cf84f8a..e6f63ac5c 100644 --- a/docs/schema/codelists/tenderStatus.md +++ b/docs/schema/codelists/tenderStatus.md @@ -1,6 +1,6 @@ # Tender Status -{bdg-link-primary}`Closed<../../codelists/#codelists>` +{bdg-link-primary}`closed<../../codelists/#codelists>` ```{deprecated} 1.2 ``` diff --git a/docs/schema/codelists/unitClassificationScheme.md b/docs/schema/codelists/unitClassificationScheme.md index b937bc3db..661750389 100644 --- a/docs/schema/codelists/unitClassificationScheme.md +++ b/docs/schema/codelists/unitClassificationScheme.md @@ -1,6 +1,6 @@ # Unit Classification Scheme -{bdg-link-secondary}`Open<../../codelists/#codelists>` +{bdg-link-secondary}`open<../../codelists/#codelists>` ```{versionadded} 1.1 ```