Class Document<DT>

Links to, or Document.description, external documents can be attached at various locations within the standard. Documents can be supporting information, formal notices, downloadable forms, or any other kind of resource that ought to be made public as part of full open contracting.

Type parameters

Constructors

constructor

Properties

dateModified Optional

: Date | string

Date that the document was last modified.

datePublished Optional

: Date | string

The date on which the document was first published. This is particularly important for legally important documents such as notices of a tender.

description Optional

: undefined | string

A short description of the document. Descriptions are recommended to not exceed 250 words. In the event the document is not accessible online, the description field can be used to describe arrangements for obtaining a copy of the document.

documentType Optional

: DT | string

A classification of the document described, using the open documentType codelist.

format Optional

: undefined | string

The format of the document, using the open IANA Media Types codelist (see the values in the 'Template' column), or using the offline/print code if the described document is published offline. For example, web pages have a format of text/html.

id

: string | number

A local, unique identifier for this document. This field is used to keep track of multiple revisions of a document through the compilation from release to record mechanism.

language Optional

: undefined | string

The language of the linked document using either two-letter ISO639-1, or extended BCP47 language tags. The use of lowercase two-letter codes from ISO639-1 is recommended unless there is a clear user need for distinguishing the language subtype.

title Optional

: undefined | string

The document title.

url Optional

: undefined | string

A direct link to the document or attachment. The server providing access to this document ought to be configured to correctly report the document mime type.

Generated using TypeDoc. Made by uStudio Company with ❤️