Sha256: 4ec3d9f9fe41c15b04725a017210d7654c6f01100a6090d1ad8e31ff431f8cc3

Contents?: true

Size: 405 Bytes

Versions: 1

Compression:

Stored size: 405 Bytes

Contents

require "lutaml/model"

module Reqif
  class AttributeValueEnumeration < Lutaml::Model::Serializable
    attribute :definition, Definition
    attribute :values, Values

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

      map_element "DEFINITION", to: :definition
      map_element "VALUES", to: :values
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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