I am trying to construct an XML file to give as input to the "Statistics and Histogram" raster function. I found that the correct formatting for the statistics was :
<?xml version="1.0" encoding="utf-8"?>
<RasterStatistics>
<Band>
<min>...</min>
<max>...</max>
<mean>...</mean>
<stddev>...</stddev>
</Band>
However, I am unable to find the formatting for the histogram?