Class: Pubid::Bsi::Identifiers::PublishedDocument

Inherits:
SingleIdentifier
  • Object
show all
Defined in:
lib/pubid/bsi/identifiers/published_document.rb

Overview

Published Document (PD) identifier

Constant Summary collapse

TYPED_STAGES =
[
  Pubid::Components::TypedStage.new(
    code: :pubpd,
    stage_code: :published,
    type_code: :pd,
    abbr: ["PD"],
    name: "Published Document",
    harmonized_stages: %w[60.00 60.60],
  ),
].freeze

Class Method Summary collapse

Class Method Details

.typeObject



19
20
21
22
# File 'lib/pubid/bsi/identifiers/published_document.rb', line 19

def self.type
  { key: :pd,
    web: :published_document, title: "Published Document", short: "PD" }
end