# File lib/wsdl/xmlSchema/element.rb, line 75
  def refelement
    @refelement ||= (@ref ? root.collect_elements[@ref] : nil)
  end