class Lutaml::Model::XmlAdapter::Builder::Ox

def add_namespace_prefix(prefix)

current namespace prefix to add it to the element's name later.
Ox doesn't support XML namespaces so we only save the

Add XML namespace to document
def add_namespace_prefix(prefix)
  @current_namespace = prefix
  self
end