# File lib/cimi/model/schema.rb, line 234
  def attribute_names
    @attributes.map { |a| a.name }
  end