# File lib/cimi/model/schema.rb, line 100 def to_xml(model, xml) conv = convert_to_xml(model[name]) xml[xml_name] = [conv] unless conv.empty? end