# File lib/cimi/model/schema.rb, line 122
    def convert_to_xml(model)
      xml = {}
      @schema.to_xml(model, xml)
      xml
    end