# File lib/wsdl/xmlSchema/simpleType.rb, line 35
  def base
    if @restriction
      @restriction.base
    else
      nil
    end
  end