# File lib/rgen/instantiator/xmi11_instantiator.rb, line 85
  def end_tag(prefix, tag)
    if tag =~ /\w+\.(\w+)/
      @rolestack.pop
    else
      @elementstack.pop
    end
  end