# File lib/wsdl/xmlSchema/simpleType.rb, line 43
  def initialize(name = nil)
    super()
    @name = name
    @restriction = nil
    @list = nil
    @union = nil
  end