Introducing the Companion File
Companion file metadata performs essential configuration activities that control the way the system behaves for apps and views.
The companion file uses the XML format, has an XML file extension and is loaded into the system at the same time as the model itself. Unlike the model, you can update the companion file without deleting and recreating the app. While the companion file is technically optional, it is essential if you plan to add VDL or Tableau views to your app.
A companion file has the same name as your model's MOS/BIM files, but has the XML file extension instead. For example, if your MOS file was called foliodata.mos, the correct name for the companion file would be foliodata.xml, and it should be placed alongside the foliodata.mos file, in the same directory.
The full XSD schema of the companion file XML is documented at http://www.fico.com/fico-xpress-optimization/docs/latest/insight/xml_reference/index.html- examples of companion file markup are provided at many places in this guide.