# File lib/cimi/model/base.rb, line 183
  def self.to_xml(model)
    xml = @schema.to_xml(model)
    xml["xmlns"] = "http://www.dmtf.org/cimi"
    XmlSimple.xml_out(xml, :root_name => xml_tag_name)
  end