# File lib/cimi/model/schema.rb, line 222
  def to_xml(model, xml = {})
    @attributes.freeze
    @attributes.each { |attr| attr.to_xml(model, xml) }
    xml
  end