# File lib/wsdl/xmlSchema/any.rb, line 22 def initialize super() @maxoccurs = '1' @minoccurs = '1' @namespace = '##any' @process_contents = 'strict' end