Report XML Content

Units:-
Default Value:0
Validation Rule:In (0,1)
Description:Content of the zipped-XML solution files. Compact writes only binary solution tables. Raw writes binary and raw XML solution tables.

Report controls the style of the core output table data written into the zipped-XML solution files. This option can take these values:

Compact (value = 0)
Only binary solution data are written into the solution file.
Full (value = 1)
Binary and raw XML solution data are written into the solution file.

The "Full" option is useful if you want to extract the XML solution table data and load it into another program or database.

Looking at the image below, you can see sample Solution folder contents for Compact and Full solutions. The numbers on the diagram indicate the following:

  1. The Binary files contain the solution data, specifically the solution values and data.
  2. The XML Solution file contains a list of objects, memberships, etc. and provides context for the data in the Binary files. The file itself does not contain any raw data values itself.
  3. The XML version of the Binary files contain object, membership, and data information. These XML files can be queried by scripts by understanding the data schema within the file.