# File lib/wsdl/xmlSchema/xsd2ruby.rb, line 24
  def run
    unless @location
      raise RuntimeError, "XML Schema location not given"
    end
    @xsd = import(@location)
    @name = create_classname(@xsd)
    create_file
  end