# File lib/wsdl/xmlSchema/attributeGroup.rb, line 47
  def initialize
    super
    @name = nil
    @attributes = nil
    @ref = nil
    @refelement = nil
  end