class Lutaml::Model::Xml::XmlElement

def nil_element?

def nil_element?
  find_attribute_value("xsi:nil") == "true"
end