# File lib/cimi/model/schema.rb, line 40
    def to_xml(model, xml)
      xml[@xml_name] = [model[@name]] if model[@name]
    end