# File lib/wsdl/xmlSchema/complexType.rb, line 65
  def base
    if c = @complexcontent || @simplecontent
      c.base
    end
  end