class Lutaml::Model::SchemaLocation

def to_xml_attributes

def to_xml_attributes
  {
    "xmlns:#{prefix}" => namespace,
    "#{prefix}:schemaLocation" => schema_location.map(&:to_xml_attribute).join(" "),
  }
end