There's no documentation for this item.
# File wsdl/xmlSchema/any.rb, line 22 def initialize super() @maxoccurs = '1' @minoccurs = '1' @namespace = '##any' @process_contents = 'strict' end
<code/>
<pre/>
<code/>and<pre/>for code samples.