# File lib/wsdl/xmlSchema/complexContent.rb, line 49
  def choice?
    content ? content.choice? : nil
  end