lib/lutaml/model/xml_adapter.rb



module Lutaml
  module Model
    module XmlAdapter
      XML_NAMESPACE_URI = "http://www.w3.org/XML/1998/namespace".freeze
    end
  end
end