# File lib/wsdl/xmlSchema/simpleRestriction.rb, line 23
  def initialize
    super
    @base = nil
    @enumeration = []   # NamedElements?
    @length = nil
    @pattern = nil
  end