# File lib/libxml/schema/type.rb, line 4
      def kind_name
        Schema::Types.constants.find { |k| Schema::Types.const_get(k) == kind }
      end