# File lib/wsdl/soap/element.rb, line 22
  def anonymous_type?
    !@ref and @name and @local_complextype
  end