# File lib/wsdl/xmlSchema/complexContent.rb, line 22
  def initialize
    super
    @restriction = nil
    @extension = nil
    @mixed = false
  end