# File lib/wsdl/xmlSchema/complexType.rb, line 49
  def have_any?
    if c = @complexcontent || @content
      c.have_any?
    else
      false
    end
  end