[Source]
# File xsd/ns.rb, line 17 def initialize @count = 0 end
# File xsd/ns.rb, line 21 def assign(ns) @count += 1 "n#{@count}" end
[Validate]