# File lib/xsd/qname.rb, line 55
  def hash
    @namespace.hash ^ @name.hash
  end