# File lib/wsdl/xmlSchema/complexExtension.rb, line 63
  def check_type
    if @base == ::SOAP::ValueArrayName
      :TYPE_ARRAY
    elsif content or !@attributes.empty?
      :TYPE_STRUCT
    else
      basetype.check_type
    end
  end