class Lutaml::Model::Xml::Builder::Ox

def <<(text)

def <<(text)
  xml.text(text)
end