specStatus - Geonovum/respec GitHub Wiki
The specification's type specifies the status of the document, e.g. in consultation or definitive.
| Value | Meaning | Must also include |
|---|---|---|
| GN-WV | Geonovum Werkversie | None |
| GN-CV | Geonovum Consultatieversie | None |
| GN-VV | Geonovum Versie ter vaststelling | None |
| GN-DEF | Geonovum Vastgestelde versie | None |
| GN-BASIS | Just the basic template, not a specification. Use this for public documentation produced by a group that has no current clear plan to be officially published | None |
Example
var respecConfig = {
specStatus: "GN-WV",
}