# File lib/cimi/model/schema.rb, line 110
    def convert_from_xml(xml)
      sub = struct.new
      @schema.from_xml(xml, sub)
      sub
    end