# File lib/xsd/ns.rb, line 26
    def initialize(known_tag)
      @known_tag = known_tag.dup
      @count = 0
    end