# File lib/xsd/ns.rb, line 126
  def each_ns
    @ns2tag.each do |ns, tag|
      yield(ns, tag)
    end
  end