Class: Pubid::Ieee::Identifiers::ConformanceIdentifier

Inherits:
SupplementIdentifier show all
Defined in:
lib/pubid/ieee/identifiers/conformance_identifier.rb

Overview

Conformance identifier for IEEE standards Represents conformance test documents Example: IEEE Std 802.16/Conformance01-2003

Constant Summary collapse

TYPED_STAGES =

TYPED_STAGES for conformance Conformance uses "Conformance" abbreviation

[
  Components::TypedStage.new(
    abbr: ["Conformance"],
    type_code: "conformance",
    stage_code: "published",
  ),
].freeze

Method Summary

Methods inherited from SupplementIdentifier

#code, #publisher