# File lib/happymapper.rb, line 60
    def has_many(name, type, options={})
      element name, type, {:single => false}.merge(options)
    end