class Lutaml::Model::Xml::XmlElement

def attribute_is_namespace?(name)

def attribute_is_namespace?(name)
  name.to_s.start_with?("xmlns")
end