# File lib/cimi/model/schema.rb, line 155 def from_xml(xml, model) model[name] = (xml[xml_name] || []).map { |elt| @struct.convert_from_xml(elt) } end