binning-range
This element only appears within the context of a <binning-set> element, and thus is only present in results returned from sources that have been configured to use binning. This element provides attributes used to uniquely identify the each binning range and the interval (range of values) it uses.
Attribute | Type | Description |
---|---|---|
interval | Integer | The integer range of values represented by each bin in a certain binning range. |
low | Integer | The integer value that represents the lower bound of a specific binning range. This attribute is optional. |
high | Integer | The integer value that represents the upper bound of a specific binning range. This attribute is optional. |
br-id | Text | The ID of the binning range, used to map specific bin elements to a binning range. The br-id is a string of the form lower-bound|interval|upper-bound |