# File lib/cimi/model/schema.rb, line 261
    def struct(name, opts={}, &block)
      add_attributes!([name, opts], Struct, &block)
    end