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