# File lib/wsdl/xmlSchema/attributeGroup.rb, line 63
  def parse_element(element)
    case element
    when AttributeName
      @attributes ||= XSD::NamedElements.new
      o = Attribute.new
      @attributes << o
      o
    end
  end