# File lib/wsdl/xmlSchema/attribute.rb, line 80
  def parse_element(element)
    case element
    when SimpleTypeName
      @local_simpletype = SimpleType.new
      @local_simpletype
    end
  end