# File lib/wsdl/xmlSchema/all.rb, line 21
  def initialize
    super()
    @minoccurs = '1'
    @maxoccurs = '1'
    @elements = []
  end