# File lib/wsdl/xmlSchema/complexType.rb, line 57
  def choice?
    if c = @complexcontent || @content
      c.choice?
    else
      false
    end
  end