Sha256: 4bef49333c137bba4106df6260d8dc7261832367d54c69adb72c35359dcafbf0

Contents?: true

Size: 309 Bytes

Versions: 1

Compression:

Stored size: 309 Bytes

Contents

require "lutaml/model"

module Reqif
  class AlternativeId < Lutaml::Model::Serializable
    attribute :identifier, :string

    xml do
      root "ALTERNATIVE-ID"
      namespace "http://www.omg.org/spec/ReqIF/20110401/reqif.xsd", "REQIF"

      map_attribute "IDENTIFIER", to: :identifier
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reqif-0.1.0 lib/reqif/alternative_id.rb