# File lib/wsdl/xmlSchema/element.rb, line 87
  def elementform
    self.form.nil? ? parent.elementformdefault : self.form
  end