# File lib/wsdl/xmlSchema/complexExtension.rb, line 37
  def have_any?
    basetype.have_any? or (content && content.have_any?)
  end