# File lib/libxml/schema.rb, line 57
      def namespaces
        Namespaces.new(_namespaces.uniq { |n| n.href })
      end