# File lib/adaptation/message.rb, line 309
    def self.mapped_xml
      @mapped_xml || self.to_s.downcase.gsub("::","_").to_sym
    end