Sha256: 92b40b08b431a210976c94ab4d38fd45e82e9b0c6a2913fd2351778baebb2943

Contents?: true

Size: 340 Bytes

Versions: 1

Compression:

Stored size: 340 Bytes

Contents

require "lutaml/model"

module Reqif
  class SourceSpecification < Lutaml::Model::Serializable
    attribute :specification_ref, :string

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

      map_element "SPECIFICATION-REF", to: :specification_ref
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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