metanorma / metanorma-model-ogc

Metanorma models for OGC
0 stars 0 forks source link

Confirm document types and stages #1

Closed ronaldtse closed 4 years ago

ronaldtse commented 5 years ago

As title.

ronaldtse commented 5 years ago

For @gbuehler: you mentioned during the DocTeam meeting that the document stages are inaccurate.

Could you help clarify the accepted OGC document stages and document types here so we can update the model/schema? Thanks!

ronaldtse commented 5 years ago

We have confirmation now that the document types are as follows:

{
  "AS" => "Abstract Specification",
  "BP" => "Best Practice",
  "CAN" => "Candidate Standard",
  "CC" => "Conformance Class",
  "CR" => "Change Request",
  "CS" => "Community Standard",
  "DP" => "Discussion Paper",
  "DP-Draft" => "Draft Discussion Paper",
  "IPR" => "Interoperability Program Report - Engineering Specification",
  "IS" => "Implementation Standard",
  "ISC" => "Implementation Standard Corrigendum",
  "ISx" => "Extension Package Standard",
  "Notes" => "Notes",
  "ORM" => "OGC Reference Model",
  "PC" => "Profile Corrigendum",
  "PER" => "Public Engineering Report",
  "POL" => "Policy",
  "POL-NTS" => "Policy - Name Type Specification",
  "Primer" => "Primer",
  "Profile" => "Profile",
  "RFC" => "Request for Comment",
  "Retired" => "Retired document",
  "SAP" => "Standard Application Profile",
  "TS" => "Test Suite",
  "WhitePaper" => "Whitepaper"
}

The "D-" prefix means that a document is deprecated.

this information is from: https://github.com/metanorma/relaton-ogc/issues/1

ronaldtse commented 5 years ago

Ping @gbuehler and @ghobona on this. Thanks guys!

CC @ogcscotts

ronaldtse commented 4 years ago

Document type confirmation. @opoudjis could you help align the document types and the type codes (suppose we can support long + short doc type codes)?

AS => Abstract Specification
BP => Best Practice
CAN => Candidate Standard
CC => Conformance Class
CR => Change Request
CS => Community Standard
CP => Community Practice
DP => Discussion Paper
DP-Draft => Draft Discussion Paper
IPR => Interoperability Program Report-Engineering Specification
IS => Implementation Standard
ISC => Implementation Standard Corrigendum
ISx => Extension Package Standard
Notes => Notes
ORM => OGC Reference Model
PC => Profile Corrigendum
PER => Public Engineering Report
POL => Policy
POL-NTS => Policy - Name Type Specification
Primer => Primer
Profile => Profile
RFC => Request for Comment
Retired => Retired document
SAP => Standard Application Profile
TS => Test Suite
WhitePaper => Whitepaper
opoudjis commented 4 years ago

Duplicates https://github.com/metanorma/metanorma-ogc/issues/54

Model updated today.