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